SelectTable is a table selector.
| 1578 | |
| 1579 | // SelectTable is a table selector. |
| 1580 | type SelectTable struct { |
| 1581 | Builder |
| 1582 | as string |
| 1583 | name string |
| 1584 | schema string |
| 1585 | quote bool |
| 1586 | } |
| 1587 | |
| 1588 | // Table returns a new table selector. |
| 1589 | // |
nothing calls this directly
no outgoing calls
no test coverage detected