A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Y
O
- onCancel() - function in io.requery.android.database.sqlite.SQLiteConnection
- onCancel() - function in androidx.core.os.SQLiteConnection
- onConfigure(SQLiteDatabase) - function in io.requery.android.database.sqlite.SQLiteOpenHelper
- Called when the database connection is being configured, to enable featuressuch as write-ahead logging or foreign key support.
- onCorruption(SQLiteDatabase) - function in io.requery.android.database.DatabaseErrorHandler
- The method invoked when database corruption is detected.
- onCorruption(SQLiteDatabase) - function in io.requery.android.database.DefaultDatabaseErrorHandler
- The method invoked when database corruption is detected.
- onCreate(SQLiteDatabase) - function in io.requery.android.database.sqlite.SQLiteOpenHelper
- Called when the database is created for the first time.
- onDowngrade(SQLiteDatabase,int,int) - function in io.requery.android.database.sqlite.SQLiteOpenHelper
- Called when the database needs to be downgraded.
- onMove(int,int) - function in io.requery.android.database.AbstractWindowedCursor
- This function is called every time the cursor is successfully scrolledto a new position, giving the subclass a chance to update any state itmay have.
- onMove(int,int) - function in io.requery.android.database.AbstractCursor
- This function is called every time the cursor is successfully scrolledto a new position, giving the subclass a chance to update any state itmay have.
- onMove(int,int) - function in io.requery.android.database.sqlite.SQLiteCursor
- This function is called every time the cursor is successfully scrolledto a new position, giving the subclass a chance to update any state itmay have.
- onOpen(SQLiteDatabase) - function in io.requery.android.database.sqlite.SQLiteOpenHelper
- Called when the database has been opened.
- onUpdateFromNative(int,String,String,long) - function in io.requery.android.database.sqlite.SQLiteUpdateHook
- onUpgrade(SQLiteDatabase,int,int) - function in io.requery.android.database.sqlite.SQLiteOpenHelper
- Called when the database needs to be upgraded.
- open(String) - function in io.requery.android.database.sqlite.CloseGuard
- If CloseGuard is enabled,
{@code open}initializes the instancewith a warning that the caller should have explicitly called the{@code closer}method instead of relying on finalization. - open(SQLiteDatabaseConfiguration) - function in io.requery.android.database.sqlite.SQLiteConnectionPool
- Opens a connection pool for the specified database.
- openDatabase(String,SQLiteDatabase.CursorFactory,int) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Open the database according to the flags OpenFlagsSets the locale of the database to the the system's current locale.
- openDatabase(String,SQLiteDatabase.CursorFactory,int,DatabaseErrorHandler) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Open the database according to the flags OpenFlagsSets the locale of the database to the the system's current locale.
- openDatabase(SQLiteDatabaseConfiguration,SQLiteDatabase.CursorFactory,DatabaseErrorHandler) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Open the database according to the given configuration.
- openOrCreateDatabase(File,SQLiteDatabase.CursorFactory) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Equivalent to openDatabase(file.getPath(), factory, CREATE_IF_NECESSARY).
- openOrCreateDatabase(String,SQLiteDatabase.CursorFactory) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Equivalent to openDatabase(path, factory, CREATE_IF_NECESSARY).
- openOrCreateDatabase(String,SQLiteDatabase.CursorFactory,DatabaseErrorHandler) - function in io.requery.android.database.sqlite.SQLiteDatabase
- Equivalent to openDatabase(path, factory, CREATE_IF_NECESSARY, errorHandler).