A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
R
- rawExecSQL(String,Array) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Executes a statement that returns a count of the number of rowsthat were changed.
- rawQuery(String,Array) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Runs the provided SQL and returns a Cursor over the result set.
- rawQuery(String,Array) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Runs the provided SQL and returns a Cursor over the result set.
- rawQuery(String,Array,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Runs the provided SQL and returns a Cursor over the result set.
- rawQueryWithFactory(SQLiteDatabase.CursorFactory,String,Array,String) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Runs the provided SQL and returns a cursor over the result set.
- rawQueryWithFactory(SQLiteDatabase.CursorFactory,String,Array,String,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Runs the provided SQL and returns a cursor over the result set.
- reconfigure(SQLiteDatabaseConfiguration) - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
- Reconfigures the database configuration of the connection pool and all of itsconnections.
- registerContentObserver(ContentObserver) - function in net.zetetic.database.MatrixCursor
- registerContentObserver(ContentObserver) - function in android.database.MatrixCursor
- registerContentObserver(ContentObserver) - function in net.zetetic.database.AbstractCursor
- registerContentObserver(ContentObserver) - function in android.database.AbstractCursor
- registerContentObserver(ContentObserver) - function in net.zetetic.database.AbstractWindowedCursor
- registerContentObserver(ContentObserver) - function in android.database.AbstractWindowedCursor
- registerContentObserver(ContentObserver) - function in net.zetetic.database.SQLiteCursor
- registerContentObserver(ContentObserver) - function in android.database.SQLiteCursor
- registerDataSetObserver(DataSetObserver) - function in net.zetetic.database.MatrixCursor
- registerDataSetObserver(DataSetObserver) - function in android.database.MatrixCursor
- registerDataSetObserver(DataSetObserver) - function in net.zetetic.database.AbstractCursor
- registerDataSetObserver(DataSetObserver) - function in android.database.AbstractCursor
- registerDataSetObserver(DataSetObserver) - function in net.zetetic.database.AbstractWindowedCursor
- registerDataSetObserver(DataSetObserver) - function in android.database.AbstractWindowedCursor
- registerDataSetObserver(DataSetObserver) - function in net.zetetic.database.SQLiteCursor
- registerDataSetObserver(DataSetObserver) - function in android.database.SQLiteCursor
- releaseConnection(SQLiteConnection) - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
- Releases a connection back to the pool.
- releaseMemory() - function in net.zetetic.database.sqlcipher.SQLiteGlobal
- Attempts to release memory by pruning the SQLite page cache and otherinternal data structures.
- releaseMemory() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Attempts to release memory that SQLite holds but does not require tooperate properly.
- releaseReference() - function in net.zetetic.database.sqlcipher.CursorWindow
- Releases a reference to the object, closing the object if the last referencewas released.
- releaseReference() - function in net.zetetic.database.sqlcipher.SQLiteQuery
- Releases a reference to the object, closing the object if the last referencewas released.
- releaseReference() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Releases a reference to the object, closing the object if the last referencewas released.
- releaseReference() - function in net.zetetic.database.sqlcipher.SQLiteClosable
- Releases a reference to the object, closing the object if the last referencewas released.
- releaseReference() - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Releases a reference to the object, closing the object if the last referencewas released.
- releaseReference() - function in net.zetetic.database.sqlcipher.SQLiteProgram
- Releases a reference to the object, closing the object if the last referencewas released.
- releaseReferenceFromContainer() - function in net.zetetic.database.sqlcipher.CursorWindow
- Releases a reference to the object that was owned by the container of the object,closing the object if the last reference was released.
- releaseReferenceFromContainer() - function in net.zetetic.database.sqlcipher.SQLiteQuery
- Releases a reference to the object that was owned by the container of the object,closing the object if the last reference was released.
- releaseReferenceFromContainer() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Releases a reference to the object that was owned by the container of the object,closing the object if the last reference was released.
- releaseReferenceFromContainer() - function in net.zetetic.database.sqlcipher.SQLiteClosable
- Releases a reference to the object that was owned by the container of the object,closing the object if the last reference was released.
- releaseReferenceFromContainer() - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Releases a reference to the object that was owned by the container of the object,closing the object if the last reference was released.
- releaseReferenceFromContainer() - function in net.zetetic.database.sqlcipher.SQLiteProgram
- Releases a reference to the object that was owned by the container of the object,closing the object if the last reference was released.
- reopenReadWrite() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Reopens the database in read-write mode.If the database is already read-write, does nothing.
- replace(ContentValues) - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Performs an insert, adding a new row with the given values.If the table contains conflicting rows, they are deletedand replaced with the new row.
- replace(String,String,ContentValues) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Convenience method for replacing a row in the database.Inserts a new row if a row does not already exist.
- replaceOrThrow(String,String,ContentValues) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Convenience method for replacing a row in the database.Inserts a new row if a row does not already exist.
- report(String,Throwable) - function in net.zetetic.database.sqlcipher.CloseGuard.Reporter
- requery() - function in net.zetetic.database.MatrixCursor
- requery() - function in android.database.MatrixCursor
- requery() - function in net.zetetic.database.AbstractCursor
- requery() - function in android.database.AbstractCursor
- requery() - function in net.zetetic.database.AbstractWindowedCursor
- requery() - function in android.database.AbstractWindowedCursor
- requery() - function in net.zetetic.database.sqlcipher.SQLiteCursor
- requery() - function in android.database.SQLiteCursor
- resetCursorWindowSize() - function in net.zetetic.database.sqlcipher.SQLiteCursor
- respond(Bundle) - function in net.zetetic.database.MatrixCursor
- respond(Bundle) - function in android.database.MatrixCursor
- respond(Bundle) - function in net.zetetic.database.AbstractCursor
- respond(Bundle) - function in android.database.AbstractCursor
- respond(Bundle) - function in net.zetetic.database.AbstractWindowedCursor
- respond(Bundle) - function in android.database.AbstractWindowedCursor
- respond(Bundle) - function in net.zetetic.database.SQLiteCursor
- respond(Bundle) - function in android.database.SQLiteCursor