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.transaction
/
StepBuilder
/
fetchField
fetch
Field
inline
fun
<
T
>
fetchField
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
TransactionStep
<
T
>
inline
fun
<
T
>
fetchField
(
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
TransactionStep
<
T
>
A step that returns the first column of one row as
T
.