A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
I
- i(java.lang.String,java.lang.String) - function in net.zetetic.database.Logger
- i(java.lang.String,java.lang.String,java.lang.Throwable) - function in net.zetetic.database.Logger
- initCause(java.lang.Throwable) - function in java.lang.Throwable
- insert(android.content.ContentValues) - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Performs an insert, adding a new row with the given values.
- insert(java.lang.String,int,android.content.ContentValues) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- insert(java.lang.String,java.lang.String,android.content.ContentValues) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Convenience method for inserting a row into the database.
- insertOrThrow(java.lang.String,java.lang.String,android.content.ContentValues) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Convenience method for inserting a row into the database.
- insertWithOnConflict(java.lang.String,java.lang.String,android.content.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 net.zetetic.database.sqlcipher.driver.SQLCipherConnection
- isAfterLast() - function in android.database.Cursor
- isAfterLast() - function in net.zetetic.database.AbstractCursor
- isAfterLast() - function in net.zetetic.database.AbstractCursor
- isBeforeFirst() - function in android.database.Cursor
- isBeforeFirst() - function in net.zetetic.database.AbstractCursor
- isBeforeFirst() - function in net.zetetic.database.AbstractCursor
- isBlob(int,int) - function in net.zetetic.database.CursorWindow
- isClosed() - function in android.database.Cursor
- isClosed() - function in net.zetetic.database.AbstractCursor
- isClosed() - function in net.zetetic.database.AbstractCursor
- 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.
- isDbLockedByCurrentThread() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Returns true if the current thread is holding an active connection to the database.
- isDbLockedByOtherThreads() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Always returns false.
- isExecPerConnectionSQLSupported() - function in androidx.sqlite.db.SupportSQLiteDatabase
- isFirst() - function in android.database.Cursor
- isFirst() - function in net.zetetic.database.AbstractCursor
- isFirst() - function in net.zetetic.database.AbstractCursor
- 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 android.database.Cursor
- isLast() - function in net.zetetic.database.AbstractCursor
- isLast() - function in net.zetetic.database.AbstractCursor
- isLoggable(java.lang.String,int) - function in net.zetetic.database.LogTarget
- isLoggable(java.lang.String,int) - function in net.zetetic.database.LogcatTarget
- isLoggable(java.lang.String,int) - function in net.zetetic.database.Logger
- isLoggable(java.lang.String,int) - function in net.zetetic.database.NoopTarget
- isNull(int) - function in android.database.Cursor
- isNull(int) - function in net.zetetic.database.AbstractCursor
- isNull(int) - function in net.zetetic.database.AbstractCursor
- isNull(int) - function in net.zetetic.database.AbstractWindowedCursor
- isNull(int) - function in net.zetetic.database.AbstractWindowedCursor
- isNull(int,int) - function in net.zetetic.database.CursorWindow
- isNull(int) - function in net.zetetic.database.MatrixCursor
- isNull(int) - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
- isOpen() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Returns true if the database is currently open.
- 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.
- isWriteAheadLoggingEnabled() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Returns true if write-ahead logging has been enabled for this database.