InsertOrUpdateRowBuilder

constructor(tableName: String, columnValues: MutableList<Map<DbIdentifier, ColumnValue>> = mutableListOf(), primaryKeys: MutableSet<DbIdentifier> = mutableSetOf(), updateMode: UpdateMode = UpdateMode.UPDATE_AND_INSERT)(source)