Connection class
- Available extensions
- Annotations
-
- @JS()
Constructors
-
Connection.new({required ClientConfiguration connectionParams, required Future<
void> disconnectionCallback()}) -
deno-postgres@v0.17.0/Connection/constructor.
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCarriedOverTLS → bool
-
Available on Connection, provided by the ConnectionProps extension
deno-postgres@v0.17.0/Connection/tls.no setter - isConnected → bool
-
Available on Connection, provided by the ConnectionProps extension
deno-postgres@v0.17.0/Connection/connected.no setter - pid → int
-
deno-postgres@v0.17.0/Connection/connected.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transport → Transport
-
Available on Connection, provided by the ConnectionProps extension
deno-postgres@v0.17.0/Connection/transport.no setter
Methods
-
end(
) → Future< void> -
Available on Connection, provided by the ConnectionProps extension
deno-postgres@v0.17.0/Connection/end. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
queryArray<
T extends QueryResult> (Query query) → Future< T> -
Available on Connection, provided by the ConnectionProps extension
deno-postgres@v0.17.0/Connection/query. deno-postgres@v0.17.0/Connection/query. -
startup(
{required bool isReconnection}) → Future< void> -
Available on Connection, provided by the ConnectionProps extension
deno-postgres@v0.17.0/Connection/startup. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited