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
/
ResultQuery
/
fetchRows
fetch
Rows
fun
fetchRows
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
DataResult
<
List
<
Row
>
>
fun
fetchRows
(
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
DataResult
<
List
<
Row
>
>
As
RunnableQuery.fetchRows
.