C# Class Deveel.Data.Sql.Types.StringTypeTests

Mostrar archivo Open project: deveel/deveeldb

Private Methods

Method Description
BasicVarChar_Compare ( ) : void
BasicVarChar_Create ( ) : void
CastToBoolean ( string s, bool expected ) : void
CastToDate ( string s, int year, int month, int day ) : void
CastToDateTime ( string s, int year, int month, int day, int hour, int minute, int second, int millis, int offsetHour, int offsetMinute ) : void
CastToSimpleNumeric ( string s, double expected, bool canBeInt, bool canBeLong ) : void
CastToTime ( string s, int hour, int minute, int second, int millis, int offsetHour, int offsetMinute ) : void
ParseString ( string input, SqlTypeCode expectedTypeCode, int expectedSize, string expectedLocale, string expectedEncoding ) : void
SizedVarChar_Compare ( ) : void
SizedVarChar_Create ( ) : void