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
/
fetchFieldStrict
fetch
Field
Strict
inline
fun
<
T
>
fetchFieldStrict
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
DataResult
<
T
>
inline
fun
<
T
>
fetchFieldStrict
(
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
DataResult
<
T
>
As
RunnableQuery.fetchFieldStrict
.