skip to main content
SQL Engine parse tree methods for .NET : SQL pass-through and advanced query methods reference : damex_getTable
 

damex_getTable

This method returns the table handle that matches the given table name in the FROM clause of the SELECT query.
int64 damex_getTable(
int64 hstmt,
StringBuilder sTablename)
 
Table 248: Parameters for damex_getTable 
Parameter
Type
Description
IN
 
 
hquery
int64
The query handle
sTableName
StringBuilder
The name of the table
RETURN
 
 
 
int64
The handle to the table. A zero is returned if the table does not exist.