C# Class Npgsql.Tests.Types.DateTimeTests

Tests on PostgreSQL date/time types
http://www.postgresql.org/docs/current/static/datatype-datetime.html
Inheritance: TestBase
Exibir arquivo Open project: npgsql/npgsql

Private Methods

Method Description
Date ( ) : void
DateConvertInfinity ( ) : void
DateSpecial ( NpgsqlDate value ) : void
Interval ( ) : void
Time ( ) : void
TimeStampConvertInfinity ( ) : void
TimeStampSpecial ( NpgsqlDateTime value ) : void
TimeTz ( ) : void
Timestamp ( System.DateTime dateTime ) : void
TimestampTz ( ) : void