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

Struct TableReference

backend/plugin/parser/pg/backup.go:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type TableReference struct {
33 Database string
34 Schema string
35 Table string
36 Alias string
37 StatementType StatementType
38}
39
40func (t *TableReference) String() string {
41 if t.Database != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected