skip to main content
OpenAccess SDK SQL Engine core methods for .NET : Methods for .NET reference : dam_isTableFunction
 

dam_isTableFunction

This method checks, during the ipExecute method call, whether the table handle passed is a table function or a table. It returns TRUE if the table handle is a table function. Otherwise, it returns FALSE.
short dam_isTableFunction (DAM_STMT hstmt)
 
Table 192: Parameters for dam_isTableFunction
Parameter
Type
Description
IN
 
 
hstmt
DAM_HSTMT
The handle of the table schema object.
RETURNS
 
 
TRUE/FALSE
short
DAM_TRUE- if the argument is a table function.
DAM_FALSE-if the argument is a regular table.