menu
sql_query package
documentation
builder/query_builder.dart
DB
table static method
table static method
dark_mode
light_mode
table
static method
Query
table
(
String
table
)
Implementation
static Query table(String table) { return Query( table: table, ); }
sql_query package
documentation
builder/query_builder
DB
table static method
DB class