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