Package | Description |
---|---|
org.komodo.relational.model | |
org.komodo.relational.model.internal |
Modifier and Type | Field and Description |
---|---|
static TableConstraint.ConstraintType |
UniqueConstraint.CONSTRAINT_TYPE
The constraint type for a unique constraint.
|
static TableConstraint.ConstraintType |
PrimaryKey.CONSTRAINT_TYPE
The constraint type for a primary key.
|
static TableConstraint.ConstraintType |
Index.CONSTRAINT_TYPE
The constraint type for an index.
|
static TableConstraint.ConstraintType |
ForeignKey.CONSTRAINT_TYPE
The constraint type for a foreign key.
|
static TableConstraint.ConstraintType |
AccessPattern.CONSTRAINT_TYPE
The constraint type for an access pattern.
|
Modifier and Type | Method and Description |
---|---|
TableConstraint.ConstraintType |
TableConstraint.getConstraintType() |
static TableConstraint.ConstraintType |
TableConstraint.ConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableConstraint.ConstraintType[] |
TableConstraint.ConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TableConstraint.ConstraintType |
UniqueConstraintImpl.getConstraintType() |
TableConstraint.ConstraintType |
PrimaryKeyImpl.getConstraintType() |
TableConstraint.ConstraintType |
IndexImpl.getConstraintType() |
TableConstraint.ConstraintType |
ForeignKeyImpl.getConstraintType() |
TableConstraint.ConstraintType |
AccessPatternImpl.getConstraintType() |
Copyright © 2013–2019. All rights reserved.