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

Method Schema

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

Schema retrieves the unqualified schema name.

()

Source from the content-addressed store, hash-verified

65
66// Schema retrieves the unqualified schema name.
67func (tp *TableNamePrefix) Schema() string {
68 return string(tp.SchemaName)
69}
70
71// Catalog retrieves the unqualified catalog name.
72func (tp *TableNamePrefix) Catalog() string {

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected