Package org.sqlite
-
Interface Summary Interface Description ExtendedCommand.SQLExtension SQLiteConfig.PragmaValue The common interface for retrieving the available pragma parameter values. -
Class Summary Class Description BusyHandler https://www.sqlite.org/c3ref/busy_handler.htmlExtendedCommand parsing SQLite specific extension of SQL commandExtendedCommand.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 ProgressHandler https://sqlite.org/c3ref/progress_handler.htmlSQLiteConfig SQLite Configuration See also http://www.sqlite.org/pragma.htmlSQLiteConnection SQLiteDataSource ProvidesDataSource
API for configuring SQLite database connectionSQLiteJDBCLoader 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 Summary Enum Description SQLiteConfig.DateClass SQLiteConfig.DatePrecision SQLiteConfig.Encoding SQLiteConfig.JournalMode SQLiteConfig.LockingMode SQLiteConfig.Pragma SQLiteConfig.SynchronousMode SQLiteConfig.TempStore SQLiteConfig.TransactionMode SQLiteErrorCode SQLite3 error codeSQLiteOpenMode Database file open modes of SQLite. -
Exception Summary Exception Description SQLiteException