Anzeigen: Delphi
C++
Anzeigeeinstellungen
Konstanten von Data.DBXCommon.TDBXDataTypes
Aus XE2 API Documentation
| AdtType | AdtType: Integer = $14; |
| AnsiStringType | AnsiStringType: Integer = 1; |
| ArrayType | ArrayType: Integer = $15; |
| BcdType | BcdType: Integer = 8; |
| BinaryBlobType | BinaryBlobType: Integer = $21; |
| BlobType | BlobType: Integer = 3; |
| BooleanType | BooleanType: Integer = 4; |
| BytesType | BytesType: Integer = 9; |
| CallbackType | CallbackType: Integer = $26; |
| CharArrayType | CharArrayType: Integer = $1F; |
| CurrencyType | CurrencyType: Integer = $19; |
| CursorType | CursorType: Integer = $11; |
| DateTimeType | DateTimeType: Integer = $B; |
| DateType | DateType: Integer = 2; |
| DBXConnectionType | DBXConnectionType: Integer = $22; |
| DoubleType | DoubleType: Integer = 7; |
| Int16Type | Int16Type: Integer = 5; |
| Int32Type | Int32Type: Integer = 6; |
| Int64Type | Int64Type: Integer = $12; |
| Int8Type | Int8Type: Integer = $1C; |
| IntervalType | IntervalType: Integer = $20; |
| JsonValueType | JsonValueType: Integer = $25; |
| MaxBaseTypes | MaxBaseTypes: Integer = $27; |
| ObjectType | ObjectType: Integer = $1E; |
| RefType | RefType: Integer = $16; |
| SingleType | SingleType: Integer = $1B; |
| TableType | TableType: Integer = $17; |
| TimeStampOffsetType | TimeStampOffsetType: Integer = $24; |
| TimeStampType | TimeStampType: Integer = $18; |
| TimeType | TimeType: Integer = $A; |
| UInt16Type | UInt16Type: Integer = $C; |
| UInt32Type | UInt32Type: Integer = $D; |
| UInt64Type | UInt64Type: Integer = $13; |
| UInt8Type | UInt8Type: Integer = $1D; |
| UnknownType | UnknownType: Integer = 0; |
| VarBytesType | VarBytesType: Integer = $F; |
| VariantType | VariantType: Integer = $23; |
| WideStringType | WideStringType: Integer = $1A; |