()
| 86 | ctx.FormatNode(&t.TableName) |
| 87 | } |
| 88 | func (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. |
nothing calls this directly
no test coverage detected