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

dam_getJoinQuery

This method takes the statement handle, hstmt, as the parameter and returns a handle to the query. This method returns the current select query which is being processed by the Server to the IP. This is required as the user's query can contain many subqueries.
long dam_getJoinQuery(long hstmt)
Table 191. Parameters for dam_getJoinQuery
Parameter
Type
Description
INPUT
hstmt
long
The statement handle.
RETURN
long
The handle to the query.