InsertOrUpdateRowBuilder
class InsertOrUpdateRowBuilder(tableName: String, columnValues: MutableList<Map<DbIdentifier, ColumnValue>> = mutableListOf(), primaryKeys: MutableSet<DbIdentifier> = mutableSetOf(), updateMode: UpdateMode = UpdateMode.UPDATE_AND_INSERT) : TableBuilder<InsertOrUpdateRow.InsertOrUpdateRowBuilder, InsertOrUpdateRow> (source)
Constructors
Link copied to clipboard
constructor(tableName: String, columnValues: MutableList<Map<DbIdentifier, ColumnValue>> = mutableListOf(), primaryKeys: MutableSet<DbIdentifier> = mutableSetOf(), updateMode: UpdateMode = UpdateMode.UPDATE_AND_INSERT)
Functions
Link copied to clipboard
fun addRows(rows: Iterable<Map<DbIdentifier, ColumnValue>>): InsertOrUpdateRow.InsertOrUpdateRowBuilder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard