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(String,int,CancellationSignal) - function in net.zetetic.database.sqlcipher.SQLiteConnectionPool
- Acquires a connection from the pool.
- acquireReference() - function in net.zetetic.database.sqlcipher.CursorWindow
- Acquires a reference to the object.
- acquireReference() - function in net.zetetic.database.sqlcipher.SQLiteQuery
- Acquires a reference to the object.
- acquireReference() - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Acquires a reference to the object.
- acquireReference() - function in net.zetetic.database.sqlcipher.SQLiteClosable
- Acquires a reference to the object.
- acquireReference() - function in net.zetetic.database.sqlcipher.SQLiteStatement
- Acquires a reference to the object.
- acquireReference() - function in net.zetetic.database.sqlcipher.SQLiteProgram
- Acquires a reference to the object.
- add(Object) - function in net.zetetic.database.MatrixCursor.RowBuilder
- Sets the next column value in this row.
- addCustomFunction(String,int,SQLiteDatabase.CustomFunction) - function in net.zetetic.database.sqlcipher.SQLiteDatabase
- Registers a CustomFunction callback as a function that can be called fromSQLite database triggers.
- addRow(Array) - function in net.zetetic.database.MatrixCursor
- Adds a new row to the end with the given column values.
- addRow(Iterable) - function in net.zetetic.database.MatrixCursor
- Adds a new row to the end with the given column values.
- addSuppressed(Throwable) - function in java.lang.CursorWindowAllocationException
- addSuppressed(Throwable) - function in java.lang.DatabaseObjectNotClosedException
- addSuppressed(Throwable) - function in java.lang.SQLiteNotADatabaseException
- allocRow() - function in net.zetetic.database.CursorWindow
- Allocates a new row at the end of this cursor window.
- appendColumns(StringBuilder,Array) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Add the names that are non-null in columns to s, separatingthem with commas.
- appendEscapedSQLString(StringBuilder,String) - function in net.zetetic.database.DatabaseUtils
- Appends an SQL string to the given StringBuilder, including the openingand closing single quotes.
- appendSelectionArgs(Array,Array) - function in net.zetetic.database.DatabaseUtils
- Appends one set of selection args to another.
- appendValueToSql(StringBuilder,Object) - function in net.zetetic.database.DatabaseUtils
- Appends an Object to an SQL string with the proper escaping, etc.
- appendWhere(CharSequence) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Append a chunk to the WHERE clause of the query.
- appendWhereEscapeString(String) - function in net.zetetic.database.sqlcipher.SQLiteQueryBuilder
- Append a chunk to the WHERE clause of the query.