← Back to Stormify Documentation
stormify
Toggle table of contents
2.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
stormify
stormify
/
onl.ycode.stormify
/
TransactionContextJ
/
readCursor
read
Cursor
jvm
fun
<
T
:
Any
>
readCursor
(
baseClass
:
Class
<
T
>
,
query
:
String
,
consumer
:
Consumer
<
T
>
,
vararg
params
:
Any
?
)
:
Int
Executes a SELECT and streams each row to
consumer
— avoids materializing the full result.