A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
S
- setBindArguments(kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteCursorDriver
- Set new bind arguments.
- setBindArguments(kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteDirectCursorDriver
- Set new bind arguments.
- setCursorFactory(net.zetetic.database.sqlcipher.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(android.os.Bundle) - function in android.database.Cursor
- setExtras(android.os.Bundle) - function in net.zetetic.database.AbstractCursor
- setExtras(android.os.Bundle) - function in net.zetetic.database.AbstractCursor
- setForeignKeyConstraintsEnabled(boolean) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Sets whether foreign key constraints are enabled for the database.
- setLocale(java.util.Locale) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Sets the locale for this database.
- setLockingEnabled(boolean) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Control whether or not the SQLiteDatabase is made thread-safe by using locks around critical sections.
- setMaximumSize(long) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Sets the maximum size the database will grow to.
- setMaxSqlCacheSize(int) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Sets the maximum size of the prepared-statement cache for this database.
- setNotificationUri(android.content.ContentResolver,android.net.Uri) - function in android.database.Cursor
- setNotificationUri(android.content.ContentResolver,android.net.Uri) - function in net.zetetic.database.AbstractCursor
- Specifies a content URI to watch for changes.
- setNotificationUri(android.content.ContentResolver,android.net.Uri) - function in net.zetetic.database.AbstractCursor
- Specifies a content URI to watch for changes.
- setNotificationUris(android.content.ContentResolver,java.util.List) - function in android.database.Cursor
- 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.
- setProjectionMap(java.util.Map) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Sets the projection map for the query.
- setReporter(net.zetetic.database.sqlcipher.CloseGuard.Reporter) - function in net.zetetic.database.sqlcipher.CloseGuard
- Used to replace default Reporter used to warn of CloseGuard violations.
- setSelectionArguments(kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteCursor
- Changes the selection arguments.
- setStackTrace(kotlin.Array) - function in java.lang.Throwable
- 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(java.lang.String) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Sets the list of tables to query.
- setTarget(net.zetetic.database.LogTarget) - function in net.zetetic.database.Logger
- setTransactionSuccessful() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Marks the current transaction as successful.
- 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.
- setWALConnectionPoolSize(int) - function in net.zetetic.database.sqlcipher.SQLiteGlobal
- Sets the connection pool size for WAL mode.
- setWindow(net.zetetic.database.CursorWindow) - function in net.zetetic.database.AbstractWindowedCursor
- Sets a new cursor window for the cursor to use.
- setWindow(net.zetetic.database.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.SQLiteOpenHelper
- Enables or disables the use of write-ahead logging for the database.
- setWriteAheadLoggingEnabled(boolean) - function in net.zetetic.database.sqlcipher.SupportHelper
- shouldLogSlowQuery(long) - function in net.zetetic.database.sqlcipher.SQLiteDebug
- Determines whether a query should be logged.
- shouldYieldConnection(net.zetetic.database.sqlcipher.SQLiteConnection,int) - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
- Returns true if the session should yield the connection due to contention 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.
- simpleQueryForString() - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Execute a statement that returns a 1 by 1 table with a text value.
- SQLCipherConnection - class in net.zetetic.database.sqlcipher.driver
- SQLCipherDriver - class in net.zetetic.database.sqlcipher.driver
- SQLCipherStatement - class in net.zetetic.database.sqlcipher.driver
- sqlEscapeString(java.lang.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.
- 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.
- step() - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
- stringForQuery(net.zetetic.database.sqlcipher.SQLiteDatabase,java.lang.String,kotlin.Array) - function in net.zetetic.database.DatabaseUtils
- Utility method to run the query on the db and return the value in the first column of the first row.
- stringForQuery(net.zetetic.database.sqlcipher.SQLiteStatement,kotlin.Array) - function in net.zetetic.database.DatabaseUtils
- Utility method to run the pre-compiled query and return the value in the first column of the first row.
- SupportHelper - class in net.zetetic.database.sqlcipher
- SupportOpenHelperFactory - class in net.zetetic.database.sqlcipher