PowerSync Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PowerSync Kotlin
PowerSync Core
/
com.powersync.db.internal
/
ConnectionContext
/
getAll
get
All
abstract
fun
<
RowType
:
Any
>
getAll
(
sql
:
String
,
parameters
:
List
<
Any
?
>
?
=
listOf()
,
mapper
:
(
SqlCursor
)
->
RowType
)
:
List
<
RowType
>