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

SQL Anywhere 10.0.1 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API Reference » TableSchema class

 getIndex method Next Page

getIndexCount method


Returns the number of indexes on this table.

Syntax

UInt16 getIndexCount( )

Remarks

Index IDs range from 1 to getIndexCount(), inclusively.

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.