A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
I
- i(String,String) - function in net.zetetic.database.Logger
- i(String,String,Throwable) - function in net.zetetic.database.Logger
- initCause(Throwable) - function in java.lang.CursorWindowAllocationException
- initCause(Throwable) - function in java.lang.DatabaseObjectNotClosedException
- initCause(Throwable) - function in java.lang.SQLiteNotADatabaseException
- insert(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, an error isreturned.
- insert(String,int,ContentValues) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- insert(String,String,ContentValues) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Convenience method for inserting a row into the database.
- insert(String,int,ContentValues) - function in androidx.sqlite.db.SQLiteDatabase
- insertOrThrow(String,String,ContentValues) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Convenience method for inserting a row into the database.
- insertWithOnConflict(String,String,ContentValues,int) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- General method for inserting a row into the database.
- inTransaction() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Returns true if the current thread has a transaction pending.
- inTransaction() - function in androidx.sqlite.db.SQLiteDatabase
- isAfterLast() - function in net.zetetic.database.MatrixCursor
- isAfterLast() - function in android.database.MatrixCursor
- isAfterLast() - function in net.zetetic.database.AbstractCursor
- isAfterLast() - function in android.database.AbstractCursor
- isAfterLast() - function in net.zetetic.database.AbstractWindowedCursor
- isAfterLast() - function in android.database.AbstractWindowedCursor
- isAfterLast() - function in net.zetetic.database.SQLiteCursor
- isAfterLast() - function in android.database.SQLiteCursor
- isBeforeFirst() - function in net.zetetic.database.MatrixCursor
- isBeforeFirst() - function in android.database.MatrixCursor
- isBeforeFirst() - function in net.zetetic.database.AbstractCursor
- isBeforeFirst() - function in android.database.AbstractCursor
- isBeforeFirst() - function in net.zetetic.database.AbstractWindowedCursor
- isBeforeFirst() - function in android.database.AbstractWindowedCursor
- isBeforeFirst() - function in net.zetetic.database.SQLiteCursor
- isBeforeFirst() - function in android.database.SQLiteCursor
- isBlob(int,int) - function in net.zetetic.database.CursorWindow
- isClosed() - function in net.zetetic.database.MatrixCursor
- isClosed() - function in android.database.MatrixCursor
- isClosed() - function in net.zetetic.database.AbstractCursor
- isClosed() - function in android.database.AbstractCursor
- isClosed() - function in net.zetetic.database.AbstractWindowedCursor
- isClosed() - function in android.database.AbstractWindowedCursor
- isClosed() - function in net.zetetic.database.SQLiteCursor
- isClosed() - function in android.database.SQLiteCursor
- isDatabaseIntegrityOk() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Runs 'pragma integrity_check' on the given database (and all the attached databases)and returns true if the given database (and all its attached databases) pass integrity_check,false otherwise.
- isDatabaseIntegrityOk() - function in androidx.sqlite.db.SQLiteDatabase
- isDbLockedByCurrentThread() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Returns true if the current thread is holding an active connection to the database.
- isDbLockedByCurrentThread() - function in androidx.sqlite.db.SQLiteDatabase
- isDbLockedByOtherThreads() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Always returns false.
- isExecPerConnectionSQLSupported() - function in androidx.sqlite.db.SQLiteDatabase
- isFirst() - function in net.zetetic.database.MatrixCursor
- isFirst() - function in android.database.MatrixCursor
- isFirst() - function in net.zetetic.database.AbstractCursor
- isFirst() - function in android.database.AbstractCursor
- isFirst() - function in net.zetetic.database.AbstractWindowedCursor
- isFirst() - function in android.database.AbstractWindowedCursor
- isFirst() - function in net.zetetic.database.SQLiteCursor
- isFirst() - function in android.database.SQLiteCursor
- isInMemoryDatabase() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Returns true if the database is in-memory db.
- isInMemoryDb() - function in net.zetetic.database.sqlcipher.SQLiteDatabaseConfiguration
- Returns true if the database is in-memory.
- isLast() - function in net.zetetic.database.MatrixCursor
- isLast() - function in android.database.MatrixCursor
- isLast() - function in net.zetetic.database.AbstractCursor
- isLast() - function in android.database.AbstractCursor
- isLast() - function in net.zetetic.database.AbstractWindowedCursor
- isLast() - function in android.database.AbstractWindowedCursor
- isLast() - function in net.zetetic.database.SQLiteCursor
- isLast() - function in android.database.SQLiteCursor
- isLoggable(String,int) - function in net.zetetic.database.LogcatTarget
- isLoggable(String,int) - function in net.zetetic.database.LogTarget
- isLoggable(String,int) - function in net.zetetic.database.Logger
- isLoggable(String,int) - function in net.zetetic.database.NoopTarget
- isNull(int) - function in net.zetetic.database.MatrixCursor
- isNull(int) - function in android.database.MatrixCursor
- isNull(int) - function in net.zetetic.database.AbstractCursor
- isNull(int) - function in android.database.AbstractCursor
- isNull(int,int) - function in net.zetetic.database.CursorWindow
- isNull(int) - function in net.zetetic.database.AbstractWindowedCursor
- isNull(int) - function in net.zetetic.database.AbstractWindowedCursor
- isNull(int) - function in android.database.AbstractWindowedCursor
- isNull(int) - function in net.zetetic.database.SQLiteCursor
- isNull(int) - function in net.zetetic.database.SQLiteCursor
- isNull(int) - function in android.database.SQLiteCursor
- isOpen() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Returns true if the database is currently open.
- isOpen() - function in androidx.sqlite.db.SQLiteDatabase
- isPrimaryConnection() - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Returns true if this is the primary database connection.
- isReadOnly() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Returns true if the database is opened as read only.
- isReadOnly() - function in androidx.sqlite.db.SQLiteDatabase
- isWriteAheadLoggingEnabled() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Returns true if write-ahead logging has been enabled for this database.
- isWriteAheadLoggingEnabled() - function in androidx.sqlite.db.SQLiteDatabase