MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Object

Method Object

postgres/parser/sem/tree/object_name.go:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28type ObjectName interface {
29 NodeFormatter
30 Object() string
31 Schema() string
32 Catalog() string
33 FQString() string

Callers 7

ResolveExistingFunction · 0.65
nodeDropProcedureFunction · 0.65
nodeDropFunctionFunction · 0.65
nodeCopyFromFunction · 0.65
nodeAnalyzeFunction · 0.65
nodeDropTypeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected