AdsFieldType Enumeration | |
List of possible field types.
Namespace:
XSharp.ADS
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax Members
| Member name | Value | Description |
---|
| LOGICAL | 1 | 1 byte logical value |
| NUMERIC | 2 | DBF character style numeric |
| DATE | 3 | Date field. |
| STRING | 4 | Character data |
| MEMO | 5 | Variable length character data |
| BINARY | 6 | BLOB - any data |
| IMAGE | 7 | BLOB - bitmap |
| VARCHAR | 8 | variable length character FIELD |
| COMPACTDATE | 9 | DBF date represented with 3 bytes |
| DOUBLE | 10 | IEEE 8 byte floating point |
| INTEGER | 11 | IEEE 4 byte signed long integer |
| SHORTINT | 12 | IEEE 2 byte signed short integer |
| TIME | 13 | 4 byte long integer representing milliseconds since midnight |
| TIMESTAMP | 14 | 8 bytes. High order 4 bytes are a long integer representing Julian date.Low order 4 bytes are a long integer representing milliseconds since midnight |
| AUTOINC | 15 | 4 byte auto-increment value |
| RAW | 16 | Untranslated data |
| CURDOUBLE | 17 | IEEE 8 byte floating point currency |
| MONEY | 18 | 8 byte, 4 implied decimal Currency Field |
| INT64 | 19 | 8 byte integer |
| CISTRING | 20 | CaSe INSensiTIVE character data |
| ROWVERSION | 21 | 8 byte integer, incremented for every update, unique to entire table |
| MODTIME | 22 | 8 byte timestamp, updated when record is updated |
| VARCHAR_FOX | 23 | Visual FoxPro varchar field |
| VARBINARY_FOX | 24 | Visual FoxPro varbinary field |
| SYSTEM_FIELD | 25 | For internal usage |
| NCHAR | 26 | Unicode Character data |
| NVARCHAR | 27 | Unpadded Unicode Character data |
| NMEMO | 28 | Variable Length Unicode Data |
| GUID | 29 | 16-byte binary data |
See Also