Generates a select query on the current table.
(projections ...Projection)
| 22 | |
| 23 | // Generates a select query on the current table. |
| 24 | Select(projections ...Projection) SelectStatement |
| 25 | |
| 26 | // Creates a inner join table expression using onCondition. |
| 27 | InnerJoinOn(table ReadableTable, onCondition BoolExpression) ReadableTable |
no outgoing calls