Uses of Class
org.sqlite.schema.ForeignKeyList

Packages that use ForeignKeyList
org.sqlite.jdbc Provides the API for accessing and processing data stored in a SQLite using the JDBC. 
 

Uses of ForeignKeyList in org.sqlite.jdbc
 

Methods in org.sqlite.jdbc that return types with arguments of type ForeignKeyList
 java.util.List<ForeignKeyList> JdbcDatabaseMetaData.getForeignKeyList(java.lang.String tableName)
          execute 'PRAGMA foreign_key_list(table-name)' query.