| BusyHandler |
https://www.sqlite.org/c3ref/busy_handler.html
|
| Collation |
Provides an interface for creating SQLite user-defined collations.
|
| ExtendedCommand |
parsing SQLite specific extension of SQL command
|
| ExtendedCommand.BackupCommand |
|
| ExtendedCommand.RestoreCommand |
|
| Function |
Provides an interface for creating SQLite user-defined functions.
|
| Function.Aggregate |
Provides an interface for creating SQLite user-defined aggregate functions.
|
| Function.Window |
Provides an interface for creating SQLite user-defined window functions.
|
| JDBC |
|
| ProgressHandler |
https://www.sqlite.org/c3ref/progress_handler.html
|
| SQLiteConfig |
SQLite Configuration
|
| SQLiteConnection |
|
| SQLiteConnectionConfig |
Connection local configurations
|
| SQLiteDataSource |
Provides DataSource API for configuring SQLite database connection
|
| SQLiteJDBCLoader |
|