Uses of Class
net.sf.jsqlparser.statement.ReferentialAction
Packages that use ReferentialAction
Package
Description
-
Uses of ReferentialAction in net.sf.jsqlparser.statement
Methods in net.sf.jsqlparser.statement that return ReferentialActionModifier and TypeMethodDescriptionReferentialAction.withAction
(ReferentialAction.Action action) ReferentialAction.withType
(ReferentialAction.Type type) -
Uses of ReferentialAction in net.sf.jsqlparser.statement.alter
Fields in net.sf.jsqlparser.statement.alter with type parameters of type ReferentialActionModifier and TypeFieldDescriptionprivate Set
<ReferentialAction> AlterExpression.referentialActions
Methods in net.sf.jsqlparser.statement.alter that return ReferentialActionModifier and TypeMethodDescriptionAlterExpression.getReferentialAction
(ReferentialAction.Type type) -
Uses of ReferentialAction in net.sf.jsqlparser.statement.create.table
Fields in net.sf.jsqlparser.statement.create.table with type parameters of type ReferentialActionModifier and TypeFieldDescriptionprivate Set
<ReferentialAction> ForeignKeyIndex.referentialActions
Methods in net.sf.jsqlparser.statement.create.table that return ReferentialActionModifier and TypeMethodDescriptionForeignKeyIndex.getReferentialAction
(ReferentialAction.Type type)