Query Functions : List of Query Functions : Conditions (co) : Input List Type: co

Input List Type: co
 
Query: Conditions by subtype
Purpose: Returns the conditions in the input list that are defined as array
Query: Conditions by attributes
Purpose: Returns the conditions in the input list that match the specified attribute name and value
stm_r_co_by_attributes_co (IN co_list: LIST OF CONDITION, IN attr_name : STRING, IN attr_value : STRING, OUT status: INTEGER)
Query: None
Purpose: Returns the conditions in the input list that have the specified structure type (for example, single or array)
stm_r_co_by_structure_type_co (IN co_list: LIST OF CONDITION, IN dtype: INTEGER, OUT status: INTEGER)
Query: Conditions with callback bindings
Purpose: Returns the conditions of the input list that have callback bindings
Query: Conditions explicitly defined
Purpose: Returns the conditions of the input list that were explicitly defined
Query: Conditions whose names match a given pattern
Purpose: Returns all the conditions whose names match the specified pattern
Query: Conditions by subtype
Purpose: Returns the conditions in the input list that are defined as single
Query: Conditions whose synonyms match a given pattern
Purpose: Returns all the conditions whose synonyms match the specified pattern
Query: Unresolved conditions
Purpose: Returns the unresolved conditions in the input list
stm_r_co_unresolved_co (IN co_list: LIST OF CONDITION, OUT status: INTEGER)