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

dam_getFirstCond

This method is used to navigate through the conditions in the condition list. It gets the first condition in the search or restriction list. Use the method dam_getNextCond to go through the list.
long dam_getFirstCond(
     long hstmt,
     long hlist)
Table 173. Parameters for dam_getFirstCond
Parameter
Type
Description
INPUT
hstmt
long
The statement handle.
hlist
long
Either the search or the restriction condition list.
RETURN
long
The first condition. 0 is returned if the list is empty.

See also

*dam_getNextCond