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

SQL Anywhere 11.0.0 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference

 

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