| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.create.view |
| Modifier and Type | Method and Description |
|---|---|
static AutoRefreshOption |
AutoRefreshOption.from(String option) |
static AutoRefreshOption |
AutoRefreshOption.from(String option) |
AutoRefreshOption |
CreateView.getAutoRefresh() |
AutoRefreshOption |
CreateView.getAutoRefresh() |
static AutoRefreshOption |
AutoRefreshOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutoRefreshOption |
AutoRefreshOption.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.
|
static AutoRefreshOption[] |
AutoRefreshOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateView.setAutoRefresh(AutoRefreshOption autoRefresh) |
void |
CreateView.setAutoRefresh(AutoRefreshOption autoRefresh) |
Copyright © 2004–2023 JSQLParser. All rights reserved.