public static class ExplainStatement.Option extends Object
| Constructor and Description |
|---|
Option(ExplainStatement.OptionType type) |
| Modifier and Type | Method and Description |
|---|---|
String |
formatOption() |
ExplainStatement.OptionType |
getType() |
String |
getValue() |
void |
setValue(String value) |
ExplainStatement.Option |
withValue(String value) |
public Option(ExplainStatement.OptionType type)
public ExplainStatement.OptionType getType()
public String getValue()
public void setValue(String value)
public String formatOption()
public ExplainStatement.Option withValue(String value)
Copyright © 2004–2022 JSQLParser. All rights reserved.