Transaction class abstract
Abstract interface for database transactions.
- Implementers
Constructors
Properties
Methods
-
commit(
) → Future< void> - Commit the transaction
-
executeRaw(
SqlQuery query) → Future< int> - Execute a command within the transaction (returns affected rows)
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryRaw(
SqlQuery query) → Future< SqlResultSet> - Execute a query within the transaction
-
rollback(
) → Future< void> - Rollback the transaction
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited