table static method
Begins a new query against a table.
Implementation
static QueryBuilderInterface<dynamic> table(String table) {
return _manager.table(table);
}
Begins a new query against a table.
static QueryBuilderInterface<dynamic> table(String table) {
return _manager.table(table);
}