skip to main content
SQL Engine parse tree methods for Java : damex_getTable
 

damex_getTable

This method returns the table handle that matches the given table name in the FROM clause of the SELECT query.
long damex_getTable(
     long         hquery,
     StringBuffer sTableName)
Table 293. Parameters for damex_getTable
Parameter
Type
Description
INPUT
hquery
long
The query handle.
sTableName
StringBuffer
The name of the table.
RETURN
long
The handle to the table. 0 is returned if the table does not exist.