skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_getQuery
 

dam_getQuery

This method returns the query handle of the SQL statement for the current table being processed. The query handle can be used to get complete information about the query using the SQL Engine Parse Tree API. For more information, see SQL Engine parse tree methods for .NET.
int64 dam_getQuery(
int64 hstmt)
 
Table 173: Parameters for dam_getQuery 
Parameter
Type
Description
IN
 
 
hstmt
int64
The statement handle
RETURN
 
 
 
int64
The handle to the query