Packages |
org.sqlite |
Provides the JDBC Driver class and the database access classes. |
org.sqlite.auth |
Provides the classes necessary to create an Authorization. |
org.sqlite.callback |
Provides the classes necessary to create a Callback function. |
org.sqlite.event |
Provides the classes for dealing with events fired by SQLite. |
org.sqlite.io |
Provides the classes necessary to read and write the BLOB value. |
org.sqlite.jdbc |
Provides the API for accessing and processing data stored in a SQLite using the JDBC. |
org.sqlite.profiler |
Provides the classes necessary to create a Tracing and Profiling functions. |
org.sqlite.schema |
Provides the class necessary to get a database schema. |
org.sqlite.swig |
Provides the classes necessary to invoke a SQLite C Interface API. |
org.sqlite.text |
Provides the classes necessary to create a Collating Sequences. |
org.sqlite.types |
Provides the classes that can conveniently use the SWIG proxy classes. |
org.sqlite.udf |
Provides the classes necessary to create a User-Defined function. |