Name Type MSSql Type Oracle Type DB2 Type Postgresql Nullable Description
SVAL_VName varchar (32) VARCHAR2 (32 CHAR) varchar(32) varchar (32) false Variable name of the system value. The prefix has to be '&$'
SVAL_Scope smallint NUMBER(38,0) smallint smallint true Scope (0 = System, 1 = Task)
SVAL_isSystemValue smallint NUMBER(38,0) smallint smallint true Visible in GUI (Chooser)

Indexes:

Name Fields Primary Unique Clustered Nonclustered
PK_SVAL SVAL_VName true true true false

Foreign Keys:

Name Local References Foreign References

Return to the Index File