FireDAC.Comp.BatchMove.JSON.TFDJsonDataType

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
FireDAC.Comp.BatchMove.JSON.pas
FireDAC.Comp.BatchMove.JSON.hpp
Unit: FireDAC.Comp.BatchMove.JSON
Parent: FireDAC.Comp.BatchMove.JSON

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 };

Description

The type defines the various data types of a JSON field.


See Also