Uses of Interface
org.apache.ignite.internal.sql.command.SqlCommand
-
Packages that use SqlCommand Package Description org.apache.ignite.internal.sql org.apache.ignite.internal.sql.command -
-
Uses of SqlCommand in org.apache.ignite.internal.sql
Methods in org.apache.ignite.internal.sql that return SqlCommand Modifier and Type Method Description SqlCommandSqlParser. nextCommand()Get next command.Methods in org.apache.ignite.internal.sql with parameters of type SqlCommand Modifier and Type Method Description booleanSqlCommandProcessor. isCommandSupported(SqlCommand cmd)@Nullable FieldsQueryCursor<List<?>>SqlCommandProcessor. runCommand(SqlCommand cmdNative)Execute command. -
Uses of SqlCommand in org.apache.ignite.internal.sql.command
Classes in org.apache.ignite.internal.sql.command that implement SqlCommand Modifier and Type Class Description classSqlAlterTableCommandALTER TABLE command.classSqlAlterUserCommandALTER USER command.classSqlAnalyzeCommandANALYZE command to mark object for statistics collection.classSqlBulkLoadCommandA parser for a COPY command (called 'bulk load' in the code, since word 'copy' is too generic).classSqlCreateIndexCommandCREATE INDEX command.classSqlCreateUserCommandCREATE USER command.classSqlCreateViewCommandCREATE VIEW command.classSqlDropIndexCommandDROP INDEX command.classSqlDropStatisticsCommandDROP STATISTICS Command.classSqlDropUserCommandDROP USER command.classSqlDropViewCommandDROP VIEW command.classSqlKillClientCommandKILL CLIENT command.classSqlKillComputeTaskCommandKILL COMPUTE_TASK command.classSqlKillContinuousQueryCommandKILL CONTINUOUS command.classSqlKillQueryCommandKILL QUERY command.classSqlKillScanQueryCommandKILL SCAN_QUERY command.classSqlKillServiceCommandKILL SERVICE command.classSqlKillTransactionCommandKILL TRANSACTION command.classSqlRefreshStatitsicsCommandREFRESH STATISTICS Command.classSqlSetStreamingCommandSET STREAMING command.classSqlStatisticsCommandsBase class for statistics related commands.Methods in org.apache.ignite.internal.sql.command that return SqlCommand Modifier and Type Method Description SqlCommandSqlAlterTableCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlAlterUserCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlAnalyzeCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlBulkLoadCommand. parse(SqlLexer lex)Parses the command.SqlCommandSqlCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlCreateIndexCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlCreateUserCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlCreateViewCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlDropIndexCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlDropUserCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlDropViewCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlKillClientCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlKillComputeTaskCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlKillContinuousQueryCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlKillQueryCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlKillScanQueryCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlKillServiceCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlKillTransactionCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlSetStreamingCommand. parse(SqlLexer lex)Parse command.SqlCommandSqlStatisticsCommands. parse(SqlLexer lex)Parse command.
-