OUTPUT

Description

This table stores outputs.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the output.
BOOL_VALUE bit The boolean value of the output.
DOUBLE_VALUE double The double value of the output.
INT_16VALUE smallint The 16-bit integer value of the output.
INT_32VALUE int The 32-bit integer value of the output.
INT_64VALUE bigint The 64-bit integer value of the output.
STRING_VALUE longtext The string value of the output.
BOOL_LIST_VALUE_VARIANT_VALU_0 bigint The foreign key referencing the ID column of the BOOL_LIST_VALUE table.
DOUBLE_LIST_VALUE_VARIANT_VA_0 bigint The foreign key referencing the ID column of the DOUBLE_LIST_VALUE table.
INT 16LIST_VALUE_VARIANT_VA_0 bigint The foreign key referencing the ID column of the INT_16LIST_VALUE table.
INT 32LIST_VALUE_VARIANT_VA_0 bigint The foreign key referencing the ID column of the INT_32LIST_VALUE table.
INT 64LIST_VALUE_VARIANT_VA_0 bigint The foreign key referencing the ID column of the INT_64LIST_VALUE table.
STRING_LIST_VALUE_VARIANT_VA_0 bigint The foreign key referencing the ID column of the STRING_LIST_VALUE table.
ATTRIBUTE varchar The attribute associated with the output.
PORT_INDEX int The index of the port.
REQUIRES_TEMPLATE_PROCESSING bit Indicates if template processing is required for the output.
VALUE_EXPRESSION longtext The expression that defines the value of the output.
OUTPUTS_TRANSITION_BASE_ID bigint The foreign key referencing the ID column of the TRANSITION_BASE table.
OUTPUTS_HJORDER int The order of the output in the hierarchy.

Foreign Key Relationships

  • BOOL_LIST_VALUE_VARIANT_VALU_0 references BOOL_LIST_VALUE (ID)
  • DOUBLE_LIST_VALUE_VARIANT_VA_0 references DOUBLE_LIST_VALUE (ID)
  • INT 16LIST_VALUE_VARIANT_VA_0 references INT_16LIST_VALUE (ID)
  • INT 32LIST_VALUE_VARIANT_VA_0 references INT_32LIST_VALUE (ID)
  • INT 64LIST_VALUE_VARIANT_VA_0 references INT_64LIST_VALUE (ID)
  • STRING_LIST_VALUE_VARIANT_VA_0 references STRING_LIST_VALUE (ID)