A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
E
- e(java.lang.String,java.lang.String) - function in net.zetetic.database.Logger
- e(java.lang.String,java.lang.String,java.lang.Throwable) - function in net.zetetic.database.Logger
- enableLocalizedCollators() - function in net.zetetic.database.sqlcipher.SQLiteConnection
- enableLocalizedCollators() - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
- enableLocalizedCollators() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- enableWriteAheadLogging() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- This method enables parallel execution of queries from multiple threads on the same database.
- endTransaction() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- End a transaction.
- endTransaction(android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Ends the current transaction and commits or rolls back changes.
- execPerConnectionSQL(java.lang.String,kotlin.Array) - function in androidx.sqlite.db.SupportSQLiteDatabase
- execSQL(java.lang.String) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Execute a single SQL statement that is NOT a SELECT or any other SQL statement that returns data.
- execSQL(java.lang.String,kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Execute a single SQL statement that is NOT a SELECT/INSERT/UPDATE/DELETE.
- execute() - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Execute the previously prepared insert or replace using the bound values since the last call to prepareForInsert or prepareForReplace.
- execute(java.lang.String,kotlin.Array,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement that does not return a result.
- execute(java.lang.String,kotlin.Array,int,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement that does not return a result.
- execute() - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Execute this SQL statement, if it is not a SELECT / INSERT / DELETE / UPDATE, for example CREATE / DROP table, view, trigger, index etc.
- executeForBlobFileDescriptor(java.lang.String,kotlin.Array,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement that returns a single BLOB result as a file descriptor to a shared memory region.
- executeForBlobFileDescriptor(java.lang.String,kotlin.Array,int,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement that returns a single BLOB result as a file descriptor to a shared memory region.
- executeForChangedRowCount(java.lang.String,kotlin.Array,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement that returns a count of the number of rows that were changed.
- executeForChangedRowCount(java.lang.String,kotlin.Array,int,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement that returns a count of the number of rows that were changed.
- executeForCursorWindow(java.lang.String,kotlin.Array,net.zetetic.database.CursorWindow,int,int,boolean,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement and populates the specified CursorWindow with a range of results.
- executeForCursorWindow(java.lang.String,kotlin.Array,net.zetetic.database.CursorWindow,int,int,boolean,int,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement and populates the specified CursorWindow with a range of results.
- executeForLastInsertedRowId(java.lang.String,kotlin.Array,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement that returns the row id of the last row inserted by the statement.
- executeForLastInsertedRowId(java.lang.String,kotlin.Array,int,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement that returns the row id of the last row inserted by the statement.
- executeForLong(java.lang.String,kotlin.Array,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement that returns a single
longresult. - executeForLong(java.lang.String,kotlin.Array,int,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement that returns a single
longresult. - executeForString(java.lang.String,kotlin.Array,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement that returns a single String result.
- executeForString(java.lang.String,kotlin.Array,int,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement that returns a single String result.
- executeInsert() - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Execute this SQL statement and return the ID of the row inserted due to this call.
- executeRaw(java.lang.String,kotlin.Array,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement that returns a count of the number of rows that were changed.
- executeRaw(java.lang.String,kotlin.Array,int,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement that returns a count of the number of rows that were changed.
- executeRaw() - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Execute this SQL statement, if it is not a SELECT / INSERT / DELETE / UPDATE, for example CREATE / DROP table, view, trigger, index etc.
- executeUpdateDelete() - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Execute this SQL statement, if the the number of rows affected by execution of this SQL statement is of any importance to the caller - for example, UPDATE / DELETE SQL statements.