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

dam_getIP_hstmt

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