Parameter
|
Type
|
Description
|
IN
|
||
hquery
|
DAM_HQUERY
|
The query handle returned from dam_getQuery.
|
iType
|
int
|
The type of condition list requested:
SQL_SET_CONDLIST_INTERSECT - transform the WHERE clause into a set of AND conditions and return these as a list. This is valid only if IP_SUPPORT_UNION_CONDLIST is set to 0.
SQL_SET_CONDLIST_UNION - transform the WHERE clause into a set of OR conditions and return these as a list. This is valid only if IP_SUPPORT_UNION_CONDLIST is set to 1.
|
RETURN
|
||
DAM_HSET_OF_CONDLIST
|
The search condition list.
Navigate it by using dam_getFirstCondList and dam_getNextCondList.
A NULL is returned if no search list is available.
|