Gets the name of a table given its 1-based table ID.
ULValue UltraLite_DatabaseSchema_iface::GetTableName( ul_table_num tableID )
tableID A 1-based ordinal number.
The name of the table identified by the specified 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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |