A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
S
- setBindArguments(Array) - function in net.zetetic.database.sqlcipher.SQLiteDirectCursorDriver
- Set new bind arguments.
- setBindArguments(Array) - function in net.zetetic.database.sqlcipher.SQLiteCursorDriver
- Set new bind arguments.
- setCursorFactory(SQLiteDatabase.CursorFactory) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Sets the cursor factory to be used for the query.
- setCursorWindowSize(int) - function in net.zetetic.database.sqlcipher.SQLiteCursor
- setDistinct(boolean) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Mark the query as DISTINCT.
- setEnabled(boolean) - function in net.zetetic.database.sqlcipher.CloseGuard
- Used to enable or disable CloseGuard.
- setExtras(Bundle) - function in net.zetetic.database.MatrixCursor
- setExtras(Bundle) - function in android.database.MatrixCursor
- setExtras(Bundle) - function in net.zetetic.database.AbstractCursor
- setExtras(Bundle) - function in android.database.AbstractCursor
- setExtras(Bundle) - function in net.zetetic.database.AbstractWindowedCursor
- setExtras(Bundle) - function in android.database.AbstractWindowedCursor
- setExtras(Bundle) - function in net.zetetic.database.SQLiteCursor
- setExtras(Bundle) - function in android.database.SQLiteCursor
- setForeignKeyConstraintsEnabled(boolean) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Sets whether foreign key constraints are enabled for the database.
- setForeignKeyConstraintsEnabled(boolean) - function in androidx.sqlite.db.SQLiteDatabase
- setLocale(Locale) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Sets the locale for this database.
- setLocale(Locale) - function in androidx.sqlite.db.SQLiteDatabase
- setLockingEnabled(boolean) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Control whether or not the SQLiteDatabase is made thread-safe by using locksaround critical sections.
- setMaximumSize(long) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Sets the maximum size the database will grow to.
- setMaximumSize(long) - function in androidx.sqlite.db.SQLiteDatabase
- setMaxSqlCacheSize(int) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Sets the maximum size of the prepared-statement cache for this database.(size of the cache = number of compiled-sql-statements stored in the cache).
- setMaxSqlCacheSize(int) - function in androidx.sqlite.db.SQLiteDatabase
- setNotificationUri(ContentResolver,Uri) - function in net.zetetic.database.MatrixCursor
- Specifies a content URI to watch for changes.
- setNotificationUri(ContentResolver,Uri) - function in android.database.MatrixCursor
- setNotificationUri(ContentResolver,Uri) - function in net.zetetic.database.AbstractCursor
- Specifies a content URI to watch for changes.
- setNotificationUri(ContentResolver,Uri) - function in android.database.AbstractCursor
- setNotificationUri(ContentResolver,Uri) - function in net.zetetic.database.AbstractWindowedCursor
- Specifies a content URI to watch for changes.
- setNotificationUri(ContentResolver,Uri) - function in android.database.AbstractWindowedCursor
- setNotificationUri(ContentResolver,Uri) - function in net.zetetic.database.SQLiteCursor
- Specifies a content URI to watch for changes.
- setNotificationUri(ContentResolver,Uri) - function in android.database.SQLiteCursor
- setNotificationUris(ContentResolver,List) - function in android.database.MatrixCursor
- setNotificationUris(ContentResolver,List) - function in android.database.AbstractCursor
- setNotificationUris(ContentResolver,List) - function in android.database.AbstractWindowedCursor
- setNotificationUris(ContentResolver,List) - function in android.database.SQLiteCursor
- setNumColumns(int) - function in net.zetetic.database.CursorWindow
- Sets the number of columns in this window.
- setPageSize(long) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Sets the database page size.
- setPageSize(long) - function in androidx.sqlite.db.SQLiteDatabase
- setProjectionMap(Map) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Sets the projection map for the query.
- setReporter(CloseGuard.Reporter) - function in net.zetetic.database.sqlcipher.CloseGuard
- Used to replace default Reporter used to warn of CloseGuardviolations.
- setSelectionArguments(Array) - function in net.zetetic.database.sqlcipher.SQLiteCursor
- Changes the selection arguments.
- setStackTrace(Array) - function in java.lang.CursorWindowAllocationException
- setStackTrace(Array) - function in java.lang.DatabaseObjectNotClosedException
- setStackTrace(Array) - function in java.lang.SQLiteNotADatabaseException
- setStartPosition(int) - function in net.zetetic.database.CursorWindow
- Sets the start position of this cursor window.
- setStrict(boolean) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- When set, the selection is verified against malicious arguments.
- setTables(String) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Sets the list of tables to query.
- setTarget(LogTarget) - function in net.zetetic.database.Logger
- setTransactionSuccessful() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Marks the current transaction as successful.
- setTransactionSuccessful() - function in androidx.sqlite.db.SQLiteDatabase
- setTransactionSuccessful() - function in net.zetetic.database.sqlcipher.SQLiteSession
- Marks the current transaction as having completed successfully.
- setVersion(int) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Sets the database version.
- setVersion(int) - function in androidx.sqlite.db.SQLiteDatabase
- setWALConnectionPoolSize(int) - function in net.zetetic.database.sqlcipher.SQLiteGlobal
- Sets the connection pool size for WAL mode.
- setWindow(CursorWindow) - function in net.zetetic.database.AbstractWindowedCursor
- Sets a new cursor window for the cursor to use.
- setWindow(CursorWindow) - function in net.zetetic.database.sqlcipher.SQLiteCursor
- Sets a new cursor window for the cursor to use.
- setWriteAheadLoggingEnabled(boolean) - function in net.zetetic.database.sqlcipher.SupportHelper
- setWriteAheadLoggingEnabled(boolean) - function in androidx.sqlite.db.SupportHelper
- setWriteAheadLoggingEnabled(boolean) - function in net.zetetic.database.sqlcipher.SQLiteOpenHelper
- Enables or disables the use of write-ahead logging for the database.Write-ahead logging cannot be used with read-only databases so the value ofthis flag is ignored if the database is opened read-only.
- setWriteAheadLoggingEnabled(boolean) - function in androidx.sqlite.db.SQLiteOpenHelper
- shouldLogSlowQuery(long) - function in net.zetetic.database.sqlcipher.SQLiteDebug
- Determines whether a query should be logged.Reads the "db.log.slow_query_threshold" system property, which can be changedby the user at any time.
- shouldYieldConnection(SQLiteConnection,int) - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
- Returns true if the session should yield the connection due tocontention over available database connections.
- simpleQueryForBlobFileDescriptor() - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Executes a statement that returns a 1 by 1 table with a blob value.
- simpleQueryForLong() - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Execute a statement that returns a 1 by 1 table with a numeric value.
- simpleQueryForLong() - function in androidx.sqlite.db.SQLiteStatement
- simpleQueryForString() - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Execute a statement that returns a 1 by 1 table with a text value.
- simpleQueryForString() - function in androidx.sqlite.db.SQLiteStatement
- sqlEscapeString(String) - function in net.zetetic.database.DatabaseUtils
- SQL-escape a string.
- SQLiteClosable - class in net.zetetic.database.sqlcipher
- An object created from a SQLiteDatabase that can be closed.
- SQLiteConnection - class in net.zetetic.database.sqlcipher
- Represents a SQLite database connection.
- SQLiteConnectionPool - class in net.zetetic.database.sqlcipher
- Maintains a pool of active SQLite database connections.
- SQLiteCursor - class in net.zetetic.database.sqlcipher
- A Cursor implementation that exposes results from a query on a SQLiteDatabase.
- SQLiteCursorDriver - class in net.zetetic.database.sqlcipher
- A driver for SQLiteCursors that is used to create them and gets notified by the cursors it creates on significant events in their lifetimes.
- SQLiteCustomFunction - class in net.zetetic.database.sqlcipher
- Describes a custom SQL function.
- SQLiteDatabase - class in net.zetetic.database.sqlcipher
- Exposes methods to manage a SQLite database.
- SQLiteDatabase.CursorFactory - class in net.zetetic.database.sqlcipher.SQLiteDatabase
- Used to allow returning sub-classes of Cursor when calling query.
- SQLiteDatabase.CustomFunction - class in net.zetetic.database.sqlcipher.SQLiteDatabase
- A callback interface for a custom sqlite3 function.This can be used to create a function that can be called fromsqlite3 database triggers.
- SQLiteDatabaseConfiguration - class in net.zetetic.database.sqlcipher
- Describes how to configure a database.
- SQLiteDatabaseHook - class in net.zetetic.database.sqlcipher
- SQLiteDebug - class in net.zetetic.database.sqlcipher
- Provides debugging info about all SQLite databases running in the current process.
- SQLiteDebug.DbStats - class in net.zetetic.database.sqlcipher.SQLiteDebug
- contains statistics about a database
- SQLiteDebug.PagerStats - class in net.zetetic.database.sqlcipher.SQLiteDebug
- Contains statistics about the active pagers in the current process.
- SQLiteDirectCursorDriver - class in net.zetetic.database.sqlcipher
- A cursor driver that uses the given query directly.
- SQLiteGlobal - class in net.zetetic.database.sqlcipher
- Provides access to SQLite functions that affect all database connection, such as memory management.
- SQLiteNotADatabaseException - class in net.zetetic.database.sqlcipher
- An exception that is specific to the "SQLITE_NOTADB" error code.
- SQLiteOpenHelper - class in net.zetetic.database.sqlcipher
- A helper class to manage database creation and version management.
- SQLiteProgram - class in net.zetetic.database.sqlcipher
- A base class for compiled SQLite programs.
- SQLiteQuery - class in net.zetetic.database.sqlcipher
- Represents a query that reads the resulting rows into a SQLiteQuery.
- SQLiteQueryBuilder - class in net.zetetic.database.sqlcipher
- This is a convience class that helps build SQL queries to be sent to SQLiteDatabase objects.
- SQLiteSession - class in net.zetetic.database.sqlcipher
- Provides a single client the ability to use a database.
- SQLiteStatement - class in net.zetetic.database.sqlcipher
- Represents a statement that can be executed against a database.
- SQLiteStatementInfo - class in net.zetetic.database.sqlcipher
- Describes a SQLite statement.
- SQLiteTransactionListener - class in net.zetetic.database.sqlcipher
- A listener for transaction events.
- stringForQuery(SQLiteDatabase,String,Array) - function in net.zetetic.database.DatabaseUtils
- Utility method to run the query on the db and return the value in thefirst column of the first row.
- stringForQuery(SQLiteStatement,Array) - function in net.zetetic.database.DatabaseUtils
- Utility method to run the pre-compiled query and return the value in thefirst column of the first row.
- SupportHelper - class in net.zetetic.database.sqlcipher
- SupportOpenHelperFactory - class in net.zetetic.database.sqlcipher