Collection Contents 上一页 下一页 PDF

UltraLite for MobileVB 用户指南

UltraLite for MobileVB API 参考

ULSQLType 枚举


ULSQLType 列出用作表列类型的可用 UltraLite SQL 数据库类型。

常量 UltraLite 数据库类型
ulTypeLong Integer 0
ulTypeUnsignedLong SmallInt 2
ulTypeShort UnsignedInteger 1
ulTypeUnsignedShort UnsignedSmallInt 3
ulTypeBig Big 4
ulTypeUnsignedBig UnsignedBig 5
ulTypeByte Byte 6
ulTypeBit Bit 7
ulTypeDateTime Time 8
ulTypeDate Date 9
ulTypeTime Timestamp 10
ulTypeDouble Double 11
ulTypeReal Real 12
ulTypeNumeric (Var)Binary 17
ulTypeBinary LongBinary 13
ulTypeString (Var)Char 15
ulTypeLongString LongVarchar 16
ulTypeLongBinary Numeric 14
ulTypeUUID UniqueIdentifier 18

Collection Contents 上一页 下一页 PDF