select method
Select columns from the table
Implementation
SelectQuery select(List<String> columns) {
return SelectQuery(_db, _table, columns);
}
Select columns from the table
SelectQuery select(List<String> columns) {
return SelectQuery(_db, _table, columns);
}