Query Functions : List of Query Functions : Data-Stores (ds) : Input List Type: ds

Input List Type: ds
 
Query: Data-stores by attributes
Purpose: Returns the data-stores in the input list that match a given attribute name and value
stm_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 defined
Purpose: Returns the data-stores of the input list that were explicitly defined
Query: Data-store occurrences of a given data-store
Purpose: Returns the data-stores for which the data-stores in the input list appear in the Is Data-store field of their form
Query: Principal data-stores of a given data-store
Purpose: Returns the data-stores for which the data-stores in the input list appear in the Is Data-store field of their form
Query: Data-store whose names match a given pattern
Purpose: Returns all the data-stores whose names match the specified pattern
Query: Data-store whose synonyms match a given pattern
Purpose: Returns all the data-stores whose synonyms match the specified pattern
Query: Unresolved data-stores
Purpose: Returns the unresolved data-stores in the input list
stm_r_ds_unresolved_ds (IN ds_list: LIST OF DATA_STORE, OUT status: INTEGER)