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. The memory trees to use at initialization and connection are passed in as arguments to those method calls.
int64 dam_getMemTree(
int64 hstmt)
Parameters for dam_getMemTree
| Parameter | Type | Description |
| IN | ||
| hstmt | int64 | The statement handle |
| RETURN | ||
| int64 | The handle to the memory tree |