All Classes and Interfaces
Class
Description
https://www.sqlite.org/c3ref/busy_handler.html
Provides an interface for creating SQLite user-defined collations.
Implements a JDBC ResultSet.
Date and time formatting utilities and constants.
DateParser is the "missing" interface for the parsing methods of
DateFormat
.DatePrinter is the "missing" interface for the format methods of
DateFormat
.Provides utilities for manipulating and examining
Throwable
objects.parsing SQLite specific extension of SQL command
FastDateFormat is a fast and thread-safe version of
SimpleDateFormat
.FastDateParser is a fast and thread-safe version of
SimpleDateFormat
.FastDatePrinter is a fast and thread-safe version of
SimpleDateFormat
.Provides an interface for creating SQLite user-defined functions.
Provides an interface for creating SQLite user-defined aggregate functions.
Provides an interface for creating SQLite user-defined window functions.
A simple internal Logger interface.
A factory for
Logger
instances that uses SLF4J if present, falling back on a
java.util.logging implementation otherwise.This class provides a thin JNI layer over the SQLite3 C API.
Provides OS name and architecture name.
https://www.sqlite.org/c3ref/progress_handler.html
Resource address finder for files inside the jar file
A class for safely wrapping calls to a native pointer to a statement, ensuring no other thread
has access to the pointer while it is run
https://www.sqlite.org/c3ref/commit_hook.html
SQLite Configuration
Connection local configurations
Provides
DataSource
API for configuring SQLite database connectionSQLite3 error code
Set the system properties, org.sqlite.lib.path, org.sqlite.lib.name, appropriately so that the
SQLite JDBC driver can find *.dll, *.dylib and *.so files, according to the current OS (win,
linux, mac).
This class will load the version from resources during .
Database file open modes of SQLite.
https://www.sqlite.org/c3ref/update_hook.html