コード例 #1
0
 => conn.HasIntegerDateTimes      // Check for the legacy floating point timestamps feature
         ? new TimestampTzHandler(postgresType, conn.Connector !.ConvertInfinityDateTime)
コード例 #2
0
ファイル: HstoreHandler.cs プロジェクト: russellfoster/npgsql
 : base(postgresType) => _textHandler = new TextHandler(postgresType, connection);
コード例 #3
0
 => new DateHandler(postgresType, conn.Connector !.ConvertInfinityDateTime);
コード例 #4
0
 => _textHandler = new TextHandler(postgresType, encoding);