TinyBase logoTinyBase

Transaction type aliases

This is the collection of transaction type aliases within the store module. There are 15 transaction type aliases in total.

ChangedTableIds

The ChangedTableIds type describes the Table Ids that were added or removed during a transaction.

ChangedRowIds

The ChangedRowIds type describes the Row Ids that were added or removed during a transaction.

ChangedCellIds

The ChangedCellIds type describes the Cell Ids that were added or removed during a transaction.

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.

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.

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.

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.

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.

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.

ChangedValueIds

The ChangedValueIds type describes the Value Ids that were added or removed during a transaction.

GetTransactionChanges

The GetTransactionChanges type describes a function that returns the net meaningful changes that were made to a Store during a transaction.

GetTransactionLog

The GetTransactionLog type describes a function that returns the changes that were made to a Store during a transaction in detail.

IdAddedOrRemoved

The IdAddedOrRemoved type describes a change made to an Id in either the tabular of keyed-value part of the Store.

TransactionChanges

The TransactionChanges type describes the net meaningful changes that were made to a Store during a transaction.

TransactionLog

The TransactionLog type describes the changes that were made to a Store during a transaction in detail.