octavius-postgresql
Toggle table of contents
0.9.9
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
octavius-postgresql
client
/
io.github.octaviusframework.client.query
/
RunnableQuery
/
fetchRows
fetch
Rows
fun
fetchRows
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
List
<
Row
>
fun
fetchRows
(
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
List
<
Row
>
Runs the query and returns every row.