The DbDataType enumeration contains types of data used in the platform.
It is used by the following properties and methods:
| Value | Brief description |
| 0 | NoData. No data. |
| 1 | String. Character data. |
| 2 | Integer. Integer values. |
| 3 | Float. Real values. |
| 4 | DateTime. Date and time. |
| 5 | Blob. Array of binary or character data. |
| 6 | Boolean. Logical data. |
| 7 | Date. Date without time. |
| 8 | Decimal. Decimal high-precision values. |
See also: