Class DefaultQueryResult

  • All Implemented Interfaces:
    QueryResult, java.io.Closeable, java.lang.AutoCloseable

    public class DefaultQueryResult
    extends java.lang.Object
    implements java.io.Closeable, QueryResult
    Default implementation of QueryResult.
    • Constructor Detail

      • DefaultQueryResult

        public DefaultQueryResult​(int resultSetQuota,
                                  int aiuQuota,
                                  int resultSetCount,
                                  int aipQuota,
                                  boolean cacheOutAipIgnored,
                                  java.io.InputStream resultStream,
                                  java.io.Closeable dependentResource)
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object