Package io.requery.android.database.sqlite
See: Description
-
Annotation Summary Annotation Description ConflictAlgorithm Conflict options integer enumeration definition OpenFlags Integer flag definition for the database open options -
Interface Summary Interface Description CursorFactory Used to allow returning sub-classes of Cursor when calling query. CustomFunction A callback interface for a custom sqlite3 function. Args Result Function A callback interface for a custom sqlite3 function. Reporter Interface to allow customization of reporting behavior. SQLiteCursorDriver A driver for SQLiteCursors that is used to create them and gets notified by the cursors it creates on significant events in their lifetimes. SQLiteUpdateHook ConfigurationOptions -
Class Summary Class Description SQLiteDatabase Exposes methods to manage a SQLite database. CloseGuard CloseGuard is a mechanism for flagging implicit finalizer cleanup of resources that should have been cleaned up by explicit close methods (aka "explicit termination methods" in Effective Java). SQLiteConnectionPool Maintains a pool of active SQLite database connections. SQLiteCustomFunction Describes a custom SQL function. SQLiteQuery Represents a query that reads the resulting rows into a SQLiteQuery. SQLiteDatabaseConfiguration Describes how to configure a database. SQLiteClosable An object created from a SQLiteDatabase that can be closed. SQLiteGlobal Provides access to SQLite functions that affect all database connection, such as memory management. SQLiteCustomExtension Describes a SQLite extension entry point. SQLiteStatement Represents a statement that can be executed against a database. SQLiteConnection Represents a SQLite database connection. SQLiteFunction SQLiteQueryBuilder This is a convience class that helps build SQL queries to be sent to SQLiteDatabase objects. SQLiteCursor A Cursor implementation that exposes results from a query on a SQLiteDatabase. SQLiteOpenHelper A helper class to manage database creation and version management. SQLiteProgram A base class for compiled SQLite programs. SQLiteStatementInfo Describes a SQLite statement. SQLiteDirectCursorDriver A cursor driver that uses the given query directly. RequerySQLiteOpenHelperFactory Implements SupportSQLiteOpenHelper.Factory using the SQLite implementation shipped in this library. PagerStats Contains statistics about the active pagers in the current process. DbStats contains statistics about a database SQLiteDebug Provides debugging info about all SQLite databases running in the current process. SQLiteSession Provides a single client the ability to use a database.