A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
A
- AbstractCursor - class in net.zetetic.database
- This is an abstract cursor class that handles a lot of the common code that all cursors need to deal with and is provided for convenience reasons.
- AbstractWindowedCursor - class in net.zetetic.database
- A base class for Cursors that store their data in android.database.CursorWindows.
- acquireConnection(java.lang.String,int,android.os.CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
- Acquires a connection from the pool.
- acquireReference() - function in net.zetetic.database.sqlcipher.SQLiteClosable
- Acquires a reference to the object.
- acquireReference() - function in net.zetetic.database.sqlcipher.SQLiteClosable
- Acquires a reference to the object.
- add(Object) - function in net.zetetic.database.MatrixCursor.RowBuilder
- Sets the next column value in this row.
- addCustomFunction(java.lang.String,int,net.zetetic.database.sqlcipher.SQLiteDatabase.CustomFunction) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Registers a CustomFunction callback as a function that can be called from SQLite database triggers.
- addRow(java.lang.Iterable) - function in net.zetetic.database.MatrixCursor
- Adds a new row to the end with the given column values.
- addRow(kotlin.Array) - function in net.zetetic.database.MatrixCursor
- Adds a new row to the end with the given column values.
- addSuppressed(java.lang.Throwable) - function in java.lang.Throwable
- allocRow() - function in net.zetetic.database.CursorWindow
- Allocates a new row at the end of this cursor window.
- appendColumns(java.lang.StringBuilder,kotlin.Array) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Add the names that are non-null in columns to s, separating them with commas.
- appendEscapedSQLString(java.lang.StringBuilder,java.lang.String) - function in net.zetetic.database.DatabaseUtils
- Appends an SQL string to the given StringBuilder, including the opening and closing single quotes.
- appendSelectionArgs(kotlin.Array,kotlin.Array) - function in net.zetetic.database.DatabaseUtils
- Appends one set of selection args to another.
- appendValueToSql(java.lang.StringBuilder,Object) - function in net.zetetic.database.DatabaseUtils
- Appends an Object to an SQL string with the proper escaping, etc.
- appendWhere(java.lang.CharSequence) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Append a chunk to the WHERE clause of the query.
- appendWhereEscapeString(java.lang.String) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Append a chunk to the WHERE clause of the query.