MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / Catalog

Method Catalog

pkg/sql/sem/tree/table_name.go:72–74  ·  view source on GitHub ↗

Catalog retrieves the unqualified catalog name.

()

Source from the content-addressed store, hash-verified

70
71// Catalog retrieves the unqualified catalog name.
72func (tp *TableNamePrefix) Catalog() string {
73 return string(tp.CatalogName)
74}
75
76// Format implements the NodeFormatter interface.
77func (t *TableName) Format(ctx *FmtCtx) {

Callers 4

ResolveMethod · 0.95
MakeColumnItemFunction · 0.80
ResolveExistingMethod · 0.80
ResolveTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected