Uses of Enum
net.sf.jsqlparser.statement.ReferentialAction.Action
Packages that use ReferentialAction.Action
Package
Description
-
Uses of ReferentialAction.Action in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return ReferentialAction.Action -
Uses of ReferentialAction.Action in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as ReferentialAction.ActionMethods in net.sf.jsqlparser.statement that return ReferentialAction.ActionModifier and TypeMethodDescriptionstatic ReferentialAction.Action
ReferentialAction.getAction()
static ReferentialAction.Action
Returns the enum constant of this type with the specified name.static ReferentialAction.Action[]
ReferentialAction.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.statement with parameters of type ReferentialAction.ActionModifier and TypeMethodDescriptionvoid
ReferentialAction.setAction
(ReferentialAction.Action action) ReferentialAction.withAction
(ReferentialAction.Action action) Constructors in net.sf.jsqlparser.statement with parameters of type ReferentialAction.ActionModifierConstructorDescriptionReferentialAction
(ReferentialAction.Type type, ReferentialAction.Action action) -
Uses of ReferentialAction.Action in net.sf.jsqlparser.statement.alter
Methods in net.sf.jsqlparser.statement.alter with parameters of type ReferentialAction.ActionModifier and TypeMethodDescriptionvoid
AlterExpression.setReferentialAction
(ReferentialAction.Type type, ReferentialAction.Action action) private void
AlterExpression.setReferentialAction
(ReferentialAction.Type type, ReferentialAction.Action action, boolean set) AlterExpression.withReferentialAction
(ReferentialAction.Type type, ReferentialAction.Action action) -
Uses of ReferentialAction.Action in net.sf.jsqlparser.statement.create.table
Methods in net.sf.jsqlparser.statement.create.table with parameters of type ReferentialAction.ActionModifier and TypeMethodDescriptionvoid
ForeignKeyIndex.setReferentialAction
(ReferentialAction.Type type, ReferentialAction.Action action) private void
ForeignKeyIndex.setReferentialAction
(ReferentialAction.Type type, ReferentialAction.Action action, boolean set) ForeignKeyIndex.withReferentialAction
(ReferentialAction.Type type, ReferentialAction.Action action)