| Package | Description |
|---|---|
| net.sf.jsqlparser.statement.select |
| Modifier and Type | Method and Description |
|---|---|
ForMode |
PlainSelect.getForMode() |
ForMode |
PlainSelect.getForMode() |
static ForMode |
ForMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForMode |
ForMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ForMode[] |
ForMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ForMode[] |
ForMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlainSelect.setForMode(ForMode forMode) |
void |
PlainSelect.setForMode(ForMode forMode) |
PlainSelect |
PlainSelect.withForMode(ForMode forMode) |
PlainSelect |
PlainSelect.withForMode(ForMode forMode) |
Copyright © 2004–2024 JSQLParser. All rights reserved.