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

SQL Anywhere 11.0.1 (Français) » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference » DatabaseSchema class

 

getTableName method

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

Syntax
String getTableName( UInt16 tableID)
Parameters
  • tableID   ID of the table. tableID must be in range [1,getTableCount()].

Remarks

Note: Table IDs may change during a schema upgrade. To correctly identify a table, access it by name or refresh the cached IDs after a schema upgrade.