Name Type MSSql Type Oracle Type DB2 Type Postgresql Nullable Description
EJPOV_AH_Idnr int NUMBER(38,0) int int false reference to the archive header (AH) (RunID)
EJPOV_EJPP_Lnr smallint NUMBER(38,0) smallint smallint false reference to the archive header (AH) (RunID)
EJPOV_Location smallint NUMBER(38,0) smallint smallint false 1=Pre, 2=Post
EJPOV_EJPPO_Lnr smallint NUMBER(38,0) smallint smallint false ascending number of conditions in a workflow-task
EJPOV_VName varchar (32) VARCHAR2 (32 CHAR) varchar(32) varchar (32) false Variable name (S=Parameterset)
EJPOV_Value varchar(max) CLOB clob(128 M) INLINE LENGTH 1024 COMPACT text true Variable value
EJPOV_Type char (1) CHAR (1 CHAR) char(1) char (1) true V=Value, S=Parameterset
EJPOV_AltView smallint NUMBER(38,0) smallint smallint true Flag for alternative view

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_EJPOV EJPOV_AH_Idnr, EJPOV_EJPP_Lnr, EJPOV_Location, EJPOV_EJPPO_Lnr, EJPOV_VName true true true false

Foreign Keys:

Name Local References Foreign References

Return to the Index File