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

damex_getQueryType

This method returns the type of the SQL query.
int damex_getQueryType(
int64 hquery)
 
Table 247: Parameters for damex_getQueryType 
Parameter
Type
Description
IN
 
 
hquery
int64
The query handle.
RETURN
 
 
 
int
The type of the SQL query:
DAM_SELECT – SELECT
DAM_UPDATE – UPDATE
DAM_INSERT – INSERT
DAM_DELETE – DELETE