| Package | Description |
|---|---|
| org.apache.calcite.config |
Configuration.
|
| org.apache.calcite.sql.parser |
Provides a SQL parser.
|
| Modifier and Type | Method and Description |
|---|---|
Lex |
CalciteConnectionConfigImpl.lex() |
Lex |
CalciteConnectionConfig.lex() |
static Lex |
Lex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lex[] |
Lex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SqlParser.ConfigBuilder |
SqlParser.ConfigBuilder.setLex(Lex lex) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.