TableOrViewStatements<Tbl extends HasResultSet, Row> extension

Easily-accessible methods to compose common operations or statements on tables or views.

on

Methods

select({bool distinct = false}) SimpleSelectStatement<Tbl, Row>
Composes a SELECT statement on the captured table or view.
selectOnly({bool distinct = false, bool includeJoinedTableColumns = true}) JoinedSelectStatement<Tbl, Row>
Composes a SELECT statement only selecting a subset of columns.