batchedInsertOrReplace abstract method
Inserts a batch of rows into a table, replacing them if they already exist.
Implementation
List<Statement> batchedInsertOrReplace(
QualifiedTablename table,
List<String> columns,
List<Map<String, Object?>> records,
List<String> conflictCols,
List<String> updateCols,
int maxSqlParameters,
);