JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
All Classes
All Classes
Interface Summary
Class Summary
Enum Summary
Exception Summary
Class
Description
BusyHandler
https://www.sqlite.org/c3ref/busy_handler.html
BusyHandlerStore
Codes
Collation
Provides an interface for creating SQLite user-defined collations.
CollationStore
CoreDatabaseMetaData
CorePreparedStatement
CoreResultSet
Implements a JDBC ResultSet.
CoreStatement
DateFormatUtils
Date and time formatting utilities and constants.
DateParser
DateParser is the "missing" interface for the parsing methods of
DateFormat
.
DatePrinter
DatePrinter is the "missing" interface for the format methods of
DateFormat
.
DB
DB.ProgressObserver
DummyWasmDBImports
ExceptionUtils
Provides utilities for manipulating and examining
Throwable
objects.
ExtendedCommand
parsing SQLite specific extension of SQL command
ExtendedCommand.BackupCommand
ExtendedCommand.RestoreCommand
ExtendedCommand.SQLExtension
FastDateFormat
FastDateFormat is a fast and thread-safe version of
SimpleDateFormat
.
FastDateParser
FastDateParser is a fast and thread-safe version of
SimpleDateFormat
.
FastDatePrinter
FastDatePrinter is a fast and thread-safe version of
SimpleDateFormat
.
FileException
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
JDBC3Connection
JDBC3DatabaseMetaData
JDBC3PreparedStatement
JDBC3ResultSet
JDBC3Savepoint
JDBC3Statement
JDBC3Statement.SQLCallable
<
T
>
JDBC4Connection
JDBC4DatabaseMetaData
JDBC4PooledConnection
JDBC4PreparedStatement
JDBC4ResultSet
JDBC4Statement
Logger
A simple internal Logger interface.
LoggerFactory
A factory for
Logger
instances that uses SLF4J if present, falling back on a java.util.logging implementation otherwise.
NativeLibraryNotFoundException
ProgressHandler
https://www.sqlite.org/c3ref/progress_handler.html
ProgressHandlerStore
QueryUtils
SafeStmtPtr
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
SafeStmtPtr.SafePtrConsumer
<
E
extends
Throwable
>
SafeStmtPtr.SafePtrDoubleFunction
<
E
extends
Throwable
>
SafeStmtPtr.SafePtrFunction
<
T
,
E
extends
Throwable
>
SafeStmtPtr.SafePtrIntFunction
<
E
extends
Throwable
>
SafeStmtPtr.SafePtrLongFunction
<
E
extends
Throwable
>
SQLiteCommitListener
https://www.sqlite.org/c3ref/commit_hook.html
SQLiteConfig
SQLite Configuration
SQLiteConfig.DateClass
SQLiteConfig.DatePrecision
SQLiteConfig.Encoding
SQLiteConfig.HexKeyMode
SQLiteConfig.JournalMode
SQLiteConfig.LockingMode
SQLiteConfig.Pragma
SQLiteConfig.SynchronousMode
SQLiteConfig.TempStore
SQLiteConfig.TransactionMode
SQLiteConnection
SQLiteConnectionConfig
Connection local configurations
SQLiteConnectionPoolDataSource
SQLiteDataSource
Provides
DataSource
API for configuring SQLite database connection
SQLiteErrorCode
SQLite3 error code
SQLiteException
SQLiteJDBCLoader
SQLiteLimits
SQLiteOpenMode
Database file open modes of SQLite.
SQLitePooledConnection
SQLiteUpdateListener
https://www.sqlite.org/c3ref/update_hook.html
SQLiteUpdateListener.Type
StringUtils
UDFStore
WasmDB
WasmDBExports
WasmDBExports.StringPtrSize
WasmDBFactory
WasmDBImports