A B C D E F G H I J L M N O P Q R S T U V W X _ 
All Classes All Packages

A

abort(Executor) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
absolute(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
acceptsURL(String) - Method in class io.roastedroot.sqlite4j.JDBC
 
addBatch() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
addBatch(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
addBatch(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
addColumnIndexInCache(String, int) - Method in class io.roastedroot.sqlite4j.core.CoreResultSet
 
addCommitListener(SQLiteCommitListener) - Method in class io.roastedroot.sqlite4j.core.DB
 
addCommitListener(SQLiteCommitListener) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
Add a listener for DB commit/rollback events, see https://www.sqlite.org/c3ref/commit_hook.html
addConnectionEventListener(ConnectionEventListener) - Method in class io.roastedroot.sqlite4j.javax.SQLitePooledConnection
 
addStatementEventListener(StatementEventListener) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PooledConnection
 
addUpdateListener(SQLiteUpdateListener) - Method in class io.roastedroot.sqlite4j.core.DB
 
addUpdateListener(SQLiteUpdateListener) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
Add a listener for DB update events, see https://www.sqlite.org/c3ref/update_hook.html
afterLast() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
Aggregate() - Constructor for class io.roastedroot.sqlite4j.Function.Aggregate
 
allocCString(String) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
allocString(String) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
allProceduresAreCallable() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
allTablesAreSelectable() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
APPLICATION_ID - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
apply(Connection) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Configures a connection.
applyRules(Calendar, StringBuffer) - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Performs the formatting by applying the rules to the specified calendar.
applyRules(Calendar, StringBuffer) - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
Performs the formatting by applying the rules to the specified calendar.
args() - Method in class io.roastedroot.sqlite4j.Function
Returns the number of arguments passed to the function.
autoCommitFailureClosesAllResultSets() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4DatabaseMetaData
 

B

backup(String, String, DB.ProgressObserver) - Method in class io.roastedroot.sqlite4j.core.DB
 
backup(String, String, DB.ProgressObserver) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
backup(String, String, DB.ProgressObserver, int, int, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
backup(String, String, DB.ProgressObserver, int, int, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
BackupCommand(String, String) - Constructor for class io.roastedroot.sqlite4j.ExtendedCommand.BackupCommand
Constructs a BackupCommand instance that backup the database to a target file.
backupFinish(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
backupInit(int, int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
backupPageCount(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
backupRemaining(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
backupStep(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
batch - Variable in class io.roastedroot.sqlite4j.core.CoreStatement
 
batch(int, Object) - Method in class io.roastedroot.sqlite4j.core.CorePreparedStatement
Assigns the object value to the element at the specific position of array batch.
batchPos - Variable in class io.roastedroot.sqlite4j.core.CoreStatement
 
batchQueryCount - Variable in class io.roastedroot.sqlite4j.core.CorePreparedStatement
 
beforeFirst() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
bindBlob(int, int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
bindDouble(int, int, double) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
bindInt(int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
bindLong(int, int, long) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
bindNull(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
bindParameterCount(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
bindText(int, int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
busy_handler(BusyHandler) - Method in class io.roastedroot.sqlite4j.core.DB
Sets a busy handler that sleeps for a specified amount of time when a table is locked.
busy_handler(BusyHandler) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
busy_timeout(int) - Method in class io.roastedroot.sqlite4j.core.DB
Sets a busy handler that sleeps for a specified amount of time when a table is locked.
busy_timeout(int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
BUSY_TIMEOUT - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
busyHandler(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
BusyHandler - Class in io.roastedroot.sqlite4j
https://www.sqlite.org/c3ref/busy_handler.html
BusyHandler() - Constructor for class io.roastedroot.sqlite4j.BusyHandler
 
BusyHandlerStore - Class in io.roastedroot.sqlite4j.core.wasm
 
BusyHandlerStore() - Constructor for class io.roastedroot.sqlite4j.core.wasm.BusyHandlerStore
 
busyTimeout(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 

C

CACHE_SIZE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
call() - Method in interface io.roastedroot.sqlite4j.jdbc3.JDBC3Statement.SQLCallable
 
callback(int) - Method in class io.roastedroot.sqlite4j.BusyHandler
https://www.sqlite.org/c3ref/busy_handler.html
cancel() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
cancelRowUpdates() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
CASE_SENSITIVE_LIKE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
changes() - Method in class io.roastedroot.sqlite4j.core.DB
 
changes() - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
changes(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
checkCol(int) - Method in class io.roastedroot.sqlite4j.core.CoreResultSet
Takes col in [1,x] form, returns in [0,x-1] form
checkCursor(int, int, int) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
Checks whether the type, concurrency, and holdability settings for a ResultSet are supported by the SQLite interface.
checkIndex(int) - Method in class io.roastedroot.sqlite4j.core.CoreStatement
 
checkMeta() - Method in class io.roastedroot.sqlite4j.core.CoreResultSet
 
checkOpen() - Method in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
checkOpen() - Method in class io.roastedroot.sqlite4j.core.CoreResultSet
 
checkOpen() - Method in class io.roastedroot.sqlite4j.core.CoreStatement
 
checkOpen() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
Whether an SQLite library interface to the database has been established.
choices - Variable in enum io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
clear_bindings(long) - Method in class io.roastedroot.sqlite4j.core.DB
Reset all bindings on a prepared statement (reset all host parameters to NULL).
clear_bindings(long) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
clear_progress_handler() - Method in class io.roastedroot.sqlite4j.core.DB
 
clear_progress_handler() - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
clearBatch() - Method in class io.roastedroot.sqlite4j.core.CorePreparedStatement
 
clearBatch() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
clearBindings(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
clearGeneratedKeys() - Method in class io.roastedroot.sqlite4j.core.CoreStatement
 
clearHandler(Connection) - Static method in class io.roastedroot.sqlite4j.BusyHandler
Clears any busy handler registered with the connection.
clearHandler(Connection) - Static method in class io.roastedroot.sqlite4j.ProgressHandler
Clears any progress handler registered with the connection.
clearParameters() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
clearWarnings() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
clearWarnings() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
clearWarnings() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
clone() - Method in class io.roastedroot.sqlite4j.Function.Aggregate
 
close() - Method in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
close() - Method in class io.roastedroot.sqlite4j.core.CoreResultSet
 
close() - Method in class io.roastedroot.sqlite4j.core.DB
Closes a database connection and finalizes any remaining statements before the closing operation.
close() - Method in class io.roastedroot.sqlite4j.core.SafeStmtPtr
Close this pointer
close() - Method in class io.roastedroot.sqlite4j.javax.SQLitePooledConnection
 
close() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
close() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
close() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Statement
 
close() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
close(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
closeOnCompletion() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Statement
 
closeStmt - Variable in class io.roastedroot.sqlite4j.core.CoreResultSet
 
code - Variable in enum io.roastedroot.sqlite4j.SQLiteErrorCode
 
Codes - Interface in io.roastedroot.sqlite4j.core
 
Collation - Class in io.roastedroot.sqlite4j
Provides an interface for creating SQLite user-defined collations.
Collation() - Constructor for class io.roastedroot.sqlite4j.Collation
 
CollationStore - Class in io.roastedroot.sqlite4j.core.wasm
 
CollationStore() - Constructor for class io.roastedroot.sqlite4j.core.wasm.CollationStore
 
cols - Variable in class io.roastedroot.sqlite4j.core.CoreResultSet
if null, the RS is closed()
colsMeta - Variable in class io.roastedroot.sqlite4j.core.CoreResultSet
same as cols, but used by Meta interface
column_blob(long, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
column_blob(long, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
column_count(long) - Method in class io.roastedroot.sqlite4j.core.DB
 
column_count(long) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
column_decltype(long, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
column_decltype(long, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
column_double(long, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
column_double(long, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
column_int(long, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
column_int(long, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
column_long(long, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
column_long(long, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
column_name(long, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
column_name(long, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
column_names(long) - Method in class io.roastedroot.sqlite4j.core.DB
Returns an array of column names in the result set of the SELECT statement.
COLUMN_PRECISION - Static variable in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
Pattern used to extract the precision and scale from column meta returned by the JDBC driver.
column_table_name(long, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
column_table_name(long, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
column_text(long, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
column_text(long, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
column_type(long, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
column_type(long, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
COLUMN_TYPECAST - Static variable in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
Pattern used to extract the column type name from a cast(col as type)
COLUMN_TYPENAME - Static variable in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
Pattern used to extract the column type name from table column definition.
columnBlob(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
columnBytes(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
columnCount - Variable in class io.roastedroot.sqlite4j.core.CorePreparedStatement
 
columnCount(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
columnDeclType(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
columnDouble(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
columnInt(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
columnLong(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
columnMetadata(int, int, int, int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
columnName(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
columnNameToIndex - Variable in class io.roastedroot.sqlite4j.core.CoreResultSet
 
columnTableName(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
columnText(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
columnType(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
commit() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
commitHook(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
commitListeners - Variable in class io.roastedroot.sqlite4j.core.DB
 
conn - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
conn - Variable in class io.roastedroot.sqlite4j.core.CoreStatement
 
connect(String, Properties) - Method in class io.roastedroot.sqlite4j.JDBC
 
copyConfig() - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
CoreDatabaseMetaData - Class in io.roastedroot.sqlite4j.core
 
CoreDatabaseMetaData(SQLiteConnection) - Constructor for class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
Constructor that applies the Connection object.
CorePreparedStatement - Class in io.roastedroot.sqlite4j.core
 
CorePreparedStatement(SQLiteConnection, String) - Constructor for class io.roastedroot.sqlite4j.core.CorePreparedStatement
Constructs a prepared statement on a provided connection.
CoreResultSet - Class in io.roastedroot.sqlite4j.core
Implements a JDBC ResultSet.
CoreResultSet(CoreStatement) - Constructor for class io.roastedroot.sqlite4j.core.CoreResultSet
Default constructor for a given statement.
CoreStatement - Class in io.roastedroot.sqlite4j.core
 
CoreStatement(SQLiteConnection) - Constructor for class io.roastedroot.sqlite4j.core.CoreStatement
 
COUNT_CHANGES - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
create(Connection, String, Collation) - Static method in class io.roastedroot.sqlite4j.Collation
Registers a given collation with the connection.
create(Connection, String, Function) - Static method in class io.roastedroot.sqlite4j.Function
Registers a given function with the connection.
create(Connection, String, Function, int) - Static method in class io.roastedroot.sqlite4j.Function
Registers a given function with the connection.
create(Connection, String, Function, int, int) - Static method in class io.roastedroot.sqlite4j.Function
Registers a given function with the connection.
CREATE - io.roastedroot.sqlite4j.SQLiteOpenMode
 
create_collation(String, Collation) - Method in class io.roastedroot.sqlite4j.core.DB
Create a user defined collation with given collation name and the collation object.
create_collation(String, Collation) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
create_function(String, Function, int, int) - Method in class io.roastedroot.sqlite4j.core.DB
Create a user defined function with given function name and the function object.
create_function(String, Function, int, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
createArrayOf(String, Object[]) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
createBlob() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
createClob() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
createCollation(int, int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
createConnection(String) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Create a new JDBC connection using the current configuration
createConnection(String, Properties) - Static method in class io.roastedroot.sqlite4j.JDBC
Creates a new database connection to a given URL.
createFunction(int, int, int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
createFunctionAggregate(int, int, int, int, int, boolean) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
createNClob() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
createNullFunction(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
createSQLXML() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
createStatement() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
createStatement(int, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
createStatement(int, int, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
createStatement(int, int, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
createStruct(String, Object[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
createStruct(String, Object[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
Not implemented yet.

D

dataDefinitionCausesTransactionCommit() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
DATE_CLASS - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
DATE_PRECISION - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
DATE_STRING_FORMAT - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
DateFormatUtils - Class in io.roastedroot.sqlite4j.date
Date and time formatting utilities and constants.
DateFormatUtils() - Constructor for class io.roastedroot.sqlite4j.date.DateFormatUtils
DateFormatUtils instances should NOT be constructed in standard programming.
DateParser - Interface in io.roastedroot.sqlite4j.date
DateParser is the "missing" interface for the parsing methods of DateFormat.
DatePrinter - Interface in io.roastedroot.sqlite4j.date
DatePrinter is the "missing" interface for the format methods of DateFormat.
DB - Class in io.roastedroot.sqlite4j.core
 
DB(String, String, SQLiteConfig) - Constructor for class io.roastedroot.sqlite4j.core.DB
 
DB.ProgressObserver - Interface in io.roastedroot.sqlite4j.core
 
DEFAULT - io.roastedroot.sqlite4j.SQLiteConfig.TempStore
 
DEFAULT_CACHE_SIZE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
DEFAULT_DATE_STRING_FORMAT - Static variable in class io.roastedroot.sqlite4j.SQLiteConfig
 
DEFER_FOREIGN_KEYS - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
deferForeignKeys(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Defers enforcement of foreign key constraints until the outermost transaction is committed.
DEFERRED - io.roastedroot.sqlite4j.SQLiteConfig.TransactionMode
 
DELETE - io.roastedroot.sqlite4j.SQLiteConfig.JournalMode
 
DELETE - io.roastedroot.sqlite4j.SQLiteUpdateListener.Type
 
deleteCommitHook(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
DELETEONCLOSE - io.roastedroot.sqlite4j.SQLiteOpenMode
 
deleteRollbackHook(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
deleteRow() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
deletesAreDetected(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
deleteUpdateHook(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
description - Variable in enum io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
deserialize(int, int, int, long) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
deserialize(String, byte[]) - Method in class io.roastedroot.sqlite4j.core.DB
 
deserialize(String, byte[]) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
deserialize(String, byte[]) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
Deserialize the schema using the given byte array.
destFile - Variable in class io.roastedroot.sqlite4j.ExtendedCommand.BackupCommand
 
destroy(Connection, String) - Static method in class io.roastedroot.sqlite4j.Collation
Removes a named collation from the given connection.
destroy(Connection, String) - Static method in class io.roastedroot.sqlite4j.Function
Removes a named function from the given connection.
destroy(Connection, String, int) - Static method in class io.roastedroot.sqlite4j.Function
Removes a named function from the given connection.
destroy_collation(String) - Method in class io.roastedroot.sqlite4j.core.DB
Create a user defined collation with given collation name and the collation object.
destroy_collation(String) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
destroy_function(String) - Method in class io.roastedroot.sqlite4j.core.DB
De-registers a user defined function
destroy_function(String) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
destroyCollation(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
doesMaxRowSizeIncludeBlobs() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
DummyWasmDBImports - Class in io.roastedroot.sqlite4j.core.wasm
 
DummyWasmDBImports() - Constructor for class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 

E

EMPTY_RESULT_CALLBACKS - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
emptyResultSet - Variable in class io.roastedroot.sqlite4j.core.CoreResultSet
If the result set does not have any rows.
enable_load_extension(boolean) - Method in class io.roastedroot.sqlite4j.core.DB
Enables or disables loading of SQLite extensions.
enable_load_extension(boolean) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
enableCaseSensitiveLike(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Enables or disables case sensitive for the LIKE operator.
enableCountChanges(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Deprecated.
Enables or disables the count-changes flag. When enabled, INSERT, UPDATE and DELETE statements return the number of rows they modified.
enableEmptyResultCallBacks(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Deprecated.
Enables or disables the empty_result_callbacks flag.
enableFullColumnNames(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Deprecated.
Enables or disables the full_column_name flag. This flag together with the short_column_names flag determine the way SQLite assigns names to result columns of SELECT statements.
enableFullSync(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Enables or disables the fullfsync flag.
enableLoadExtension(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Enables or disables extension loading.
enableRecursiveTriggers(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Enables or disables the recursive trigger capability.
enableReverseUnorderedSelects(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Enables or disables the reverse_unordered_selects flag.
enableShortColumnNames(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Enables or disables the short_column_names flag.
ENCODING - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
enforceForeignKeys(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Whether to enforce foreign key constraints.
equals(Object) - Method in class io.roastedroot.sqlite4j.core.SafeStmtPtr
 
equals(Object) - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Compares two objects for equality.
equals(Object) - Method in class io.roastedroot.sqlite4j.date.FastDateParser
Compare another object for equality with this object.
equals(Object) - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
Compares two objects for equality.
errmsg(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
error(String) - Method in class io.roastedroot.sqlite4j.Function
Called by xFunc to throw an error.
error(Supplier<String>, Throwable) - Method in interface io.roastedroot.sqlite4j.util.Logger
 
escape(String) - Method in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
Applies SQL escapes for special characters in a given string.
ExceptionUtils - Class in io.roastedroot.sqlite4j.date
Provides utilities for manipulating and examining Throwable objects.
ExceptionUtils() - Constructor for class io.roastedroot.sqlite4j.date.ExceptionUtils
 
EXCLUSIVE - io.roastedroot.sqlite4j.SQLiteConfig.LockingMode
 
EXCLUSIVE - io.roastedroot.sqlite4j.SQLiteConfig.TransactionMode
 
EXCLUSIVE - io.roastedroot.sqlite4j.SQLiteOpenMode
 
exec() - Method in class io.roastedroot.sqlite4j.core.CoreStatement
Calls sqlite3_step() and sets up results.
exec(int, int, int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
exec(String) - Method in class io.roastedroot.sqlite4j.core.CoreStatement
Executes SQL statement and throws SQLExceptions if the given SQL statement is null or no database is open.
exec(String, boolean) - Method in class io.roastedroot.sqlite4j.core.DB
Executes an SQL statement using the process of compiling, evaluating, and destroying the prepared statement object.
execute() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
execute(CoreStatement, Object[]) - Method in class io.roastedroot.sqlite4j.core.DB
 
execute(DB) - Method in class io.roastedroot.sqlite4j.ExtendedCommand.BackupCommand
 
execute(DB) - Method in class io.roastedroot.sqlite4j.ExtendedCommand.RestoreCommand
 
execute(DB) - Method in interface io.roastedroot.sqlite4j.ExtendedCommand.SQLExtension
 
execute(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
execute(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
execute(String, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
execute(String, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
execute(String, int[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
execute(String, int[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
execute(String, String[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
execute(String, String[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
executeBatch() - Method in class io.roastedroot.sqlite4j.core.CorePreparedStatement
 
executeBatch() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
executeLargeBatch() - Method in class io.roastedroot.sqlite4j.core.CorePreparedStatement
 
executeLargeBatch() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
executeLargeUpdate() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
executeLargeUpdate(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
executeLargeUpdate(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
executeLargeUpdate(String, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
executeLargeUpdate(String, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
executeLargeUpdate(String, int[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
executeLargeUpdate(String, int[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
executeLargeUpdate(String, String[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
executeLargeUpdate(String, String[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
executeQuery() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
executeQuery(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
executeQuery(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
executeQuery(String, boolean) - Method in class io.roastedroot.sqlite4j.core.CoreStatement
 
executeQuery(String, boolean) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
executeUpdate() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
executeUpdate(CoreStatement, Object[]) - Method in class io.roastedroot.sqlite4j.core.DB
Execute an SQL INSERT, UPDATE or DELETE statement with the Stmt object and an array of parameter values of the SQL statement..
executeUpdate(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
executeUpdate(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
executeUpdate(String, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
executeUpdate(String, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
executeUpdate(String, int[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
executeUpdate(String, int[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
executeUpdate(String, String[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
executeUpdate(String, String[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
exhaustedResults - Variable in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
ExtendedCommand - Class in io.roastedroot.sqlite4j
parsing SQLite specific extension of SQL command
ExtendedCommand() - Constructor for class io.roastedroot.sqlite4j.ExtendedCommand
 
ExtendedCommand.BackupCommand - Class in io.roastedroot.sqlite4j
 
ExtendedCommand.RestoreCommand - Class in io.roastedroot.sqlite4j
 
ExtendedCommand.SQLExtension - Interface in io.roastedroot.sqlite4j
 
extendedErrorcode(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
extractPragmasFromFilename(String, String, Properties) - Static method in class io.roastedroot.sqlite4j.SQLiteConnection
Extracts PRAGMA values from the filename and sets them into the Properties object which will be used to build the SQLConfig.

F

FastDateFormat - Class in io.roastedroot.sqlite4j.date
FastDateFormat is a fast and thread-safe version of SimpleDateFormat.
FastDateFormat(String, TimeZone, Locale) - Constructor for class io.roastedroot.sqlite4j.date.FastDateFormat
Constructs a new FastDateFormat.
FastDateFormat(String, TimeZone, Locale, Date) - Constructor for class io.roastedroot.sqlite4j.date.FastDateFormat
Constructs a new FastDateFormat.
FastDateParser - Class in io.roastedroot.sqlite4j.date
FastDateParser is a fast and thread-safe version of SimpleDateFormat.
FastDateParser(String, TimeZone, Locale) - Constructor for class io.roastedroot.sqlite4j.date.FastDateParser
Constructs a new FastDateParser.
FastDateParser(String, TimeZone, Locale, Date) - Constructor for class io.roastedroot.sqlite4j.date.FastDateParser
Constructs a new FastDateParser.
FastDatePrinter - Class in io.roastedroot.sqlite4j.date
FastDatePrinter is a fast and thread-safe version of SimpleDateFormat.
FastDatePrinter(String, TimeZone, Locale) - Constructor for class io.roastedroot.sqlite4j.date.FastDatePrinter
Constructs a new FastDatePrinter.
FILE - io.roastedroot.sqlite4j.SQLiteConfig.TempStore
 
FileException - Exception in io.roastedroot.sqlite4j
 
FileException(String) - Constructor for exception io.roastedroot.sqlite4j.FileException
 
finalize() - Method in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
finalize() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
finalize(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
finalize(long) - Method in class io.roastedroot.sqlite4j.core.DB
Destroys a prepared statement.
finalize(long) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
finalize(SafeStmtPtr, long) - Method in class io.roastedroot.sqlite4j.core.DB
Destroys a statement.
findColumn(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
returns col in [1,x] form
findColumnIndexInCache(String) - Method in class io.roastedroot.sqlite4j.core.CoreResultSet
 
first() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
flag - Variable in enum io.roastedroot.sqlite4j.SQLiteOpenMode
 
FLAG_DETERMINISTIC - Static variable in class io.roastedroot.sqlite4j.Function
Flag to provide to Function.create(Connection, String, Function, int) that marks this Function as deterministic, making is usable in Indexes on Expressions.
FOREIGN_KEYS - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
format(long) - Method in interface io.roastedroot.sqlite4j.date.DatePrinter
Formats a millisecond long value.
format(long) - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Formats a millisecond long value.
format(long) - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
 
format(long, String) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a date/time into a specific pattern.
format(long, StringBuffer) - Method in interface io.roastedroot.sqlite4j.date.DatePrinter
Formats a millisecond long value into the supplied StringBuffer.
format(long, StringBuffer) - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Formats a millisecond long value into the supplied StringBuffer.
format(long, StringBuffer) - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
 
format(long, String, Locale) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a date/time into a specific pattern in a locale.
format(long, String, TimeZone) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a date/time into a specific pattern in a time zone.
format(long, String, TimeZone, Locale) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a date/time into a specific pattern in a time zone and locale.
format(Object, StringBuffer, FieldPosition) - Method in interface io.roastedroot.sqlite4j.date.DatePrinter
Formats a Date, Calendar or Long (milliseconds) object.
format(Object, StringBuffer, FieldPosition) - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Formats a Date, Calendar or Long (milliseconds) object.
format(Object, StringBuffer, FieldPosition) - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
Formats a Date, Calendar or Long (milliseconds) object.
format(Calendar) - Method in interface io.roastedroot.sqlite4j.date.DatePrinter
Formats a Calendar object.
format(Calendar) - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Formats a Calendar object.
format(Calendar) - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
 
format(Calendar, String) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a calendar into a specific pattern.
format(Calendar, StringBuffer) - Method in interface io.roastedroot.sqlite4j.date.DatePrinter
Formats a Calendar object into the supplied StringBuffer.
format(Calendar, StringBuffer) - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Formats a Calendar object into the supplied StringBuffer.
format(Calendar, StringBuffer) - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
 
format(Calendar, String, Locale) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a calendar into a specific pattern in a locale.
format(Calendar, String, TimeZone) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a calendar into a specific pattern in a time zone.
format(Calendar, String, TimeZone, Locale) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a calendar into a specific pattern in a time zone and locale.
format(Date) - Method in interface io.roastedroot.sqlite4j.date.DatePrinter
Formats a Date object using a GregorianCalendar.
format(Date) - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Formats a Date object using a GregorianCalendar.
format(Date) - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
 
format(Date, String) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a date/time into a specific pattern.
format(Date, StringBuffer) - Method in interface io.roastedroot.sqlite4j.date.DatePrinter
Formats a Date object into the supplied StringBuffer using a GregorianCalendar.
format(Date, StringBuffer) - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Formats a Date object into the supplied StringBuffer using a GregorianCalendar.
format(Date, StringBuffer) - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
 
format(Date, String, Locale) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a date/time into a specific pattern in a locale.
format(Date, String, TimeZone) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a date/time into a specific pattern in a time zone.
format(Date, String, TimeZone, Locale) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a date/time into a specific pattern in a time zone and locale.
formatUTC(long, String) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a date/time into a specific pattern using the UTC time zone.
formatUTC(long, String, Locale) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a date/time into a specific pattern using the UTC time zone.
formatUTC(Date, String) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a date/time into a specific pattern using the UTC time zone.
formatUTC(Date, String, Locale) - Static method in class io.roastedroot.sqlite4j.date.DateFormatUtils
Formats a date/time into a specific pattern using the UTC time zone.
free(int) - Static method in class io.roastedroot.sqlite4j.core.wasm.BusyHandlerStore
 
free(int) - Method in class io.roastedroot.sqlite4j.core.wasm.CollationStore
 
free(int) - Static method in class io.roastedroot.sqlite4j.core.wasm.ProgressHandlerStore
 
free(int) - Static method in class io.roastedroot.sqlite4j.core.wasm.UDFStore
 
free(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
free(String) - Method in class io.roastedroot.sqlite4j.core.wasm.CollationStore
 
free(String) - Static method in class io.roastedroot.sqlite4j.core.wasm.UDFStore
 
fromPragmaTable(Properties) - Static method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
FULL - io.roastedroot.sqlite4j.SQLiteConfig.SynchronousMode
 
FULL - Static variable in class io.roastedroot.sqlite4j.date.FastDateFormat
FULL locale dependent date or time style.
FULL - Static variable in class io.roastedroot.sqlite4j.date.FastDatePrinter
FULL locale dependent date or time style.
FULL_COLUMN_NAMES - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
FULL_SYNC - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
FULLMUTEX - io.roastedroot.sqlite4j.SQLiteOpenMode
 
Function - Class in io.roastedroot.sqlite4j
Provides an interface for creating SQLite user-defined functions.
Function() - Constructor for class io.roastedroot.sqlite4j.Function
 
Function.Aggregate - Class in io.roastedroot.sqlite4j
Provides an interface for creating SQLite user-defined aggregate functions.
Function.Window - Class in io.roastedroot.sqlite4j
Provides an interface for creating SQLite user-defined window functions.

G

generatedKeyAlwaysReturned() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4DatabaseMetaData
 
get(int) - Static method in class io.roastedroot.sqlite4j.core.wasm.BusyHandlerStore
 
get(int) - Method in class io.roastedroot.sqlite4j.core.wasm.CollationStore
 
get(int) - Static method in class io.roastedroot.sqlite4j.core.wasm.ProgressHandlerStore
 
get(int) - Static method in class io.roastedroot.sqlite4j.core.wasm.UDFStore
 
getArray(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getArray(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getAsciiStream(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getAsciiStream(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getAttributes - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getAttributes(String, String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getAutoCommit() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
getBestRowIdentifier - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getBestRowIdentifier(String, String, String, int, boolean) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getBigDecimal(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getBigDecimal(int, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
Deprecated.
getBigDecimal(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getBigDecimal(String, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
Deprecated.
getBinaryStream(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getBinaryStream(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getBlob(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getBlob(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getBoolean(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getBoolean(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getBusyTimeout() - Method in class io.roastedroot.sqlite4j.SQLiteConfig
 
getBusyTimeout() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
getByte(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getByte(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getBytes(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getBytes(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getCatalog() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
getCatalogName(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getCatalogs - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getCatalogs() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getCatalogSeparator() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getCatalogTerm() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getCharacterStream(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getCharacterStream(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getClientInfo() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
getClientInfo(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
getClientInfoProperties() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4DatabaseMetaData
 
getClob(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getClob(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getColumnClassName(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getColumnCount() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getColumnDisplaySize(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getColumnLabel(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getColumnName(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getColumnPrivileges - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getColumnPrivileges(String, String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getColumns(String, String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getColumnsTblName - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getColumnType(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getColumnTypeName(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getConcurrency() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getConfig() - Method in class io.roastedroot.sqlite4j.core.DB
 
getConfig() - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
 
getConnection() - Method in class io.roastedroot.sqlite4j.javax.SQLitePooledConnection
 
getConnection() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getConnection() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
getConnection() - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
 
getConnection(String, String) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
 
getConnectionConfig() - Method in class io.roastedroot.sqlite4j.core.CoreResultSet
 
getConnectionConfig() - Method in class io.roastedroot.sqlite4j.core.CoreStatement
 
getConnectionConfig() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
getCrossReference(String, String, String, String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getCurrentTransactionMode() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
getCursorName() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getDatabase() - Method in class io.roastedroot.sqlite4j.core.CoreResultSet
 
getDatabase() - Method in class io.roastedroot.sqlite4j.core.CoreStatement
 
getDatabase() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
getDatabaseMajorVersion() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getDatabaseMinorVersion() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getDatabaseName() - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
 
getDatabaseProductName() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getDatabaseProductVersion() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getDate(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getDate(int, Calendar) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getDate(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getDate(String, Calendar) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getDateClass() - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
getDateClass(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.DateClass
 
getDateFormat() - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
getDateInstance(int) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a date formatter instance using the specified style in the default time zone and locale.
getDateInstance(int, Locale) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a date formatter instance using the specified style and locale in the default time zone.
getDateInstance(int, TimeZone) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a date formatter instance using the specified style and time zone in the default locale.
getDateInstance(int, TimeZone, Locale) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a date formatter instance using the specified style, time zone and locale.
getDateMultiplier() - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
getDatePrecision() - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
getDateStringFormat() - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
getDateTimeInstance(int, int) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a date/time formatter instance using the specified style in the default time zone and locale.
getDateTimeInstance(int, int, Locale) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a date/time formatter instance using the specified style and locale in the default time zone.
getDateTimeInstance(int, int, TimeZone) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a date/time formatter instance using the specified style and time zone in the default locale.
getDateTimeInstance(int, int, TimeZone, Locale) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a date/time formatter instance using the specified style, time zone and locale.
getDefaultTransactionIsolation() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getDouble(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getDouble(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getDriverMajorVersion() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getDriverMinorVersion() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getDriverName() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getDriverVersion() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getEncoding(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.Encoding
 
getErrorCode(int) - Static method in enum io.roastedroot.sqlite4j.SQLiteErrorCode
 
getExportedKeys(String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getExtraNameCharacters() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getFetchDirection() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getFetchDirection() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
getFetchSize() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getFetchSize() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
getFloat(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getFloat(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getFunctionColumns(String, String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
Not implemented yet.
getFunctions(String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4DatabaseMetaData
 
getGeneratedKeys() - Method in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
Deprecated.
Not exactly sure what this function does, as it is not implementing any interface, and is not used anywhere in the code. Deprecated since 3.43.0.0.
getGeneratedKeys() - Method in class io.roastedroot.sqlite4j.core.CoreStatement
This implementation uses SQLite's last_insert_rowid function to obtain the row ID.
getGeneratedKeys() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
Deprecated.
Not exactly sure what this function does, as it is not implementing any interface, and is not used anywhere in the code. Deprecated since 3.43.0.0.
getHoldability() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
getHoldability() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getId() - Method in enum io.roastedroot.sqlite4j.SQLiteLimits
 
getIdentifierQuoteString() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getImportedKeys(String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getIndexInfo - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getIndexInfo(String, String, String, boolean, boolean) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getInstance() - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a formatter instance using the default pattern in the default locale.
getInstance(String) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a formatter instance using the specified pattern in the default locale.
getInstance(String, Locale) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a formatter instance using the specified pattern and locale.
getInstance(String, TimeZone) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a formatter instance using the specified pattern and time zone.
getInstance(String, TimeZone, Locale) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a formatter instance using the specified pattern, time zone and locale.
getInt(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getInt(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getJDBCMajorVersion() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getJDBCMinorVersion() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getLargeMaxRows() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
getLargeUpdateCount() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
This function has a complex behaviour best understood by carefully reading the JavaDoc for getMoreResults() and considering the test StatementTest.execute().
getLimit(SQLiteLimits) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
getListeners() - Method in class io.roastedroot.sqlite4j.javax.SQLitePooledConnection
 
getLocale() - Method in interface io.roastedroot.sqlite4j.date.DateParser
Get the locale used by this parser.
getLocale() - Method in interface io.roastedroot.sqlite4j.date.DatePrinter
Gets the locale used by this printer.
getLocale() - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets the locale used by this formatter.
getLocale() - Method in class io.roastedroot.sqlite4j.date.FastDateParser
 
getLocale() - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
 
getLogger(Class<?>) - Static method in class io.roastedroot.sqlite4j.util.LoggerFactory
Get a Logger instance for the given host class.
getLoginTimeout() - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
 
getLogWriter() - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
 
getLong(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getLong(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getMajorVersion() - Method in class io.roastedroot.sqlite4j.JDBC
 
getMajorVersion() - Static method in class io.roastedroot.sqlite4j.SQLiteJDBCLoader
 
getMaxBinaryLiteralLength() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxCatalogNameLength() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxCharLiteralLength() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxColumnNameLength() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxColumnsInIndex() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxColumnsInSelect() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxColumnsInTable() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxConnections() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxCursorNameLength() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxFieldSize() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
getMaxIndexLength() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxLengthEstimate() - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets an estimate for the maximum string length that the formatter will produce.
getMaxLengthEstimate() - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
Gets an estimate for the maximum string length that the formatter will produce.
getMaxProcedureNameLength() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxRows() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
getMaxRowSize() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxSchemaNameLength() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxStatementLength() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxStatements() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxTableNameLength() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxTablesInSelect() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMaxUserNameLength() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getMetaData() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
getMetaData() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getMetaData() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
getMinorVersion() - Method in class io.roastedroot.sqlite4j.JDBC
 
getMinorVersion() - Static method in class io.roastedroot.sqlite4j.SQLiteJDBCLoader
 
getMode(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.TransactionMode
 
getMoreResults() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
SQLite does not support multiple results from execute().
getMoreResults(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
getNCharacterStream(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getNCharacterStream(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getNClob(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getNClob(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getNetworkTimeout() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
getNString(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getNString(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getNumericFunctions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getObject(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getObject(int, Class<T>) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getObject(int, Map) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getObject(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getObject(String, Class<T>) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getObject(String, Map) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getOpenModeFlags() - Method in class io.roastedroot.sqlite4j.SQLiteConfig
 
getParameterClassName(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
getParameterCount() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
getParameterMetaData() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
getParameterMode(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
getParameterType(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
getParameterTypeName(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
getParentLogger() - Method in class io.roastedroot.sqlite4j.JDBC
 
getParentLogger() - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
 
getPattern() - Method in interface io.roastedroot.sqlite4j.date.DateParser
Get the pattern used by this parser.
getPattern() - Method in interface io.roastedroot.sqlite4j.date.DatePrinter
Gets the pattern used by this printer.
getPattern() - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets the pattern used by this formatter.
getPattern() - Method in class io.roastedroot.sqlite4j.date.FastDateParser
 
getPattern() - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
 
getPhysicalConn() - Method in class io.roastedroot.sqlite4j.javax.SQLitePooledConnection
 
getPooledConnection() - Method in class io.roastedroot.sqlite4j.javax.SQLiteConnectionPoolDataSource
 
getPooledConnection(String, String) - Method in class io.roastedroot.sqlite4j.javax.SQLiteConnectionPoolDataSource
 
getPragmaName() - Method in enum io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
getPrecision(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
getPrecision(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getPrecision(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.DatePrecision
 
getPrimaryKeys(String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getProcedureColumns - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getProcedureColumns(String, String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getProcedures - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getProcedures(String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getProcedureTerm() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getPropertyInfo(String, Properties) - Method in class io.roastedroot.sqlite4j.JDBC
 
getPseudoColumns(String, String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4DatabaseMetaData
 
getQueryTimeout() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
getRef(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getRef(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getResultCode() - Method in exception io.roastedroot.sqlite4j.SQLiteException
 
getResultSet() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
getResultSetConcurrency() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
getResultSetHoldability() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getResultSetHoldability() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
getResultSetType() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
getRow() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getRowId(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getRowId(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getRowIdLifetime() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4DatabaseMetaData
 
getSavepointId() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Savepoint
 
getSavepointName() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Savepoint
 
getScale(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
getScale(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getSchema() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
getSchemaName(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getSchemas - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getSchemas() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getSchemas(String, String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4DatabaseMetaData
 
getSchemaTerm() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getSearchStringEscape() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getShort(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getShort(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getSQLiteDatabaseMetaData() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
getSQLKeywords() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getSQLStateType() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getSQLXML(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getSQLXML(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getStatement() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
getStatement() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getString(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getString(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getStringFunctions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getSuperTables - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getSuperTables(String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getSuperTypes - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getSystemFunctions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getTableName(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getTablePrivileges - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getTablePrivileges(String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getTables - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getTableTypes - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getTableTypes() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getTime(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getTime(int, Calendar) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getTime(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getTime(String, Calendar) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getTimeDateFunctions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getTimeInstance(int) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a time formatter instance using the specified style in the default time zone and locale.
getTimeInstance(int, Locale) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a time formatter instance using the specified style and locale in the default time zone.
getTimeInstance(int, TimeZone) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a time formatter instance using the specified style and time zone in the default locale.
getTimeInstance(int, TimeZone, Locale) - Static method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a time formatter instance using the specified style, time zone and locale.
getTimestamp(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getTimestamp(int, Calendar) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getTimestamp(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getTimestamp(String, Calendar) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getTimeZone() - Method in interface io.roastedroot.sqlite4j.date.DateParser
Get the time zone used by this parser.
getTimeZone() - Method in interface io.roastedroot.sqlite4j.date.DatePrinter
Gets the time zone used by this printer.
getTimeZone() - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets the time zone used by this formatter.
getTimeZone() - Method in class io.roastedroot.sqlite4j.date.FastDateParser
 
getTimeZone() - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
 
getTransactionIsolation() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
getTransactionIsolation() - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
getTransactionMode() - Method in class io.roastedroot.sqlite4j.SQLiteConfig
 
getTransactionMode() - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
getType() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getTypeInfo - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getTypeInfo() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getTypeMap() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
getUDTs - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getUDTs(String, String, String, int[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getUnicodeStream(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getUnicodeStream(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getUpdateCount() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
This function has a complex behaviour best understood by carefully reading the JavaDoc for getMoreResults() and considering the test StatementTest.execute().
getUrl() - Method in class io.roastedroot.sqlite4j.core.DB
 
getUrl() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
getUrl() - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
 
getURL() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getURL(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getURL(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
getUserName() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getValue() - Method in class io.roastedroot.sqlite4j.Function
 
getValue() - Method in enum io.roastedroot.sqlite4j.SQLiteConfig.DateClass
 
getValue() - Method in enum io.roastedroot.sqlite4j.SQLiteConfig.DatePrecision
 
getValue() - Method in enum io.roastedroot.sqlite4j.SQLiteConfig.Encoding
 
getValue() - Method in enum io.roastedroot.sqlite4j.SQLiteConfig.HexKeyMode
 
getValue() - Method in enum io.roastedroot.sqlite4j.SQLiteConfig.JournalMode
 
getValue() - Method in enum io.roastedroot.sqlite4j.SQLiteConfig.LockingMode
 
getValue() - Method in enum io.roastedroot.sqlite4j.SQLiteConfig.SynchronousMode
 
getValue() - Method in enum io.roastedroot.sqlite4j.SQLiteConfig.TempStore
 
getValue() - Method in enum io.roastedroot.sqlite4j.SQLiteConfig.TransactionMode
 
getValueArg(int) - Method in class io.roastedroot.sqlite4j.Function
 
getVersion() - Static method in class io.roastedroot.sqlite4j.SQLiteJDBCLoader
 
getVersionColumns - Variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
 
getVersionColumns(String, String, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
getWarnings() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
getWarnings() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
getWarnings() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 

H

handleConn - Variable in class io.roastedroot.sqlite4j.javax.SQLitePooledConnection
 
hashCode() - Method in class io.roastedroot.sqlite4j.core.SafeStmtPtr
 
hashCode() - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Returns a hashcode compatible with equals.
hashCode() - Method in class io.roastedroot.sqlite4j.date.FastDateParser
Return a hashcode compatible with equals.
hashCode() - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
Returns a hashcode compatible with equals.
HEXKEY_MODE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 

I

IMMEDIATE - io.roastedroot.sqlite4j.SQLiteConfig.TransactionMode
 
INCREMENTAL_VACUUM - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
incrementalVacuum(int) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the incremental_vacuum value; the number of pages to be removed from the freelist.
info(Supplier<String>) - Method in interface io.roastedroot.sqlite4j.util.Logger
 
INSERT - io.roastedroot.sqlite4j.SQLiteUpdateListener.Type
 
insertRow() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
insertsAreDetected(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
INTEGER - io.roastedroot.sqlite4j.SQLiteConfig.DateClass
 
internalClose() - Method in class io.roastedroot.sqlite4j.core.CoreStatement
 
interrupt() - Method in class io.roastedroot.sqlite4j.core.DB
Aborts any pending operation and returns at its earliest opportunity.
interrupt() - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
interrupt(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
invalid() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
io.roastedroot.sqlite4j - package io.roastedroot.sqlite4j
 
io.roastedroot.sqlite4j.core - package io.roastedroot.sqlite4j.core
 
io.roastedroot.sqlite4j.core.wasm - package io.roastedroot.sqlite4j.core.wasm
 
io.roastedroot.sqlite4j.date - package io.roastedroot.sqlite4j.date
Provides classes and methods to work with dates and durations.
io.roastedroot.sqlite4j.javax - package io.roastedroot.sqlite4j.javax
 
io.roastedroot.sqlite4j.jdbc3 - package io.roastedroot.sqlite4j.jdbc3
 
io.roastedroot.sqlite4j.jdbc4 - package io.roastedroot.sqlite4j.jdbc4
 
io.roastedroot.sqlite4j.util - package io.roastedroot.sqlite4j.util
 
isAfterLast() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
isAutoCommit() - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
isAutoIncrement(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
isBeforeFirst() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
isCaseSensitive(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
isCatalogAtStart() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
isClosed() - Method in class io.roastedroot.sqlite4j.core.DB
 
isClosed() - Method in class io.roastedroot.sqlite4j.core.SafeStmtPtr
Check whether this pointer has been closed
isClosed() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
isClosed() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
isClosed() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Statement
 
isClosed() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
isCloseOnCompletion() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Statement
 
isCurrency(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
isDefinitelyWritable(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
isEmpty(int) - Static method in class io.roastedroot.sqlite4j.core.wasm.BusyHandlerStore
 
isEmpty(int) - Static method in class io.roastedroot.sqlite4j.core.wasm.ProgressHandlerStore
 
isEnabledLoadExtension() - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Checks if the load extension option is turned on.
isEnabledSharedCache() - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Checks if the shared cache option is turned on.
isExplicitReadOnly() - Method in class io.roastedroot.sqlite4j.SQLiteConfig
 
isFirst() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
isFirstStatementExecuted() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
isGetGeneratedKeys() - Method in class io.roastedroot.sqlite4j.SQLiteConfig
 
isGetGeneratedKeys() - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
isLast() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
isNullable(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
isNullable(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
ISO_DATE_FORMAT - Static variable in class io.roastedroot.sqlite4j.date.DateFormatUtils
ISO 8601 formatter for date without time zone.
ISO_DATE_TIME_ZONE_FORMAT - Static variable in class io.roastedroot.sqlite4j.date.DateFormatUtils
ISO 8601-like formatter for date with time zone.
ISO_DATETIME_FORMAT - Static variable in class io.roastedroot.sqlite4j.date.DateFormatUtils
ISO 8601 formatter for date-time without time zone.
ISO_DATETIME_TIME_ZONE_FORMAT - Static variable in class io.roastedroot.sqlite4j.date.DateFormatUtils
ISO 8601 formatter for date-time with time zone.
ISO_TIME_FORMAT - Static variable in class io.roastedroot.sqlite4j.date.DateFormatUtils
ISO 8601 formatter for time without time zone.
ISO_TIME_NO_T_FORMAT - Static variable in class io.roastedroot.sqlite4j.date.DateFormatUtils
ISO 8601-like formatter for time without time zone.
ISO_TIME_NO_T_TIME_ZONE_FORMAT - Static variable in class io.roastedroot.sqlite4j.date.DateFormatUtils
ISO 8601-like formatter for time with time zone.
ISO_TIME_TIME_ZONE_FORMAT - Static variable in class io.roastedroot.sqlite4j.date.DateFormatUtils
ISO 8601 formatter for time with time zone.
isOpen() - Method in class io.roastedroot.sqlite4j.core.CoreResultSet
Checks the status of the result set.
isPoolable() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Statement
 
isReadOnly() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
isReadOnly() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
isReadOnly(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
isSearchable(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
isSigned(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
isSigned(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
isValid(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
isValidURL(String) - Static method in class io.roastedroot.sqlite4j.JDBC
Validates a URL
isWrapperFor(Class<?>) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
isWrapperFor(Class<?>) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4DatabaseMetaData
 
isWrapperFor(Class<?>) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
isWrapperFor(Class<?>) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Statement
 
isWrapperFor(Class<?>) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Determines if this object wraps a given class.
isWritable(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 

J

JDBC - Class in io.roastedroot.sqlite4j
 
JDBC() - Constructor for class io.roastedroot.sqlite4j.JDBC
 
JDBC_EXPLICIT_READONLY - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
JDBC_GET_GENERATED_KEYS - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
JDBC3Connection - Class in io.roastedroot.sqlite4j.jdbc3
 
JDBC3Connection(String, String, Properties) - Constructor for class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
JDBC3DatabaseMetaData - Class in io.roastedroot.sqlite4j.jdbc3
 
JDBC3DatabaseMetaData(SQLiteConnection) - Constructor for class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
JDBC3PreparedStatement - Class in io.roastedroot.sqlite4j.jdbc3
 
JDBC3PreparedStatement(SQLiteConnection, String) - Constructor for class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
JDBC3ResultSet - Class in io.roastedroot.sqlite4j.jdbc3
 
JDBC3ResultSet(CoreStatement) - Constructor for class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
JDBC3Savepoint - Class in io.roastedroot.sqlite4j.jdbc3
 
JDBC3Statement - Class in io.roastedroot.sqlite4j.jdbc3
 
JDBC3Statement(SQLiteConnection) - Constructor for class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
JDBC3Statement.SQLCallable<T> - Interface in io.roastedroot.sqlite4j.jdbc3
 
JDBC4Connection - Class in io.roastedroot.sqlite4j.jdbc4
 
JDBC4Connection(String, String, Properties) - Constructor for class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
JDBC4DatabaseMetaData - Class in io.roastedroot.sqlite4j.jdbc4
 
JDBC4DatabaseMetaData(SQLiteConnection) - Constructor for class io.roastedroot.sqlite4j.jdbc4.JDBC4DatabaseMetaData
 
JDBC4PooledConnection - Class in io.roastedroot.sqlite4j.jdbc4
 
JDBC4PooledConnection() - Constructor for class io.roastedroot.sqlite4j.jdbc4.JDBC4PooledConnection
 
JDBC4PreparedStatement - Class in io.roastedroot.sqlite4j.jdbc4
 
JDBC4PreparedStatement(SQLiteConnection, String) - Constructor for class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
JDBC4ResultSet - Class in io.roastedroot.sqlite4j.jdbc4
 
JDBC4ResultSet(CoreStatement) - Constructor for class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
JDBC4Statement - Class in io.roastedroot.sqlite4j.jdbc4
 
JDBC4Statement(SQLiteConnection) - Constructor for class io.roastedroot.sqlite4j.jdbc4.JDBC4Statement
 
jdbcCompliant() - Method in class io.roastedroot.sqlite4j.JDBC
 
join(List<String>, String) - Static method in class io.roastedroot.sqlite4j.util.StringUtils
 
JOURNAL_MODE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
JOURNAL_SIZE_LIMIT - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 

L

last() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
lastCol - Variable in class io.roastedroot.sqlite4j.core.CoreResultSet
last column accessed, for wasNull(). -1 if none
LEGACY_ALTER_TABLE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
LEGACY_FILE_FORMAT - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
libversion() - Method in class io.roastedroot.sqlite4j.core.DB
Returns the value for SQLITE_VERSION, SQLITE_VERSION_NUMBER, and SQLITE_SOURCE_ID C preprocessor macros that are associated with the library.
libversion() - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
libversion() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
limit(int, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
limit(int, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
limit(int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
LIMIT_ATTACHED - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
LIMIT_COLUMN - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
LIMIT_COMPOUND_SELECT - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
LIMIT_EXPR_DEPTH - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
LIMIT_FUNCTION_ARG - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
LIMIT_LENGTH - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
LIMIT_LIKE_PATTERN_LENGTH - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
LIMIT_PAGE_COUNT - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
LIMIT_SQL_LENGTH - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
LIMIT_TRIGGER_DEPTH - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
LIMIT_VARIABLE_NUMBER - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
LIMIT_VDBE_OP - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
LIMIT_WORKER_THREADS - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
limitRows - Variable in class io.roastedroot.sqlite4j.core.CoreResultSet
0 means no limit, must check against maxRows
listeners - Variable in class io.roastedroot.sqlite4j.javax.SQLitePooledConnection
 
LOAD_EXTENSION - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
locatorsUpdateCopy() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
LOCKING_MODE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
Logger - Interface in io.roastedroot.sqlite4j.util
A simple internal Logger interface.
LoggerFactory - Class in io.roastedroot.sqlite4j.util
A factory for Logger instances that uses SLF4J if present, falling back on a java.util.logging implementation otherwise.
LoggerFactory() - Constructor for class io.roastedroot.sqlite4j.util.LoggerFactory
 
LONG - Static variable in class io.roastedroot.sqlite4j.date.FastDateFormat
LONG locale dependent date or time style.
LONG - Static variable in class io.roastedroot.sqlite4j.date.FastDatePrinter
LONG locale dependent date or time style.

M

MAIN_DB - io.roastedroot.sqlite4j.SQLiteOpenMode
 
MAIN_JOURNAL - io.roastedroot.sqlite4j.SQLiteOpenMode
 
malloc(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
markCol(int) - Method in class io.roastedroot.sqlite4j.core.CoreResultSet
Takes col in [1,x] form, marks it as last accessed and returns [0,x-1]
MASTER_JOURNAL - io.roastedroot.sqlite4j.SQLiteOpenMode
 
MAX_PAGE_COUNT - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
maxRows - Variable in class io.roastedroot.sqlite4j.core.CoreResultSet
Maximum number of rows as set by a Statement
MEDIUM - Static variable in class io.roastedroot.sqlite4j.date.FastDateFormat
MEDIUM locale dependent date or time style.
MEDIUM - Static variable in class io.roastedroot.sqlite4j.date.FastDatePrinter
MEDIUM locale dependent date or time style.
MEMORY - io.roastedroot.sqlite4j.SQLiteConfig.JournalMode
 
MEMORY - io.roastedroot.sqlite4j.SQLiteConfig.TempStore
 
message - Variable in enum io.roastedroot.sqlite4j.SQLiteErrorCode
 
meta - Variable in class io.roastedroot.sqlite4j.core.CoreResultSet
 
MILLISECONDS - io.roastedroot.sqlite4j.SQLiteConfig.DatePrecision
 
MMAP_SIZE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
moveToCurrentRow() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
moveToInsertRow() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 

N

NativeLibraryNotFoundException - Exception in io.roastedroot.sqlite4j
 
NativeLibraryNotFoundException(String) - Constructor for exception io.roastedroot.sqlite4j.NativeLibraryNotFoundException
 
nativeSQL(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
newConnectionConfig() - Method in class io.roastedroot.sqlite4j.SQLiteConfig
 
newSQLException(int, String) - Static method in class io.roastedroot.sqlite4j.core.DB
Throws formatted SQLException with error code and message.
next() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
NOMUTEX - io.roastedroot.sqlite4j.SQLiteOpenMode
 
NONE - io.roastedroot.sqlite4j.SQLiteConfig.HexKeyMode
 
NORMAL - io.roastedroot.sqlite4j.SQLiteConfig.LockingMode
 
NORMAL - io.roastedroot.sqlite4j.SQLiteConfig.SynchronousMode
 
notifyFirstStatementExecuted() - Method in class io.roastedroot.sqlite4j.core.CoreStatement
 
nullPlusNonNullIsNull() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
nullsAreSortedAtEnd() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
nullsAreSortedAtStart() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
nullsAreSortedHigh() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
nullsAreSortedLow() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 

O

OFF - io.roastedroot.sqlite4j.SQLiteConfig.JournalMode
 
OFF - io.roastedroot.sqlite4j.SQLiteConfig.SynchronousMode
 
onCommit() - Method in interface io.roastedroot.sqlite4j.SQLiteCommitListener
 
onRollback() - Method in interface io.roastedroot.sqlite4j.SQLiteCommitListener
 
onUpdate(SQLiteUpdateListener.Type, String, String, long) - Method in interface io.roastedroot.sqlite4j.SQLiteUpdateListener
 
open - Variable in class io.roastedroot.sqlite4j.core.CoreResultSet
If the result set is open.
open(String, int) - Method in class io.roastedroot.sqlite4j.core.DB
Creates an SQLite interface to a database for the given connection.
OPEN_MEMORY - io.roastedroot.sqlite4j.SQLiteOpenMode
 
OPEN_MODE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
OPEN_URI - io.roastedroot.sqlite4j.SQLiteOpenMode
 
openV2(int, long, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
othersDeletesAreVisible(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
ownDeletesAreVisible(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
ownInsertsAreVisible(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 

P

PAGE_SIZE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
paramCount - Variable in class io.roastedroot.sqlite4j.core.CorePreparedStatement
 
parse(String) - Method in interface io.roastedroot.sqlite4j.date.DateParser
Equivalent to DateFormat.parse(String).
parse(String) - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
 
parse(String) - Method in class io.roastedroot.sqlite4j.date.FastDateParser
 
parse(String) - Static method in class io.roastedroot.sqlite4j.ExtendedCommand.BackupCommand
Parses SQLite database backup command and creates a BackupCommand object.
parse(String) - Static method in class io.roastedroot.sqlite4j.ExtendedCommand
Parses extended commands of "backup" or "restore" for SQLite database.
parse(String) - Static method in class io.roastedroot.sqlite4j.ExtendedCommand.RestoreCommand
Parses SQLite database restore command and creates a RestoreCommand object.
parse(String, ParsePosition) - Method in interface io.roastedroot.sqlite4j.date.DateParser
Equivalent to DateFormat.parse(String, ParsePosition).
parse(String, ParsePosition) - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
 
parse(String, ParsePosition) - Method in class io.roastedroot.sqlite4j.date.FastDateParser
This implementation updates the ParsePosition if the parse succeeds.
parseObject(String) - Method in interface io.roastedroot.sqlite4j.date.DateParser
Parses text from a string to produce a Date.
parseObject(String) - Method in class io.roastedroot.sqlite4j.date.FastDateParser
 
parseObject(String, ParsePosition) - Method in interface io.roastedroot.sqlite4j.date.DateParser
Parse a date/time string according to the given parse position.
parseObject(String, ParsePosition) - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
 
parseObject(String, ParsePosition) - Method in class io.roastedroot.sqlite4j.date.FastDateParser
 
parsePattern() - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
Returns a list of Rules given a pattern.
parseToken(String, int[]) - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
Performs the parsing of tokens.
PASSWORD - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
pastLastRow - Variable in class io.roastedroot.sqlite4j.core.CoreResultSet
 
PERSIST - io.roastedroot.sqlite4j.SQLiteConfig.JournalMode
 
physicalConn - Variable in class io.roastedroot.sqlite4j.javax.SQLitePooledConnection
 
PK_NAMED_PATTERN - Static variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
Pattern used to extract a named primary key.
PK_NAMED_PATTERN - Static variable in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
Pattern used to extract a named primary key.
PK_UNNAMED_PATTERN - Static variable in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
Pattern used to extract column order for an unnamed primary key.
PK_UNNAMED_PATTERN - Static variable in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
Pattern used to extract column order for an unnamed primary key.
pointer - Variable in class io.roastedroot.sqlite4j.core.CoreStatement
 
pragmaName - Variable in enum io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
PREFIX - Static variable in class io.roastedroot.sqlite4j.JDBC
 
prepare(CoreStatement) - Method in class io.roastedroot.sqlite4j.core.DB
Complies the an SQL statement.
prepare(String) - Method in class io.roastedroot.sqlite4j.core.DB
Complies an SQL statement.
prepare(String) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
prepareCall(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
prepareCall(String, int, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
prepareCall(String, int, int, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
prepareStatement(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
prepareStatement(String, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
prepareStatement(String, int[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
prepareStatement(String, int, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
prepareStatement(String, int, int, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
prepareStatement(String, int, int, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
prepareStatement(String, String[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
prepareV2(int, int, int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
previous() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
PRIVATECACHE - io.roastedroot.sqlite4j.SQLiteOpenMode
 
progress() - Method in class io.roastedroot.sqlite4j.ProgressHandler
 
progress(int, int) - Method in interface io.roastedroot.sqlite4j.core.DB.ProgressObserver
 
progressHandler(int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
ProgressHandler - Class in io.roastedroot.sqlite4j
https://www.sqlite.org/c3ref/progress_handler.html
ProgressHandler() - Constructor for class io.roastedroot.sqlite4j.ProgressHandler
 
ProgressHandlerStore - Class in io.roastedroot.sqlite4j.core.wasm
 
ProgressHandlerStore() - Constructor for class io.roastedroot.sqlite4j.core.wasm.ProgressHandlerStore
 
ptr() - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports.StringPtrSize
 
ptr(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
PTR_SIZE - Static variable in class io.roastedroot.sqlite4j.core.WasmDB
 

Q

QueryUtils - Class in io.roastedroot.sqlite4j.util
 
QueryUtils() - Constructor for class io.roastedroot.sqlite4j.util.QueryUtils
 
quote(String) - Static method in class io.roastedroot.sqlite4j.core.CoreDatabaseMetaData
Adds SQL string quotes to the given string.

R

READ_UNCOMMITTED - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
READONLY - io.roastedroot.sqlite4j.SQLiteOpenMode
 
READWRITE - io.roastedroot.sqlite4j.SQLiteOpenMode
 
REAL - io.roastedroot.sqlite4j.SQLiteConfig.DateClass
 
RECURSIVE_TRIGGERS - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
refreshRow() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
register_progress_handler(int, ProgressHandler) - Method in class io.roastedroot.sqlite4j.core.DB
Progress handler
register_progress_handler(int, ProgressHandler) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
registerBusyHandler(int, BusyHandler) - Static method in class io.roastedroot.sqlite4j.core.wasm.BusyHandlerStore
 
registerCollation(String, Collation) - Method in class io.roastedroot.sqlite4j.core.wasm.CollationStore
 
registerFunction(String, Function) - Static method in class io.roastedroot.sqlite4j.core.wasm.UDFStore
 
registerProgressHandler(int, ProgressHandler) - Static method in class io.roastedroot.sqlite4j.core.wasm.ProgressHandlerStore
 
relative(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
releaseSavepoint(Savepoint) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
removeCommitListener(SQLiteCommitListener) - Method in class io.roastedroot.sqlite4j.core.DB
 
removeCommitListener(SQLiteCommitListener) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
Remove a listener registered for DB commit/rollback events.
removeConnectionEventListener(ConnectionEventListener) - Method in class io.roastedroot.sqlite4j.javax.SQLitePooledConnection
 
removeQuotation(String) - Static method in class io.roastedroot.sqlite4j.ExtendedCommand
Remove the quotation mark from string.
removeStatementEventListener(StatementEventListener) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PooledConnection
 
removeUpdateListener(SQLiteUpdateListener) - Method in class io.roastedroot.sqlite4j.core.DB
 
removeUpdateListener(SQLiteUpdateListener) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
Remove a listener registered for DB update events.
reset(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
reset(long) - Method in class io.roastedroot.sqlite4j.core.DB
Sets a prepared statement object back to its initial state, ready to be re-executed.
reset(long) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
resetOpenMode(SQLiteOpenMode) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Re-sets the open mode flags.
restore(String, String, DB.ProgressObserver) - Method in class io.roastedroot.sqlite4j.core.DB
 
restore(String, String, DB.ProgressObserver) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
restore(String, String, DB.ProgressObserver, int, int, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
restore(String, String, DB.ProgressObserver, int, int, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
RestoreCommand(String, String) - Constructor for class io.roastedroot.sqlite4j.ExtendedCommand.RestoreCommand
Constructs a RestoreCommand instance that restores the database from a given source file.
result() - Method in class io.roastedroot.sqlite4j.Function
Called by xFunc to return a value.
result(byte[]) - Method in class io.roastedroot.sqlite4j.Function
Called by xFunc to return a value.
result(double) - Method in class io.roastedroot.sqlite4j.Function
Called by xFunc to return a value.
result(int) - Method in class io.roastedroot.sqlite4j.Function
Called by xFunc to return a value.
result(long) - Method in class io.roastedroot.sqlite4j.Function
Called by xFunc to return a value.
result(String) - Method in class io.roastedroot.sqlite4j.Function
Called by xFunc to return a value.
result_blob(long, byte[]) - Method in class io.roastedroot.sqlite4j.core.DB
Sets the result of an SQL function as blob data type with the pointer to the SQLite database context and the the result value of byte array.
result_blob(long, byte[]) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
result_double(long, double) - Method in class io.roastedroot.sqlite4j.core.DB
Sets the result of an SQL function as double data type with the pointer to the SQLite database context and the the result value of double.
result_double(long, double) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
result_error(long, String) - Method in class io.roastedroot.sqlite4j.core.DB
Sets the result of an SQL function as an error with the pointer to the SQLite database context and the the error of String.
result_error(long, String) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
result_int(long, int) - Method in class io.roastedroot.sqlite4j.core.DB
Sets the result of an SQL function as int data type with the pointer to the SQLite database context and the the result value of int.
result_int(long, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
result_long(long, long) - Method in class io.roastedroot.sqlite4j.core.DB
Sets the result of an SQL function as long data type with the pointer to the SQLite database context and the the result value of long.
result_long(long, long) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
result_null(long) - Method in class io.roastedroot.sqlite4j.core.DB
Sets the result of an SQL function as NULL with the pointer to the SQLite database context.
result_null(long) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
result_text(long, String) - Method in class io.roastedroot.sqlite4j.core.DB
Sets the result of an SQL function as text data type with the pointer to the SQLite database context and the the result value of String.
result_text(long, String) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
resultBlob(int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
resultDouble(int, double) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
resultError(int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
resultErrorNomem(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
resultInt(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
resultLong(int, long) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
resultNull(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
resultsWaiting - Variable in class io.roastedroot.sqlite4j.core.CoreStatement
 
resultText(int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
rethrow(Throwable) - Static method in class io.roastedroot.sqlite4j.date.ExceptionUtils
Throw a checked exception without adding the exception to the throws clause of the calling method.
REVERSE_UNORDERED_SELECTS - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
rollback() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
rollback(Savepoint) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
rollbackHook(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
row - Variable in class io.roastedroot.sqlite4j.core.CoreResultSet
number of current row, starts at 1 (0 is for before loading data)
rowDeleted() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
rowInserted() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
rowUpdated() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
rs - Variable in class io.roastedroot.sqlite4j.core.CoreStatement
 
run(DB, long) - Method in interface io.roastedroot.sqlite4j.core.SafeStmtPtr.SafePtrConsumer
 
run(DB, long) - Method in interface io.roastedroot.sqlite4j.core.SafeStmtPtr.SafePtrDoubleFunction
 
run(DB, long) - Method in interface io.roastedroot.sqlite4j.core.SafeStmtPtr.SafePtrFunction
 
run(DB, long) - Method in interface io.roastedroot.sqlite4j.core.SafeStmtPtr.SafePtrIntFunction
 
run(DB, long) - Method in interface io.roastedroot.sqlite4j.core.SafeStmtPtr.SafePtrLongFunction
 

S

safeGetColumnType(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
safeRun(SafeStmtPtr.SafePtrFunction<T, E>) - Method in class io.roastedroot.sqlite4j.core.SafeStmtPtr
Run a callback with the wrapped pointer safely.
safeRunConsume(SafeStmtPtr.SafePtrConsumer<E>) - Method in class io.roastedroot.sqlite4j.core.SafeStmtPtr
Run a callback with the wrapped pointer safely.
safeRunDouble(SafeStmtPtr.SafePtrDoubleFunction<E>) - Method in class io.roastedroot.sqlite4j.core.SafeStmtPtr
Run a callback with the wrapped pointer safely.
safeRunInt(SafeStmtPtr.SafePtrIntFunction<E>) - Method in class io.roastedroot.sqlite4j.core.SafeStmtPtr
Run a callback with the wrapped pointer safely.
safeRunLong(SafeStmtPtr.SafePtrLongFunction<E>) - Method in class io.roastedroot.sqlite4j.core.SafeStmtPtr
Run a callback with the wrapped pointer safely.
SafeStmtPtr - Class in io.roastedroot.sqlite4j.core
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(DB, int) - Constructor for class io.roastedroot.sqlite4j.core.SafeStmtPtr
Construct a new Safe Pointer Wrapper to ensure a pointer is properly handled
SafeStmtPtr.SafePtrConsumer<E extends Throwable> - Interface in io.roastedroot.sqlite4j.core
 
SafeStmtPtr.SafePtrDoubleFunction<E extends Throwable> - Interface in io.roastedroot.sqlite4j.core
 
SafeStmtPtr.SafePtrFunction<T,​E extends Throwable> - Interface in io.roastedroot.sqlite4j.core
 
SafeStmtPtr.SafePtrIntFunction<E extends Throwable> - Interface in io.roastedroot.sqlite4j.core
 
SafeStmtPtr.SafePtrLongFunction<E extends Throwable> - Interface in io.roastedroot.sqlite4j.core
 
SECONDS - io.roastedroot.sqlite4j.SQLiteConfig.DatePrecision
 
SECURE_DELETE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
selectNumberRule(int, int) - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
Gets an appropriate rule for the padding required.
serialize(int, int, long, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
serialize(String) - Method in class io.roastedroot.sqlite4j.core.DB
 
serialize(String) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
serialize(String) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
Returns a byte array representing the schema content.
setApplicationId(int) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Set the value of the application-id.
setArgs(int) - Method in class io.roastedroot.sqlite4j.Function
 
setArray(int, Array) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setAsciiStream(int, InputStream) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setAutoCommit(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
setAutoCommit(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
setBigDecimal(int, BigDecimal) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setBinaryStream(int, InputStream) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setBlob(int, InputStream) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setBlob(int, InputStream, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setBlob(int, Blob) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setBoolean(int, boolean) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setBusyTimeout(int) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
 
setBusyTimeout(int) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
Sets the timeout value for the connection.
setBusyTimeout(int) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the amount of time that the connection's busy handler will wait when a table is locked.
setByte(int, byte) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setBytes(int, byte[]) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setCacheSize(int) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Changes the maximum number of database disk pages that SQLite will hold in memory at once per open database file.
setCacheSize(int) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the suggested maximum number of database disk pages that SQLite will hold in memory at once per open database file.
setCaseSensitiveLike(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Enables or disables case sensitivity for the built-in LIKE operator.
setCatalog(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
setCharacterStream(int, Reader) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setClientInfo(String, String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
setClientInfo(Properties) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
setClob(int, Reader) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setClob(int, Reader, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setClob(int, Clob) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setConfig(SQLiteConfig) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets a data source's configuration.
setContext(long) - Method in class io.roastedroot.sqlite4j.Function
 
setCountChanges(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Enables or disables the count-changes flag.
setCurrentTransactionMode(SQLiteConfig.TransactionMode) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
setCursorName(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
setDatabaseName(String) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the database name.
setDate(int, Date) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setDate(int, Date, Calendar) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setDateByMilliseconds(int, Long, Calendar) - Method in class io.roastedroot.sqlite4j.core.CorePreparedStatement
Store the date in the user's preferred format (text, int, or real)
setDateClass(SQLiteConfig.DateClass) - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
setDateClass(String) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
 
setDatePrecision(SQLiteConfig.DatePrecision) - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
setDatePrecision(String) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
 
setDateStringFormat(String) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
 
setDateStringFormat(String) - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
setDefaultCacheSize(int) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the suggested maximum number of database disk pages that SQLite will hold in memory at once per open database file.
setDefaultCacheSize(int) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the default maximum number of database disk pages that SQLite will hold in memory at once per open database file.
setDouble(int, double) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setEncoding(SQLiteConfig.Encoding) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the text encoding used by the main database.
setEncoding(String) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the text encoding used by the main database.
setEnforceForeignKeys(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Enables or disables the enforcement of foreign key constraints.
setEscapeProcessing(boolean) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
setExplicitReadOnly(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Enable read only transactions after connection creation if explicit read only is true.
setFetchDirection(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
setFetchDirection(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
setFetchSize(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
setFetchSize(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
setFirstStatementExecuted(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
setFloat(int, float) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setFullColumnNames(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Enables or disables the full_column_names flag.
setFullSync(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Enables or disables the fullfsync flag.
setGetGeneratedKeys(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
 
setGetGeneratedKeys(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
setGetGeneratedKeys(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Configure where generated keys will be retrieved for this database.
setHandler(Connection, int, ProgressHandler) - Static method in class io.roastedroot.sqlite4j.ProgressHandler
Sets a progress handler for the connection.
setHandler(Connection, BusyHandler) - Static method in class io.roastedroot.sqlite4j.BusyHandler
Sets a busy handler for the connection.
setHexKeyMode(SQLiteConfig.HexKeyMode) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Changes the setting of the "hexkey" flag.
setHoldability(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
setIncrementalVacuum(int) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Set the incremental_vacuum value that causes up to N pages to be removed from the https://www.sqlite.org/fileformat2.html#freelist.
setInt(int, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setJournalMode(SQLiteConfig.JournalMode) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the journal mode for databases associated with the current database connection.
setJournalMode(String) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the journal mode for databases associated with the current database connection.
setJournalSizeLimit(int) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the journal_size_limit.
setJournalSizeLimit(int) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the limit of the size of rollback-journal and WAL files left in the file-system after transactions or checkpoints.
setLargeMaxRows(long) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
setLegacyAlterTable(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the value of the legacy_alter_table flag.
setLegacyAlterTable(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the value of the legacy_alter_table flag.
setLegacyFileFormat(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Set the value of the legacy_file_format flag.
setLimit(SQLiteLimits, int) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
setLoadExtension(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Enables or disables extension loading.
setLockingMode(SQLiteConfig.LockingMode) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the database connection locking-mode.
setLockingMode(String) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the database connection locking-mode.
setLoginTimeout(int) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
 
setLogWriter(PrintWriter) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
 
setLong(int, long) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setMaxFieldSize(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
setMaxPageCount(int) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the maximum number of pages in the database file.
setMaxPageCount(int) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Set the maximum number of pages in the database file.
setMaxRows(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
setNCharacterStream(int, Reader) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setNClob(int, Reader) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setNClob(int, Reader, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setNClob(int, NClob) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setNetworkTimeout(Executor, int) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
setNString(int, String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setNull(int, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setNull(int, int, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setObject(int, Object) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setObject(int, Object, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setObject(int, Object, int, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setOpenMode(SQLiteOpenMode) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the open mode flags.
setPageSize(int) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the page size of the database.
setPageSize(int) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Set the page size of the database.
setPoolable(boolean) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Statement
 
setPragma(SQLiteConfig.Pragma, String) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets a pragma's value.
setQueryTimeout(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
setReadOnly(boolean) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
setReadOnly(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the read-write mode for the database.
setReadOnly(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the database to be opened in read-only mode
setReadUncommitted(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Enables or disables useReadUncommittedIsolationMode.
setReadUncommitted(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Set READ UNCOMMITTED isolation
setRecursiveTriggers(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Enables or disables the recursive trigger capability.
setRef(int, Ref) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setReverseUnorderedSelects(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Enables or disables the reverse_unordered_selects flag.
setRowId(int, RowId) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setSavepoint() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
setSavepoint(String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
setSchema(String) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
setSharedCache(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Enables or disables the sharing of the database cache and schema data structures between connections to the same database.
setSharedCache(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Enables or disables the sharing of the database cache and schema data structures between connections to the same database.
setShort(int, short) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setShortColumnNames(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Enables or disables the short_column_names flag.
setSQLXML(int, SQLXML) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
setString(int, String) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setSynchronous(SQLiteConfig.SynchronousMode) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Changes the setting of the "synchronous" flag.
setSynchronous(String) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the setting of the "synchronous" flag.
setTempStore(SQLiteConfig.TempStore) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Changes the setting of the "temp_store" parameter.
setTempStore(String) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Set the temp_store type which is used to determine where temporary tables and indices are stored.
setTempStoreDirectory(String) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Changes the value of the sqlite3_temp_directory global variable, which many operating-system interface backends use to determine where to store temporary tables and indices.
setTempStoreDirectory(String) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Set the value of the sqlite3_temp_directory global variable, which many operating-system interface backends use to determine where to store temporary tables and indices.
setTime(int, Time) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setTime(int, Time, Calendar) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setTimestamp(int, Timestamp) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setTransactionIsolation(int) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
setTransactionIsolation(int) - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
setTransactionMode(SQLiteConfig.TransactionMode) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the mode that will be used to start transactions.
setTransactionMode(SQLiteConfig.TransactionMode) - Method in class io.roastedroot.sqlite4j.SQLiteConnection
Sets the mode that will be used to start transactions on this connection.
setTransactionMode(SQLiteConfig.TransactionMode) - Method in class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
setTransactionMode(String) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the mode that will be used to start transactions.
setTransactionMode(String) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the mode that will be used to start transactions for this database.
setTypeMap(Map) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
 
setUnicodeStream(int, InputStream, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setUrl(String) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the location of the database file.
setURL(int, URL) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
setUserVersion(int) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Set the value of the user-version.
setUserVersion(int) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Sets the value of the user-version.
setValue(long) - Method in class io.roastedroot.sqlite4j.Function
 
shared_cache(boolean) - Method in class io.roastedroot.sqlite4j.core.DB
Enables or disables the sharing of the database cache and schema data structures between connections to the same database.
shared_cache(boolean) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
SHARED_CACHE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
SHAREDCACHE - io.roastedroot.sqlite4j.SQLiteOpenMode
 
SHORT - Static variable in class io.roastedroot.sqlite4j.date.FastDateFormat
SHORT locale dependent date or time style.
SHORT - Static variable in class io.roastedroot.sqlite4j.date.FastDatePrinter
SHORT locale dependent date or time style.
SHORT_COLUMN_NAMES - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
size() - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports.StringPtrSize
 
sleep(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
SMTP_DATETIME_FORMAT - Static variable in class io.roastedroot.sqlite4j.date.DateFormatUtils
SMTP (and probably other) date headers.
sql - Variable in class io.roastedroot.sqlite4j.core.CoreStatement
 
SQLCIPHER - io.roastedroot.sqlite4j.SQLiteConfig.HexKeyMode
 
SQLITE_ABORT - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_ABORT - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Callback routine requested an abort
SQLITE_ABORT_ROLLBACK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_AUTH - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_AUTH - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Authorization denied
SQLITE_AUTH_USER - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_BLOB - Static variable in interface io.roastedroot.sqlite4j.core.Codes
 
SQLITE_BUSY - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_BUSY - Static variable in interface io.roastedroot.sqlite4j.core.Codes
The database file is locked
SQLITE_BUSY_RECOVERY - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_BUSY_SNAPSHOT - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_BUSY_TIMEOUT - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CANTOPEN - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CANTOPEN - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Unable to open the database file
SQLITE_CANTOPEN_CONVPATH - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CANTOPEN_DIRTYWAL - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CANTOPEN_FULLPATH - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CANTOPEN_ISDIR - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CANTOPEN_NOTEMPDIR - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CANTOPEN_SYMLINK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CONSTRAINT - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CONSTRAINT - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Abort due to constraint violation
SQLITE_CONSTRAINT_CHECK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CONSTRAINT_COMMITHOOK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CONSTRAINT_DATATYPE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CONSTRAINT_FOREIGNKEY - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CONSTRAINT_FUNCTION - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CONSTRAINT_NOTNULL - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CONSTRAINT_PINNED - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CONSTRAINT_PRIMARYKEY - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CONSTRAINT_ROWID - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CONSTRAINT_TRIGGER - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CONSTRAINT_UNIQUE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CONSTRAINT_VTAB - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CORRUPT - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CORRUPT - Static variable in interface io.roastedroot.sqlite4j.core.Codes
The database disk image is malformed
SQLITE_CORRUPT_INDEX - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CORRUPT_SEQUENCE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_CORRUPT_VTAB - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_DONE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_DONE - Static variable in interface io.roastedroot.sqlite4j.core.Codes
sqlite_step() has finished executing
SQLITE_EMPTY - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_EMPTY - Static variable in interface io.roastedroot.sqlite4j.core.Codes
(Internal Only) Database table is empty
SQLITE_ERROR - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_ERROR - Static variable in interface io.roastedroot.sqlite4j.core.Codes
SQL error or missing database
SQLITE_ERROR_MISSING_COLLSEQ - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_ERROR_RETRY - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_ERROR_SNAPSHOT - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_FLOAT - Static variable in interface io.roastedroot.sqlite4j.core.Codes
 
SQLITE_FORMAT - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_FULL - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_FULL - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Insertion failed because database is full
SQLITE_INTEGER - Static variable in interface io.roastedroot.sqlite4j.core.Codes
 
SQLITE_INTERNAL - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_INTERNAL - Static variable in interface io.roastedroot.sqlite4j.core.Codes
An internal logic error in SQLite
SQLITE_INTERRUPT - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_INTERRUPT - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Operation terminated by sqlite_interrupt()
SQLITE_IOERR - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Some kind of disk I/O error occurred
SQLITE_IOERR_ACCESS - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_AUTH - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_BEGIN_ATOMIC - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_BLOCKED - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_CHECKRESERVEDLOCK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_CLOSE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_COMMIT_ATOMIC - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_CONVPATH - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_CORRUPTFS - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_DATA - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_DELETE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_DELETE_NOENT - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_DIR_CLOSE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_DIR_FSYNC - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_FSTAT - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_FSYNC - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_GETTEMPPATH - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_LOCK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_MMAP - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_NOMEM - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_RDLOCK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_READ - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_ROLLBACK_ATOMIC - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_SEEK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_SHMLOCK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_SHMMAP - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_SHMOPEN - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_SHMSIZE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_SHORT_READ - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_TRUNCATE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_UNLOCK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_VNODE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_IOERR_WRITE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_LIMIT_ATTACHED - io.roastedroot.sqlite4j.SQLiteLimits
 
SQLITE_LIMIT_COLUMN - io.roastedroot.sqlite4j.SQLiteLimits
 
SQLITE_LIMIT_COMPOUND_SELECT - io.roastedroot.sqlite4j.SQLiteLimits
 
SQLITE_LIMIT_EXPR_DEPTH - io.roastedroot.sqlite4j.SQLiteLimits
 
SQLITE_LIMIT_FUNCTION_ARG - io.roastedroot.sqlite4j.SQLiteLimits
 
SQLITE_LIMIT_LENGTH - io.roastedroot.sqlite4j.SQLiteLimits
 
SQLITE_LIMIT_LIKE_PATTERN_LENGTH - io.roastedroot.sqlite4j.SQLiteLimits
 
SQLITE_LIMIT_PAGE_COUNT - io.roastedroot.sqlite4j.SQLiteLimits
 
SQLITE_LIMIT_SQL_LENGTH - io.roastedroot.sqlite4j.SQLiteLimits
 
SQLITE_LIMIT_TRIGGER_DEPTH - io.roastedroot.sqlite4j.SQLiteLimits
 
SQLITE_LIMIT_VARIABLE_NUMBER - io.roastedroot.sqlite4j.SQLiteLimits
 
SQLITE_LIMIT_VDBE_OP - io.roastedroot.sqlite4j.SQLiteLimits
 
SQLITE_LIMIT_WORKER_THREADS - io.roastedroot.sqlite4j.SQLiteLimits
 
SQLITE_LOCKED - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_LOCKED - Static variable in interface io.roastedroot.sqlite4j.core.Codes
A table in the database is locked
SQLITE_LOCKED_SHAREDCACHE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_LOCKED_VTAB - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_MISMATCH - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_MISMATCH - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Data type mismatch
SQLITE_MISUSE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_MISUSE - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Library used incorrectly
SQLITE_NOLFS - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_NOLFS - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Uses OS features not supported on host
SQLITE_NOMEM - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_NOMEM - Static variable in interface io.roastedroot.sqlite4j.core.Codes
A malloc() failed
SQLITE_NOTADB - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_NOTFOUND - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_NOTFOUND - Static variable in interface io.roastedroot.sqlite4j.core.Codes
(Internal Only) Table or record not found
SQLITE_NOTICE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_NOTICE_RECOVER_ROLLBACK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_NOTICE_RECOVER_WAL - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_NULL - Static variable in interface io.roastedroot.sqlite4j.core.Codes
 
SQLITE_OK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_OK - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Successful result
SQLITE_OK_LOAD_PERMANENTLY - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_PERM - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_PERM - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Access permission denied
SQLITE_PROTOCOL - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_PROTOCOL - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Database lock protocol error
SQLITE_RANGE - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_READONLY - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_READONLY - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Attempt to write a readonly database
SQLITE_READONLY_CANTINIT - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_READONLY_CANTLOCK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_READONLY_DBMOVED - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_READONLY_DIRECTORY - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_READONLY_RECOVERY - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_READONLY_ROLLBACK - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_ROW - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_ROW - Static variable in interface io.roastedroot.sqlite4j.core.Codes
sqlite_step() has another row ready
SQLITE_SCHEMA - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_SCHEMA - Static variable in interface io.roastedroot.sqlite4j.core.Codes
The database schema changed
SQLITE_SERIALIZE_NOCOPY - Static variable in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
SQLITE_TEXT - Static variable in interface io.roastedroot.sqlite4j.core.Codes
 
SQLITE_TOOBIG - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_TOOBIG - Static variable in interface io.roastedroot.sqlite4j.core.Codes
Too much data for one row of a table
SQLITE_UTF16 - Static variable in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
SQLITE_UTF8 - Static variable in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
SQLITE_WARNING - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLITE_WARNING_AUTOINDEX - io.roastedroot.sqlite4j.SQLiteErrorCode
 
SQLiteCommitListener - Interface in io.roastedroot.sqlite4j
https://www.sqlite.org/c3ref/commit_hook.html
SQLiteConfig - Class in io.roastedroot.sqlite4j
SQLite Configuration
SQLiteConfig() - Constructor for class io.roastedroot.sqlite4j.SQLiteConfig
Default constructor.
SQLiteConfig(Properties) - Constructor for class io.roastedroot.sqlite4j.SQLiteConfig
Creates an SQLite configuration object using values from the given property object.
SQLiteConfig.DateClass - Enum in io.roastedroot.sqlite4j
 
SQLiteConfig.DatePrecision - Enum in io.roastedroot.sqlite4j
 
SQLiteConfig.Encoding - Enum in io.roastedroot.sqlite4j
 
SQLiteConfig.HexKeyMode - Enum in io.roastedroot.sqlite4j
 
SQLiteConfig.JournalMode - Enum in io.roastedroot.sqlite4j
 
SQLiteConfig.LockingMode - Enum in io.roastedroot.sqlite4j
 
SQLiteConfig.Pragma - Enum in io.roastedroot.sqlite4j
 
SQLiteConfig.SynchronousMode - Enum in io.roastedroot.sqlite4j
 
SQLiteConfig.TempStore - Enum in io.roastedroot.sqlite4j
 
SQLiteConfig.TransactionMode - Enum in io.roastedroot.sqlite4j
 
SQLiteConnection - Class in io.roastedroot.sqlite4j
 
SQLiteConnection(DB) - Constructor for class io.roastedroot.sqlite4j.SQLiteConnection
Connection constructor for reusing an existing DB handle
SQLiteConnection(String, String) - Constructor for class io.roastedroot.sqlite4j.SQLiteConnection
Constructor to create a connection to a database at the given location.
SQLiteConnection(String, String, Properties) - Constructor for class io.roastedroot.sqlite4j.SQLiteConnection
Constructor to create a pre-configured connection to a database at the given location.
SQLiteConnectionConfig - Class in io.roastedroot.sqlite4j
Connection local configurations
SQLiteConnectionConfig(SQLiteConfig.DateClass, SQLiteConfig.DatePrecision, String, int, SQLiteConfig.TransactionMode, boolean, boolean) - Constructor for class io.roastedroot.sqlite4j.SQLiteConnectionConfig
 
SQLiteConnectionPoolDataSource - Class in io.roastedroot.sqlite4j.javax
 
SQLiteConnectionPoolDataSource() - Constructor for class io.roastedroot.sqlite4j.javax.SQLiteConnectionPoolDataSource
Default constructor.
SQLiteConnectionPoolDataSource(SQLiteConfig) - Constructor for class io.roastedroot.sqlite4j.javax.SQLiteConnectionPoolDataSource
Creates a data source based on the provided configuration.
SQLiteDataSource - Class in io.roastedroot.sqlite4j
Provides DataSource API for configuring SQLite database connection
SQLiteDataSource() - Constructor for class io.roastedroot.sqlite4j.SQLiteDataSource
Default constructor.
SQLiteDataSource(SQLiteConfig) - Constructor for class io.roastedroot.sqlite4j.SQLiteDataSource
Creates a data source based on the provided configuration.
SQLiteErrorCode - Enum in io.roastedroot.sqlite4j
SQLite3 error code
SQLiteException - Exception in io.roastedroot.sqlite4j
 
SQLiteException(String, SQLiteErrorCode) - Constructor for exception io.roastedroot.sqlite4j.SQLiteException
 
SQLiteJDBCLoader - Class in io.roastedroot.sqlite4j
 
SQLiteJDBCLoader() - Constructor for class io.roastedroot.sqlite4j.SQLiteJDBCLoader
 
SQLiteLimits - Enum in io.roastedroot.sqlite4j
 
SQLiteOpenMode - Enum in io.roastedroot.sqlite4j
Database file open modes of SQLite.
SQLitePooledConnection - Class in io.roastedroot.sqlite4j.javax
 
SQLitePooledConnection(SQLiteConnection) - Constructor for class io.roastedroot.sqlite4j.javax.SQLitePooledConnection
Constructor.
SQLiteUpdateListener - Interface in io.roastedroot.sqlite4j
https://www.sqlite.org/c3ref/update_hook.html
SQLiteUpdateListener.Type - Enum in io.roastedroot.sqlite4j
 
srcDB - Variable in class io.roastedroot.sqlite4j.ExtendedCommand.BackupCommand
 
srcFile - Variable in class io.roastedroot.sqlite4j.ExtendedCommand.RestoreCommand
 
SSE - io.roastedroot.sqlite4j.SQLiteConfig.HexKeyMode
 
step(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
step(long) - Method in class io.roastedroot.sqlite4j.core.DB
Evaluates a statement.
step(long) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
stmt - Variable in class io.roastedroot.sqlite4j.core.CoreResultSet
 
storesLowerCaseIdentifiers() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
StringUtils - Class in io.roastedroot.sqlite4j.util
 
StringUtils() - Constructor for class io.roastedroot.sqlite4j.util.StringUtils
 
SUBJOURNAL - io.roastedroot.sqlite4j.SQLiteOpenMode
 
supportsAlterTableWithAddColumn() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsANSI92FullSQL() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsBatchUpdates() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsColumnAliasing() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsConvert() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsConvert(int, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsFullOuterJoins() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsGroupBy() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsGroupByUnrelated() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsLikeEscapeClause() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsMultipleOpenResults() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsMultipleResultSets() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsMultipleTransactions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsNamedParameters() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsNonNullableColumns() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsOrderByUnrelated() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsOuterJoins() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsPositionedDelete() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsPositionedUpdate() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsResultSetType(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsSavepoints() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsSelectForUpdate() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsStatementPooling() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4DatabaseMetaData
 
supportsStoredProcedures() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsSubqueriesInExists() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsSubqueriesInIns() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsTableCorrelationNames() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsTransactions() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsUnion() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
supportsUnionAll() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
SYNCHRONOUS - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 

T

targetDB - Variable in class io.roastedroot.sqlite4j.ExtendedCommand.RestoreCommand
 
TEMP_DB - io.roastedroot.sqlite4j.SQLiteOpenMode
 
TEMP_JOURNAL - io.roastedroot.sqlite4j.SQLiteOpenMode
 
TEMP_STORE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
TEMP_STORE_DIRECTORY - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
TEXT - io.roastedroot.sqlite4j.SQLiteConfig.DateClass
 
throwex(int) - Method in class io.roastedroot.sqlite4j.core.DB
Throws SQLException with error code.
toHostFunctions() - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
toProperties() - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Convert this configuration into a Properties object, which can be passed to the DriverManager.getConnection(String, Properties).
toString() - Method in class io.roastedroot.sqlite4j.date.FastDateFormat
Gets a debugging string version of this formatter.
toString() - Method in class io.roastedroot.sqlite4j.date.FastDateParser
Get a string version of this formatter.
toString() - Method in class io.roastedroot.sqlite4j.date.FastDatePrinter
Gets a debugging string version of this formatter.
toString() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4PreparedStatement
 
toString() - Method in enum io.roastedroot.sqlite4j.SQLiteErrorCode
 
total_changes() - Method in class io.roastedroot.sqlite4j.core.DB
 
total_changes() - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
totalChanges(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
trace(Supplier<String>) - Method in interface io.roastedroot.sqlite4j.util.Logger
 
TRANSACTION_MODE - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
transactionPrefix() - Method in class io.roastedroot.sqlite4j.SQLiteConnection
 
TRANSIENT_DB - io.roastedroot.sqlite4j.SQLiteOpenMode
 
TRUNCATE - io.roastedroot.sqlite4j.SQLiteConfig.JournalMode
 
tryEnforceTransactionMode() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Connection
This will try to enforce the transaction mode if SQLiteConfig#isExplicitReadOnly is true and auto commit is disabled.
TYPE_FLOAT - Static variable in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
TYPE_INTEGER - Static variable in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
TYPE_VARCHAR - Static variable in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
typeName - Variable in enum io.roastedroot.sqlite4j.SQLiteConfig.Encoding
 

U

UDFStore - Class in io.roastedroot.sqlite4j.core.wasm
 
UDFStore() - Constructor for class io.roastedroot.sqlite4j.core.wasm.UDFStore
 
UNKNOWN_ERROR - io.roastedroot.sqlite4j.SQLiteErrorCode
 
unsupported() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3PreparedStatement
 
unsupported() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
unsupported() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
unwrap(Class<T>) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Connection
 
unwrap(Class<T>) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4DatabaseMetaData
 
unwrap(Class<T>) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
unwrap(Class<T>) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4Statement
 
unwrap(Class<T>) - Method in class io.roastedroot.sqlite4j.SQLiteDataSource
Casts this object to the given class.
UPDATE - io.roastedroot.sqlite4j.SQLiteUpdateListener.Type
 
updateArray(int, Array) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateArray(String, Array) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateAsciiStream(int, InputStream) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateAsciiStream(String, InputStream) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBinaryStream(int, InputStream) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBinaryStream(String, InputStream) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBlob(int, InputStream) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBlob(int, InputStream, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBlob(int, Blob) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBlob(String, InputStream) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBlob(String, InputStream, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBlob(String, Blob) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBoolean(int, boolean) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBoolean(String, boolean) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateByte(int, byte) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateByte(String, byte) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBytes(int, byte[]) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateBytes(String, byte[]) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateCharacterStream(int, Reader) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateCharacterStream(int, Reader, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateCharacterStream(int, Reader, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateCharacterStream(String, Reader) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateCharacterStream(String, Reader, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateCharacterStream(String, Reader, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateClob(int, Reader) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateClob(int, Reader, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateClob(int, Clob) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateClob(String, Reader) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateClob(String, Reader, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateClob(String, Clob) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateCount - Variable in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 
updateDate(int, Date) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateDate(String, Date) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateDouble(int, double) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateDouble(String, double) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateFloat(int, float) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateFloat(String, float) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateGeneratedKeys() - Method in class io.roastedroot.sqlite4j.core.CoreStatement
SQLite's last_insert_rowid() function is DB-specific.
updateHook(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
updateInt(int, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateInt(String, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateListeners - Variable in class io.roastedroot.sqlite4j.core.DB
 
updateLong(int, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateLong(String, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNCharacterStream(int, Reader) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNCharacterStream(String, Reader) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNClob(int, Reader) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNClob(int, Reader, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNClob(int, NClob) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNClob(String, Reader) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNClob(String, Reader, long) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNClob(String, NClob) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNString(int, String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNString(String, String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNull(int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateNull(String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateObject(int, Object) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateObject(int, Object, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateObject(String, Object) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateObject(String, Object, int) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateRef(int, Ref) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateRef(String, Ref) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateRow() - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateRowId(int, RowId) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateRowId(String, RowId) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updatesAreDetected(int) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
updateShort(int, short) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateShort(String, short) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateSQLXML(int, SQLXML) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateSQLXML(String, SQLXML) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateString(int, String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateString(String, String) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateTime(int, Time) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateTime(String, Time) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateTimestamp(int, Timestamp) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
updateTimestamp(String, Timestamp) - Method in class io.roastedroot.sqlite4j.jdbc4.JDBC4ResultSet
 
useLegacyFileFormat(boolean) - Method in class io.roastedroot.sqlite4j.SQLiteConfig
Sets the value of the legacy_file_format flag.
USER_VERSION - io.roastedroot.sqlite4j.SQLiteConfig.Pragma
 
userData(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
usesLocalFilePerTable() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
usesLocalFiles() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3DatabaseMetaData
 
UTF_16 - io.roastedroot.sqlite4j.SQLiteConfig.Encoding
 
UTF_16BE - io.roastedroot.sqlite4j.SQLiteConfig.Encoding
 
UTF_16LE - io.roastedroot.sqlite4j.SQLiteConfig.Encoding
 
UTF_8 - io.roastedroot.sqlite4j.SQLiteConfig.Encoding
 
UTF16 - io.roastedroot.sqlite4j.SQLiteConfig.Encoding
 
UTF16_BIG_ENDIAN - io.roastedroot.sqlite4j.SQLiteConfig.Encoding
 
UTF16_LITTLE_ENDIAN - io.roastedroot.sqlite4j.SQLiteConfig.Encoding
 
UTF8 - io.roastedroot.sqlite4j.SQLiteConfig.Encoding
 

V

value_blob(int) - Method in class io.roastedroot.sqlite4j.Function
Called by xFunc to access the value of an argument.
value_blob(Function, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
value_blob(Function, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
value_double(int) - Method in class io.roastedroot.sqlite4j.Function
Called by xFunc to access the value of an argument.
value_double(Function, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
value_double(Function, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
value_int(int) - Method in class io.roastedroot.sqlite4j.Function
Called by xFunc to access the value of an argument.
value_int(Function, int) - Method in class io.roastedroot.sqlite4j.core.DB
Accesses the parameter values on the function or aggregate in int data type with the function object and the parameter value.
value_int(Function, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
value_long(int) - Method in class io.roastedroot.sqlite4j.Function
Called by xFunc to access the value of an argument.
value_long(Function, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
value_long(Function, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
value_text(int) - Method in class io.roastedroot.sqlite4j.Function
Called by xFunc to access the value of an argument.
value_text(Function, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
value_text(Function, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
value_type(int) - Method in class io.roastedroot.sqlite4j.Function
Called by xFunc to access the value of an argument.
value_type(Function, int) - Method in class io.roastedroot.sqlite4j.core.DB
 
value_type(Function, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
valueBlob(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
valueBytes(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
valueDouble(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
valueInt(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
valueLong(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.DateClass
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.DatePrecision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.Encoding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.HexKeyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.JournalMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.LockingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.Pragma
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.SynchronousMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.TempStore
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.TransactionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteLimits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteOpenMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.roastedroot.sqlite4j.SQLiteUpdateListener.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.DateClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.DatePrecision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.Encoding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.HexKeyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.JournalMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.LockingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.Pragma
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.SynchronousMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.TempStore
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteConfig.TransactionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteLimits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteOpenMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.roastedroot.sqlite4j.SQLiteUpdateListener.Type
Returns an array containing the constants of this enum type, in the order they are declared.
valuesQuery(List<String>, List<List<Object>>) - Static method in class io.roastedroot.sqlite4j.util.QueryUtils
Build a SQLite query using the VALUES clause to return arbitrary values.
valueText(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
valueType(int) - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
version() - Method in class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
version() - Static method in class io.roastedroot.sqlite4j.core.WasmDB
 

W

WAL - io.roastedroot.sqlite4j.SQLiteConfig.JournalMode
 
warn(Supplier<String>) - Method in interface io.roastedroot.sqlite4j.util.Logger
 
WasmDB - Class in io.roastedroot.sqlite4j.core
 
WasmDB(FileSystem, String, String, SQLiteConfig, boolean) - Constructor for class io.roastedroot.sqlite4j.core.WasmDB
 
WasmDBExports - Class in io.roastedroot.sqlite4j.core.wasm
 
WasmDBExports(Instance) - Constructor for class io.roastedroot.sqlite4j.core.wasm.WasmDBExports
 
WasmDBExports.StringPtrSize - Class in io.roastedroot.sqlite4j.core.wasm
 
WasmDBImports - Interface in io.roastedroot.sqlite4j.core.wasm
 
wasNull() - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3ResultSet
 
Window() - Constructor for class io.roastedroot.sqlite4j.Function.Window
 
withConnectionTimeout(JDBC3Statement.SQLCallable<T>) - Method in class io.roastedroot.sqlite4j.jdbc3.JDBC3Statement
 

X

xBusy(int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 
xBusy(int, int) - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
xBusy(int, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
xCommit(int) - Method in class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 
xCommit(int) - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
xCommit(int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
xCompare(int, int, int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 
xCompare(int, int, int, int, int) - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
xCompare(int, int, int, int, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
xCompare(String, String) - Method in class io.roastedroot.sqlite4j.Collation
Called by SQLite as a custom collation to compare two strings.
xDestroy(int) - Method in class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 
xDestroy(int) - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
xDestroy(int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
xDestroyCollation(int) - Method in class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 
xDestroyCollation(int) - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
xDestroyCollation(int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
xFinal() - Method in class io.roastedroot.sqlite4j.Function.Aggregate
Defines the abstract aggregate callback function
xFinal(int) - Method in class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 
xFinal(int) - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
xFinal(int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
xFunc() - Method in class io.roastedroot.sqlite4j.Function.Aggregate
 
xFunc() - Method in class io.roastedroot.sqlite4j.Function
Called by SQLite as a custom function.
xFunc(int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 
xFunc(int, int, int) - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
xFunc(int, int, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
xInverse() - Method in class io.roastedroot.sqlite4j.Function.Window
Defines the abstract window callback function
xInverse(int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 
xInverse(int, int, int) - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
xInverse(int, int, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
xProgress(int) - Method in class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 
xProgress(int) - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
xProgress(int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
xRollback(int) - Method in class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 
xRollback(int) - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
xRollback(int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
xStep() - Method in class io.roastedroot.sqlite4j.Function.Aggregate
Defines the abstract aggregate callback function
xStep(int, int, int) - Method in class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 
xStep(int, int, int) - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
xStep(int, int, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
xUpdate(int, int, int, int, long) - Method in class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 
xUpdate(int, int, int, int, long) - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
xUpdate(int, int, int, int, long) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
xValue() - Method in class io.roastedroot.sqlite4j.Function.Window
Defines the abstract window callback function
xValue(int) - Method in class io.roastedroot.sqlite4j.core.wasm.DummyWasmDBImports
 
xValue(int) - Method in interface io.roastedroot.sqlite4j.core.wasm.WasmDBImports
 
xValue(int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 

_

_close() - Method in class io.roastedroot.sqlite4j.core.DB
Closes the SQLite interface to a database.
_close() - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
_exec(String) - Method in class io.roastedroot.sqlite4j.core.DB
Complies, evaluates, executes and commits an SQL statement.
_exec(String) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
_open(String, int) - Method in class io.roastedroot.sqlite4j.core.DB
Creates an SQLite interface to a database with the provided open flags.
_open(String, int) - Method in class io.roastedroot.sqlite4j.core.WasmDB
 
A B C D E F G H I J L M N O P Q R S T U V W X _ 
All Classes All Packages