PowerSync Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PowerSync Kotlin
PowerSync Core
/
com.powersync.db.crud
/
CrudTransaction
/
CrudTransaction
Crud
Transaction
constructor
(
transactionId
:
Int
?
,
crud
:
List
<
CrudEntry
>
,
complete
:
suspend
(
writeCheckpoint
:
String
?
)
->
Unit
)