ExecutableQuery

abstract class ExecutableQuery<out RowType : Any>(val mapper: (SqlCursor) -> RowType)

Constructors

Link copied to clipboard
fun <out RowType : Any> ExecutableQuery(mapper: (SqlCursor) -> RowType)

Functions

Link copied to clipboard
abstract fun <R> execute(mapper: (SqlCursor) -> R): QueryResult<R>

Execute the underlying statement. The resulting cursor is passed to the given block.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Inheritors

Link copied to clipboard