Uses of Enum
net.sf.jsqlparser.statement.ReferentialAction.Type
Packages that use ReferentialAction.Type
Package
Description
-
Uses of ReferentialAction.Type in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as ReferentialAction.TypeMethods in net.sf.jsqlparser.statement that return ReferentialAction.TypeModifier and TypeMethodDescriptionstatic ReferentialAction.Type
ReferentialAction.getType()
static ReferentialAction.Type
Returns the enum constant of this type with the specified name.static ReferentialAction.Type[]
ReferentialAction.Type.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.TypeModifier and TypeMethodDescriptionvoid
ReferentialAction.setType
(ReferentialAction.Type type) ReferentialAction.withType
(ReferentialAction.Type type) Constructors in net.sf.jsqlparser.statement with parameters of type ReferentialAction.TypeModifierConstructorDescriptionReferentialAction
(ReferentialAction.Type type, ReferentialAction.Action action) -
Uses of ReferentialAction.Type in net.sf.jsqlparser.statement.alter
Methods in net.sf.jsqlparser.statement.alter with parameters of type ReferentialAction.TypeModifier and TypeMethodDescriptionAlterExpression.getReferentialAction
(ReferentialAction.Type type) void
AlterExpression.removeReferentialAction
(ReferentialAction.Type type) void
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.Type in net.sf.jsqlparser.statement.create.table
Methods in net.sf.jsqlparser.statement.create.table with parameters of type ReferentialAction.TypeModifier and TypeMethodDescriptionForeignKeyIndex.getReferentialAction
(ReferentialAction.Type type) void
ForeignKeyIndex.removeReferentialAction
(ReferentialAction.Type type) void
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)