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

 isOpen method Next Page

IndexSchema class


Represents the schema of an UltraLite table index.

This object cannot be directly instantiated. Index schemas are created using the TableSchema.getPrimaryKey, TableSchema.getIndex and TableSchema.getOptimalIndex methods.


getColumnCount method
getColumnName method
getName method
getReferencedIndexName method
getReferencedTableName method
isColumnDescending method
isForeignKey method
isForeignKeyCheckOnCommit method
isForeignKeyNullable method
isPrimaryKey method
isUniqueIndex method
isUniqueKey method