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 io.requery.android.database.sqlite.SQLiteConnectionPool
- enableLocalizedCollators() - function in io.requery.android.database.sqlite.SQLiteConnection
- enableWriteAheadLogging() - function in io.requery.android.database.sqlite.SQLiteDatabase
- This method enables parallel execution of queries from multiple threads on thesame database.
- enableWriteAheadLogging() - function in androidx.sqlite.db.SQLiteDatabase
- endTransaction() - function in io.requery.android.database.sqlite.SQLiteDatabase
- End a transaction.
- endTransaction() - function in androidx.sqlite.db.SQLiteDatabase
- endTransaction(CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteSession
- Ends the current transaction and commits or rolls back changes.
- equals(Object) - function in java.lang.annotation.Annotation
- execPerConnectionSQL(String,Array) - function in androidx.sqlite.db.SQLiteDatabase
- execSQL(String) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Execute a single SQL statement that is NOT a SELECTor any other SQL statement that returns data.
- execSQL(String,Array) - function in io.requery.android.database.sqlite.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 io.requery.android.database.sqlite.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 io.requery.android.database.sqlite.SQLiteConnection
- Executes a statement that does not return a result.
- execute(String,Array,int,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteSession
- Executes a statement that does not return a result.
- executeForBlobFileDescriptor(String,Array,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteConnection
- Executes a statement that returns a single BLOB result as afile descriptor to a shared memory region.
- executeForBlobFileDescriptor(String,Array,int,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteSession
- Executes a statement that returns a single BLOB result as afile descriptor to a shared memory region.
- executeForChangedRowCount(String,Array,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteConnection
- Executes a statement that returns a count of the number of rowsthat were changed.
- executeForChangedRowCount(String,Array,int,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteSession
- Executes a statement that returns a count of the number of rowsthat were changed.
- executeForCursorWindow(String,Array,CursorWindow,int,int,boolean,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteConnection
- Executes a statement and populates the specified CursorWindow with a range of results.
- executeForCursorWindow(String,Array,CursorWindow,int,int,boolean,int,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteSession
- Executes a statement and populates the specified CursorWindow with a range of results.
- executeForLastInsertedRowId(String,Array,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteConnection
- Executes a statement that returns the row id of the last row insertedby the statement.
- executeForLastInsertedRowId(String,Array,int,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteSession
- Executes a statement that returns the row id of the last row insertedby the statement.
- executeForLong(String,Array,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteConnection
- Executes a statement that returns a single
longresult. - executeForLong(String,Array,int,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteSession
- Executes a statement that returns a single
longresult. - executeForString(String,Array,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteConnection
- Executes a statement that returns a single String result.
- executeForString(String,Array,int,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteSession
- Executes a statement that returns a single String result.
- executeInsert() - function in io.requery.android.database.sqlite.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
- executeUpdateDelete() - function in io.requery.android.database.sqlite.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