| Interface | Description |
|---|---|
| ExtendedCommand.SQLExtension |
| Class | Description |
|---|---|
| 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.
|
| JDBC | |
| SQLiteConfig |
SQLite Configuration
See also http://www.sqlite.org/pragma.html
|
| SQLiteConnection | |
| SQLiteDataSource |
Provides
DataSource API for configuring SQLite database connection |
| SQLiteJDBCLoader |
Set the system properties, org.sqlite.lib.path, org.sqlite.lib.name,
appropriately so that the SQLite JDBC driver can find *.dll, *.jnilib and
*.so files, according to the current OS (win, linux, mac).
|
| Enum | Description |
|---|---|
| SQLiteConfig.DateClass | |
| SQLiteConfig.DatePrecision | |
| SQLiteConfig.Encoding | |
| SQLiteConfig.JournalMode | |
| SQLiteConfig.LockingMode | |
| SQLiteConfig.Pragma | |
| SQLiteConfig.SynchronousMode | |
| SQLiteConfig.TempStore | |
| SQLiteConfig.TransactionMode | |
| SQLiteErrorCode |
SQLite3 error code
|
| SQLiteOpenMode |
Database file open modes of SQLite.
|
Copyright © 2015. All rights reserved.