Octavius Database
Toggle table of contents
5.1.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Octavius Database
core
/
org.octavius.database.builder
/
AbstractQueryBuilder
/
toSingleStrict
to
Single
Strict
fun
toSingleStrict
(
params
:
Map
<
String
,
Any
?
>
)
:
DataResult
<
Map
<
String
,
Any
?
>
>
Executes the query and returns the first row. Always fails on empty result.