| Package | Description |
|---|---|
| org.apache.ignite.internal.sql | |
| org.apache.ignite.internal.sql.command |
| Modifier and Type | Method and Description |
|---|---|
SqlCommand |
SqlParser.nextCommand()
Get next command.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SqlCommandProcessor.isCommandSupported(SqlCommand cmd) |
@Nullable FieldsQueryCursor<List<?>> |
SqlCommandProcessor.runCommand(SqlCommand cmdNative)
Execute command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SqlAlterTableCommand
ALTER TABLE command.
|
class |
SqlAlterUserCommand
ALTER USER command.
|
class |
SqlAnalyzeCommand
ANALYZE command to mark object for statistics collection.
|
class |
SqlBeginTransactionCommand
BEGIN [TRANSACTION] command.
|
class |
SqlBulkLoadCommand
A parser for a COPY command (called 'bulk load' in the code, since word 'copy' is too generic).
|
class |
SqlCommitTransactionCommand
COMMIT command.
|
class |
SqlCreateIndexCommand
CREATE INDEX command.
|
class |
SqlCreateUserCommand
CREATE USER command.
|
class |
SqlDropIndexCommand
DROP INDEX command.
|
class |
SqlDropStatisticsCommand
DROP STATISTICS Command.
|
class |
SqlDropUserCommand
DROP USER command.
|
class |
SqlKillClientCommand
KILL CLIENT command.
|
class |
SqlKillComputeTaskCommand
KILL COMPUTE_TASK command.
|
class |
SqlKillContinuousQueryCommand
KILL CONTINUOUS command.
|
class |
SqlKillQueryCommand
KILL QUERY command.
|
class |
SqlKillScanQueryCommand
KILL SCAN_QUERY command.
|
class |
SqlKillServiceCommand
KILL SERVICE command.
|
class |
SqlKillTransactionCommand
KILL TRANSACTION command.
|
class |
SqlRefreshStatitsicsCommand
REFRESH STATISTICS Command.
|
class |
SqlRollbackTransactionCommand
ROLLBACK command.
|
class |
SqlSetStreamingCommand
SET STREAMING command.
|
class |
SqlStatisticsCommands
Base class for statistics related commands.
|
| 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.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023