Package net.zetetic.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 RowBuilder Builds a row, starting from the left-most column and adding one columnvalue at a time. MatrixCursor A mutable cursor implementation backed by an array of {@code Object}
s.CursorWindowAllocationException This exception is thrown when a CursorWindow couldn't be allocated, most probably due to memory not being available. InsertHelper This class allows users to do multiple inserts into a table usingthe same statement. DatabaseUtils Static utility methods for dealing with databases and Cursors. 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. CursorWindow A buffer containing multiple cursor rows. AbstractWindowedCursor A base class for Cursors that store their data in android.database.CursorWindows. DefaultDatabaseErrorHandler Default class used to define the action to take when database corruption is reported by sqlite.