PgSessionSettings class
Constructors
-
PgSessionSettings({Duration? connectTimeout, Duration? queryTimeout, TimeZoneSettings? timeZone, Encoding? encoding, bool onBadSslCertificate(X509Certificate)?, StreamChannelTransformer<
BaseMessage, BaseMessage> ? transformer})
Properties
- connectTimeout → Duration?
-
final
- encoding → Encoding?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onBadSslCertificate → bool Function(X509Certificate)?
-
final
- queryTimeout → Duration?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeZone → TimeZoneSettings?
-
TimeZoneSettings | String
final
-
transformer
→ StreamChannelTransformer<
BaseMessage, BaseMessage> ? -
An optional
StreamChannelTransformer
sitting behind the postgres client as implemented in theposgres
package and the database server.final
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