Operation Details
Description: Searches for all CREOLE rule set categories associated with the specified rule set.
Sterotype: nsmulti
SQL
SELECT 
  CREOLERuleSetCategory.creoleRuleSetCategoryID,
  CREOLERuleSetCategory.categoryID
INTO
  :creoleRuleSetCategoryID,
  :categoryID
FROM 
  CREOLERuleSetCategory, 
  CREOLERuleSetCategoryLink
WHERE 
  CREOLERuleSetCategory.creoleRuleSetCategoryID =
    CREOLERuleSetCategoryLink.creoleRuleSetCategoryID
AND
  CREOLERuleSetCategoryLink.creoleRuleSetID = 
    :creoleRuleSetID