table method
Implementation
@override
QueryBuilder table(String table, [String? as]) {
_table = table;
_tableAlias = as;
return this;
}
@override
QueryBuilder table(String table, [String? as]) {
_table = table;
_tableAlias = as;
return this;
}