Uses of Package
org.androwrapee.db

Classes in org.androwrapee.db used by org.androwrapee.db
DefaultDAO
          Simple database access helper class, for SQLite for Android.
DefaultDatabaseHelper
          The Class DefaultDatabaseHelper that acts like a SQLiteOpenHelper, creating the database when needed.
IllegalClassStructureException
          The DatabaseClassStructureException is thrown when the structure of a class that has to be stored in the database is not according to the specifications.
ReflectionManager
          The ReflectionManager manages and gets the required field of a given class, to be used in the rest of the Database Provider Classes.