PgSessionSettings constructor
PgSessionSettings({
- Duration? connectTimeout,
- Duration? queryTimeout,
- TimeZoneSettings? timeZone,
- Encoding? encoding,
- bool onBadSslCertificate()?,
- StreamChannelTransformer<
BaseMessage, BaseMessage> ? transformer,
Implementation
PgSessionSettings({
this.connectTimeout,
this.queryTimeout,
this.timeZone,
this.encoding,
this.onBadSslCertificate,
this.transformer,
});