Octavius Database
Toggle table of contents
5.1.1
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Database
api
/
org.octavius.data.builder
/
AsyncTerminalMethods
/
toSingle
to
Single
desktop
abstract
fun
toSingle
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
onResult
:
(
DataResult
<
Map
<
String
,
Any
?
>
?
>
)
->
Unit
)
:
Job
Asynchronously fetches a single row and passes the result to the onResult callback.