Data.DBXCommon.TDBXSubDataTypes

Delphi
TDBXSubDataTypes = class
C++
class PASCALIMPLEMENTATION TDBXSubDataTypes : public System::TObject
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| class | public | Data.DBXCommon.pas Data.DBXCommon.hpp | Data.DBXCommon | Data.DBXCommon | 
Description
Data subtypes.
TDBXSubDataTypes contains data subtype constants, as shown in this table.
| Constant | Description | 
|---|---|
| MoneySubType | Monetary sub type | 
| MemoSubType | 8 bit char blob | 
| BinarySubType | Binary blob | 
| WideMemoSubType | Unicode blob | 
| HMemoSubType | CLOB | 
| HBinarySubType | BLOB | 
| BFileSubType | BFILE | 
| FixedSubType | Fixed length char | 
| AutoIncSubType | 32 bit integer autoincrement | 
| AdtNestedTableSubType | ADT for nested table (has no name) | 
| AdtDateSubType | DATE (OCIDate) with in an ADT | 
| OracleTimeStampSubType | Oracle TimeStamp | 
| OracleIntervalSubType | Oracle Interval |