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 ReferentialActionReferentialAction. withAction(ReferentialAction.Action action)ReferentialActionReferentialAction. 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 ReferentialActionAlterExpression. 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 ReferentialActionForeignKeyIndex. getReferentialAction(ReferentialAction.Type type)
-