dam_isTableFunction
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
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)
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. |