A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
E
- enableLocalizedCollators() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- enableLocalizedCollators() - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
- enableLocalizedCollators() - function in net.zetetic.database.sqlcipher.SQLiteConnection
- enableWriteAheadLogging() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- This method enables parallel execution of queries from multiple threads on thesame database.
- enableWriteAheadLogging() - function in androidx.sqlite.db.SQLiteDatabase
- endTransaction() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- End a transaction.
- endTransaction() - function in androidx.sqlite.db.SQLiteDatabase
- endTransaction(CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Ends the current transaction and commits or rolls back changes.
- execPerConnectionSQL(String,Array) - function in androidx.sqlite.db.SQLiteDatabase
- execSQL(String) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Execute a single SQL statement that is NOT a SELECTor any other SQL statement that returns data.
- execSQL(String,Array) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Execute a single SQL statement that is NOT a SELECT/INSERT/UPDATE/DELETE.
- execSQL(String) - function in androidx.sqlite.db.SQLiteDatabase
- execute() - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Execute the previously prepared insert or replace using the bound valuessince the last call to prepareForInsert or prepareForReplace.
- execute(String,Array,int,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 exampleCREATE / DROP table, view, trigger, index etc.
- execute() - function in androidx.sqlite.db.SQLiteStatement
- execute(String,Array,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement that does not return a result.
- executeForBlobFileDescriptor(String,Array,int,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement that returns a single BLOB result as afile descriptor to a shared memory region.
- executeForBlobFileDescriptor(String,Array,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement that returns a single BLOB result as afile descriptor to a shared memory region.
- executeForChangedRowCount(String,Array,int,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement that returns a count of the number of rowsthat were changed.
- executeForChangedRowCount(String,Array,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement that returns a count of the number of rowsthat were changed.
- executeForCursorWindow(String,Array,CursorWindow,int,int,boolean,int,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement and populates the specified CursorWindow with a range of results.
- executeForCursorWindow(String,Array,CursorWindow,int,int,boolean,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement and populates the specified CursorWindow with a range of results.
- executeForLastInsertedRowId(String,Array,int,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement that returns the row id of the last row insertedby the statement.
- executeForLastInsertedRowId(String,Array,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement that returns the row id of the last row insertedby the statement.
- executeForLong(String,Array,int,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement that returns a single
long
result. - executeForLong(String,Array,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement that returns a single
long
result. - executeForString(String,Array,int,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement that returns a single String result.
- executeForString(String,Array,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- 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.The SQL statement should be an INSERT for this to be a useful call.
- executeInsert() - function in androidx.sqlite.db.SQLiteStatement
- executeRaw(String,Array,int,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Executes a statement that returns a count of the number of rowsthat were changed.
- executeRaw() - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Execute this SQL statement, if it is not a SELECT / INSERT / DELETE / UPDATE, for exampleCREATE / DROP table, view, trigger, index etc.
- executeRaw(String,Array,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnection
- Executes a statement that returns a count of the number of rowsthat were changed.
- executeUpdateDelete() - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Execute this SQL statement, if the the number of rows affected by execution of this SQLstatement is of any importance to the caller - for example, UPDATE / DELETE SQL statements.
- executeUpdateDelete() - function in androidx.sqlite.db.SQLiteStatement