Class GetRowsCommand.JsonResult

    • Field Detail

      • mode

        protected final Engine.Mode mode
        Mode of the engine (row or record based)
      • start

        protected final Long start
      • end

        protected final Long end
      • limit

        protected final int limit
      • previousPageId

        protected final Long previousPageId
        The value to use as 'end' when fetching the page before this one. Can be null if there is no such page.
      • nextPageId

        protected final Long nextPageId
        The value to use as 'start' when fetching the page after this one. Can be null if there is no such page.
      • needsRefreshing

        protected final boolean needsRefreshing
      • historyEntryId

        protected final long historyEntryId