Uses of Class
org.sqlite.schema.TableInfo

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

Uses of TableInfo in org.sqlite.jdbc
 

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