SqlBatchCallWithValues

data class SqlBatchCallWithValues<A : Any>(batch: SqlBatchCall<A>, values: Sequence<A>)

Constructors

Link copied to clipboard
constructor(batch: SqlBatchCall<A>, values: Sequence<A>)

Functions

Link copied to clipboard
Link copied to clipboard
inline fun <T> actionReturning(vararg returningColumns: String): BatchActionReturning<T>
Link copied to clipboard
Link copied to clipboard