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