Class QueryParserResultCommand


  • public class QueryParserResultCommand
    extends Object
    Parsing result: command.
    • Constructor Detail

      • QueryParserResultCommand

        public QueryParserResultCommand​(@Nullable
                                        @Nullable SqlCommand cmdNative,
                                        @Nullable
                                        @Nullable GridSqlStatement cmdH2,
                                        boolean noOp)
        Constructor.
        Parameters:
        cmdNative - Command (native).
        cmdH2 - Command (H2).
        noOp - Whether this is a no-op command.
    • Method Detail

      • commandNative

        @Nullable
        public @Nullable SqlCommand commandNative()
        Returns:
        Command (native).
      • commandH2

        @Nullable
        public @Nullable GridSqlStatement commandH2()
        Returns:
        Command (H2).
      • noOp

        public boolean noOp()
        Returns:
        Whether this is a no-op command.