A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
C
- callback(kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteDatabase.CustomFunction
- changePassword(kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- changePassword(java.lang.String) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- changePassword(kotlin.Array) - function in net.zetetic.database.sqlcipher.driver.SQLCipherConnection
- clear() - function in net.zetetic.database.CursorWindow
- Clears out the existing contents of the window, making it safe to reuse for new data.
- clearBindings() - function in androidx.sqlite.db.SupportSQLiteProgram
- clearBindings() - function in net.zetetic.database.sqlcipher.SQLiteProgram
- Clears all existing bindings.
- clearBindings() - function in net.zetetic.database.sqlcipher.SQLiteProgram
- Clears all existing bindings.
- clearBindings() - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
- close() - function in android.database.Cursor
- close() - function in java.io.Closeable
- close() - function in net.zetetic.database.AbstractCursor
- close() - function in net.zetetic.database.AbstractCursor
- close() - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Close this object and release any resources associated with it.
- close() - function in net.zetetic.database.sqlcipher.CloseGuard
- Marks this CloseGuard instance as closed to avoid warnings on finalization.
- close() - function in net.zetetic.database.sqlcipher.SQLiteClosable
- Releases a reference to the object, closing the object if the last reference was released.
- close() - function in net.zetetic.database.sqlcipher.SQLiteClosable
- Releases a reference to the object, closing the object if the last reference was released.
- close() - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
- Closes the connection pool.
- close() - function in net.zetetic.database.sqlcipher.SQLiteCursor
- close() - function in net.zetetic.database.sqlcipher.SQLiteOpenHelper
- Close any open database object.
- close() - function in net.zetetic.database.sqlcipher.SupportHelper
- close() - function in net.zetetic.database.sqlcipher.driver.SQLCipherConnection
- close() - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
- CloseGuard - class in net.zetetic.database.sqlcipher
- CloseGuard is a mechanism for flagging implicit finalizer cleanup of resources that should have been cleaned up by explicit close methods (aka "explicit termination methods" in Effective Java).
- CloseGuard.Reporter - class in net.zetetic.database.sqlcipher.CloseGuard
- Interface to allow customization of reporting behavior.
- collectDbStats(java.util.ArrayList) - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
- Collects statistics about database connection memory usage.
- compileStatement(java.lang.String) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Compiles an SQL statement into a reusable pre-compiled statement object.
- concatenateWhere(java.lang.String,java.lang.String) - function in net.zetetic.database.DatabaseUtils
- Concatenates two SQL WHERE clauses, handling empty or null values.
- copyStringToBuffer(int,android.database.CharArrayBuffer) - function in android.database.Cursor
- copyStringToBuffer(int,android.database.CharArrayBuffer) - function in net.zetetic.database.AbstractCursor
- copyStringToBuffer(int,android.database.CharArrayBuffer) - function in net.zetetic.database.AbstractCursor
- copyStringToBuffer(int,android.database.CharArrayBuffer) - function in net.zetetic.database.AbstractWindowedCursor
- copyStringToBuffer(int,android.database.CharArrayBuffer) - function in net.zetetic.database.AbstractWindowedCursor
- copyStringToBuffer(int,int,android.database.CharArrayBuffer) - function in net.zetetic.database.CursorWindow
- Copies the text of the field at the specified row and column index into a CharArrayBuffer.
- create(net.zetetic.database.sqlcipher.SQLiteDatabase.CursorFactory) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Create a memory backed SQLite database.
- create(androidx.sqlite.db.SupportSQLiteOpenHelper.Configuration) - function in net.zetetic.database.sqlcipher.SupportOpenHelperFactory
- createDbFromSqlStatements(android.content.Context,java.lang.String,int,java.lang.String) - function in net.zetetic.database.DatabaseUtils
- Creates a db and populates it with the sql statements in sqlStatements.
- cursorClosed() - function in net.zetetic.database.sqlcipher.SQLiteCursorDriver
- Called by a SQLiteCursor when it it closed to destroy this object as well.
- cursorClosed() - function in net.zetetic.database.sqlcipher.SQLiteDirectCursorDriver
- Called by a SQLiteCursor when it it closed to destroy this object as well.
- cursorDeactivated() - function in net.zetetic.database.sqlcipher.SQLiteCursorDriver
- Called by a SQLiteCursor when it is released.
- cursorDeactivated() - function in net.zetetic.database.sqlcipher.SQLiteDirectCursorDriver
- Called by a SQLiteCursor when it is released.
- cursorDoubleToContentValues(android.database.Cursor,java.lang.String,android.content.ContentValues,java.lang.String) - function in net.zetetic.database.DatabaseUtils
- Reads a Double out of a field in a Cursor and writes it to a Map.
- cursorDoubleToContentValuesIfPresent(android.database.Cursor,android.content.ContentValues,java.lang.String) - function in net.zetetic.database.DatabaseUtils
- Reads a Double out of a column in a Cursor and writes it to a ContentValues.
- cursorDoubleToCursorValues(android.database.Cursor,java.lang.String,android.content.ContentValues) - function in net.zetetic.database.DatabaseUtils
- Reads a Double out of a field in a Cursor and writes it to a Map.
- cursorFillWindow(android.database.Cursor,int,net.zetetic.database.CursorWindow) - function in net.zetetic.database.DatabaseUtils
- Fills the specified cursor window by iterating over the contents of the cursor.
- cursorFloatToContentValuesIfPresent(android.database.Cursor,android.content.ContentValues,java.lang.String) - function in net.zetetic.database.DatabaseUtils
- Reads a Float out of a column in a Cursor and writes it to a ContentValues.
- cursorIntToContentValues(android.database.Cursor,java.lang.String,android.content.ContentValues) - function in net.zetetic.database.DatabaseUtils
- Reads an Integer out of a field in a Cursor and writes it to a Map.
- cursorIntToContentValues(android.database.Cursor,java.lang.String,android.content.ContentValues,java.lang.String) - function in net.zetetic.database.DatabaseUtils
- Reads a Integer out of a field in a Cursor and writes it to a Map.
- cursorIntToContentValuesIfPresent(android.database.Cursor,android.content.ContentValues,java.lang.String) - function in net.zetetic.database.DatabaseUtils
- Reads a Integer out of a column in a Cursor and writes it to a ContentValues.
- cursorLongToContentValues(android.database.Cursor,java.lang.String,android.content.ContentValues) - function in net.zetetic.database.DatabaseUtils
- Reads a Long out of a field in a Cursor and writes it to a Map.
- cursorLongToContentValues(android.database.Cursor,java.lang.String,android.content.ContentValues,java.lang.String) - function in net.zetetic.database.DatabaseUtils
- Reads a Long out of a field in a Cursor and writes it to a Map.
- cursorLongToContentValuesIfPresent(android.database.Cursor,android.content.ContentValues,java.lang.String) - function in net.zetetic.database.DatabaseUtils
- Reads a Long out of a column in a Cursor and writes it to a ContentValues.
- cursorPickFillWindowStartPosition(int,int) - function in net.zetetic.database.DatabaseUtils
- Picks a start position for fillWindow such that the window will contain the requested row and a useful range of rows around it.
- cursorRequeried(android.database.Cursor) - function in net.zetetic.database.sqlcipher.SQLiteCursorDriver
- Called by a SQLiteCursor when it is requeried.
- cursorRequeried(android.database.Cursor) - function in net.zetetic.database.sqlcipher.SQLiteDirectCursorDriver
- Called by a SQLiteCursor when it is requeried.
- cursorRowToContentValues(android.database.Cursor,android.content.ContentValues) - function in net.zetetic.database.DatabaseUtils
- Read the entire contents of a cursor row and store them in a ContentValues.
- cursorShortToContentValuesIfPresent(android.database.Cursor,android.content.ContentValues,java.lang.String) - function in net.zetetic.database.DatabaseUtils
- Reads a Short out of a column in a Cursor and writes it to a ContentValues.
- cursorStringToContentValues(android.database.Cursor,java.lang.String,android.content.ContentValues) - function in net.zetetic.database.DatabaseUtils
- Reads a String out of a field in a Cursor and writes it to a Map.
- cursorStringToContentValues(android.database.Cursor,java.lang.String,android.content.ContentValues,java.lang.String) - function in net.zetetic.database.DatabaseUtils
- Reads a String out of a field in a Cursor and writes it to a Map.
- cursorStringToContentValuesIfPresent(android.database.Cursor,android.content.ContentValues,java.lang.String) - function in net.zetetic.database.DatabaseUtils
- Reads a String out of a column in a Cursor and writes it to a ContentValues.
- cursorStringToInsertHelper(android.database.Cursor,java.lang.String,net.zetetic.database.DatabaseUtils.InsertHelper,int) - function in net.zetetic.database.DatabaseUtils
- Reads a String out of a field in a Cursor and writes it to an InsertHelper.
- CursorWindow - class in net.zetetic.database
- A buffer containing multiple cursor rows.
- CursorWindowAllocationException - class in net.zetetic.database
- This exception is thrown when a CursorWindow couldn't be allocated, most probably due to memory not being available.