skip to main content
OpenAccess SDK SQL Engine Core Functions API : Function Reference : dam_isTableFunction
 

dam_isTableFunction

This function checks, during the OAIP_execute function 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.
dam_isTableFunction (DAM_STMT hstmt)
Table 167. Parameters for dam_isTableFunction
Parameter
Type
Description
IN
hstmt
DAM_HSTMT
The handle of the table schema object.
RETURN
TRUE/FALSE
short
TRUE- if the argument is a table function.
FALSE-if the argument is a regular table.