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

Method Table

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

Table retrieves the unqualified table name.

()

Source from the content-addressed store, hash-verified

101
102// Table retrieves the unqualified table name.
103func (t *TableName) Table() string {
104 return string(t.TableName)
105}
106
107// Equals returns true if the two table names are identical (including
108// the ExplicitSchema/ExplicitCatalog flags).

Callers 2

ResolveExistingMethod · 0.95
MakeColumnItemFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected