PostgreSQLConnectionWrapper class
A DBPostgreSQLAdapter connection wrapper.
- Inheritance
-
- Object
- DBConnectionWrapper<
PostgreSQLExecutionContext> - PostgreSQLConnectionWrapper
- Implementers
Constructors
- PostgreSQLConnectionWrapper(PostgreSQLExecutionContext nativeConnection)
Properties
- connectionURL → String
-
no setteroverride
- creationTime → DateTime
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
latefinalinherited
- info → String
-
no setterinherited
- isClosed → bool
-
no setterinherited
- lastAccessTime → DateTime
-
no setterinherited
- nativeConnection → PostgreSQLExecutionContext
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- runtimeTypeNameSafe → String
-
Returns the runtimeType as String in safe way.
no setteroverride
Methods
-
close(
) → void -
inherited
-
closeImpl(
) → void -
override
-
execute(
String sql, {Map< String, dynamic> ? substitutionValues}) → Future<int> -
isClosedImpl(
) → bool -
override
-
isInactive(
Duration inactivityLimit, {DateTime? now}) → bool -
inherited
-
mappedResultsQuery(
String sql, {Map< String, dynamic> ? substitutionValues}) → Future<List< Map< >String, Map< >String, dynamic> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openTransaction(
Future queryBlock(PostgreSQLConnectionTransactionWrapper connection), {int? commitTimeoutInSeconds}) → Future -
query(
String sql, {Map< String, dynamic> ? substitutionValues}) → Future<PostgreSQLResult> -
timeSinceAccess(
{DateTime? now}) → Duration -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateLastAccessTime(
{DateTime? now}) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited