Uses of Enum
org.h2.constraint.Constraint.Type
Packages that use Constraint.Type
Package
Description
Database constraints such as check constraints, unique constraints, and referential constraints.
Classes related to a table and table meta data.
-
Uses of Constraint.Type in org.h2.constraint
Methods in org.h2.constraint that return Constraint.TypeModifier and TypeMethodDescriptionabstract Constraint.Type
Constraint.getConstraintType()
The constraint type nameConstraintCheck.getConstraintType()
ConstraintDomain.getConstraintType()
ConstraintReferential.getConstraintType()
ConstraintUnique.getConstraintType()
static Constraint.Type
Returns the enum constant of this type with the specified name.static Constraint.Type[]
Constraint.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Constraint.Type in org.h2.table
Methods in org.h2.table with parameters of type Constraint.TypeModifier and TypeMethodDescriptionprivate void
InformationSchemaTable.keyColumnUsage
(SessionLocal session, ArrayList<Row> rows, String catalog, Constraint constraint, Constraint.Type constraintType, IndexColumn[] indexColumns, Table table, String tableName) private void
InformationSchemaTable.tableConstraints
(SessionLocal session, ArrayList<Row> rows, String catalog, Constraint constraint, Constraint.Type constraintType, Table table, String tableName)