Package org.sqlite.schema

Provides the class necessary to get a database schema.

See:
          Description

Class Summary
ColumnMetaData sqlite3_table_column_metadata() output values.
DatabaseList PRAGMA database_list() value.
ForeignKeyList PRAGMA foreign_key_list() value.
IndexInfo PRAGMA index_info() value.
IndexList PRAGMA index_list() value.
TableInfo PRAGMA table_info() value.
 

Package org.sqlite.schema Description

Provides the class necessary to get a database schema.

See Also:
PRAGMA database_list;, PRAGMA foreign_key_list(table-name);, PRAGMA index_info(index-name);, PRAGMA index_list(table-name);, PRAGMA table_info(table-name);, Extract Metadata About A Column Of A Table