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