Uses of Class
org.h2.constraint.ConstraintDomain
Packages that use ConstraintDomain
Package
Description
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
-
Uses of ConstraintDomain in org.h2.schema
Methods in org.h2.schema that return types with arguments of type ConstraintDomainMethods in org.h2.schema with parameters of type ConstraintDomainModifier and TypeMethodDescriptionvoidDomain.addConstraint(ConstraintDomain constraint) Add a constraint to the domain.