skip to main content
OpenAccess SDK SQL Engine core methods for Java : Exchanging data : 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 230. Parameters for dam_isTableFunction
Parameter
Type
Description
INPUT
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.