select method

SelectQuery<Model> select()
override

Implementation

select() => SelectQuery(table, columns.map((c) => c.name));