PostgresTransaction class

PostgreSQL transaction implementation.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
isActive bool
Whether the transaction is still active
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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