A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
B
- beginTransaction() - function in io.requery.android.database.sqlite.SQLiteDatabase
- Begins a transaction in EXCLUSIVE mode.
- beginTransaction() - function in androidx.sqlite.db.SQLiteDatabase
- beginTransaction(int,SQLiteTransactionListener,int,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteSession
- Begins a transaction.
- beginTransactionDeferred() - function in io.requery.android.database.sqlite.SQLiteDatabase
- Begins a transaction in DEFERRED mode.
- beginTransactionNonExclusive() - function in io.requery.android.database.sqlite.SQLiteDatabase
- Begins a transaction in IMMEDIATE mode.
- beginTransactionNonExclusive() - function in androidx.sqlite.db.SQLiteDatabase
- beginTransactionWithListener(SQLiteTransactionListener) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Begins a transaction in EXCLUSIVE mode.
- beginTransactionWithListener(SQLiteTransactionListener) - function in androidx.sqlite.db.SQLiteDatabase
- beginTransactionWithListenerDeferred(SQLiteTransactionListener) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Begins a transaction in DEFERRED mode.
- beginTransactionWithListenerNonExclusive(SQLiteTransactionListener) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Begins a transaction in IMMEDIATE mode.
- beginTransactionWithListenerNonExclusive(SQLiteTransactionListener) - function in androidx.sqlite.db.SQLiteDatabase
- bindAllArgsAsStrings(Array) - function in io.requery.android.database.sqlite.SQLiteQuery
- Given an array of String bindArgs, this method binds all of them in one single call.
- bindAllArgsAsStrings(Array) - function in io.requery.android.database.sqlite.SQLiteStatement
- Given an array of String bindArgs, this method binds all of them in one single call.
- bindAllArgsAsStrings(Array) - function in io.requery.android.database.sqlite.SQLiteProgram
- Given an array of String bindArgs, this method binds all of them in one single call.
- bindBlob(int,Array) - function in io.requery.android.database.sqlite.SQLiteQuery
- Bind a byte array value to this statement.
- bindBlob(int,Array) - function in androidx.sqlite.db.SQLiteQuery
- bindBlob(int,Array) - function in io.requery.android.database.sqlite.SQLiteStatement
- Bind a byte array value to this statement.
- bindBlob(int,Array) - function in androidx.sqlite.db.SQLiteStatement
- bindBlob(int,Array) - function in io.requery.android.database.sqlite.SQLiteProgram
- Bind a byte array value to this statement.
- bindBlob(int,Array) - function in androidx.sqlite.db.SQLiteProgram
- bindDouble(int,double) - function in io.requery.android.database.sqlite.SQLiteQuery
- Bind a double value to this statement.
- bindDouble(int,double) - function in androidx.sqlite.db.SQLiteQuery
- bindDouble(int,double) - function in io.requery.android.database.sqlite.SQLiteStatement
- Bind a double value to this statement.
- bindDouble(int,double) - function in androidx.sqlite.db.SQLiteStatement
- bindDouble(int,double) - function in io.requery.android.database.sqlite.SQLiteProgram
- Bind a double value to this statement.
- bindDouble(int,double) - function in androidx.sqlite.db.SQLiteProgram
- bindLong(int,long) - function in io.requery.android.database.sqlite.SQLiteQuery
- Bind a long value to this statement.
- bindLong(int,long) - function in androidx.sqlite.db.SQLiteQuery
- bindLong(int,long) - function in io.requery.android.database.sqlite.SQLiteStatement
- Bind a long value to this statement.
- bindLong(int,long) - function in androidx.sqlite.db.SQLiteStatement
- bindLong(int,long) - function in io.requery.android.database.sqlite.SQLiteProgram
- Bind a long value to this statement.
- bindLong(int,long) - function in androidx.sqlite.db.SQLiteProgram
- bindNull(int) - function in io.requery.android.database.sqlite.SQLiteQuery
- Bind a NULL value to this statement.
- bindNull(int) - function in androidx.sqlite.db.SQLiteQuery
- bindNull(int) - function in io.requery.android.database.sqlite.SQLiteStatement
- Bind a NULL value to this statement.
- bindNull(int) - function in androidx.sqlite.db.SQLiteStatement
- bindNull(int) - function in io.requery.android.database.sqlite.SQLiteProgram
- Bind a NULL value to this statement.
- bindNull(int) - function in androidx.sqlite.db.SQLiteProgram
- bindObject(int,Object) - function in io.requery.android.database.sqlite.SQLiteQuery
- Binds the given Object to the given SQLiteProgram using the propertyping.
- bindObject(int,Object) - function in io.requery.android.database.sqlite.SQLiteStatement
- Binds the given Object to the given SQLiteProgram using the propertyping.
- bindObject(int,Object) - function in io.requery.android.database.sqlite.SQLiteProgram
- Binds the given Object to the given SQLiteProgram using the propertyping.
- bindString(int,String) - function in io.requery.android.database.sqlite.SQLiteQuery
- Bind a String value to this statement.
- bindString(int,String) - function in androidx.sqlite.db.SQLiteQuery
- bindString(int,String) - function in io.requery.android.database.sqlite.SQLiteStatement
- Bind a String value to this statement.
- bindString(int,String) - function in androidx.sqlite.db.SQLiteStatement
- bindString(int,String) - function in io.requery.android.database.sqlite.SQLiteProgram
- Bind a String value to this statement.
- bindString(int,String) - function in androidx.sqlite.db.SQLiteProgram
- blobFileDescriptorForQuery(String,Array) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Utility method to run the query on the db and return the blob value in thefirst column of the first row.
- blobFileDescriptorForQuery(SQLiteStatement,Array) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Utility method to run the pre-compiled query and return the blob value in thefirst column of the first row.
- buildQuery(Array,String,String,String,String,String) - function in io.requery.android.database.sqlite.SQLiteQueryBuilder
- Construct a SELECT statement suitable for use in a group ofSELECT statements that will be joined through UNION operatorsin buildUnionQuery.
- buildQueryString(boolean,String,Array,String,String,String,String,String) - function in io.requery.android.database.sqlite.SQLiteQueryBuilder
- Build an SQL query string from the given clauses.
- buildUnionQuery(Array,String,String) - function in io.requery.android.database.sqlite.SQLiteQueryBuilder
- Given a set of subqueries, all of which are SELECT statements,construct a query that returns the union of what thosesubqueries return.
- buildUnionSubQuery(String,Array,Set,int,String,String,String,String) - function in io.requery.android.database.sqlite.SQLiteQueryBuilder
- Construct a SELECT statement suitable for use in a group ofSELECT statements that will be joined through UNION operatorsin buildUnionQuery.