Class InlineJsonResult

    • Constructor Detail

      • InlineJsonResult

        public InlineJsonResult​(Object[][] rows)
      • InlineJsonResult

        public InlineJsonResult​(List<List<Object>> rows)
    • Method Detail

      • getCurrentRow

        public long getCurrentRow()
        Description copied from interface: IExecutionResult
        Gets the current row position, starting with 0.
        Specified by:
        getCurrentRow in interface IExecutionResult
        Returns:
        the current row position
      • next

        public boolean next()
        Description copied from interface: IExecutionResult
        Moves the cursor to next row and returns true if this can be done
        Specified by:
        next in interface IExecutionResult
        Returns:
        true if cursor is moved at next row
      • close

        public void close()
        Description copied from interface: IExecutionResult
        Closes the result set and releases any in-memory chunks or data
        Specified by:
        close in interface IExecutionResult