TransactionInterface
interface TransactionInterface
Represents a unit block of work that is performed on a database.
Inheritors
Properties
Link copied to clipboard
The database connection used by the transaction.
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
The transaction isolation level of the transaction, which may differ from the set database level.