Name Type MSSql Type Oracle Type DB2 Nullable Description
OT_OH_Idnr int NUMBER(38,0) int false reference to the object header (OH)
OT_Type smallint NUMBER(38,0) smallint false Scripttype 0=normal Script, 1=Preprocessing Script 2=Postprocessing Script, 3=inheritable Postscript
OT_Lnr smallint NUMBER(38,0) smallint false ascending number
OT_Content varchar(max) CLOB clob(20480 k) INLINE LENGTH 30000 COMPACT true Script content

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_OT OT_OH_Idnr, OT_Type, OT_Lnr true true true false

Foreign Keys:

Name Local References Foreign References
FK_OT_OH OT_OH_Idnr OH_Idnr

Return to the Index File