dam_getMemTree
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method returns the tree to use for allocating memory associated with the specified statement. Memory trees to use at initialization and connection are passed in as arguments to those method calls.
long dam_getMemTree(long hstmt)
Parameters for dam_getMemTree
| Parameter | Type | Description |
| INPUT | ||
| hstmt | long | The statement handle. |
| RETURN | ||
| long | The handle to the memory tree. | |