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).
Classes related to a table and table meta data.
-
Uses of ConstraintDomain in org.h2.schema
Fields in org.h2.schema with type parameters of type ConstraintDomainMethods in org.h2.schema that return types with arguments of type ConstraintDomainMethods in org.h2.schema with parameters of type ConstraintDomainModifier and TypeMethodDescriptionvoid
Domain.addConstraint
(ConstraintDomain constraint) Add a constraint to the domain. -
Uses of ConstraintDomain in org.h2.table
Methods in org.h2.table with parameters of type ConstraintDomainModifier and TypeMethodDescriptionprivate void
InformationSchemaTable.domainConstraints
(SessionLocal session, ArrayList<Row> rows, String catalog, ConstraintDomain constraint, Domain domain, String domainName)