Class SqlCommandProcessor


  • public class SqlCommandProcessor
    extends Object
    Processor responsible for execution of native Ignite commands.
    • Constructor Detail

      • SqlCommandProcessor

        public SqlCommandProcessor​(GridKernalContext ctx)
        Constructor.
        Parameters:
        ctx - Kernal context.
    • Method Detail

      • runCommand

        @Nullable
        public @Nullable FieldsQueryCursor<List<?>> runCommand​(SqlCommand cmdNative)
        Execute command.
        Parameters:
        cmdNative - Native command.
        Returns:
        Result.
      • isCommandSupported

        public boolean isCommandSupported​(SqlCommand cmd)
        Returns:
        True if command is supported by this command processor.