project BLF > class BResource > business logic query ResourceBySODCategory


Parameters


iiSODCategoryIDinteger
icSODCategoryCodecharacter
iiResourceIDinteger


query condition


  each Resources where
Resources.Resource_ID = iiResourceID AND
Resources.SODcategory_ID = iiSODCategoryID

      first SODCategory (inner-join) where
SODCategory.SODCategory_ID = Resources.SODcategory_ID AND
SODCategory.SODCategoryCode = icSODCategoryCode


query resultset tqResourceBySODCategory


field namedata typedb fielddescription
tiResource_IDintegerResources.Resource_IDRecord ID
tcResourceLabelcharacterResources.ResourceLabelResource Label
tcResourceTypecharacterResources.ResourceTypeType
tcResourceURIcharacterResources.ResourceURIUniversal Resource Identification
tiSODCategory_IDintegerSODCategory.SODCategory_IDrecord ID
tcSODCategoryCodecharacterSODCategory.SODCategoryCodeSOD category code


Internal usage


BLF
method BSODCategory.Calculate
method BSystem.ApiDumpDefaultSecurity