Name Type MSSql Type Oracle Type DB2 Nullable Description
CODE_OH_Idnr int NUMBER(38,0) int false reference to the object header (OH)
CODE_Content varbinary(512) RAW(512) varchar(512) for bit data true content of the code table
CODE_Attr varchar(256) VARCHAR2 (256 CHAR) varchar(256) true attributes of the code table (unused)

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_CODE CODE_OH_Idnr true true true false

Foreign Keys:

Name Local References Foreign References
FK_CODE_OH CODE_OH_Idnr OH_Idnr

Return to the Index File