Data.SqlExpr.BlobTypeMap

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
const
variable
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: Data.SqlExpr

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;

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