| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.refresh |
| Modifier and Type | Method and Description |
|---|---|
static RefreshMode |
RefreshMode.from(String type) |
static RefreshMode |
RefreshMode.from(String type) |
RefreshMode |
RefreshMaterializedViewStatement.getRefreshMode() |
RefreshMode |
RefreshMaterializedViewStatement.getRefreshMode() |
static RefreshMode |
RefreshMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshMode |
RefreshMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefreshMode[] |
RefreshMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static RefreshMode[] |
RefreshMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RefreshMaterializedViewStatement.setRefreshMode(RefreshMode refreshMode) |
void |
RefreshMaterializedViewStatement.setRefreshMode(RefreshMode refreshMode) |
| Constructor and Description |
|---|
RefreshMaterializedViewStatement(Table view,
boolean concurrently,
RefreshMode refreshMode) |
RefreshMaterializedViewStatement(Table view,
boolean concurrently,
RefreshMode refreshMode) |
Copyright © 2004–2024 JSQLParser. All rights reserved.