octavius-postgresql
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
octavius-postgresql
client
/
io.github.octaviusframework.client.transaction
/
StepBuilder
/
fetchRows
fetch
Rows
fun
fetchRows
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
TransactionStep
<
List
<
Row
>
>
fun
fetchRows
(
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
TransactionStep
<
List
<
Row
>
>
A step that returns every row.