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