A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W  Y 

C

callback(Array) - function in net.zetetic.database.sqlcipher.SQLiteDatabase.CustomFunction
 
changePassword(String) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
 
changePassword(Array) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
 
clear() - function in net.zetetic.database.CursorWindow
Clears out the existing contents of the window, making it safe to reusefor new data.
clearBindings() - function in net.zetetic.database.sqlcipher.SQLiteQuery
Clears all existing bindings.
clearBindings() - function in androidx.sqlite.db.SQLiteQuery
 
clearBindings() - function in net.zetetic.database.sqlcipher.SQLiteStatement
Clears all existing bindings.
clearBindings() - function in androidx.sqlite.db.SQLiteStatement
 
clearBindings() - function in net.zetetic.database.sqlcipher.SQLiteProgram
Clears all existing bindings.
clearBindings() - function in androidx.sqlite.db.SQLiteProgram
 
close() - function in net.zetetic.database.MatrixCursor
 
close() - function in android.database.MatrixCursor
 
close() - function in net.zetetic.database.DatabaseUtils.InsertHelper
Close this object and release any resources associated withit.
close() - function in net.zetetic.database.AbstractCursor
 
close() - function in android.database.AbstractCursor
 
close() - function in net.zetetic.database.sqlcipher.CursorWindow
Releases a reference to the object, closing the object if the last referencewas released.
close() - function in java.io.CursorWindow
 
close() - function in net.zetetic.database.AbstractWindowedCursor
 
close() - function in android.database.AbstractWindowedCursor
 
close() - function in net.zetetic.database.sqlcipher.SQLiteQuery
Releases a reference to the object, closing the object if the last referencewas released.
close() - function in java.io.SQLiteQuery
 
close() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
Releases a reference to the object, closing the object if the last referencewas released.
close() - function in java.io.SQLiteDatabase
 
close() - function in net.zetetic.database.sqlcipher.SupportHelper
 
close() - function in androidx.sqlite.db.SupportHelper
 
close() - function in net.zetetic.database.sqlcipher.SQLiteClosable
Releases a reference to the object, closing the object if the last referencewas released.
close() - function in java.io.SQLiteClosable
 
close() - function in net.zetetic.database.sqlcipher.SQLiteCursor
 
close() - function in android.database.SQLiteCursor
 
close() - function in net.zetetic.database.sqlcipher.SQLiteStatement
Releases a reference to the object, closing the object if the last referencewas released.
close() - function in java.io.SQLiteStatement
 
close() - function in net.zetetic.database.sqlcipher.CloseGuard
Marks this CloseGuard instance as closed to avoid warnings onfinalization.
close() - function in net.zetetic.database.sqlcipher.SQLiteProgram
Releases a reference to the object, closing the object if the last referencewas released.
close() - function in java.io.SQLiteProgram
 
close() - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
Closes the connection pool.
close() - function in java.io.SQLiteConnectionPool
 
close() - function in net.zetetic.database.sqlcipher.SQLiteOpenHelper
Close any open database object.
close() - function in androidx.sqlite.db.SQLiteOpenHelper
 
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(ArrayList) - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
Collects statistics about database connection memory usage.
compileStatement(String) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
Compiles an SQL statement into a reusable pre-compiled statement object.
compileStatement(String) - function in androidx.sqlite.db.SQLiteDatabase
 
concatenateWhere(String,String) - function in net.zetetic.database.DatabaseUtils
Concatenates two SQL WHERE clauses, handling empty or null values.
copyStringToBuffer(int,CharArrayBuffer) - function in net.zetetic.database.MatrixCursor
 
copyStringToBuffer(int,CharArrayBuffer) - function in android.database.MatrixCursor
 
copyStringToBuffer(int,CharArrayBuffer) - function in net.zetetic.database.AbstractCursor
 
copyStringToBuffer(int,CharArrayBuffer) - function in android.database.AbstractCursor
 
copyStringToBuffer(int,int,CharArrayBuffer) - function in net.zetetic.database.CursorWindow
Copies the text of the field at the specified row and column index intoa CharArrayBuffer.
copyStringToBuffer(int,CharArrayBuffer) - function in net.zetetic.database.AbstractWindowedCursor
 
copyStringToBuffer(int,CharArrayBuffer) - function in android.database.AbstractWindowedCursor
 
copyStringToBuffer(int,CharArrayBuffer) - function in net.zetetic.database.SQLiteCursor
 
copyStringToBuffer(int,CharArrayBuffer) - function in android.database.SQLiteCursor
 
create(SQLiteDatabase.CursorFactory) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
Create a memory backed SQLite database.
create(SupportSQLiteOpenHelper.Configuration) - function in net.zetetic.database.sqlcipher.SupportOpenHelperFactory
 
create(SupportSQLiteOpenHelper.Configuration) - function in androidx.sqlite.db.SupportOpenHelperFactory
 
