Query: Data-stores by attributesPurpose: Returns the data-stores in the input list that match a given attribute name and value Query: Data-stores explicitly definedPurpose: Returns the data-stores of the input list that were explicitly definedstm_r_ds_explicit_defined_ds (stm_list
in_list, int *status);
Query: Data-store occurrences of a given data-storePurpose: Returns the data-stores for which the data-stores in the input list appear in the Is Data-store field of their formstm_r_ds_is_occurrence_of_ds (stm_list
in_list, int *status);
Query: Principal data-stores of a given data-storePurpose: Returns the data-stores for which the data-stores in the input list appear in the Is Data-store field of their formstm_r_ds_is_principal_of_ds (stm_list
in_list, int *status);
Query: Data-store whose names match a given patternPurpose: Returns all the data-stores whose names match the specified patternstm_r_ds_name_of_ds (char* pattern, int
*status);
Query: Data-store whose synonyms match a given patternPurpose: Returns all the data-stores whose synonyms match the specified pattern Query: Unresolved data-storesPurpose: Returns the unresolved data-stores in the input liststm_r_ds_unresolved_ds (stm_list in_list,
int *status);