skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_freeSetOfConditionList
 

dam_freeSetOfConditionList

This function frees the condition lists allocated by dam_getOptimalIndexAndConditions and dam_getSetOfConditionListsEx. The memory used by this list must be freed once the IP is finished with the execution of the query.
int dam_freeSetOfConditionList
(DAM_HSET_OF_CONDLIST hSetOfCondList)
Table 98. Parameters for dam_freeSetOfConditionList
Parameter
Type
Description
IN
hSetOfCondList
DAM_HSET_OF_CONDLIST
The handle to the set of condition lists returned by dam_getSetOfConditionListsEx or by dam_getOptimalIndexAndConditions.
RETURN
int
DAM_SUCCESS - memory freed
DAM_FAILURE - error

See also

*dam_getOptimalIndexAndConditions
*dam_getSetOfConditionListsEx