Uses of Class
net.sf.jsqlparser.statement.ReferentialAction.Action
-
Packages that use ReferentialAction.Action Package Description net.sf.jsqlparser.statement net.sf.jsqlparser.statement.alter net.sf.jsqlparser.statement.create.table -
-
Uses of ReferentialAction.Action in net.sf.jsqlparser.statement
Methods in net.sf.jsqlparser.statement that return ReferentialAction.Action Modifier and Type Method Description static ReferentialAction.ActionReferentialAction.Action. from(String action)ReferentialAction.ActionReferentialAction. getAction()static ReferentialAction.ActionReferentialAction.Action. valueOf(String name)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.Action Modifier and Type Method Description voidReferentialAction. setAction(ReferentialAction.Action action)ReferentialActionReferentialAction. withAction(ReferentialAction.Action action)Constructors in net.sf.jsqlparser.statement with parameters of type ReferentialAction.Action Constructor Description ReferentialAction(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.Action Modifier and Type Method Description voidAlterExpression. setReferentialAction(ReferentialAction.Type type, ReferentialAction.Action action)AlterExpressionAlterExpression. 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.Action Modifier and Type Method Description voidForeignKeyIndex. setReferentialAction(ReferentialAction.Type type, ReferentialAction.Action action)ForeignKeyIndexForeignKeyIndex. withReferentialAction(ReferentialAction.Type type, ReferentialAction.Action action)
-