FireDAC.Comp.BatchMove.JSON.TFDJsonDataType
Delphi
TFDJsonDataType = (jtOther, jtString, jtInteger, jtNumber, jtBoolean,
jtDateTime, jtGUID, jtBlob);
C++
enum DECLSPEC_DENUM TFDJsonDataType : unsigned int { jtOther, jtString, jtInteger, jtNumber, jtBoolean, jtDateTime, jtGUID, jtBlob };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FireDAC.Comp.BatchMove.JSON.pas FireDAC.Comp.BatchMove.JSON.hpp |
FireDAC.Comp.BatchMove.JSON | FireDAC.Comp.BatchMove.JSON |
Description
The type defines the various data types of a JSON field.