Package | Description |
---|---|
org.h2.constraint |
Database constraints such as check constraints, unique constraints, and referential constraints.
|
Modifier and Type | Method and Description |
---|---|
Constraint.Type |
ConstraintUnique.getConstraintType() |
Constraint.Type |
ConstraintReferential.getConstraintType() |
Constraint.Type |
ConstraintCheck.getConstraintType() |
abstract Constraint.Type |
Constraint.getConstraintType()
The constraint type name
|
static Constraint.Type |
Constraint.Type.valueOf(String name)
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.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.