← Back to Stormify Documentation
stormify
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
stormify
stormify
/
onl.ycode.stormify
/
TransactionContext
/
readCursor
read
Cursor
inline
fun
<
T
:
Any
>
readCursor
(
query
:
String
,
vararg
params
:
Any
?
,
noinline
consumer
:
(
T
)
->
Unit
)
:
Int
Executes a SELECT query and processes results row-by-row via
consumer
. Returns the row count.