Package io.requery.android.database
See: Description
-
Class Summary Class Description DefaultDatabaseErrorHandler Default class used to define the actions to take when the database corruption is reported by sqlite. AbstractWindowedCursor A base class for Cursors that store their data in android.database.CursorWindows. CursorWindow A buffer containing multiple cursor rows. CursorWindowAllocationException This exception is thrown when a CursorWindow couldn't be allocated, most probably due to memory not being available. AbstractCursor 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. -
Interface Summary Interface Description DatabaseErrorHandler An interface to let apps define an action to take when database corruption is detected.