| Package | Description |
|---|---|
| org.apache.ignite.internal.sql |
| Modifier and Type | Method and Description |
|---|---|
static SqlLexerTokenType |
SqlLexerTokenType.forChar(char c)
Get token type for character.
|
SqlLexerTokenType |
SqlLexerToken.tokenType() |
SqlLexerTokenType |
SqlLexerLookAheadToken.tokenType() |
SqlLexerTokenType |
SqlLexer.tokenType() |
static SqlLexerTokenType |
SqlLexerTokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlLexerTokenType[] |
SqlLexerTokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SqlParserUtils.skipIfMatches(SqlLexer lex,
SqlLexerTokenType tokenTyp)
Skip next token if it matches expected type.
|
| Constructor and Description |
|---|
SqlLexerLookAheadToken(String sql,
String token,
int tokenPos,
SqlLexerTokenType tokenTyp)
Constructor.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018