| Interface | Description |
|---|---|
| Authorizer |
Callback interface for SQLite's authorizer function.
|
| BusyHandler |
Callback interface for SQLite's user defined busy handler.
|
| Callback |
Callback interface for SQLite's query results.
|
| Function |
Callback interface for SQLite's user defined functions.
|
| Profile |
Callback interface for SQLite's profile function.
|
| ProgressHandler |
Callback interface for SQLite's user defined progress handler.
|
| Trace |
Callback interface for SQLite's trace function.
|
| Class | Description |
|---|---|
| Backup |
Class wrapping an SQLite backup object.
|
| Benchmark | |
| Blob |
Class to represent SQLite3 3.4.0 incremental blob I/O interface.
|
| Constants |
Container for SQLite constants.
|
| Database |
Main class wrapping an SQLite database.
|
| FunctionContext |
Context for execution of SQLite's user defined functions.
|
| Shell |
SQLite command line shell.
|
| SQLDump |
SQLite SQL dump utility.
|
| SQLRestore |
SQLite SQL restore utility.
|
| 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.
|
| Vm |
Class to represent compiled SQLite VM.
|
| Exception | Description |
|---|---|
| Exception |
Class for SQLite related exceptions.
|
Copyright © 2014. All rights reserved.