skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_getMemTree
 

dam_getMemTree

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)
Table 129. Parameters for dam_getMemTree
Parameter
Type
Description
IN
hstmt
DAM_HSTMT
The statement handle.
RETURN
XM_Tree *
The handle to the memory tree.