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