A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
D
- d(String,String) - function in net.zetetic.database.Logger
- d(String,String,Throwable) - function in net.zetetic.database.Logger
- DatabaseErrorHandler - class in net.zetetic.database
- An interface to let apps define an action to take when database corruption is detected.
- DatabaseObjectNotClosedException - class in net.zetetic.database.sqlcipher
- An exception that indicates that garbage-collector is finalizing a database object that is not explicitly closed
- DatabaseUtils - class in net.zetetic.database
- Static utility methods for dealing with databases and Cursors.
- DatabaseUtils.InsertHelper - class in net.zetetic.database.DatabaseUtils
- This class allows users to do multiple inserts into a table usingthe same statement.
- deactivate() - function in net.zetetic.database.MatrixCursor
- deactivate() - function in android.database.MatrixCursor
- deactivate() - function in net.zetetic.database.AbstractCursor
- deactivate() - function in android.database.AbstractCursor
- deactivate() - function in net.zetetic.database.AbstractWindowedCursor
- deactivate() - function in android.database.AbstractWindowedCursor
- deactivate() - function in net.zetetic.database.sqlcipher.SQLiteCursor
- deactivate() - function in android.database.SQLiteCursor
- DefaultDatabaseErrorHandler - class in net.zetetic.database
- Default class used to define the action to take when database corruption is reported by sqlite.
- delete(String,String,Array) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- delete(String,String,Array) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Convenience method for deleting rows in the database.
- delete(String,String,Array) - function in androidx.sqlite.db.SQLiteDatabase
- deleteDatabase(File) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Deletes a database including its journal file and other auxiliary filesthat may have been created by the database engine.
- disableWriteAheadLogging() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- This method disables the features enabled by enableWriteAheadLogging.
- disableWriteAheadLogging() - function in androidx.sqlite.db.SQLiteDatabase
- dump(Printer,Array) - function in net.zetetic.database.sqlcipher.SQLiteDebug
- Dumps detailed information about all databases used by the process.
- dump(Printer,boolean) - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
- Dumps debugging information about this connection pool.
- dump(Printer,boolean) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Dumps debugging information about this connection.
- dumpCurrentRow(Cursor) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor's current row to System.out.
- dumpCurrentRow(Cursor,PrintStream) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor's current row to a PrintSteam.
- dumpCurrentRow(Cursor,StringBuilder) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor's current row to a StringBuilder.
- dumpCurrentRowToString(Cursor) - function in net.zetetic.database.DatabaseUtils
- Dump the contents of a Cursor's current row to a String.
- dumpCursor(Cursor) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor to System.out.
- dumpCursor(Cursor,PrintStream) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor to a PrintSteam.
- dumpCursor(Cursor,StringBuilder) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor to a StringBuilder.
- dumpCursorToString(Cursor) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor to a String.