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