|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForeignKeyConstraintType | |
---|---|
liquibase.change.core | |
liquibase.snapshot.jvm | |
liquibase.structure.core |
Uses of ForeignKeyConstraintType in liquibase.change.core |
---|
Methods in liquibase.change.core with parameters of type ForeignKeyConstraintType | |
---|---|
void |
AddForeignKeyConstraintChange.setOnDelete(ForeignKeyConstraintType rule)
|
void |
AddForeignKeyConstraintChange.setOnUpdate(ForeignKeyConstraintType rule)
|
Uses of ForeignKeyConstraintType in liquibase.snapshot.jvm |
---|
Methods in liquibase.snapshot.jvm that return ForeignKeyConstraintType | |
---|---|
protected ForeignKeyConstraintType |
ForeignKeySnapshotGenerator.convertToForeignKeyConstraintType(Integer jdbcType,
Database database)
|
Uses of ForeignKeyConstraintType in liquibase.structure.core |
---|
Methods in liquibase.structure.core that return ForeignKeyConstraintType | |
---|---|
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. |
Methods in liquibase.structure.core with parameters of type ForeignKeyConstraintType | |
---|---|
ForeignKey |
ForeignKey.setDeleteRule(ForeignKeyConstraintType rule)
|
ForeignKey |
ForeignKey.setUpdateRule(ForeignKeyConstraintType rule)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |