- java.lang.Object
-
- net.sf.jsqlparser.statement.ExplainStatement.Option
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ExplainStatement
public static class ExplainStatement.Option extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Option(ExplainStatement.OptionType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
formatOption()
ExplainStatement.OptionType
getType()
String
getValue()
void
setValue(String value)
ExplainStatement.Option
withValue(String value)
-
-
-
Constructor Detail
-
Option
public Option(ExplainStatement.OptionType type)
-
-
Method Detail
-
getType
public ExplainStatement.OptionType getType()
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
formatOption
public String formatOption()
-
withValue
public ExplainStatement.Option withValue(String value)
-
-