TransactionInterface

Represents a unit block of work that is performed on a database.

Inheritors

Properties

Link copied to clipboard
abstract val db: DatabaseApi

The database on which the transaction tasks are performed.

Link copied to clipboard

The parent transaction of a nested transaction; otherwise, null if the transaction is a top-level instance.

Link copied to clipboard
abstract val readOnly: Boolean

Whether the transaction is in read-only mode.