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

dam_getIP_hstmt

This method is used to retrieve state information for a statement being processed. Use this method when performing cursor-based execution of a statement in which the IP returns partial results in each call. The IP must save the state to know where to begin next time.
long dam_getIP_hstmt(long hstmt)
Table 189. Parameters for dam_getIP_hstmt
Parameter
Type
Description
INPUT
hstmt
long
The statement handle.
RETURN
long
The index into a vector; the IP uses this vector to store the object created by the IP for storing information at statement level.