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