Uses of Class
org.tentackle.sql.metadata.ForeignKeyAction
-
Packages that use ForeignKeyAction Package Description org.tentackle.sql.metadata SQL metadata support. -
-
Uses of ForeignKeyAction in org.tentackle.sql.metadata
Methods in org.tentackle.sql.metadata that return ForeignKeyAction Modifier and Type Method Description static ForeignKeyActionForeignKeyAction. createFromAction(int action)Creates a foreign key action from an action code.ForeignKeyActionForeignKeyMetaData. getDeleteRule()Gets the delete rule.ForeignKeyActionForeignKeyMetaData. getUpdateRule()Gets the update rule.static ForeignKeyActionForeignKeyAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ForeignKeyAction[]ForeignKeyAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-