Data.SqlExpr.BlobTypeMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

BlobTypeMap: array[SUB_TYPE_MEMO..TDBXDataTypes.BFileSubType] of TFieldType = ( ftMemo, ftBlob, ftFmtMemo, ftParadoxOle, ftGraphic, ftDBaseOle, ftTypedBinary, ftBlob, ftBlob, ftBlob, ftWideMemo, ftOraClob, ftOraBlob, ftBlob, ftBlob);

C++

extern DELPHI_PACKAGE System::StaticArray<Data::Db::TFieldType, 15> BlobTypeMap;

Properties

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

Description

Maps the blob fields types.

BlobTypeMap is used to map the blob fields types.

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

See Also