Package-level declarations

Types

Link copied to clipboard
class InsertOrUpdate<Key : Any>(table: Table, isIgnore: Boolean = false, keys: Column<*>) : InsertStatement<Key>

Statement using PostgreSQL upsert.

Functions

Link copied to clipboard
fun <T : Table> T.insertOrUpdate(vararg keys: Column<*>, body: T.(InsertStatement<Number>) -> Unit): InsertOrUpdate<Number>

Inserts or updates on conflict with keys.