Package | Description |
---|---|
liquibase.change.core |
Technically, a Change expresses an intention for alter the structure of the Database.
|
liquibase.snapshot.jvm | |
liquibase.structure.core |
Modifier and Type | Method and Description |
---|---|
void |
AddForeignKeyConstraintChange.setOnDelete(ForeignKeyConstraintType rule) |
void |
AddForeignKeyConstraintChange.setOnUpdate(ForeignKeyConstraintType rule) |
Modifier and Type | Method and Description |
---|---|
protected ForeignKeyConstraintType |
ForeignKeySnapshotGenerator.convertToForeignKeyConstraintType(Integer jdbcType,
Database database) |
Modifier and Type | Method and Description |
---|---|
ForeignKeyConstraintType |
ForeignKey.getDeleteRule() |
ForeignKeyConstraintType |
ForeignKey.getUpdateRule() |
static ForeignKeyConstraintType |
ForeignKeyConstraintType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForeignKeyConstraintType[] |
ForeignKeyConstraintType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ForeignKey |
ForeignKey.setDeleteRule(ForeignKeyConstraintType rule) |
ForeignKey |
ForeignKey.setUpdateRule(ForeignKeyConstraintType rule) |
Copyright © 2019 Liquibase.org. All rights reserved.