A B C D E F G H I K M N O P Q R S T U V 
All Classes All Packages

I

IllegalMethodException - Exception in com.github.amjadnas.sqldbmanager.exceptions
 
IllegalMethodException(String) - Constructor for exception com.github.amjadnas.sqldbmanager.exceptions.IllegalMethodException
 
IllegalMethodException(Throwable) - Constructor for exception com.github.amjadnas.sqldbmanager.exceptions.IllegalMethodException
 
IllegalReturnTypeException - Exception in com.github.amjadnas.sqldbmanager.exceptions
 
IllegalReturnTypeException(String) - Constructor for exception com.github.amjadnas.sqldbmanager.exceptions.IllegalReturnTypeException
 
insert(Connection, Movie) - Method in interface test.Dummy
 
Insert - Annotation Type in com.github.amjadnas.sqldbmanager.annotations
The annotation indicates the given method is a method that performs an insert operation the method signature must be void/int/MyObject "methodName"(Connection, Object) where return type is if it's void then it returns nothing if it's MyObject it returns the inserted object with the auto generated id (if the primary key is auto increment) else if int then it would return the generated id or the number of affected rows
insertQuery(String, List<Pair<String, Object>>) - Static method in class com.github.amjadnas.sqldbmanager.utills.QueryBuilder
creates insert query
isAutoIncrement() - Method in annotation type com.github.amjadnas.sqldbmanager.annotations.Entity
 
isColumn(Field) - Static method in class com.github.amjadnas.sqldbmanager.utills.AnnotationProcessor
 
isDao(Class<?>) - Static method in class com.github.amjadnas.sqldbmanager.utills.AnnotationProcessor
 
isDao(Field) - Static method in class com.github.amjadnas.sqldbmanager.utills.AnnotationProcessor
 
isDelete(Method) - Static method in class com.github.amjadnas.sqldbmanager.utills.AnnotationProcessor
 
isEntity(Class<?>) - Static method in class com.github.amjadnas.sqldbmanager.utills.AnnotationProcessor
 
isHandler(Class<?>) - Static method in class com.github.amjadnas.sqldbmanager.utills.AnnotationProcessor
 
isInsert(Method) - Static method in class com.github.amjadnas.sqldbmanager.utills.AnnotationProcessor
 
isQuery(Class<?>) - Static method in class com.github.amjadnas.sqldbmanager.utills.AnnotationProcessor
 
isQuery(Method) - Static method in class com.github.amjadnas.sqldbmanager.utills.AnnotationProcessor
 
isUpdate(Method) - Static method in class com.github.amjadnas.sqldbmanager.utills.AnnotationProcessor
 
A B C D E F G H I K M N O P Q R S T U V 
All Classes All Packages