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
Subclasses with type arguments of type Constraint.Type in org.h2.constraintMethods in org.h2.constraint that return Constraint.TypeModifier and TypeMethodDescriptionabstract Constraint.TypeConstraint.getConstraintType()The constraint type nameConstraintCheck.getConstraintType()ConstraintDomain.getConstraintType()ConstraintReferential.getConstraintType()ConstraintUnique.getConstraintType()static Constraint.TypeReturns 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 voidInformationSchemaTable.keyColumnUsage(SessionLocal session, ArrayList<Row> rows, String catalog, Constraint constraint, Constraint.Type constraintType, IndexColumn[] indexColumns, Table table, String tableName) private voidInformationSchemaTable.tableConstraints(SessionLocal session, ArrayList<Row> rows, String catalog, Constraint constraint, Constraint.Type constraintType, Table table, String tableName)