skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_freeSetOfConditionList
 

dam_freeSetOfConditionList

This method 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(
int64 hSetOfCondList)
 
Table 125: Parameters for dam_freeSetOfConditionList 
Parameter
Type
Description
IN
 
 
hSetOfCondList
int64
The handle to the set of condition lists returned by dam_getOptimalIndexAndConditions or dam_getSetOfConditionListsEx.
RETURN
 
 
 
int
DAM_SUCCESS – memory freed
DAM_FAILURE – error

See also 

dam_getOptimalIndexAndConditions
dam_getSetOfConditionListsEx