skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : dam_getQuery
 

dam_getQuery

This method returns the query handle of the SQL statement for the current table that is 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 Java.
long dam_getQuery(long hstmt)
Table 210. Parameters for dam_getQuery
Parameter
Type
Description
INPUT
hstmt
long
The statement handle.
RETURN
long
The handle to the query.