Statement

data class Statement(val ir: IR.Splice) : SqlFragment

Constructors

Link copied to clipboard
constructor(ir: IR.Splice)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class QueryData(val sql: String, val params: List<Param<*>>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun action(): Action
Link copied to clipboard
inline fun <T> actionReturning(vararg returningColumns: String): ActionReturning<T>
Link copied to clipboard
operator fun plus(other: Statement): Statement
Link copied to clipboard
inline fun <T> queryOf(): Query<T>
fun <T> queryOf(serializer: KSerializer<T>): Query<T>