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
Methods in net.sf.jsqlparser.statement.create.view that return AutoRefreshOption Modifier and Type Method Description static AutoRefreshOptionAutoRefreshOption. from(String option)AutoRefreshOptionCreateView. getAutoRefresh()static AutoRefreshOptionAutoRefreshOption. valueOf(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 voidCreateView. setAutoRefresh(AutoRefreshOption autoRefresh)
-