compileUpsert abstract method
Compile an upsert statement.
Implementation
String compileUpsert(
Map<String, dynamic> query,
List<Map<String, dynamic>> values,
List<String> uniqueBy, [
List<String>? update,
]);
Compile an upsert statement.
String compileUpsert(
Map<String, dynamic> query,
List<Map<String, dynamic>> values,
List<String> uniqueBy, [
List<String>? update,
]);