| Package | Description |
|---|---|
| net.sf.jsqlparser.statement |
| Modifier and Type | Method and Description |
|---|---|
ExplainStatement.OptionType |
ExplainStatement.Option.getType() |
static ExplainStatement.OptionType |
ExplainStatement.OptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExplainStatement.OptionType[] |
ExplainStatement.OptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<ExplainStatement.OptionType,ExplainStatement.Option> |
ExplainStatement.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
ExplainStatement.Option |
ExplainStatement.getOption(ExplainStatement.OptionType optionType)
Returns the first option that matches this optionType
|
| Constructor and Description |
|---|
Option(ExplainStatement.OptionType type) |
Copyright © 2004–2021 JSQLParser. All rights reserved.