Uses of Class
net.sf.jsqlparser.statement.create.view.TemporaryOption
-
Packages that use TemporaryOption Package Description net.sf.jsqlparser.statement.create.view -
-
Uses of TemporaryOption in net.sf.jsqlparser.statement.create.view
Fields in net.sf.jsqlparser.statement.create.view declared as TemporaryOption Modifier and Type Field Description private TemporaryOption
CreateView. temp
Methods in net.sf.jsqlparser.statement.create.view that return TemporaryOption Modifier and Type Method Description static TemporaryOption
TemporaryOption. from(java.lang.String option)
TemporaryOption
CreateView. getTemporary()
static TemporaryOption
TemporaryOption. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TemporaryOption[]
TemporaryOption. 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 TemporaryOption Modifier and Type Method Description void
CreateView. setTemporary(TemporaryOption temp)
-