Uses of Enum
net.sf.jsqlparser.statement.create.view.ForceOption
Packages that use ForceOption
-
Uses of ForceOption in net.sf.jsqlparser.statement.create.view
Fields in net.sf.jsqlparser.statement.create.view declared as ForceOptionMethods in net.sf.jsqlparser.statement.create.view that return ForceOptionModifier and TypeMethodDescriptionstatic ForceOption
CreateView.getForce()
static ForceOption
Returns the enum constant of this type with the specified name.static ForceOption[]
ForceOption.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.statement.create.view with parameters of type ForceOptionModifier and TypeMethodDescriptionvoid
CreateView.setForce
(ForceOption force) CreateView.withForce
(ForceOption force)