B C D F G I M O R U

D

DatabaseClass - Annotation Type in org.androwrapee.db
The Annotation that marks a class as corresponding to a Database Table.
DatabaseClass - Annotation Type in org.androwrapee.db
The Annotation that marks a class as corresponding to a Database Table.
DatabaseField - Annotation Type in org.androwrapee.db
The Annotation that marks a field as Database Storable.
DatabaseField - Annotation Type in org.androwrapee.db
The Annotation that marks a field as Database Storable.
DatabaseReferenceClass - Interface in org.androwrapee.db
The Interface DatabaseReference must be inherited by any class that aims to be used as a reference field for a entry to be stored in the database.
DatabaseReferenceClass - Interface in org.androwrapee.db
The Interface DatabaseReference must be inherited by any class that aims to be used as a reference field for a entry to be stored in the database.
DEBUG - Static variable in class org.androwrapee.db.BuildConfig
 
DefaultDAO<T> - Class in org.androwrapee.db
Simple database access helper class, for SQLite for Android.
DefaultDAO<T> - Class in org.androwrapee.db
Simple database access helper class, for SQLite for Android.
DefaultDAO(Class<T>, DefaultDatabaseHelper, ReflectionManager, String) - Constructor for class org.androwrapee.db.DefaultDAO
Constructor - takes the context to allow the database to be opened/created.
DefaultDAO(Class<T>, DefaultDatabaseHelper, ReflectionManager, String) - Constructor for class org.androwrapee.db.DefaultDAO
Constructor - takes the context to allow the database to be opened/created.
DefaultDatabaseHelper - Class in org.androwrapee.db
The Class DefaultDatabaseHelper that acts like a SQLiteOpenHelper, creating the database when needed.
DefaultDatabaseHelper - Class in org.androwrapee.db
The Class DefaultDatabaseHelper that acts like a SQLiteOpenHelper, creating the database when needed.
DefaultDatabaseHelper(Context, String, int, Class[], String[]) - Constructor for class org.androwrapee.db.DefaultDatabaseHelper
Instantiates a new default database helper.
DefaultDatabaseHelper(Context, String, int, Class[], String[]) - Constructor for class org.androwrapee.db.DefaultDatabaseHelper
Instantiates a new default database helper.
delete(long) - Method in class org.androwrapee.db.DefaultDAO
Delete the entry with the given rowId.
delete(String) - Method in class org.androwrapee.db.DefaultDAO
Delete all the entries that match a given whereClause.
delete(long) - Method in class org.androwrapee.db.DefaultDAO
Delete the entry with the given rowId.
delete(String) - Method in class org.androwrapee.db.DefaultDAO
Delete all the entries that match a given whereClause.

B C D F G I M O R U