index_list — List all indexes associated with a table
PRAGMA [database
.]index_list(table_name
);
The index_list
pragma lists all of the indexes
associated with a table. The result set will contain one row for
each index.
Column name | Column type | Meaning |
seq
| Integer | Index sequence number |
name
| Text | Name of index |
unique
| Integer | Is UNIQUE index |
No credit card required