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 net.zetetic.database.sqlcipher.SQLiteDatabase
- Begins a transaction in EXCLUSIVE mode.
- beginTransaction() - function in androidx.sqlite.db.SQLiteDatabase
- beginTransaction(int,SQLiteTransactionListener,int,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteSession
- Begins a transaction.
- beginTransactionNonExclusive() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Begins a transaction in IMMEDIATE mode.
- beginTransactionNonExclusive() - function in androidx.sqlite.db.SQLiteDatabase
- beginTransactionWithListener(SQLiteTransactionListener) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- beginTransactionWithListener(SQLiteTransactionListener) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Begins a transaction in EXCLUSIVE mode.
- beginTransactionWithListener(SQLiteTransactionListener) - function in androidx.sqlite.db.SQLiteDatabase
- beginTransactionWithListenerNonExclusive(SQLiteTransactionListener) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- beginTransactionWithListenerNonExclusive(SQLiteTransactionListener) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Begins a transaction in IMMEDIATE mode.
- beginTransactionWithListenerNonExclusive(SQLiteTransactionListener) - function in androidx.sqlite.db.SQLiteDatabase
- bind(int,double) - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Bind the value to an index.
- bind(int,float) - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Bind the value to an index.
- bind(int,long) - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Bind the value to an index.
- bind(int,int) - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Bind the value to an index.
- bind(int,boolean) - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Bind the value to an index.
- bind(int,Array) - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Bind the value to an index.
- bind(int,String) - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Bind the value to an index.
- bindAllArgs(Array) - function in net.zetetic.database.sqlcipher.SQLiteQuery
- Given a varargs of Object bindArgs, this method binds all of them in one single call.
- bindAllArgs(Array) - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Given a varargs of Object bindArgs, this method binds all of them in one single call.
- bindAllArgs(Array) - function in net.zetetic.database.sqlcipher.SQLiteProgram
- Given a varargs of Object bindArgs, this method binds all of them in one single call.
- bindAllArgsAsStrings(Array) - function in net.zetetic.database.sqlcipher.SQLiteQuery
- Given an array of String bindArgs, this method binds all of them in one single call.
- bindAllArgsAsStrings(Array) - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Given an array of String bindArgs, this method binds all of them in one single call.
- bindAllArgsAsStrings(Array) - function in net.zetetic.database.sqlcipher.SQLiteProgram
- Given an array of String bindArgs, this method binds all of them in one single call.
- bindBlob(int,Array) - function in net.zetetic.database.sqlcipher.SQLiteQuery
- Bind a byte array value to this statement.
- bindBlob(int,Array) - function in androidx.sqlite.db.SQLiteQuery
- bindBlob(int,Array) - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Bind a byte array value to this statement.
- bindBlob(int,Array) - function in androidx.sqlite.db.SQLiteStatement
- bindBlob(int,Array) - function in net.zetetic.database.sqlcipher.SQLiteProgram
- Bind a byte array value to this statement.
- bindBlob(int,Array) - function in androidx.sqlite.db.SQLiteProgram
- bindDouble(int,double) - function in net.zetetic.database.sqlcipher.SQLiteQuery
- Bind a double value to this statement.
- bindDouble(int,double) - function in androidx.sqlite.db.SQLiteQuery
- bindDouble(int,double) - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Bind a double value to this statement.
- bindDouble(int,double) - function in androidx.sqlite.db.SQLiteStatement
- bindDouble(int,double) - function in net.zetetic.database.sqlcipher.SQLiteProgram
- Bind a double value to this statement.
- bindDouble(int,double) - function in androidx.sqlite.db.SQLiteProgram
- bindLong(int,long) - function in net.zetetic.database.sqlcipher.SQLiteQuery
- Bind a long value to this statement.
- bindLong(int,long) - function in androidx.sqlite.db.SQLiteQuery
- bindLong(int,long) - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Bind a long value to this statement.
- bindLong(int,long) - function in androidx.sqlite.db.SQLiteStatement
- bindLong(int,long) - function in net.zetetic.database.sqlcipher.SQLiteProgram
- Bind a long value to this statement.
- bindLong(int,long) - function in androidx.sqlite.db.SQLiteProgram
- bindNull(int) - function in net.zetetic.database.DatabaseUtils.InsertHelper
- Bind null to an index.
- bindNull(int) - function in net.zetetic.database.sqlcipher.SQLiteQuery
- Bind a NULL value to this statement.
- bindNull(int) - function in androidx.sqlite.db.SQLiteQuery
- bindNull(int) - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Bind a NULL value to this statement.
- bindNull(int) - function in androidx.sqlite.db.SQLiteStatement
- bindNull(int) - function in net.zetetic.database.sqlcipher.SQLiteProgram
- Bind a NULL value to this statement.
- bindNull(int) - function in androidx.sqlite.db.SQLiteProgram
- bindObjectToProgram(SQLiteProgram,int,Object) - function in net.zetetic.database.DatabaseUtils
- Binds the given Object to the given SQLiteProgram using the propertyping.
- bindString(int,String) - function in net.zetetic.database.sqlcipher.SQLiteQuery
- Bind a String value to this statement.
- bindString(int,String) - function in androidx.sqlite.db.SQLiteQuery
- bindString(int,String) - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Bind a String value to this statement.
- bindString(int,String) - function in androidx.sqlite.db.SQLiteStatement
- bindString(int,String) - function in net.zetetic.database.sqlcipher.SQLiteProgram
- Bind a String value to this statement.
- bindString(int,String) - function in androidx.sqlite.db.SQLiteProgram
- blobFileDescriptorForQuery(SQLiteDatabase,String,Array) - function in net.zetetic.database.DatabaseUtils
- 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 net.zetetic.database.DatabaseUtils
- 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 net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Construct a SELECT statement suitable for use in a group ofSELECT statements that will be joined through UNION operatorsin buildUnionQuery.
- buildQuery(Array,String,Array,String,String,String,String) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- buildQueryString(boolean,String,Array,String,String,String,String,String) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Build an SQL query string from the given clauses.
- buildUnionQuery(Array,String,String) - function in net.zetetic.database.sqlcipher.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 net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Construct a SELECT statement suitable for use in a group ofSELECT statements that will be joined through UNION operatorsin buildUnionQuery.
- buildUnionSubQuery(String,Array,Set,int,String,String,Array,String,String) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder