PostgreSQLRollback class
Represents a rollback from a transaction.
If a transaction is cancelled using PostgreSQLExecutionContext.cancelTransaction, the value of the Future returned from PostgreSQLConnection.transaction will be an instance of this type. reason will be the String value of the optional argument to PostgreSQLExecutionContext.cancelTransaction.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited