PostgreSqlAssignmentsBuilder

Base class of PostgreSQL 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?)
fun <C : Any> set(column: Column<C>, expr: ColumnDeclaring<C>)