RdmType Enumeration
Description:
The RdmType enumeration is used to indicate the data types that the SQL engine supports. The following data types are included.
| Type name | Description |
|---|---|
| AnsiString | A single-byte ANSI string |
| String | A Unicode string |
| Binary | A binary array |
| Boolean | A boolean |
| SByte | A signed 8 bit integer |
| Int16 | A signed 16-bit integer |
| Int32 | A signed 32-bit integer |
| Int64 | A signed 64-bit integer |
| Single | A 32-bit floating point |
| Double | A 64-bit floating point |
| Date | A date |
| Time | A time |
| Timestamp | A date and time (with fractions of a second) |
| Blob | A binary large object |
| Clob | A character large object |
| Rowid | A unique, RDM-generated integer value |
| Guid | A globally unique identifier value |