FireDAC.Phys.OracleWrapper.TOCIVarDataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOCIVarDataType = (otUnknown, otInt32, otUInt32, otInt64, otUInt64, otSingle,
otDouble, otNumber, otString, otChar, otNString, otNChar, otRaw, otDateTime,
otLong, otNLong, otLongRaw, otROWID, otBoolean, otCursor, otNestedDataSet,
otCLOB, otNCLOB, otBLOB, otCFile, otBFile, otTimeStamp, otIntervalYM, otIntervalDS);

C++

enum DECLSPEC_DENUM TOCIVarDataType : unsigned int { otUnknown, otInt32, otUInt32, otInt64, otUInt64, otSingle, otDouble, otNumber, otString, otChar, otNString, otNChar, otRaw, otDateTime, otLong, otNLong, otLongRaw, otROWID, otBoolean, otCursor, otNestedDataSet, otCLOB, otNCLOB, otBLOB, otCFile, otBFile, otTimeStamp, otIntervalYM, otIntervalDS };

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Phys.OracleWrapper.pas
FireDAC.Phys.OracleWrapper.hpp
FireDAC.Phys.OracleWrapper FireDAC.Phys.OracleWrapper

Description

Embarcadero Technologies does not currently have any additional information.