DataType

Overview

The DataType enumeration designates a Schema filed's data type. Values of this type are used by the Data Abstract to store information about data types while processing data requests.

While some of the possible DataType map to the same Java data type they still can be processed differently by the database engine (f.e. String and WideMemo) they still can be processed differently by the undelying database engine and can map to different data types on platforms other than Java (like .Net, iOS, Win32 etc).

Location

Value Description
AutoInc
Blob
Boolean
Byte
Cardinal
Currency
Cursor
DateTime
Decimal
FixedChar
FixedWideChar
Float
Guid
Integer
LargeAutoInc
LargeInt
LargeUInt
Memo
ShortInt
SingleFloat
SmallInt
String
Unknown
WideMemo
WideString
Word
Xml