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

Method String

pkg/sql/sem/tree/table_name.go:88–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86 ctx.FormatNode(&t.TableName)
87}
88func (t *TableName) String() string { return AsString(t) }
89
90// FQString renders the table name in full, not omitting the prefix
91// schema and catalog names. Suitable for logging, etc.

Callers

nothing calls this directly

Calls 1

AsStringFunction · 0.85

Tested by

no test coverage detected