Uses of Class
liquibase.structure.core.ForeignKeyConstraintType
-
Packages that use ForeignKeyConstraintType Package Description liquibase.change.core Technically, a Change expresses an intention for alter the structure of the Database.liquibase.snapshot.jvm liquibase.structure.core -
-
Uses of ForeignKeyConstraintType in liquibase.change.core
Methods in liquibase.change.core with parameters of type ForeignKeyConstraintType Modifier and Type Method Description voidAddForeignKeyConstraintChange. setOnDelete(ForeignKeyConstraintType rule)voidAddForeignKeyConstraintChange. setOnUpdate(ForeignKeyConstraintType rule) -
Uses of ForeignKeyConstraintType in liquibase.snapshot.jvm
Methods in liquibase.snapshot.jvm that return ForeignKeyConstraintType Modifier and Type Method Description protected ForeignKeyConstraintTypeForeignKeySnapshotGenerator. convertToForeignKeyConstraintType(Integer jdbcType, Database database) -
Uses of ForeignKeyConstraintType in liquibase.structure.core
Methods in liquibase.structure.core that return ForeignKeyConstraintType Modifier and Type Method Description ForeignKeyConstraintTypeForeignKey. getDeleteRule()ForeignKeyConstraintTypeForeignKey. getUpdateRule()static ForeignKeyConstraintTypeForeignKeyConstraintType. 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 Modifier and Type Method Description ForeignKeyForeignKey. setDeleteRule(ForeignKeyConstraintType rule)ForeignKeyForeignKey. setUpdateRule(ForeignKeyConstraintType rule)
-