Package-level declarations

Types

Link copied to clipboard
interface BlockingExecutable<out T, S : Statement<T>>

Executable provides a customizable execution mechanism for SQL statements within a transaction.

Link copied to clipboard
open class InsertBlockingExecutable<Key : Any, S : InsertStatement<Key>>(val statement: S) : BlockingExecutable<Int, S>
Link copied to clipboard
open class MergeBlockingExecutable<S : MergeStatement>(val statement: S) : BlockingExecutable<Int, S>