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