Name Type MSSql Type Oracle Type DB2 Type Postgresql Nullable Description
OPPF_OH_Idnr int NUMBER(38,0) int int false ID of the post process filter object.
OPPF_Lnr smallint NUMBER(38,0) smallint smallint false Sequenced number of filters.
OPPF_Fltrname varchar (255) VARCHAR2 (255 CHAR) varchar(255) varchar (255) true Name of the filter object.
OPPF_Result smallint NUMBER(38,0) smallint smallint true Indicates whether the filter result should be true or false.
OPPF_Retcode smallint NUMBER(38,0) smallint smallint true Defines the return code.
OPPF_Execute varchar (255) VARCHAR2 (255 CHAR) varchar(255) varchar (255) true Name of the object to be executed.
OPPF_StatusInsert varchar (100) VARCHAR2 (100 CHAR) varchar(100) varchar (100) true Custom message insert.

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_OPPF OPPF_OH_Idnr, OPPF_Lnr true true true false
NK_OPPF_Execute OPPF_Execute false false false false

Foreign Keys:

Name Local References Foreign References
FK_OPPF_OH OPPF_OH_Idnr OH_Idnr

Return to the Index File