getTableName method
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
Obtains the table name value from the schemaobj_column object. Use this method to retrieve the table name value from a search object.
public String getTableName()
Parameters for getTableName
| Parameter | Type | Description |
| RETURN | ||
| String | The table name. A null value if a value is not specified. |