GetTableName function

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

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

Returns

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

Remarks

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.