ConnectionOptions class
- Available extensions
- Annotations
-
- @JS()
Constructors
- ConnectionOptions.new({required int attempts, int nextInterval(int previousInterval)?, int? interval})
-
deno-postgres@v0.17.0/ConnectionOptions.
factory
Properties
- attempts → int
-
deno-postgres@v0.17.0/ConnectionOptions.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- interval → int?
-
Available on ConnectionOptions, provided by the ConnectionOptionsProps extension
deno-postgres@v0.17.0/ConnectionOptions.no setter - nextInterval → int Function(int previousInterval)?
-
Available on ConnectionOptions, provided by the ConnectionOptionsProps extension
deno-postgres@v0.17.0/ConnectionOptions.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited