| Class | Amalgalite::Index |
| In: |
lib/amalgalite/index.rb
|
| Parent: | Object |
| columns | [RW] | the columns that make up this index, in index order |
| name | [R] | the name of the index |
| sequence_number | [RW] | sqlite sequence number of the index |
| sql | [R] | the sql statement that created the index |
| table | [RW] | the table the index is for |
| unique | [W] | is the index unique |