| NET_ESP_DATATYPE_INTEGER |
32-bit integer
|
| NET_ESP_DATATYPE_LONG |
64-bit integer
|
| NET_ESP_DATATYPE_FLOAT |
64-bit floating point
|
| NET_ESP_DATATYPE_DATE |
unsigned integer representing seconds since the epoch (time_t)
|
| NET_ESP_DATATYPE_STRING |
variable-length string
|
| NET_ESP_DATATYPE_NULL |
generic type for null values. Not used. Use is_null() to check
|
| NET_ESP_DATATYPE_MONEY |
legacy money type whose precision depends on the setting in the project connect to
|
| NET_ESP_DATATYPE_TIMESTAMP |
64-bit signed # of milliseconds since unix epoch
|
| NET_ESP_DATATYPE_OBJECT |
not used
|
| NET_ESP_DATATYPE_BOOLEAN |
boolean
|
| NET_ESP_DATATYPE_MONEY01 |
Money type with precision 1 (range -922,337,203,685,477,580.8 through +922,337,203,685,477,580.7)
|
| NET_ESP_DATATYPE_MONEY02 |
Money type with precision 2 (range -92,233,720,368,547,758.08 through +92,233,720,368,547,758.07)
|
| NET_ESP_DATATYPE_MONEY03 |
Money type with precision 3 (range -9,223,372,036,854,775.808 through +9,223,372,036,854,775.807)
|
| NET_ESP_DATATYPE_MONEY04 |
Money type with precision 4 (range -922,337,203,685,477.5808 through +922,337,203,685,477.5807 )
|
| NET_ESP_DATATYPE_MONEY05 |
Money type with precision 5 (range -92,233,720,368,547.75808 through +92,233,720,368,547.75807 )
|
| NET_ESP_DATATYPE_MONEY06 |
Money type with precision 6 (range -9,223,372,036,854.775808 through +9,223,372,036,854.775807 )
|
| NET_ESP_DATATYPE_MONEY07 |
Money type with precision 7 (range -922,337,203,685.4775808 through +922,337,203,685.4775807 )
|
| NET_ESP_DATATYPE_MONEY08 |
Money type with precision 8 (range -92,233,720,368.54775808 through +92,233,720,368.54775807 )
|
| NET_ESP_DATATYPE_MONEY09 |
Money type with precision 9 (range -9,223,372,036.854775808 through +9,223,372,036.854775807 )
|
| NET_ESP_DATATYPE_MONEY10 |
Money type with precision 10 (range -922,337,203.6854775808 through +922,337,203.6854775807 )
|
| NET_ESP_DATATYPE_MONEY11 |
Money type with precision 11 (range -92,233,720.36854775808 through +92,233,720.36854775807 )
|
| NET_ESP_DATATYPE_MONEY12 |
Money type with precision 12 (range -9,223,372.036854775808 through +9,223,372.036854775807 )
|
| NET_ESP_DATATYPE_MONEY13 |
Money type with precision 13 (range -9,223.372036854775808 through +9,223.372036854775807 )
|
| NET_ESP_DATATYPE_MONEY14 |
Money type with precision 14 (range -9,223.372036854775808 through +9,223.372036854775807 )
|
| NET_ESP_DATATYPE_MONEY15 |
Money type with precision 15 (range -9,223.372036854775808 through +9,223.372036854775807 )
|
| NET_ESP_DATATYPE_INTERVAL |
64-bit integer representing interval value in microseconds
|
| NET_ESP_DATATYPE_BIGDATETIME |
64-bit signed # of *micro*seconds since unix epoch.
|
| NET_ESP_DATATYPE_BINARY |
raw buffer containing binary data
|