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 io.requery.android.database.sqlite.SQLiteDatabase.CustomFunction
- Invoked whenever the function is called.
- callback(SQLiteDatabase.Function.Args,SQLiteDatabase.Function.Result) - function in io.requery.android.database.sqlite.SQLiteDatabase.Function
- Invoked whenever the function is called.
- clear() - function in io.requery.android.database.CursorWindow
- Clears out the existing contents of the window, making it safe to reusefor new data.
- clearBindings() - function in io.requery.android.database.sqlite.SQLiteQuery
- Clears all existing bindings.
- clearBindings() - function in androidx.sqlite.db.SQLiteQuery
- clearBindings() - function in io.requery.android.database.sqlite.SQLiteStatement
- Clears all existing bindings.
- clearBindings() - function in androidx.sqlite.db.SQLiteStatement
- clearBindings() - function in io.requery.android.database.sqlite.SQLiteProgram
- Clears all existing bindings.
- clearBindings() - function in androidx.sqlite.db.SQLiteProgram
- close() - function in io.requery.android.database.sqlite.CursorWindow
- Releases a reference to the object, closing the object if the last referencewas released.
- close() - function in java.io.CursorWindow
- close() - function in io.requery.android.database.AbstractWindowedCursor
- close() - function in android.database.AbstractWindowedCursor
- close() - function in io.requery.android.database.AbstractCursor
- close() - function in android.database.AbstractCursor
- close() - function in io.requery.android.database.sqlite.SQLiteDatabase
- Releases a reference to the object, closing the object if the last referencewas released.
- close() - function in java.io.SQLiteDatabase
- close() - function in io.requery.android.database.sqlite.CloseGuard
- Marks this CloseGuard instance as closed to avoid warnings onfinalization.
- close() - function in io.requery.android.database.sqlite.SQLiteConnectionPool
- Closes the connection pool.
- close() - function in java.io.SQLiteConnectionPool
- close() - function in io.requery.android.database.sqlite.SQLiteQuery
- Releases a reference to the object, closing the object if the last referencewas released.
- close() - function in java.io.SQLiteQuery
- close() - function in io.requery.android.database.sqlite.SQLiteClosable
- Releases a reference to the object, closing the object if the last referencewas released.
- close() - function in java.io.SQLiteClosable
- close() - function in io.requery.android.database.sqlite.SQLiteStatement
- Releases a reference to the object, closing the object if the last referencewas released.
- close() - function in java.io.SQLiteStatement
- close() - function in io.requery.android.database.sqlite.SQLiteCursor
- close() - function in android.database.SQLiteCursor
- close() - function in io.requery.android.database.sqlite.SQLiteOpenHelper
- Close any open database object.
- close() - function in androidx.sqlite.db.SQLiteOpenHelper
- close() - function in io.requery.android.database.sqlite.SQLiteProgram
- Releases a reference to the object, closing the object if the last referencewas released.
- close() - function in java.io.SQLiteProgram
- CloseGuard - class in io.requery.android.database.sqlite
- 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 io.requery.android.database.sqlite.CloseGuard
- Interface to allow customization of reporting behavior.
- collectDbStats(ArrayList) - function in io.requery.android.database.sqlite.SQLiteConnectionPool
- Collects statistics about database connection memory usage.
- compileStatement(String) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Compiles an SQL statement into a reusable pre-compiled statement object.
- compileStatement(String) - function in androidx.sqlite.db.SQLiteDatabase
- copyStringToBuffer(int,int,CharArrayBuffer) - function in io.requery.android.database.CursorWindow
- Copies the text of the field at the specified row and column index intoa CharArrayBuffer.
- copyStringToBuffer(int,CharArrayBuffer) - function in io.requery.android.database.AbstractWindowedCursor
- copyStringToBuffer(int,CharArrayBuffer) - function in android.database.AbstractWindowedCursor
- copyStringToBuffer(int,CharArrayBuffer) - function in io.requery.android.database.AbstractCursor
- copyStringToBuffer(int,CharArrayBuffer) - function in android.database.AbstractCursor
- copyStringToBuffer(int,CharArrayBuffer) - function in io.requery.android.database.SQLiteCursor
- copyStringToBuffer(int,CharArrayBuffer) - function in android.database.SQLiteCursor
- create(SQLiteDatabase.CursorFactory) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Create a memory backed SQLite database.
- create(SupportSQLiteOpenHelper.Configuration) - function in io.requery.android.database.sqlite.RequerySQLiteOpenHelperFactory
- create(SupportSQLiteOpenHelper.Configuration) - function in androidx.sqlite.db.RequerySQLiteOpenHelperFactory
- cursorClosed() - function in io.requery.android.database.sqlite.SQLiteCursorDriver
- Called by a SQLiteCursor when it it closed to destroy this object as well.
- cursorClosed() - function in io.requery.android.database.sqlite.SQLiteDirectCursorDriver
- Called by a SQLiteCursor when it it closed to destroy this object as well.
- cursorDeactivated() - function in io.requery.android.database.sqlite.SQLiteCursorDriver
- Called by a SQLiteCursor when it is released.
- cursorDeactivated() - function in io.requery.android.database.sqlite.SQLiteDirectCursorDriver
- Called by a SQLiteCursor when it is released.
- cursorPickFillWindowStartPosition(int,int) - function in io.requery.android.database.sqlite.SQLiteCursor
- cursorRequeried(Cursor) - function in io.requery.android.database.sqlite.SQLiteCursorDriver
- Called by a SQLiteCursor when it is requeried.
- cursorRequeried(Cursor) - function in io.requery.android.database.sqlite.SQLiteDirectCursorDriver
- Called by a SQLiteCursor when it is requeried.
- CursorWindow - class in io.requery.android.database
- A buffer containing multiple cursor rows.
- CursorWindowAllocationException - class in io.requery.android.database
- This exception is thrown when a CursorWindow couldn't be allocated, most probably due to memory not being available.