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