InsertOrUpdateStatementBuilder

DSL builder for insert or update statements.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard

Specify the update assignments while any key conflict exists.

Link copied to clipboard
fun <C : Any> set(column: Column<C>, value: C?)
fun <C : Any> set(column: Column<C>, expr: ColumnDeclaring<C>)