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
/
fetchObject
fetch
Object
inline
fun
<
T
:
Any
>
fetchObject
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
TransactionStep
<
T
?
>
inline
fun
<
T
:
Any
>
fetchObject
(
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
TransactionStep
<
T
?
>
A step that maps one row onto
T
, or
null
where none matched.