MCPcopy Index your code
hub / github.com/bytebase/bytebase / SchemaResource

Struct SchemaResource

backend/plugin/parser/base/query.go:9–16  ·  view source on GitHub ↗

SchemaResource is the resource of the schema.

Source from the content-addressed store, hash-verified

7
8// SchemaResource is the resource of the schema.
9type SchemaResource struct {
10 Database string
11 Schema string
12 Table string
13
14 // LinkedServer is the special resource for MSSQL, which can be used to specify the linked server.
15 LinkedServer string
16}
17
18// String implements fmt.Stringer interface.
19func (r SchemaResource) String() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected