getTableObj method
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
Obtains the handle to the table object from the schemaobj_column object. Use this method to retrieve the table object handle from a search object.
public long getTableObj()
Parameters for getTableObj with the schemaobj_column Object
| Parameter | Type | Description |
| RETURN | ||
| long | The handle to the table object. A null value if called for a table function. |