A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
D
- d(java.lang.String,java.lang.String) - function in net.zetetic.database.Logger
- d(java.lang.String,java.lang.String,java.lang.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 using the same statement.
- deactivate() - function in android.database.Cursor
- deactivate() - function in net.zetetic.database.AbstractCursor
- deactivate() - function in net.zetetic.database.AbstractCursor
- deactivate() - function in net.zetetic.database.sqlcipher.SQLiteCursor
- DefaultDatabaseErrorHandler - class in net.zetetic.database
- Default class used to define the action to take when database corruption is reported by sqlite.
- delete(java.lang.String,java.lang.String,kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- delete(java.lang.String,java.lang.String,kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Convenience method for deleting rows in the database.
- deleteDatabase(java.io.File) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Deletes a database including its journal file and other auxiliary files that may have been created by the database engine.
- disableWriteAheadLogging() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- This method disables the features enabled by enableWriteAheadLogging.
- dump(android.util.Printer,boolean) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Dumps debugging information about this connection.
- dump(android.util.Printer,boolean) - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
- Dumps debugging information about this connection pool.
- dump(android.util.Printer,kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteDebug
- Dumps detailed information about all databases used by the process.
- dumpCurrentRow(android.database.Cursor) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor's current row to System.out.
- dumpCurrentRow(android.database.Cursor,java.io.PrintStream) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor's current row to a PrintSteam.
- dumpCurrentRow(android.database.Cursor,java.lang.StringBuilder) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor's current row to a StringBuilder.
- dumpCurrentRowToString(android.database.Cursor) - function in net.zetetic.database.DatabaseUtils
- Dump the contents of a Cursor's current row to a String.
- dumpCursor(android.database.Cursor) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor to System.out.
- dumpCursor(android.database.Cursor,java.io.PrintStream) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor to a PrintSteam.
- dumpCursor(android.database.Cursor,java.lang.StringBuilder) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor to a StringBuilder.
- dumpCursorToString(android.database.Cursor) - function in net.zetetic.database.DatabaseUtils
- Prints the contents of a Cursor to a String.