Uses of Class
net.sf.jsqlparser.statement.create.view.ForceOption
-
Packages that use ForceOption Package Description net.sf.jsqlparser.statement.create.view -
-
Uses of ForceOption in net.sf.jsqlparser.statement.create.view
Fields in net.sf.jsqlparser.statement.create.view declared as ForceOption Modifier and Type Field Description private ForceOption
CreateView. force
Methods in net.sf.jsqlparser.statement.create.view that return ForceOption Modifier and Type Method Description static ForceOption
ForceOption. from(java.lang.String option)
ForceOption
CreateView. getForce()
static ForceOption
ForceOption. valueOf(java.lang.String name)
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 ForceOption Modifier and Type Method Description void
CreateView. setForce(ForceOption force)
CreateView
CreateView. withForce(ForceOption force)
-