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
/
RunnableQuery
/
fetchFieldStrict
fetch
Field
Strict
inline
fun
<
T
>
fetchFieldStrict
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
T
inline
fun
<
T
>
fetchFieldStrict
(
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
T
As
fetchField
, but the query must return exactly one row rather than at most one.