Data.DBXCommon.TDBXSubDataTypes

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: Data.DBXCommon |
Delphi
TDBXSubDataTypes = class
C++
class PASCALIMPLEMENTATION TDBXSubDataTypes : public System::TObject
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 |