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