PowerSync Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
PowerSync Kotlin
PowerSync Core
/
com.powersync.db.crud
/
CrudRow
Crud
Row
@
Serializable
data
class
CrudRow
(
val
id
:
String
,
val
data
:
String
,
val
txId
:
Int
?
)
Members
Constructors
Crud
Row
Link copied to clipboard
constructor
(
id
:
String
,
data
:
String
,
txId
:
Int
?
)
Properties
data
Link copied to clipboard
val
data
:
String
id
Link copied to clipboard
val
id
:
String
tx
Id
Link copied to clipboard
val
txId
:
Int
?