Uses of Class
net.sf.jsqlparser.statement.ReferentialAction.Action
-
Packages that use ReferentialAction.Action Package Description net.sf.jsqlparser.parser net.sf.jsqlparser.statement net.sf.jsqlparser.statement.alter net.sf.jsqlparser.statement.create.table -
-
Uses of ReferentialAction.Action in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return ReferentialAction.Action Modifier and Type Method Description ReferentialAction.Action
CCJSqlParser. Action()
-
Uses of ReferentialAction.Action in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as ReferentialAction.Action Modifier and Type Field Description private ReferentialAction.Action
ReferentialAction. action
Methods in net.sf.jsqlparser.statement that return ReferentialAction.Action Modifier and Type Method Description static ReferentialAction.Action
ReferentialAction.Action. from(java.lang.String action)
ReferentialAction.Action
ReferentialAction. getAction()
static ReferentialAction.Action
ReferentialAction.Action. valueOf(java.lang.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 void
ReferentialAction. setAction(ReferentialAction.Action action)
ReferentialAction
ReferentialAction. 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 void
AlterExpression. setReferentialAction(ReferentialAction.Type type, ReferentialAction.Action action)
private void
AlterExpression. setReferentialAction(ReferentialAction.Type type, ReferentialAction.Action action, boolean set)
AlterExpression
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.Action Modifier and Type Method Description void
ForeignKeyIndex. setReferentialAction(ReferentialAction.Type type, ReferentialAction.Action action)
private void
ForeignKeyIndex. setReferentialAction(ReferentialAction.Type type, ReferentialAction.Action action, boolean set)
ForeignKeyIndex
ForeignKeyIndex. withReferentialAction(ReferentialAction.Type type, ReferentialAction.Action action)
-