createDbFromSqlStatements(Context,String,int,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.SQLiteDirectCursorDriver
Called by a SQLiteCursor when it it closed to destroy this object as well.
cursorClosed() - function in net.zetetic.database.sqlcipher.SQLiteCursorDriver
Called by a SQLiteCursor when it it closed to destroy this object as well.
cursorDeactivated() - function in net.zetetic.database.sqlcipher.SQLiteDirectCursorDriver
Called by a SQLiteCursor when it is released.
cursorDeactivated() - function in net.zetetic.database.sqlcipher.SQLiteCursorDriver
Called by a SQLiteCursor when it is released.
cursorDoubleToContentValues(Cursor,String,ContentValues,String) - function in net.zetetic.database.DatabaseUtils
Reads a Double out of a field in a Cursor and writes it to a Map.
cursorDoubleToContentValuesIfPresent(Cursor,ContentValues,String) - function in net.zetetic.database.DatabaseUtils
Reads a Double out of a column in a Cursor and writes it to a ContentValues.Adds nothing to the ContentValues if the column isn't present or if its value is null.
cursorDoubleToCursorValues(Cursor,String,ContentValues) - function in net.zetetic.database.DatabaseUtils
Reads a Double out of a field in a Cursor and writes it to a Map.
cursorFillWindow(Cursor,int,CursorWindow) - function in net.zetetic.database.DatabaseUtils
Fills the specified cursor window by iterating over the contents of the cursor.The window is filled until the cursor is exhausted or the window runs outof space.The original position of the cursor is left unchanged by this operation.
cursorFloatToContentValuesIfPresent(Cursor,ContentValues,String) - function in net.zetetic.database.DatabaseUtils
Reads a Float out of a column in a Cursor and writes it to a ContentValues.Adds nothing to the ContentValues if the column isn't present or if its value is null.
cursorIntToContentValues(Cursor,String,ContentValues) - function in net.zetetic.database.DatabaseUtils
Reads an Integer out of a field in a Cursor and writes it to a Map.
cursorIntToContentValues(Cursor,String,ContentValues,String) - function in net.zetetic.database.DatabaseUtils
Reads a Integer out of a field in a Cursor and writes it to a Map.
cursorIntToContentValuesIfPresent(Cursor,ContentValues,String) - function in net.zetetic.database.DatabaseUtils
Reads a Integer out of a column in a Cursor and writes it to a ContentValues.Adds nothing to the ContentValues if the column isn't present or if its value is null.
cursorLongToContentValues(Cursor,String,ContentValues) - function in net.zetetic.database.DatabaseUtils
Reads a Long out of a field in a Cursor and writes it to a Map.
cursorLongToContentValues(Cursor,String,ContentValues,String) - function in net.zetetic.database.DatabaseUtils
Reads a Long out of a field in a Cursor and writes it to a Map.
cursorLongToContentValuesIfPresent(Cursor,ContentValues,String) - function in net.zetetic.database.DatabaseUtils
Reads a Long out of a column in a Cursor and writes it to a ContentValues.Adds nothing to the ContentValues if the column isn't present or if its value is null.
cursorPickFillWindowStartPosition(int,int) - function in net.zetetic.database.DatabaseUtils
Picks a start position for fillWindow such that thewindow will contain the requested row and a useful range of rowsaround it.When the data set is too large to fit in a cursor window, seeking thecursor can become a very expensive operation since we have to run thequery again when we move outside the bounds of the current window.We try to choose a start position for the cursor window such that1/3 of the window's capacity is used to hold rows before the requestedposition and 2/3 of the window's capacity is used to hold rows after therequested position.
cursorRequeried(Cursor) - function in net.zetetic.database.sqlcipher.SQLiteDirectCursorDriver
Called by a SQLiteCursor when it is requeried.
cursorRequeried(Cursor) - function in net.zetetic.database.sqlcipher.SQLiteCursorDriver
Called by a SQLiteCursor when it is requeried.
cursorRowToContentValues(Cursor,ContentValues) - function in net.zetetic.database.DatabaseUtils
Read the entire contents of a cursor row and store them in a ContentValues.
cursorShortToContentValuesIfPresent(Cursor,ContentValues,String) - function in net.zetetic.database.DatabaseUtils
Reads a Short out of a column in a Cursor and writes it to a ContentValues.Adds nothing to the ContentValues if the column isn't present or if its value is null.
cursorStringToContentValues(Cursor,String,ContentValues) - function in net.zetetic.database.DatabaseUtils
Reads a String out of a field in a Cursor and writes it to a Map.
cursorStringToContentValues(Cursor,String,ContentValues,String) - function in net.zetetic.database.DatabaseUtils
Reads a String out of a field in a Cursor and writes it to a Map.
cursorStringToContentValuesIfPresent(Cursor,ContentValues,String) - function in net.zetetic.database.DatabaseUtils
Reads a String out of a column in a Cursor and writes it to a ContentValues.Adds nothing to the ContentValues if the column isn't present or if its value is null.
cursorStringToInsertHelper(Cursor,String,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.
A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W  Y