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
/
getOptionalAsync
get
Optional
Async
common
commonNonWeb
web
expect
abstract
suspend
fun
<
RowType
:
Any
>
getOptionalAsync
(
sql
:
String
,
parameters
:
List
<
Any
?
>
?
=
listOf()
,
mapper
:
(
SqlCursor
)
->
RowType
)
:
RowType
?
(
source
)
actual
abstract
suspend
fun
<
RowType
:
Any
>
getOptionalAsync
(
sql
:
String
,
parameters
:
List
<
Any
?
>
?
,
mapper
:
(
SqlCursor
)
->
RowType
)
:
RowType
?
(
source
)
actual
abstract
suspend
fun
<
RowType
:
Any
>
getOptionalAsync
(
sql
:
String
,
parameters
:
List
<
Any
?
>
?
,
mapper
:
(
SqlCursor
)
->
RowType
)
:
RowType
?
(
source
)