| Package | Description |
|---|---|
| org.apache.calcite.sql.advise |
Provides hints and corrections for editing SQL statements.
|
| Modifier and Type | Field and Description |
|---|---|
private SqlSimpleParser.TokenType |
SqlSimpleParser.Token.type |
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,SqlSimpleParser.TokenType> |
SqlSimpleParser.Tokenizer.map |
| Modifier and Type | Method and Description |
|---|---|
static SqlSimpleParser.TokenType |
SqlSimpleParser.TokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlSimpleParser.TokenType[] |
SqlSimpleParser.TokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private List<SqlSimpleParser.Token> |
SqlSimpleParser.Query.findClause(SqlSimpleParser.TokenType keyword) |
| Constructor and Description |
|---|
IdToken(SqlSimpleParser.TokenType type,
String s) |
Token(SqlSimpleParser.TokenType tokenType) |
Token(SqlSimpleParser.TokenType type,
String s) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.