Uses of Class
com.gengoai.sql.constraint.ForeignKeyAction
-
Packages that use ForeignKeyAction Package Description com.gengoai.sql com.gengoai.sql.constraint -
-
Uses of ForeignKeyAction in com.gengoai.sql
Methods in com.gengoai.sql with parameters of type ForeignKeyAction Modifier and Type Method Description String
SQLDialect. foreignKeyAction(ForeignKeyAction action)
Foreign key action string. -
Uses of ForeignKeyAction in com.gengoai.sql.constraint
Fields in com.gengoai.sql.constraint declared as ForeignKeyAction Modifier and Type Field Description protected ForeignKeyAction
ForeignKeyConstraint. onDelete
protected ForeignKeyAction
ForeignKeyConstraint. onUpdate
Methods in com.gengoai.sql.constraint that return ForeignKeyAction Modifier and Type Method Description static ForeignKeyAction
ForeignKeyAction. valueOf(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.Methods in com.gengoai.sql.constraint with parameters of type ForeignKeyAction Modifier and Type Method Description ForeignKeyConstraint
ForeignKeyConstraint. onDelete(ForeignKeyAction action)
ForeignKeyConstraint
ForeignKeyConstraint. onUpdate(ForeignKeyAction action)
-