Uses of Class
net.sf.jsqlparser.statement.ReferentialAction
-
Packages that use ReferentialAction Package Description net.sf.jsqlparser.statement net.sf.jsqlparser.statement.alter net.sf.jsqlparser.statement.create.table -
-
Uses of ReferentialAction in net.sf.jsqlparser.statement
Methods in net.sf.jsqlparser.statement that return ReferentialAction Modifier and Type Method Description ReferentialAction
ReferentialAction. withAction(ReferentialAction.Action action)
ReferentialAction
ReferentialAction. withType(ReferentialAction.Type type)
-
Uses of ReferentialAction in net.sf.jsqlparser.statement.alter
Methods in net.sf.jsqlparser.statement.alter that return ReferentialAction Modifier and Type Method Description ReferentialAction
AlterExpression. getReferentialAction(ReferentialAction.Type type)
-
Uses of ReferentialAction in net.sf.jsqlparser.statement.create.table
Methods in net.sf.jsqlparser.statement.create.table that return ReferentialAction Modifier and Type Method Description ReferentialAction
ForeignKeyIndex. getReferentialAction(ReferentialAction.Type type)
-