RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SqlExpr.DataTypeMap Constant
Pascal
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);
C++
array[0..TDBXDataTypes.MaxBaseTypes - 1] of TFieldType DataTypeMap = ( 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);

This is constant SqlExpr.DataTypeMap.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!