Interface | Description |
---|---|
ExtendedCommand.SQLExtension |
Class | Description |
---|---|
ExtendedCommand |
parsing SQLite specific extension of SQL command
|
ExtendedCommand.BackupCommand | |
ExtendedCommand.RestoreCommand | |
JDBC | |
SQLiteConfig |
SQLite Configuration
See also http://www.sqlite.org/pragma.html
|
SQLiteConfig.DateClass | |
SQLiteConfig.DateFormat | |
SQLiteConfig.DatePrecision | |
SQLiteConfig.Encoding | |
SQLiteConfig.JournalMode | |
SQLiteConfig.LockingMode | |
SQLiteConfig.SynchronousMode | |
SQLiteConfig.TempStore | |
SQLiteConfig.TransactionMode | |
SQLiteConnection | |
SQLiteErrorCode |
SQLite3 error code
|
SQLiteOpenMode |
Database file open modes of SQLite.
|
SQLiteUtil |
Utility class to make convertion from Litebase to SQLite easier.
|