| 程序包 | 说明 |
|---|---|
| org.h2.constraint |
Database constraints such as check constraints, unique constraints, and referential constraints.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Constraint.Type |
Constraint.getConstraintType()
The constraint type name
|
Constraint.Type |
ConstraintCheck.getConstraintType() |
Constraint.Type |
ConstraintDomain.getConstraintType() |
Constraint.Type |
ConstraintReferential.getConstraintType() |
Constraint.Type |
ConstraintUnique.getConstraintType() |
Constraint.Type |
ConstraintUnique.getConstraintType() |
Constraint.Type |
ConstraintReferential.getConstraintType() |
Constraint.Type |
ConstraintDomain.getConstraintType() |
Constraint.Type |
ConstraintCheck.getConstraintType() |
abstract Constraint.Type |
Constraint.getConstraintType()
The constraint type name
|
static Constraint.Type |
Constraint.Type.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Constraint.Type |
Constraint.Type.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static Constraint.Type[] |
Constraint.Type.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
static Constraint.Type[] |
Constraint.Type.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2022. All rights reserved.