Class QueryImpl.PackingResultObjectProvider

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean absolute​(int pos)
      Move to the given 0-based position.
      void close()
      Free the resources associated with this provider.
      ResultObjectProvider getDelegate()  
      java.lang.Object getResultObject()
      Instantiate the current result object.
      void handleCheckedException​(java.lang.Exception e)
      Any checked exceptions that are thrown will be passed to this method.
      boolean next()
      Advance the input to the next position.
      void open()
      Open the result.
      void reset()
      Reset this provider.
      int size()
      Return the number of items in the input, or Integer.MAX_VALUE if the size in unknown.
      boolean supportsRandomAccess()
      Return true if this provider supports random access.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait