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.transaction
/
StepBuilder
/
fetchRow
fetch
Row
fun
fetchRow
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
TransactionStep
<
Row
?
>
fun
fetchRow
(
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
TransactionStep
<
Row
?
>
A step that returns one row, or
null
where none matched.