クラス
org.sqlite.schema.IndexInfo の使用

IndexInfo を使用しているパッケージ
org.sqlite.jdbc Provides the API for accessing and processing data stored in a SQLite using the JDBC. 
 

org.sqlite.jdbc での IndexInfo の使用
 

IndexInfo 型の引数を持つ型を返す org.sqlite.jdbc のメソッド
 java.util.List<IndexInfo> JdbcDatabaseMetaData.getIndexInfo(java.lang.String indexName)
          execute 'PRAGMA index_info(index-name)' query.