dam_getIP_hstmt
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
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. | |