Data.SqlExpr.DataTypeMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

DataTypeMap: array[0..TDBXDataTypes.MaxBaseTypes - 1] of TFieldType = (
ftUnknown, ftString, ftDate, ftBlob, ftBoolean, ftSmallint,
ftInteger, ftFloat, ftFMTBCD, ftBytes, ftTime, ftDateTime,
ftWord, ftInteger, ftUnknown, ftVarBytes, ftUnknown, ftCursor,
ftLargeInt, ftLargeInt, ftADT, ftArray, ftReference, ftDataSet,
ftTimeStamp, ftBCD, ftWideString, ftSingle, ftShortint, ftByte, ftUnknown,
ftUnknown, ftUnknown, ftUnknown, ftUnknown, ftVariant, ftTimeStampOffset, ftObject,
ftObject);

C++

extern DELPHI_PACKAGE System::StaticArray<Data::Db::TFieldType, 39> DataTypeMap;

Properties

Type Visibility Source Unit Parent
const
variable
public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr Data.SqlExpr

Description

Maps the TDBXDataTypes into a FldTypeMap.

Note: To obtain the full (or correct) code signature, see SqlExpr.pas (Delphi) or SqlExpr.hpp (C++) in the product \source directory.

See Also