Uses of Class
org.h2.constraint.ConstraintUnique
Packages that use ConstraintUnique
Package
Description
Database constraints such as check constraints, unique constraints, and referential constraints.
-
Uses of ConstraintUnique in org.h2.constraint
Methods in org.h2.constraint that return ConstraintUniqueModifier and TypeMethodDescriptionConstraint.getReferencedConstraint()Returns the referenced unique constraint, or null.ConstraintReferential.getReferencedConstraint()Methods in org.h2.constraint with parameters of type ConstraintUniqueModifier and TypeMethodDescriptionvoidConstraintReferential.setRefConstraint(ConstraintUnique refConstraint) Set the unique constraint of the referenced table to use for this constraint.