menu
sqlite_records package
documentation
query.dart
Command<P>
static static method
static static method
dark_mode
light_mode
static
static method
Command
<
void
>
static
(
String
sql
)
Factory for static mutations.
Implementation
static Command<void> static(String sql) => Command<void>(sql);
sqlite_records package
documentation
query
Command<P>
static static method
Command class