QUERY_PROPERTY view

Use this predefined database view for queries on process-level variables.

Table 1. Columns in the QUERY_PROPERTY view
Column name Type Comments
PIID ID The process instance ID.
VARIABLE_NAME String The name of the process-level variable.
NAME String The name of the query property.
NAMESPACE String The namespace of the query property.
GENERIC_VALUE String A string representation for property types that do not map to one of the defined types: STRING_VALUE, NUMBER_VALUE, DECIMAL_VALUE, or TIMESTAMP_VALUE.
STRING_VALUE String If a property type is mapped to a string type, this is the value of the string.
NUMBER_VALUE Integer If a property type is mapped to an integer type, this is the value of the integer.
DECIMAL_VALUE Decimal If a property type is mapped to a floating point type, this is the value of the decimal.
TIMESTAMP_VALUE Timestamp If a property type is mapped to a timestamp type, this is the value of the timestamp.

(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)