Uses of Class
net.anwiba.commons.jdbc.constraint.ConstraintType
-
Packages that use ConstraintType Package Description net.anwiba.commons.jdbc net.anwiba.commons.jdbc.constraint -
-
Uses of ConstraintType in net.anwiba.commons.jdbc
Methods in net.anwiba.commons.jdbc with parameters of type ConstraintType Modifier and Type Method Description static ConstraintDatabaseUtilities. getConstraint(java.util.Map<java.lang.String,Constraint> constraints, java.lang.String constraintName, ConstraintType constraintType, java.lang.String condition) -
Uses of ConstraintType in net.anwiba.commons.jdbc.constraint
Methods in net.anwiba.commons.jdbc.constraint that return ConstraintType Modifier and Type Method Description ConstraintTypeConstraint. getType()static ConstraintTypeConstraintType. getTypeById(char id)static ConstraintTypeConstraintType. getTypeById(java.lang.String string)static ConstraintTypeConstraintType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConstraintType[]ConstraintType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.anwiba.commons.jdbc.constraint with parameters of type ConstraintType Constructor Description Constraint(java.lang.String name, ConstraintType type, java.lang.String condition)
-