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)

Properties

Link copied to clipboard
open override var table: Table

Functions

Link copied to clipboard
fun addRows(rows: Iterable<Map<DbIdentifier, ColumnValue>>): InsertOrUpdateRow.InsertOrUpdateRowBuilder
Link copied to clipboard
open override fun build(): InsertOrUpdateRow
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard