AssignmentsBuilder

Base class of DSL builders, provide basic functions used to build assignments for insert or update DSL.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

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

Assign the specific column to a value.

fun <C : Any> set(column: Column<C>, expr: ColumnDeclaring<C>)

Assign the specific column's value to another column or an expression's result.