RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SqlExpr.DataTypeMap Constant
Pascal
DataTypeMap: array[0..TDBXTypes.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, ftFMTBCD, ftWideString);
C++
array[0..TDBXTypes.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, ftFMTBCD, ftWideString);

SqlExpr

This is constant SqlExpr.DataTypeMap.

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!