- cancel() - Method in class org.sqlite.jdbc3.JDBC3Statement
-
- cancelRowUpdates() - Method in class org.sqlite.jdbc4.JDBC4ResultSet
-
- changes() - Method in class org.sqlite.core.DB
-
- changes() - Method in class org.sqlite.core.NativeDB
-
- checkCalendar(Calendar) - Method in class org.sqlite.jdbc3.JDBC3ResultSet
-
- checkCol(int) - Method in class org.sqlite.core.CoreResultSet
-
Takes col in [1,x] form, returns in [0,x-1] form
- checkCursor(int, int, int) - Method in class org.sqlite.core.CoreConnection
-
Checks whether the type, concurrency, and holdability settings for a
ResultSet
are supported by the SQLite interface.
- checkMeta() - Method in class org.sqlite.core.CoreResultSet
-
- checkOpen() - Method in class org.sqlite.core.CoreConnection
-
Whether an SQLite library interface to the database has been established.
- checkOpen() - Method in class org.sqlite.core.CoreDatabaseMetaData
-
- checkOpen() - Method in class org.sqlite.core.CoreResultSet
-
- checkOpen() - Method in class org.sqlite.core.CoreStatement
-
- checkParameters() - Method in class org.sqlite.core.CorePreparedStatement
-
Checks if values are bound to statement parameters.
- choices - Variable in enum org.sqlite.SQLiteConfig.Pragma
-
- clear_bindings(long) - Method in class org.sqlite.core.DB
-
Reset all bindings on a prepared statement (reset all host parameters to NULL).
- clear_bindings(long) - Method in class org.sqlite.core.NativeDB
-
- clearBatch() - Method in class org.sqlite.jdbc3.JDBC3Statement
-
- clearParameters() - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- clearWarnings() - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- clearWarnings() - Method in class org.sqlite.jdbc3.JDBC3ResultSet
-
- clearWarnings() - Method in class org.sqlite.jdbc3.JDBC3Statement
-
- clone() - Method in class org.sqlite.Function.Aggregate
-
- close() - Method in class org.sqlite.core.CoreConnection
-
- close() - Method in class org.sqlite.core.CoreDatabaseMetaData
-
- close() - Method in class org.sqlite.core.CoreResultSet
-
- close() - Method in class org.sqlite.core.DB
-
Closes a database connection and finalizes any remaining statements before
the closing operation.
- close() - Method in class org.sqlite.javax.SQLitePooledConnection
-
- close() - Method in class org.sqlite.jdbc3.JDBC3Statement
-
- closeOnCompletion() - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- closeOnCompletion() - Method in class org.sqlite.jdbc4.JDBC4Statement
-
- closeStmt - Variable in class org.sqlite.core.CoreResultSet
-
- code - Variable in enum org.sqlite.SQLiteErrorCode
-
- Codes - Interface in org.sqlite.core
-
- cols - Variable in class org.sqlite.core.CoreResultSet
-
- colsMeta - Variable in class org.sqlite.core.CoreResultSet
-
- column_blob(long, int) - Method in class org.sqlite.core.DB
-
- column_blob(long, int) - Method in class org.sqlite.core.NativeDB
-
- column_count(long) - Method in class org.sqlite.core.DB
-
- column_count(long) - Method in class org.sqlite.core.NativeDB
-
- column_decltype(long, int) - Method in class org.sqlite.core.DB
-
- column_decltype(long, int) - Method in class org.sqlite.core.NativeDB
-
- column_double(long, int) - Method in class org.sqlite.core.DB
-
- column_double(long, int) - Method in class org.sqlite.core.NativeDB
-
- column_int(long, int) - Method in class org.sqlite.core.DB
-
- column_int(long, int) - Method in class org.sqlite.core.NativeDB
-
- column_long(long, int) - Method in class org.sqlite.core.DB
-
- column_long(long, int) - Method in class org.sqlite.core.NativeDB
-
- column_name(long, int) - Method in class org.sqlite.core.DB
-
- column_name(long, int) - Method in class org.sqlite.core.NativeDB
-
- column_names(long) - Method in class org.sqlite.core.DB
-
Returns an array of column names in the result set of the SELECT statement.
- COLUMN_PRECISION - Static variable in class org.sqlite.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 org.sqlite.core.DB
-
- column_table_name(long, int) - Method in class org.sqlite.core.NativeDB
-
- column_text(long, int) - Method in class org.sqlite.core.DB
-
- column_text(long, int) - Method in class org.sqlite.core.NativeDB
-
- column_type(long, int) - Method in class org.sqlite.core.DB
-
- column_type(long, int) - Method in class org.sqlite.core.NativeDB
-
- COLUMN_TYPECAST - Static variable in class org.sqlite.jdbc3.JDBC3ResultSet
-
Pattern used to extract the column type name from a cast(col as type)
- COLUMN_TYPENAME - Static variable in class org.sqlite.jdbc3.JDBC3ResultSet
-
Pattern used to extract the column type name from table column definition.
- columnCount - Variable in class org.sqlite.core.CorePreparedStatement
-
- commit() - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- conn - Variable in class org.sqlite.core.CoreDatabaseMetaData
-
- conn - Variable in class org.sqlite.core.CoreStatement
-
- connect(String, Properties) - Method in class org.sqlite.JDBC
-
- CoreConnection - Class in org.sqlite.core
-
- CoreConnection(String, String, Properties) - Constructor for class org.sqlite.core.CoreConnection
-
- CoreDatabaseMetaData - Class in org.sqlite.core
-
- CoreDatabaseMetaData(SQLiteConnection) - Constructor for class org.sqlite.core.CoreDatabaseMetaData
-
Constructor that applies the Connection object.
- CoreDatabaseMetaData.PrimaryKeyFinder - Class in org.sqlite.core
-
Parses the sqlite_master table for a table's primary key
- CorePreparedStatement - Class in org.sqlite.core
-
- CorePreparedStatement(SQLiteConnection, String) - Constructor for class org.sqlite.core.CorePreparedStatement
-
Constructs a prepared statement on a provided connection.
- CoreResultSet - Class in org.sqlite.core
-
Implements a JDBC ResultSet.
- CoreResultSet(CoreStatement) - Constructor for class org.sqlite.core.CoreResultSet
-
Default constructor for a given statement.
- CoreStatement - Class in org.sqlite.core
-
- CoreStatement(SQLiteConnection) - Constructor for class org.sqlite.core.CoreStatement
-
- create(Connection, String, Function) - Static method in class org.sqlite.Function
-
Registers a given function with the connection.
- create_function(String, Function) - Method in class org.sqlite.core.DB
-
Create a user defined function with given function name and the function object.
- create_function(String, Function) - Method in class org.sqlite.core.NativeDB
-
- createArrayOf(String, Object[]) - Method in class org.sqlite.jdbc4.JDBC4Connection
-
- createBlob() - Method in class org.sqlite.jdbc4.JDBC4Connection
-
- createClob() - Method in class org.sqlite.jdbc4.JDBC4Connection
-
- createConnection(String, Properties) - Static method in class org.sqlite.JDBC
-
Creates a new database connection to a given URL.
- createConnection(String) - Method in class org.sqlite.SQLiteConfig
-
Create a new JDBC connection using the current configuration
- createNClob() - Method in class org.sqlite.jdbc4.JDBC4Connection
-
- createSQLXML() - Method in class org.sqlite.jdbc4.JDBC4Connection
-
- createStatement() - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- createStatement(int, int) - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- createStatement(int, int, int) - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- createStatement(int, int, int) - Method in class org.sqlite.jdbc4.JDBC4Connection
-
- createStruct(String, Object[]) - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- createStruct(String, Object[]) - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
Not implemented yet.
- refCount - Variable in class org.sqlite.core.CoreDatabaseMetaData
-
Reference count.
- refreshRow() - Method in class org.sqlite.jdbc4.JDBC4ResultSet
-
- relative(int) - Method in class org.sqlite.jdbc4.JDBC4ResultSet
-
- releaseSavepoint(Savepoint) - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- removeConnectionEventListener(ConnectionEventListener) - Method in class org.sqlite.javax.SQLitePooledConnection
-
- removeQuotation(String) - Static method in class org.sqlite.ExtendedCommand
-
Remove the quotation mark from string.
- removeStatementEventListener(StatementEventListener) - Method in class org.sqlite.jdbc4.JDBC4PooledConnection
-
- reset(long) - Method in class org.sqlite.core.DB
-
Sets a prepared statement object back to its initial state,
ready to be re-executed.
- reset(long) - Method in class org.sqlite.core.NativeDB
-
- resetOpenMode(SQLiteOpenMode) - Method in class org.sqlite.SQLiteConfig
-
Re-sets the open mode flags.
- ResourceFinder - Class in org.sqlite.util
-
Resource address finder for files inside the jar file
- ResourceFinder() - Constructor for class org.sqlite.util.ResourceFinder
-
- restore(String, String, DB.ProgressObserver) - Method in class org.sqlite.core.DB
-
- restore(String, String, DB.ProgressObserver) - Method in class org.sqlite.core.NativeDB
-
- RestoreCommand(String, String) - Constructor for class org.sqlite.ExtendedCommand.RestoreCommand
-
Constructs a RestoreCommand instance that restores the database from a given source file.
- result(byte[]) - Method in class org.sqlite.Function
-
Called by xFunc to return a value.
- result(double) - Method in class org.sqlite.Function
-
Called by xFunc to return a value.
- result(int) - Method in class org.sqlite.Function
-
Called by xFunc to return a value.
- result(long) - Method in class org.sqlite.Function
-
Called by xFunc to return a value.
- result() - Method in class org.sqlite.Function
-
Called by xFunc to return a value.
- result(String) - Method in class org.sqlite.Function
-
Called by xFunc to return a value.
- result_blob(long, byte[]) - Method in class org.sqlite.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 org.sqlite.core.NativeDB
-
- result_double(long, double) - Method in class org.sqlite.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 org.sqlite.core.NativeDB
-
- result_error(long, String) - Method in class org.sqlite.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 org.sqlite.core.NativeDB
-
- result_int(long, int) - Method in class org.sqlite.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 org.sqlite.core.NativeDB
-
- result_long(long, long) - Method in class org.sqlite.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 org.sqlite.core.NativeDB
-
- result_null(long) - Method in class org.sqlite.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 org.sqlite.core.NativeDB
-
- result_text(long, String) - Method in class org.sqlite.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 org.sqlite.core.NativeDB
-
- resultsWaiting - Variable in class org.sqlite.core.CoreStatement
-
- rollback() - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- rollback(Savepoint) - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- row - Variable in class org.sqlite.core.CoreResultSet
-
- rowDeleted() - Method in class org.sqlite.jdbc3.JDBC3ResultSet
-
- rowInserted() - Method in class org.sqlite.jdbc3.JDBC3ResultSet
-
- rowUpdated() - Method in class org.sqlite.jdbc3.JDBC3ResultSet
-
- rs - Variable in class org.sqlite.core.CoreStatement
-
- setArray(int, Array) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setAsciiStream(int, InputStream, int) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setAsciiStream(int, InputStream, long) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setAsciiStream(int, InputStream) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setAutoCommit(boolean) - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- setBigDecimal(int, BigDecimal) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setBinaryStream(int, InputStream, int) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setBinaryStream(int, InputStream, long) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setBinaryStream(int, InputStream) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setBlob(int, Blob) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setBlob(int, InputStream, long) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setBlob(int, InputStream) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setBoolean(int, boolean) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setBusyTimeout(int) - Method in class org.sqlite.core.CoreConnection
-
Sets the timeout value for the connection.
- setBusyTimeout(String) - Method in class org.sqlite.SQLiteConfig
-
- setByte(int, byte) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setBytes(int, byte[]) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setCacheSize(int) - Method in class org.sqlite.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 org.sqlite.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 org.sqlite.SQLiteDataSource
-
Enables or disables case sensitivity for the built-in LIKE operator.
- setCatalog(String) - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- setCharacterStream(int, Reader, int) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setCharacterStream(int, Reader, long) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setCharacterStream(int, Reader) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setClientInfo(String, String) - Method in class org.sqlite.jdbc4.JDBC4Connection
-
- setClientInfo(Properties) - Method in class org.sqlite.jdbc4.JDBC4Connection
-
- setClob(int, Clob) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setClob(int, Reader, long) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setClob(int, Reader) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setConfig(SQLiteConfig) - Method in class org.sqlite.SQLiteDataSource
-
Sets a data source's configuration.
- setCouncChanges(boolean) - Method in class org.sqlite.SQLiteDataSource
-
Enables or disables the count-changes flag.
- setCursorName(String) - Method in class org.sqlite.jdbc3.JDBC3Statement
-
- setDatabaseName(String) - Method in class org.sqlite.SQLiteDataSource
-
Sets the database name.
- setDate(int, Date) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setDate(int, Date, Calendar) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setDateByMilliseconds(int, Long) - Method in class org.sqlite.core.CorePreparedStatement
-
Store the date in the user's preferred format (text, int, or real)
- setDateClass(String) - Method in class org.sqlite.SQLiteConfig
-
- setDatePrecision(String) - Method in class org.sqlite.SQLiteConfig
-
- setDateStringFormat(String) - Method in class org.sqlite.SQLiteConfig
-
- setDefaultCacheSize(int) - Method in class org.sqlite.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 org.sqlite.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 org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setEncoding(SQLiteConfig.Encoding) - Method in class org.sqlite.SQLiteConfig
-
Sets the text encoding used by the main database.
- setEncoding(String) - Method in class org.sqlite.SQLiteDataSource
-
Sets the text encoding used by the main database.
- setEnforceForeinKeys(boolean) - Method in class org.sqlite.SQLiteDataSource
-
Enables or disables the enforcement of foreign key constraints.
- setEscapeProcessing(boolean) - Method in class org.sqlite.jdbc3.JDBC3Statement
-
- setFetchDirection(int) - Method in class org.sqlite.jdbc3.JDBC3ResultSet
-
- setFetchDirection(int) - Method in class org.sqlite.jdbc3.JDBC3Statement
-
- setFetchSize(int) - Method in class org.sqlite.jdbc3.JDBC3ResultSet
-
- setFetchSize(int) - Method in class org.sqlite.jdbc3.JDBC3Statement
-
- setFloat(int, float) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setFullColumnNames(boolean) - Method in class org.sqlite.SQLiteDataSource
-
Enables or disables the full_column_names flag.
- setFullSync(boolean) - Method in class org.sqlite.SQLiteDataSource
-
Enables or disables the fullfsync flag.
- setHoldability(int) - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- setIncrementalVacuum(int) - Method in class org.sqlite.SQLiteDataSource
-
- setInt(int, int) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setJounalSizeLimit(int) - Method in class org.sqlite.SQLiteConfig
-
Sets the journal_size_limit.
- setJournalMode(SQLiteConfig.JournalMode) - Method in class org.sqlite.SQLiteConfig
-
Sets the journal mode for databases associated with the current database
connection.
- setJournalMode(String) - Method in class org.sqlite.SQLiteDataSource
-
Sets the journal mode for databases associated with the current database
connection.
- setJournalSizeLimit(int) - Method in class org.sqlite.SQLiteDataSource
-
Sets the limit of the size of rollback-journal and WAL files left in the
file-system after transactions or checkpoints.
- setLegacyFileFormat(boolean) - Method in class org.sqlite.SQLiteDataSource
-
Set the value of the legacy_file_format flag.
- setLoadExtension(boolean) - Method in class org.sqlite.SQLiteDataSource
-
Enables or disables extension loading.
- setLockingMode(SQLiteConfig.LockingMode) - Method in class org.sqlite.SQLiteConfig
-
Sets the database connection locking-mode.
- setLockingMode(String) - Method in class org.sqlite.SQLiteDataSource
-
Sets the database connection locking-mode.
- setLoginTimeout(int) - Method in class org.sqlite.SQLiteDataSource
-
- setLogWriter(PrintWriter) - Method in class org.sqlite.SQLiteDataSource
-
- setLong(int, long) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setMaxFieldSize(int) - Method in class org.sqlite.jdbc3.JDBC3Statement
-
- setMaxPageCount(int) - Method in class org.sqlite.SQLiteConfig
-
Sets the maximum number of pages in the database file.
- setMaxPageCount(int) - Method in class org.sqlite.SQLiteDataSource
-
Set the maximum number of pages in the database file.
- setMaxRows(int) - Method in class org.sqlite.jdbc3.JDBC3Statement
-
- setNCharacterStream(int, Reader, long) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setNCharacterStream(int, Reader) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setNClob(int, NClob) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setNClob(int, Reader, long) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setNClob(int, Reader) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setNetworkTimeout(Executor, int) - Method in class org.sqlite.SQLiteConnection
-
- setNString(int, String) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setNull(int, int) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setNull(int, int, String) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setObject(int, Object) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setObject(int, Object, int) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setObject(int, Object, int, int) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setOpenMode(SQLiteOpenMode) - Method in class org.sqlite.SQLiteConfig
-
Sets the open mode flags.
- setPageSize(int) - Method in class org.sqlite.SQLiteConfig
-
Sets the page size of the database.
- setPageSize(int) - Method in class org.sqlite.SQLiteDataSource
-
Set the page size of the database.
- setPoolable(boolean) - Method in class org.sqlite.jdbc4.JDBC4Statement
-
- setPragma(SQLiteConfig.Pragma, String) - Method in class org.sqlite.SQLiteConfig
-
Sets a pragma's value.
- setQueryTimeout(int) - Method in class org.sqlite.jdbc3.JDBC3Statement
-
- setReadOnly(boolean) - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- setReadOnly(boolean) - Method in class org.sqlite.SQLiteConfig
-
Sets the read-write mode for the database.
- setReadOnly(boolean) - Method in class org.sqlite.SQLiteDataSource
-
Sets the database to be opened in read-only mode
- setReadUncommited(boolean) - Method in class org.sqlite.SQLiteConfig
-
Enables or disables useReadUncommitedIsolationMode.
- setReadUncommited(boolean) - Method in class org.sqlite.SQLiteDataSource
-
Set READ UNCOMMITTED isolation
- setRecursiveTriggers(boolean) - Method in class org.sqlite.SQLiteDataSource
-
Enables or disables the recursive trigger capability.
- setRef(int, Ref) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setReverseUnorderedSelects(boolean) - Method in class org.sqlite.SQLiteDataSource
-
Enables or disables the reverse_unordered_selects flag.
- setRowId(int, RowId) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setSavepoint() - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- setSavepoint(String) - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- setSchema(String) - Method in class org.sqlite.SQLiteConnection
-
- setSharedCache(boolean) - Method in class org.sqlite.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 org.sqlite.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 org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setShortColumnNames(boolean) - Method in class org.sqlite.SQLiteDataSource
-
Enables or disables the short_column_names flag.
- setSQLXML(int, SQLXML) - Method in class org.sqlite.jdbc4.JDBC4PreparedStatement
-
- setString(int, String) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setSynchronous(SQLiteConfig.SynchronousMode) - Method in class org.sqlite.SQLiteConfig
-
Changes the setting of the "synchronous" flag.
- setSynchronous(String) - Method in class org.sqlite.SQLiteDataSource
-
Sets the setting of the "synchronous" flag.
- setTempStore(SQLiteConfig.TempStore) - Method in class org.sqlite.SQLiteConfig
-
Changes the setting of the "temp_store" parameter.
- setTempStore(String) - Method in class org.sqlite.SQLiteDataSource
-
Set the temp_store type which is used to determine where temporary tables
and indices are stored.
- setTempStoreDirectory(String) - Method in class org.sqlite.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 org.sqlite.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 org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setTime(int, Time, Calendar) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setTimestamp(int, Timestamp) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setTimestamp(int, Timestamp, Calendar) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setTransactionIsolation(int) - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- setTransactionMode(SQLiteConfig.TransactionMode) - Method in class org.sqlite.core.CoreConnection
-
Sets the mode that will be used to start transactions on this connection.
- setTransactionMode(SQLiteConfig.TransactionMode) - Method in class org.sqlite.SQLiteConfig
-
Sets the mode that will be used to start transactions.
- setTransactionMode(String) - Method in class org.sqlite.SQLiteConfig
-
Sets the mode that will be used to start transactions.
- setTransactionMode(String) - Method in class org.sqlite.SQLiteDataSource
-
Sets the mode that will be used to start transactions for this database.
- setTypeMap(Map) - Method in class org.sqlite.jdbc3.JDBC3Connection
-
- setUnicodeStream(int, InputStream, int) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setURL(int, URL) - Method in class org.sqlite.jdbc3.JDBC3PreparedStatement
-
- setUrl(String) - Method in class org.sqlite.SQLiteDataSource
-
Sets the location of the database file.
- setUserVersion(int) - Method in class org.sqlite.SQLiteConfig
-
Set the value of the user-version.
- setUserVersion(int) - Method in class org.sqlite.SQLiteDataSource
-
Sets the value of the user-version.
- shared_cache(boolean) - Method in class org.sqlite.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 org.sqlite.core.NativeDB
-
- sql - Variable in class org.sqlite.core.CoreStatement
-
- SQLITE_ABORT - Static variable in interface org.sqlite.core.Codes
-
Callback routine requested an abort
- SQLITE_AUTH - Static variable in interface org.sqlite.core.Codes
-
Authorization denied
- SQLITE_BLOB - Static variable in interface org.sqlite.core.Codes
-
- SQLITE_BUSY - Static variable in interface org.sqlite.core.Codes
-
The database file is locked
- SQLITE_CANTOPEN - Static variable in interface org.sqlite.core.Codes
-
Unable to open the database file
- SQLITE_CONSTRAINT - Static variable in interface org.sqlite.core.Codes
-
Abort due to constraint violation
- SQLITE_CORRUPT - Static variable in interface org.sqlite.core.Codes
-
The database disk image is malformed
- SQLITE_DONE - Static variable in interface org.sqlite.core.Codes
-
sqlite_step() has finished executing
- SQLITE_EMPTY - Static variable in interface org.sqlite.core.Codes
-
(Internal Only) Database table is empty
- SQLITE_ERROR - Static variable in interface org.sqlite.core.Codes
-
SQL error or missing database
- SQLITE_FLOAT - Static variable in interface org.sqlite.core.Codes
-
- SQLITE_FULL - Static variable in interface org.sqlite.core.Codes
-
Insertion failed because database is full
- SQLITE_INTEGER - Static variable in interface org.sqlite.core.Codes
-
- SQLITE_INTERNAL - Static variable in interface org.sqlite.core.Codes
-
An internal logic error in SQLite
- SQLITE_INTERRUPT - Static variable in interface org.sqlite.core.Codes
-
Operation terminated by sqlite_interrupt()
- SQLITE_IOERR - Static variable in interface org.sqlite.core.Codes
-
Some kind of disk I/O error occurred
- SQLITE_LOCKED - Static variable in interface org.sqlite.core.Codes
-
A table in the database is locked
- SQLITE_MISMATCH - Static variable in interface org.sqlite.core.Codes
-
Data type mismatch
- SQLITE_MISUSE - Static variable in interface org.sqlite.core.Codes
-
Library used incorrectly
- SQLITE_NOLFS - Static variable in interface org.sqlite.core.Codes
-
Uses OS features not supported on host
- SQLITE_NOMEM - Static variable in interface org.sqlite.core.Codes
-
A malloc() failed
- SQLITE_NOTFOUND - Static variable in interface org.sqlite.core.Codes
-
(Internal Only) Table or record not found
- SQLITE_NULL - Static variable in interface org.sqlite.core.Codes
-
- SQLITE_OK - Static variable in interface org.sqlite.core.Codes
-
Successful result
- SQLITE_PERM - Static variable in interface org.sqlite.core.Codes
-
Access permission denied
- SQLITE_PROTOCOL - Static variable in interface org.sqlite.core.Codes
-
Database lock protocol error
- SQLITE_READONLY - Static variable in interface org.sqlite.core.Codes
-
Attempt to write a readonly database
- SQLITE_ROW - Static variable in interface org.sqlite.core.Codes
-
sqlite_step() has another row ready
- SQLITE_SCHEMA - Static variable in interface org.sqlite.core.Codes
-
The database schema changed
- SQLITE_TEXT - Static variable in interface org.sqlite.core.Codes
-
- SQLITE_TOOBIG - Static variable in interface org.sqlite.core.Codes
-
Too much data for one row of a table
- SQLiteConfig - Class in org.sqlite
-
SQLite Configuration
See also http://www.sqlite.org/pragma.html
- SQLiteConfig() - Constructor for class org.sqlite.SQLiteConfig
-
Default constructor.
- SQLiteConfig(Properties) - Constructor for class org.sqlite.SQLiteConfig
-
Creates an SQLite configuration object using values from the given
property object.
- SQLiteConfig.DateClass - Enum in org.sqlite
-
- SQLiteConfig.DatePrecision - Enum in org.sqlite
-
- SQLiteConfig.Encoding - Enum in org.sqlite
-
- SQLiteConfig.JournalMode - Enum in org.sqlite
-
- SQLiteConfig.LockingMode - Enum in org.sqlite
-
- SQLiteConfig.Pragma - Enum in org.sqlite
-
- SQLiteConfig.SynchronousMode - Enum in org.sqlite
-
- SQLiteConfig.TempStore - Enum in org.sqlite
-
- SQLiteConfig.TransactionMode - Enum in org.sqlite
-
- SQLiteConnection - Class in org.sqlite
-
- SQLiteConnection(String, String) - Constructor for class org.sqlite.SQLiteConnection
-
Constructor to create a connection to a database at the given location.
- SQLiteConnection(String, String, Properties) - Constructor for class org.sqlite.SQLiteConnection
-
Constructor to create a pre-configured connection to a database at the
given location.
- SQLiteConnectionPoolDataSource - Class in org.sqlite.javax
-
- SQLiteConnectionPoolDataSource() - Constructor for class org.sqlite.javax.SQLiteConnectionPoolDataSource
-
Default constructor.
- SQLiteConnectionPoolDataSource(SQLiteConfig) - Constructor for class org.sqlite.javax.SQLiteConnectionPoolDataSource
-
Creates a data source based on the provided configuration.
- SQLiteDataSource - Class in org.sqlite
-
Provides
DataSource
API for configuring SQLite database connection
- SQLiteDataSource() - Constructor for class org.sqlite.SQLiteDataSource
-
Default constructor.
- SQLiteDataSource(SQLiteConfig) - Constructor for class org.sqlite.SQLiteDataSource
-
Creates a data source based on the provided configuration.
- SQLiteErrorCode - Enum in org.sqlite
-
SQLite3 error code
- SQLiteJDBCLoader - Class in org.sqlite
-
Set the system properties, org.sqlite.lib.path, org.sqlite.lib.name,
appropriately so that the SQLite JDBC driver can find *.dll, *.jnilib and
*.so files, according to the current OS (win, linux, mac).
- SQLiteJDBCLoader() - Constructor for class org.sqlite.SQLiteJDBCLoader
-
- SQLiteOpenMode - Enum in org.sqlite
-
Database file open modes of SQLite.
- SQLitePooledConnection - Class in org.sqlite.javax
-
- SQLitePooledConnection(Connection) - Constructor for class org.sqlite.javax.SQLitePooledConnection
-
Constructor.
- srcDB - Variable in class org.sqlite.ExtendedCommand.BackupCommand
-
- srcFile - Variable in class org.sqlite.ExtendedCommand.RestoreCommand
-
- step(long) - Method in class org.sqlite.core.DB
-
Evaluates a statement.
- step(long) - Method in class org.sqlite.core.NativeDB
-
- stmt - Variable in class org.sqlite.core.CoreResultSet
-
- storesLowerCaseIdentifiers() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- storesLowerCaseQuotedIdentifiers() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- storesMixedCaseIdentifiers() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- storesMixedCaseQuotedIdentifiers() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- storesUpperCaseIdentifiers() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- storesUpperCaseQuotedIdentifiers() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- StringUtils - Class in org.sqlite.util
-
- StringUtils() - Constructor for class org.sqlite.util.StringUtils
-
- supportsAlterTableWithAddColumn() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsAlterTableWithDropColumn() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsANSI92EntryLevelSQL() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsANSI92FullSQL() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsANSI92IntermediateSQL() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsBatchUpdates() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsCatalogsInDataManipulation() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsCatalogsInIndexDefinitions() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsCatalogsInPrivilegeDefinitions() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsCatalogsInProcedureCalls() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsCatalogsInTableDefinitions() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsColumnAliasing() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsConvert() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsConvert(int, int) - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsCoreSQLGrammar() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsCorrelatedSubqueries() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsDataManipulationTransactionsOnly() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsDifferentTableCorrelationNames() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsExpressionsInOrderBy() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsExtendedSQLGrammar() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsFullOuterJoins() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsGetGeneratedKeys() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsGroupBy() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsGroupByBeyondSelect() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsGroupByUnrelated() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsIntegrityEnhancementFacility() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsLikeEscapeClause() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsLimitedOuterJoins() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsMinimumSQLGrammar() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsMixedCaseIdentifiers() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsMixedCaseQuotedIdentifiers() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsMultipleOpenResults() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsMultipleResultSets() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsMultipleTransactions() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsNamedParameters() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsNonNullableColumns() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsOpenCursorsAcrossCommit() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsOpenCursorsAcrossRollback() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsOpenStatementsAcrossCommit() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsOpenStatementsAcrossRollback() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsOrderByUnrelated() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsOuterJoins() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsPositionedDelete() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsPositionedUpdate() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsResultSetConcurrency(int, int) - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsResultSetHoldability(int) - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsResultSetType(int) - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsSavepoints() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsSchemasInDataManipulation() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsSchemasInIndexDefinitions() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsSchemasInPrivilegeDefinitions() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsSchemasInProcedureCalls() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsSchemasInTableDefinitions() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsSelectForUpdate() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsStatementPooling() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsStoredFunctionsUsingCallSyntax() - Method in class org.sqlite.jdbc4.JDBC4DatabaseMetaData
-
- supportsStoredProcedures() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsSubqueriesInComparisons() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsSubqueriesInExists() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsSubqueriesInIns() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsSubqueriesInQuantifieds() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsTableCorrelationNames() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsTransactionIsolationLevel(int) - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsTransactions() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsUnion() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- supportsUnionAll() - Method in class org.sqlite.jdbc3.JDBC3DatabaseMetaData
-
- value_blob(Function, int) - Method in class org.sqlite.core.DB
-
- value_blob(Function, int) - Method in class org.sqlite.core.NativeDB
-
- value_blob(int) - Method in class org.sqlite.Function
-
Called by xFunc to access the value of an argument.
- value_bytes(Function, int) - Method in class org.sqlite.core.DB
-
- value_bytes(Function, int) - Method in class org.sqlite.core.NativeDB
-
- value_bytes(int) - Method in class org.sqlite.Function
-
Called by xFunc to access the value of an argument.
- value_double(Function, int) - Method in class org.sqlite.core.DB
-
- value_double(Function, int) - Method in class org.sqlite.core.NativeDB
-
- value_double(int) - Method in class org.sqlite.Function
-
Called by xFunc to access the value of an argument.
- value_int(Function, int) - Method in class org.sqlite.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 org.sqlite.core.NativeDB
-
- value_int(int) - Method in class org.sqlite.Function
-
Called by xFunc to access the value of an argument.
- value_long(Function, int) - Method in class org.sqlite.core.DB
-
- value_long(Function, int) - Method in class org.sqlite.core.NativeDB
-
- value_long(int) - Method in class org.sqlite.Function
-
Called by xFunc to access the value of an argument.
- value_text(Function, int) - Method in class org.sqlite.core.DB
-
- value_text(Function, int) - Method in class org.sqlite.core.NativeDB
-
- value_text(int) - Method in class org.sqlite.Function
-
Called by xFunc to access the value of an argument.
- value_type(Function, int) - Method in class org.sqlite.core.DB
-
- value_type(Function, int) - Method in class org.sqlite.core.NativeDB
-
- value_type(int) - Method in class org.sqlite.Function
-
Called by xFunc to access the value of an argument.
- valueOf(String) - Static method in enum org.sqlite.SQLiteConfig.DateClass
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.SQLiteConfig.DatePrecision
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.SQLiteConfig.Encoding
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.SQLiteConfig.JournalMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.SQLiteConfig.LockingMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.SQLiteConfig.Pragma
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.SQLiteConfig.SynchronousMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.SQLiteConfig.TempStore
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.SQLiteConfig.TransactionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.SQLiteErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.sqlite.SQLiteOpenMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.sqlite.SQLiteConfig.DateClass
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.SQLiteConfig.DatePrecision
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.SQLiteConfig.Encoding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.SQLiteConfig.JournalMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.SQLiteConfig.LockingMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.SQLiteConfig.Pragma
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.SQLiteConfig.SynchronousMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.SQLiteConfig.TempStore
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.SQLiteConfig.TransactionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.SQLiteErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.sqlite.SQLiteOpenMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.