Schema retrieves the unqualified schema name.
()
| 65 | |
| 66 | // Schema retrieves the unqualified schema name. |
| 67 | func (tp *TableNamePrefix) Schema() string { |
| 68 | return string(tp.SchemaName) |
| 69 | } |
| 70 | |
| 71 | // Catalog retrieves the unqualified catalog name. |
| 72 | func (tp *TableNamePrefix) Catalog() string { |
no outgoing calls
no test coverage detected