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