Constants in the IBCDataTypeMap unit.
Constants
| Name | Description |
|
IBCArray |
This unit contains the TIBCArray class for working the InterBase/Firebird array data types. |
|
ibcArray |
Used to map ARRAY to Delphi data types. |
|
ibcBigint |
Used to map BIGINT to Delphi data types. |
|
ibcBlob |
Used to map BLOB to Delphi data types. |
|
ibcBoolean |
Used to map BOOLEAN to Delphi data types. |
|
ibcChar |
Used to map CHAR to Delphi data types. |
|
ibcCharBin |
Used to map BINARY to Delphi data types. |
|
ibcDate |
Used to map DATE to Delphi data types. |
|
ibcDecimal |
Used to map DECIMAL to Delphi data types. |
|
ibcDouble |
Used to map DOUBLE PRECISION to Delphi data types. |
|
ibcFloat |
Used to map FLOAT to Delphi data types. |
|
ibcInteger |
Used to map INTEGER to Delphi data types. |
|
ibcNumeric |
Used to map NUMERIC to Delphi data types. |
|
ibcSmallint |
Used to map SMALLINT to Delphi data types. |
|
ibcText |
Used to map TEXT data types to Delphi data types. |
|
ibcTime |
Used to map TIME to Delphi data types. |
|
ibcTimestamp |
Used to map TIMESTAMP to Delphi data types. |
|
ibcVarchar |
Used to map VARCHAR to Delphi data types. |
|
ibcVarcharBin |
Used to map VARCHAR BINARY to Delphi data types. |