Bde.DBTables.DataTypeMap
[–] Properties | |
---|---|
Type: const variable
| |
Visibility: public | |
Source: Bde.DBTables.pas Bde.DBTables.hpp
| |
Unit: Bde.DBTables | |
Parent: Bde.DBTables |
Delphi
DataTypeMap: array[0..MAXLOGFLDTYPES - 1] of TFieldType = (
ftUnknown, ftString, ftDate, ftBlob, ftBoolean, ftSmallint,
ftInteger, ftFloat, ftBCD, ftBytes, ftTime, ftDateTime,
ftWord, ftInteger, ftUnknown, ftVarBytes, ftUnknown, ftUnknown,
ftLargeInt, ftLargeInt, ftADT, ftArray, ftReference, ftDataSet,
ftTimeStamp);
C++
extern DELPHI_PACKAGE System::StaticArray<Data::Db::TFieldType, 25> DataTypeMap;
Description
Embarcadero Technologies does not currently have any additional information.