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