Uses of Class
org.h2.constraint.ConstraintDomain
-
Packages that use ConstraintDomain Package Description org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants).org.h2.table 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 ConstraintDomain Modifier and Type Field Description private java.util.ArrayList<ConstraintDomain>
Domain. constraints
Methods in org.h2.schema that return types with arguments of type ConstraintDomain Modifier and Type Method Description java.util.ArrayList<ConstraintDomain>
Domain. getConstraints()
Methods in org.h2.schema with parameters of type ConstraintDomain Modifier and Type Method Description void
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 ConstraintDomain Modifier and Type Method Description private void
InformationSchemaTable. domainConstraints(SessionLocal session, java.util.ArrayList<Row> rows, java.lang.String catalog, ConstraintDomain constraint, Domain domain, java.lang.String domainName)
-