Transaction type aliases
ChangedTableIds
The ChangedTableIds
type describes the Table
Ids
that were added or removed during a transaction. Read more.
ChangedRowIds
The ChangedRowIds
type describes the Row
Ids
that were added or removed during a transaction. Read more.
ChangedCellIds
The ChangedCellIds
type describes the Cell
Ids
that were added or removed during a transaction. Read more.
ChangedCell
The ChangedCell
type describes a Cell
that has been changed during a transaction, primarily used so that you can indicate whether the transaction should be rolled back. Read more.
ChangedCells
The ChangedCells
type describes the Cell
values that have been changed during a transaction, primarily used so that you can indicate whether the transaction should be rolled back. Read more.
InvalidCells
The InvalidCells
type describes the invalid Cell
values that have been attempted during a transaction, primarily used so that you can indicate whether the transaction should be rolled back. Read more.
ChangedValues
The ChangedValues
type describes the Values
that have been changed during a transaction, primarily used so that you can indicate whether the transaction should be rolled back. Read more.
InvalidValues
The InvalidValues
type describes the invalid Values
that have been attempted during a transaction, primarily used so that you can indicate whether the transaction should be rolled back. Read more.
ChangedValue
The ChangedValue
type describes a Value
that has been changed during a transaction, primarily used so that you can indicate whether the transaction should be rolled back. Read more.
ChangedValueIds
The ChangedValueIds
type describes the Value
Ids
that were added or removed during a transaction. Read more.
Changes
The Changes
type describes the net meaningful changes that were made to a Store
during a transaction. Read more.
IdAddedOrRemoved
The IdAddedOrRemoved
type describes a change made to an Id
in either the tabular or keyed-value part of the Store
(or in other TinyBase modules). Read more.
TransactionLog
The TransactionLog
type describes the changes that were made to a Store
during a transaction in detail. Read more.