STATE_VARIABLE

Description

This table stores the state variable information.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the state variable.
DEPENDENT_VARIABLE_STATE_VAR_0 bigint The dependent variable state value.
INDEPENDENT_VARIABLE_STATE_V_0 bigint The independent variable state value.
STATE_VARIABLES_TRIGGER_OPER_0 bigint The trigger operation associated with the state variable.
STATE_VARIABLES_HJORDER int The HJORDER value of the state variable.

Primary Key

  • ID

Foreign Key Relationships

  • DEPENDENT_VARIABLE_STATE_VAR_0 references DEPENDENT_STATE_VARIABLE(ID)
  • INDEPENDENT_VARIABLE_STATE_V_0 references INDEPENDENT_STATE_VARIABLE(ID)
  • STATE_VARIABLES_TRIGGER_OPER_0 references TRIGGER_OPERATION(ID)