PooledConnection class Null safety
Constructors
Properties
- backendPid → int?
-
The pid of the postgresql handler.
read-only
- connectionState → ConnectionState?
-
read-only
- established → DateTime?
-
Time at which the physical connection to the database was established.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isLeaked → bool
-
If a leak detection threshold is set, then this flag will be set on leaked
connections.
read-only
- name → String
-
read-only
- obtained → DateTime?
-
Time at which the connection was last obtained by a client.
read-only
- released → DateTime?
-
Time at which the connection was last released by a client.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- stackTrace → StackTrace?
-
The stacktrace at the time pool.connect() was last called.
read-only
- state → PooledConnectionState?
-
The state of connection in the pool: available, closed, etc.
read-only
- useId → int?
-
A unique id that updated whenever the connection is obtained.
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited