Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API Reference » UltraLite_DatabaseSchema_iface class

 

GetTableName function

Synopsis
ULValue UltraLite_DatabaseSchema_iface::GetTableName(
  ul_table_num tableID
)
Parameters
  • tableID   A 1-based ordinal number.

Remarks

Gets the name of a table given its 1-based table ID.

Table IDs may change during a schema upgrade. To correctly identify a table, either access it by name, or refresh any cached IDs after a schema upgrade. The ULValue class object returned is empty if the table does not exist.

Returns
  • The name of the table identified by the specified table ID.