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(int,net.zetetic.database.sqlcipher.SQLiteTransactionListener,int,android.os.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.
beginTransactionReadOnly() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
 
beginTransactionWithListener(android.database.sqlite.SQLiteTransactionListener) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
 
beginTransactionWithListener(net.zetetic.database.sqlcipher.SQLiteTransactionListener) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
Begins a transaction in EXCLUSIVE mode.
beginTransactionWithListenerNonExclusive(android.database.sqlite.SQLiteTransactionListener) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
 
beginTransactionWithListenerNonExclusive(net.zetetic.database.sqlcipher.SQLiteTransactionListener) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
Begins a transaction in IMMEDIATE mode.
beginTransactionWithListenerReadOnly(android.database.sqlite.SQLiteTransactionListener) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
 
bind(int,boolean) - function in net.zetetic.database.DatabaseUtils.InsertHelper
Bind the value to an index.
bind(int,kotlin.Array) - function in net.zetetic.database.DatabaseUtils.InsertHelper
Bind the value to an index.
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,int) - function in net.zetetic.database.DatabaseUtils.InsertHelper
Bind the value to an index.
bind(int,java.lang.String) - 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.
bindAllArgs(kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteProgram
Given a varargs of Object bindArgs, this method binds all of them in one single call.
bindAllArgs(kotlin.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(kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteProgram
Given an array of String bindArgs, this method binds all of them in one single call.
bindAllArgsAsStrings(kotlin.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,kotlin.Array) - function in androidx.sqlite.db.SupportSQLiteProgram
 
bindBlob(int,kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteProgram
Bind a byte array value to this statement.
bindBlob(int,kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteProgram
Bind a byte array value to this statement.
bindBlob(int,kotlin.Array) - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
 
bindBoolean(int,boolean) - function in androidx.sqlite.SQLiteStatement
 
bindDouble(int,double) - function in androidx.sqlite.db.SupportSQLiteProgram
 
bindDouble(int,double) - function in net.zetetic.database.sqlcipher.SQLiteProgram
Bind a double value to this statement.
bindDouble(int,double) - function in net.zetetic.database.sqlcipher.SQLiteProgram
Bind a double value to this statement.
bindDouble(int,double) - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
 
bindFloat(int,float) - function in androidx.sqlite.SQLiteStatement
 
bindInt(int,int) - function in androidx.sqlite.SQLiteStatement
 
bindLong(int,long) - function in androidx.sqlite.db.SupportSQLiteProgram
 
bindLong(int,long) - function in net.zetetic.database.sqlcipher.SQLiteProgram
Bind a long value to this statement.
bindLong(int,long) - function in net.zetetic.database.sqlcipher.SQLiteProgram
Bind a long value to this statement.
bindLong(int,long) - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
 
bindNull(int) - function in androidx.sqlite.db.SupportSQLiteProgram
 
bindNull(int) - function in net.zetetic.database.DatabaseUtils.InsertHelper
Bind null to an index.
bindNull(int) - function in net.zetetic.database.sqlcipher.SQLiteProgram
Bind a NULL value to this statement.
bindNull(int) - function in net.zetetic.database.sqlcipher.SQLiteProgram
Bind a NULL value to this statement.
bindNull(int) - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
 
bindObjectToProgram(net.zetetic.database.sqlcipher.SQLiteProgram,int,Object) - function in net.zetetic.database.DatabaseUtils
Binds the given Object to the given SQLiteProgram using the proper typing.
bindString(int,java.lang.String) - function in androidx.sqlite.db.SupportSQLiteProgram
 
bindString(int,java.lang.String) - function in net.zetetic.database.sqlcipher.SQLiteProgram
Bind a String value to this statement.
bindString(int,java.lang.String) - function in net.zetetic.database.sqlcipher.SQLiteProgram
Bind a String value to this statement.
bindText(int,java.lang.String) - function in net.zetetic.database.sqlcipher.driver.SQLCipherStatement
 
bindTo(androidx.sqlite.db.SupportSQLiteProgram) - function in net.zetetic.database.sqlcipher.SQLiteQuery
 
blobFileDescriptorForQuery(net.zetetic.database.sqlcipher.SQLiteDatabase,java.lang.String,kotlin.Array) - function in net.zetetic.database.DatabaseUtils
Utility method to run the query on the db and return the blob value in the first column of the first row.
blobFileDescriptorForQuery(net.zetetic.database.sqlcipher.SQLiteStatement,kotlin.Array) - function in net.zetetic.database.DatabaseUtils
Utility method to run the pre-compiled query and return the blob value in the first column of the first row.
buildQuery(kotlin.Array,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
Construct a SELECT statement suitable for use in a group of SELECT statements that will be joined through UNION operators in buildUnionQuery.
buildQuery(kotlin.Array,java.lang.String,kotlin.Array,java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
 
buildQueryString(boolean,java.lang.String,kotlin.Array,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
Build an SQL query string from the given clauses.
buildUnionQuery(kotlin.Array,java.lang.String,java.lang.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 those subqueries return.
buildUnionSubQuery(java.lang.String,kotlin.Array,java.util.Set,int,java.lang.String,java.lang.String,java.lang.String,java.lang.String) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
Construct a SELECT statement suitable for use in a group of SELECT statements that will be joined through UNION operators in buildUnionQuery.
buildUnionSubQuery(java.lang.String,kotlin.Array,java.util.Set,int,java.lang.String,java.lang.String,kotlin.Array,java.lang.String,java.lang.String) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
 
A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W  Y