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
/
execute
execute
desktop
abstract
fun
execute
(
params
:
Map
<
String
,
Any
?
>
=
emptyMap()
,
onResult
:
(
DataResult
<
Int
>
)
->
Unit
)
:
Job
Asynchronously executes a modification query and passes the result to the onResult callback.