Name
index_info — List table and columns contained in an index
Common Usage
PRAGMA [database
.]index_info( index_name
);
Description
The index_info
pragma queries information about a
database index. The result set will contain one row for each
column contained in the index.