SimpleDataType

Overview

The SimpleDataType enumeration designates value data type. Values of this type are used internally by the Data Abstract to store information about change data types while processing data requests made via OData data access interfaces.

Purpose of the the SimpleDataType enumeration is very similar to the purpose of the TDADataType enumeration, except the former one is never sent to over the wire.

Location

  • Unit: DataAbstractSimple_Intf.pas


Value Description
SimpleDataType_Binary BLOB (Binary Large Objects) value
SimpleDataType_Boolean Boolean value
SimpleDataType_Currency Monetary value
SimpleDataType_DateTime Date/time value
SimpleDataType_Double Double-precision floating-point value
SimpleDataType_Guid Globally unique identifier (GUID) value
SimpleDataType_Int64 Signed 64-bit integer value
SimpleDataType_Integer Signed 32-bit integer value
SimpleDataType_String Unicode string value