| Package | Description |
|---|---|
| org.apache.ignite.internal.sql | |
| org.apache.ignite.internal.sql.command |
| Modifier and Type | Method and Description |
|---|---|
static SqlParseException |
SqlParserUtils.errorUnexpectedToken(SqlLexer lex,
String expToken)
Create generic parse exception due to unexpected token.
|
static boolean |
SqlParserUtils.parseBoolean(SqlLexer lex)
Parse boolean parameter value based on presence of tokens 1, 0, ON, OFF.
|
static String |
SqlParserUtils.parseIdentifier(SqlLexer lex,
String... additionalExpTokens)
Process name.
|
static boolean |
SqlParserUtils.parseIfExists(SqlLexer lex)
Parse IF EXISTS statement.
|
static boolean |
SqlParserUtils.parseIfNotExists(SqlLexer lex)
Parse IF NOT EXISTS statement.
|
static int |
SqlParserUtils.parseInt(SqlLexer lex)
Parse integer value (positive or negative).
|
static SqlQualifiedName |
SqlParserUtils.parseQualifiedIdentifier(SqlLexer lex,
String... additionalExpTokens)
Process qualified name.
|
static String |
SqlParserUtils.parseString(SqlLexer lex,
String... additionalExpTokens)
Process name.
|
static String |
SqlParserUtils.parseUsername(SqlLexer lex,
String... additionalExpTokens)
Process name.
|
static boolean |
SqlParserUtils.skipCommaOrRightParenthesis(SqlLexer lex)
Skip comma or right parenthesis.
|
static void |
SqlParserUtils.skipIfMatches(SqlLexer lex,
SqlLexerTokenType tokenTyp)
Skip next token if it matches expected type.
|
static void |
SqlParserUtils.skipIfMatchesKeyword(SqlLexer lex,
String expKeyword)
Skip token if it matches expected keyword.
|
static boolean |
SqlParserUtils.skipIfMatchesOptionalKeyword(SqlLexer lex,
String expKeyword)
Skip token if it matches expected keyword by using lookahead.
|
| Modifier and Type | Method and Description |
|---|---|
SqlCommand |
SqlKillServiceCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlCreateIndexCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlSetStreamingCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlCommitTransactionCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlStatisticsCommands.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlAlterUserCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlKillContinuousQueryCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlBeginTransactionCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlDropUserCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlRollbackTransactionCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlKillQueryCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlDropIndexCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlKillTransactionCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlKillComputeTaskCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlAlterTableCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlCreateUserCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlKillClientCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlKillScanQueryCommand.parse(SqlLexer lex)
Parse command.
|
SqlCommand |
SqlBulkLoadCommand.parse(SqlLexer lex)
Parses the command.
|
SqlCommand |
SqlAnalyzeCommand.parse(SqlLexer lex)
Parse command.
|
protected String[] |
SqlStatisticsCommands.parseColumnList(SqlLexer lex,
boolean allowParams) |
protected boolean |
SqlStatisticsCommands.tryEnd(SqlLexer lex)
Test if it is the end of command.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023