Data.DB.TBlobType
Delphi
TBlobType = ftBlob..ftWideMemo;
C++
typedef TFieldType TBlobType;
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
enum typedef |
public | Data.DB.pas Data.DB.hpp |
Data.DB | Data.DB |
Description
TBlobType précise le type de champ BLOB.
TBlobType représente un intervalle de valeurs TFieldType. Voici les valeurs possibles de BlobType:
| Valeur | Description |
|---|---|
|
ftBlob |
Champ objet binaire volumineux |
|
ftMemo |
Champ mémo texte |
|
ftGraphic |
Champ bitmap |
|
ftFmtMemo |
Champ mémo texte formaté |
|
ftParadoxOle |
Champ OLE Paradox |
|
ftDBaseOle |
Champ OLE dBASE |
|
ftTypedBinary |
Champ binaire typé |
|
ftOraBlob |
Champs BLOB dans les tables Oracle 8 |
|
ftOraClob |
Champs CLOB dans les tables Oracle 8 |