runtime
/
com.squareup.sqldelight
/
Query
/
Query
common
Query
fun <out
RowType
:
Any
>
Query
(queries:
MutableList
<
Query
<*>>, mapper: (
SqlCursor
) ->
RowType
)
Content copied to clipboard
Parameters
RowType
the type that this query can map its result set to.