Exemplo n.º 1
0
 => conn.HasIntegerDateTimes      // Check for the legacy floating point timestamps feature
         ? new TimestampTzHandler(postgresType, conn.Connector !.ConvertInfinityDateTime)
Exemplo n.º 2
0
 : base(postgresType) => _textHandler = new TextHandler(postgresType, connection);
Exemplo n.º 3
0
 => new DateHandler(postgresType, conn.Connector !.ConvertInfinityDateTime);
Exemplo n.º 4
0
 => _textHandler = new TextHandler(postgresType, encoding);