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
/
RunnableQuery
/
fetchRowStrict
fetch
Row
Strict
fun
fetchRowStrict
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
)
:
Row
fun
fetchRowStrict
(
vararg
params
:
Pair
<
String
,
Any
?
>
)
:
Row
Runs the query and returns its single row, throwing where the count was anything but one.