Uses of Class
net.sf.jsqlparser.statement.ReferentialAction.Type
-
Packages that use ReferentialAction.Type Package Description net.sf.jsqlparser.statement net.sf.jsqlparser.statement.alter net.sf.jsqlparser.statement.create.table -
-
Uses of ReferentialAction.Type in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as ReferentialAction.Type Modifier and Type Field Description private ReferentialAction.Type
ReferentialAction. type
Methods in net.sf.jsqlparser.statement that return ReferentialAction.Type Modifier and Type Method Description static ReferentialAction.Type
ReferentialAction.Type. from(java.lang.String name)
ReferentialAction.Type
ReferentialAction. getType()
static ReferentialAction.Type
ReferentialAction.Type. valueOf(java.lang.String name)
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.Type Modifier and Type Method Description void
ReferentialAction. setType(ReferentialAction.Type type)
ReferentialAction
ReferentialAction. withType(ReferentialAction.Type type)
Constructors in net.sf.jsqlparser.statement with parameters of type ReferentialAction.Type Constructor Description ReferentialAction(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.Type Modifier and Type Method Description ReferentialAction
AlterExpression. 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
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.Type Modifier and Type Method Description ReferentialAction
ForeignKeyIndex. 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
ForeignKeyIndex. withReferentialAction(ReferentialAction.Type type, ReferentialAction.Action action)
-