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