All Classes
Class Summary |
Authorizer |
Callback interface for SQLite's authorizer function. |
Blob |
Class to represent SQLite3 3.4.0 incremental blob I/O interface.
|
BlobR |
Internal class implementing java.io.InputStream on
SQLite 3.4.0 incremental blob I/O interface. |
BlobW |
Internal class implementing java.io.OutputStream on
SQLite 3.4.0 incremental blob I/O interface. |
BusyHandler |
Callback interface for SQLite's user defined busy handler. |
Callback |
Callback interface for SQLite's query results.
|
Constants |
Container for SQLite constants. |
Database |
Main class wrapping an SQLite database. |
Exception |
Class for SQLite related exceptions. |
Function |
Callback interface for SQLite's user defined functions.
|
FunctionContext |
Context for execution of SQLite's user defined functions.
|
ProgressHandler |
Callback interface for SQLite's user defined progress handler. |
Stmt |
Class to represent compiled SQLite3 statement.
|
StringEncoder |
String encoder/decoder for SQLite.
|
TableResult |
Class representing an SQLite result set as
returned by the
Database.get_table
convenience method.
|
Trace |
Callback interface for SQLite's trace function. |
Vm |
Class to represent compiled SQLite VM. |