menu
jaguar_query_nullsafety package
documentation
jaguar_query_nullsafety.dart
Sql
insert static method
insert static method
dark_mode
light_mode
insert
static method
Insert
insert
(
String
table
)
Creates a new
Insert
statement
Implementation
static Insert insert(String table) => Insert(table);
jaguar_query_nullsafety package
documentation
jaguar_query_nullsafety
Sql
insert static method
Sql class