ClientConfiguration class
deno-postgres@v0.17.0/ClientConfiguration.
- Available Extensions
- Annotations
-
- @JS()
Constructors
- ClientConfiguration({required String applicationName, required ConnectionOptions connection, required String database, required String hostname, required String options, required int port, required TLSOptions tls, required String user, required Transport hostType, String? password})
-
deno-postgres@v0.17.0/ClientConfiguration.
factory
Properties
- applicationName → String
-
deno-postgres@v0.17.0/ClientConfiguration/applicationName.
read-only
- connection → ConnectionOptions
-
deno-postgres@v0.17.0/ClientConfiguration/connection.
read-only
- database → String
-
deno-postgres@v0.17.0/ClientConfiguration/database.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- hostname → String
-
deno-postgres@v0.17.0/ClientConfiguration/hostname.
read-only
-
options
→ Map<
String, String> -
deno-postgres@v0.17.0/ClientConfiguration/options.
read-only
- password → String?
-
deno-postgres@v0.17.0/ClientConfiguration/password.
read-only
- port → int
-
deno-postgres@v0.17.0/ClientConfiguration/port.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- tls → TLSOptions
-
deno-postgres@v0.17.0/ClientConfiguration/tls.
read-only
- user → String
-
deno-postgres@v0.17.0/ClientConfiguration/user.
read-only
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