Query: Data-stores by attributesPurpose: Returns the data-stores in the input list that match a given attribute name and valuestm_r_ds_by_attributes_ds (IN ds_list: LIST OF
DATA_STORE, IN attr_name: STRING, IN attr_value:
STRING, OUT status: INTEGER)
Query: Data-stores explicitly definedPurpose: Returns the data-stores of the input list that were explicitly definedstm_r_ds_explicit_defined_ds (IN ds_list: LIST OF
DATA_STORE, OUT status: INTEGER)
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 (IN ds_list: LIST OF
DATA_STORE, OUT status: INTEGER)
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 (IN ds_list: LIST OF
DATA_STORE, OUT status: INTEGER)
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 (IN pattern: STRING, OUT
status: INTEGER)
Query: Data-store whose synonyms match a given patternPurpose: Returns all the data-stores whose synonyms match the specified patternstm_r_ds_synonym_of_ds (IN pattern: STRING, OUT
status: INTEGER)
Query: Unresolved data-storesPurpose: Returns the unresolved data-stores in the input liststm_r_ds_unresolved_ds (IN ds_list: LIST OF
DATA_STORE, OUT status: INTEGER)