Query

fun <out RowType : Any> Query(mapper: (SqlCursor) -> RowType)

Parameters

RowType

the type that this query can map its result set to.