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