PowerSync Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PowerSync Kotlin
PowerSync Core
/
com.powersync.db.crud
/
CrudEntry
/
CrudEntry
Crud
Entry
constructor
(
id
:
String
,
clientId
:
Int
,
op
:
UpdateType
,
table
:
String
,
transactionId
:
Int
?
,
metadata
:
String
?
=
null
,
opData
:
Map
<
String
,
String
?
>
?
,
previousValues
:
Map
<
String
,
String
?
>
?
=
null
)