PowerSync Kotlin
Toggle table of contents
common
commonNonWeb
web
Target filter
common
commonNonWeb
web
Switch theme
Search in API
Skip to content
PowerSync Kotlin
PowerSync Common
/
com.powersync.db.internal
/
ConnectionContext
/
executeAsync
execute
Async
common
commonNonWeb
web
expect
abstract
suspend
fun
executeAsync
(
sql
:
String
,
parameters
:
List
<
Any
?
>
?
=
listOf()
)
:
Long
(
source
)
actual
abstract
suspend
fun
executeAsync
(
sql
:
String
,
parameters
:
List
<
Any
?
>
?
)
:
Long
(
source
)
actual
abstract
suspend
fun
executeAsync
(
sql
:
String
,
parameters
:
List
<
Any
?
>
?
)
:
Long
(
source
)