Uses of Enum Class
net.anwiba.commons.jdbc.constraint.ConstraintType
Packages that use ConstraintType
-
Uses of ConstraintType in net.anwiba.commons.jdbc
Methods in net.anwiba.commons.jdbc with parameters of type ConstraintTypeModifier and TypeMethodDescriptionstatic ConstraintDatabaseUtilities.getConstraint(Map<String, Constraint> constraints, String constraintName, ConstraintType constraintType, String condition) -
Uses of ConstraintType in net.anwiba.commons.jdbc.constraint
Methods in net.anwiba.commons.jdbc.constraint that return ConstraintTypeModifier and TypeMethodDescriptionConstraint.getType()static ConstraintTypeConstraintType.getTypeById(char id) static ConstraintTypeConstraintType.getTypeById(String string) static ConstraintTypeReturns the enum constant of this class with the specified name.static ConstraintType[]ConstraintType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.anwiba.commons.jdbc.constraint with parameters of type ConstraintType