Data.DBXCommon.TDBXSubDataTypes
Delphi
TDBXSubDataTypes = class
C++
class PASCALIMPLEMENTATION TDBXSubDataTypes : public System::TObject
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| class | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | Data.DBXCommon |
Description
Sous-types de données.
TDBXSubDataTypes contient des constantes de sous-type de données, comme illustré dans le tableau suivant.
| Constante | Description |
|---|---|
|
MoneySubType |
Sous-type monétaire |
|
MemoSubType |
Blob char 8 bits |
|
BinarySubType |
Blob binaire |
|
WideMemoSubType |
Blob Unicode |
|
HMemoSubType |
CLOB |
|
HBinarySubType |
BLOB |
|
BFileSubType |
BFILE |
|
FixedSubType |
Char de longueur fixe |
|
AutoIncSubType |
Auto-incrément entier 32 bits |
|
AdtNestedTableSubType |
ADT pour la table imbriquée (sans nom) |
|
AdtDateSubType |
DATE (OCIDate) dans un ADT |
|
OracleTimeStampSubType |
Horodatage Oracle |
|
OracleIntervalSubType |
Intervalle Oracle |