Package org.apache.ignite.internal.sql.command
-
Interface Summary Interface Description SqlCommand Generic SQL command. -
Class Summary Class Description SqlAlterTableCommand ALTER TABLE command.SqlAlterUserCommand ALTER USER command.SqlAnalyzeCommand ANALYZE command to mark object for statistics collection.SqlBulkLoadCommand A parser for a COPY command (called 'bulk load' in the code, since word 'copy' is too generic).SqlCreateIndexCommand CREATE INDEX command.SqlCreateUserCommand CREATE USER command.SqlCreateViewCommand CREATE VIEW command.SqlDropIndexCommand DROP INDEX command.SqlDropStatisticsCommand DROP STATISTICS Command.SqlDropUserCommand DROP USER command.SqlDropViewCommand DROP VIEW command.SqlIndexColumn Index column definition.SqlKillClientCommand KILL CLIENT command.SqlKillComputeTaskCommand KILL COMPUTE_TASK command.SqlKillContinuousQueryCommand KILL CONTINUOUS command.SqlKillQueryCommand KILL QUERY command.SqlKillScanQueryCommand KILL SCAN_QUERY command.SqlKillServiceCommand KILL SERVICE command.SqlKillTransactionCommand KILL TRANSACTION command.SqlQualifiedName SQL qualified name.SqlRefreshStatitsicsCommand REFRESH STATISTICS Command.SqlSetStreamingCommand SET STREAMING command.SqlStatisticsCommands Base class for statistics related commands.