This table contains a reference list of data types.
Column Description(s):
Column Name | Column Type | Description |
REFID |
INTEGER NOT NULL |
The internal reference number of the data type. |
CLASSNAME |
CHAR(100) NOT NULL |
Class name of the data type. |
BASETYPE |
CHAR(100) NOT NULL |
The Java class used to hold values of this data type. |
DISPLAYNAME |
CHAR(80) NOT NULL |
The name to be used for this data type when displayed using a graphical interface. |
DEFAULTTYPE |
INTEGER NOT NULL DEFAULT 0 |
Reserved for IBM internal use. |
ORDERSEQ |
INTEGER |
Order sequence of the data types in the Graphical User Interface. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
I0000116 |
CLASSNAME |
Unique Index |
SQL050212031230720 |
REFID |
Primary Key |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_8 |
DATATYPE |
ACATTR |
REFID |
Cascade |
Related reference
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.