Uses of Class
net.sf.jsqlparser.statement.ExplainStatement.OptionType
-
Packages that use ExplainStatement.OptionType Package Description net.sf.jsqlparser.statement -
-
Uses of ExplainStatement.OptionType in net.sf.jsqlparser.statement
Fields in net.sf.jsqlparser.statement declared as ExplainStatement.OptionType Modifier and Type Field Description private ExplainStatement.OptionType
ExplainStatement.Option. type
Fields in net.sf.jsqlparser.statement with type parameters of type ExplainStatement.OptionType Modifier and Type Field Description private java.util.LinkedHashMap<ExplainStatement.OptionType,ExplainStatement.Option>
ExplainStatement. options
Methods in net.sf.jsqlparser.statement that return ExplainStatement.OptionType Modifier and Type Method Description static ExplainStatement.OptionType
ExplainStatement.OptionType. from(java.lang.String type)
ExplainStatement.OptionType
ExplainStatement.Option. getType()
static ExplainStatement.OptionType
ExplainStatement.OptionType. valueOf(java.lang.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.Methods in net.sf.jsqlparser.statement that return types with arguments of type ExplainStatement.OptionType Modifier and Type Method Description java.util.LinkedHashMap<ExplainStatement.OptionType,ExplainStatement.Option>
ExplainStatement. getOptions()
Methods in net.sf.jsqlparser.statement with parameters of type ExplainStatement.OptionType Modifier and Type Method Description ExplainStatement.Option
ExplainStatement. getOption(ExplainStatement.OptionType optionType)
Returns the first option that matches this optionTypeConstructors in net.sf.jsqlparser.statement with parameters of type ExplainStatement.OptionType Constructor Description Option(ExplainStatement.OptionType type)
-