Uses of Enum
liquibase.structure.core.ForeignKeyConstraintType
Packages that use ForeignKeyConstraintType
Package
Description
Technically, a Change expresses an intention for alter the structure of the Database.
-
Uses of ForeignKeyConstraintType in liquibase.change.core
Methods in liquibase.change.core with parameters of type ForeignKeyConstraintTypeModifier and TypeMethodDescriptionvoidAddForeignKeyConstraintChange.setOnDelete(ForeignKeyConstraintType rule) voidAddForeignKeyConstraintChange.setOnUpdate(ForeignKeyConstraintType rule) -
Uses of ForeignKeyConstraintType in liquibase.snapshot.jvm
Methods in liquibase.snapshot.jvm that return ForeignKeyConstraintTypeModifier and TypeMethodDescriptionprotected ForeignKeyConstraintTypeForeignKeySnapshotGenerator.convertToForeignKeyConstraintType(Integer jdbcType, Database database) -
Uses of ForeignKeyConstraintType in liquibase.structure.core
Methods in liquibase.structure.core that return ForeignKeyConstraintTypeModifier and TypeMethodDescriptionForeignKey.getDeleteRule()ForeignKey.getUpdateRule()static ForeignKeyConstraintTypeReturns 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 ForeignKeyConstraintTypeModifier and TypeMethodDescriptionForeignKey.setDeleteRule(ForeignKeyConstraintType rule) ForeignKey.setUpdateRule(ForeignKeyConstraintType rule)