Table retrieves the unqualified table name.
()
| 101 | |
| 102 | // Table retrieves the unqualified table name. |
| 103 | func (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). |
no outgoing calls
no test coverage detected