Uses of Enum Class
org.tentackle.sql.metadata.ForeignKeyAction
Packages that use ForeignKeyAction
-
Uses of ForeignKeyAction in org.tentackle.sql.metadata
Methods in org.tentackle.sql.metadata that return ForeignKeyActionModifier and TypeMethodDescriptionstatic ForeignKeyActionForeignKeyAction.createFromAction(int action) Creates a foreign key action from an action code.ForeignKeyMetaData.getDeleteRule()Gets the delete-rule.ForeignKeyMetaData.getUpdateRule()Gets the update-rule.static ForeignKeyActionReturns the enum constant of this class with the specified name.static ForeignKeyAction[]ForeignKeyAction.values()Returns an array containing the constants of this enum class, in the order they are declared.