skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : dam_freeSetOfConditionList
 

dam_freeSetOfConditionList

This method frees the condition lists that are 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(long hSetOfCondList)
Table 160. Parameters for dam_freeSetOfConditionList
Parameter
Type
Description
INPUT
hSetOfCondList
long
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