A B C D E F G H I K M N O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
D
- Dao - Annotation Type in com.github.amjadnas.sqldbmanager.annotations
-
This annotation indicates that the annotated interface is a Dao Note: a Dao must be always an interface which will be initialized by the library
- DBHandler - Class in com.github.amjadnas.sqldbmanager.builder
-
The class is used to build the database handler that enables to access the DAOs defend by the user
- DBManager - Class in test
- delete(Connection, Object...) - Method in interface test.Dummy
- delete(Connection, Movie) - Method in interface test.Dummy
- Delete - Annotation Type in com.github.amjadnas.sqldbmanager.annotations
-
The delete annotation is used to indicate that a method will perform delete operation on the database.
- deleteBy() - Method in annotation type com.github.amjadnas.sqldbmanager.annotations.Delete
- deleteQuery(String, String[]) - Static method in class com.github.amjadnas.sqldbmanager.utills.QueryBuilder
-
creates update query
- Dummy - Interface in test
All Classes All Packages