PostgresTransaction class
PostgreSQL transaction implementation.
- Implemented types
Properties
Methods
-
commit(
) → Future< void> -
Commit the transaction
override
-
executeRaw(
SqlQuery query) → Future< int> -
Execute a command within the transaction (returns affected rows)
override
-
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
override
-
rollback(
) → Future< void> -
Rollback the transaction
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited