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 » TableSchema class

 

getIndexName method

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

Syntax
String getIndexName( UInt16 indexID )
Parameters
  • indexID   ID of the index. indexID must be in the range [1,getIndexCount()].

Remarks

Note: Index IDs and count may change during a schema upgrade. To correctly identify an index, access it by name or refresh the cached IDs and counts after a schema upgrade.