Query

fun <out RowType : Any> Query(queries: MutableList<Query<*>>, mapper: (SqlCursor) -> RowType)

Parameters

RowType

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