PgSessionSettings class final

Constructors

PgSessionSettings({Duration? connectTimeout, String? timeZone, Encoding? encoding, bool onBadSslCertificate(X509Certificate)?, StreamChannelTransformer<BaseMessage, BaseMessage>? transformer, ReplicationMode replicationMode = ReplicationMode.none, QueryMode queryMode = QueryMode.extended})

Properties

connectTimeout Duration?
final
encoding Encoding?
final
hashCode int
The hash code for this object.
no setterinherited
onBadSslCertificate → (bool Function(X509Certificate)?)
final
queryMode QueryMode
The Query Execution Mode
final
replicationMode ReplicationMode
The replication mode for connecting in streaming replication mode.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeZone String?
final
transformer → StreamChannelTransformer<BaseMessage, BaseMessage>?
An optional StreamChannelTransformer sitting behind the postgres client as implemented in the posgres 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