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
Syntax: stm_r_co_by_attributes_co (stm_list in_list, char* attr_name, char* attr_value, int *status);
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 (stm_list in_list, char structure_type, int *status);
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