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 io.requery.android.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 io.requery.android.database
- A base class for Cursors that store their data in android.database.CursorWindows.
- acquireConnection(String,int,CancellationSignal) - function in io.requery.android.database.sqlite.SQLiteConnectionPool
- Acquires a connection from the pool.
- acquireReference() - function in io.requery.android.database.sqlite.CursorWindow
- Acquires a reference to the object.
- acquireReference() - function in io.requery.android.database.sqlite.SQLiteDatabase
- Acquires a reference to the object.
- acquireReference() - function in io.requery.android.database.sqlite.SQLiteQuery
- Acquires a reference to the object.
- acquireReference() - function in io.requery.android.database.sqlite.SQLiteClosable
- Acquires a reference to the object.
- acquireReference() - function in io.requery.android.database.sqlite.SQLiteStatement
- Acquires a reference to the object.
- acquireReference() - function in io.requery.android.database.sqlite.SQLiteProgram
- Acquires a reference to the object.
- addCustomFunction(String,int,SQLiteDatabase.CustomFunction) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Registers a CustomFunction callback as a function that can be called fromSQLite database triggers.
- addFunction(String,int,SQLiteDatabase.Function) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Registers a Function callback as a function that can be called fromSQLite database triggers.
- addFunction(String,int,SQLiteDatabase.Function,int) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Registers a Function callback as a function that can be called fromSQLite database triggers.
- addSuppressed(Throwable) - function in java.lang.CursorWindowAllocationException
- allocRow() - function in io.requery.android.database.CursorWindow
- Allocates a new row at the end of this cursor window.
- annotationType() - function in java.lang.annotation.Annotation
- appendColumns(StringBuilder,Array) - function in io.requery.android.database.sqlite.SQLiteQueryBuilder
- Add the names that are non-null in columns to s, separatingthem with commas.
- appendWhere(CharSequence) - function in io.requery.android.database.sqlite.SQLiteQueryBuilder
- Append a chunk to the WHERE clause of the query.
- appendWhereEscapeString(String) - function in io.requery.android.database.sqlite.SQLiteQueryBuilder
- Append a chunk to the WHERE clause of the query.
- apply(SQLiteDatabaseConfiguration) - function in io.requery.android.database.sqlite.RequerySQLiteOpenHelperFactory.ConfigurationOptions