V
- public static class QueryResult.EmptyQueryResult<V> extends java.lang.Object implements QueryResult<V>
This implementation cannot be closed, ie calls to close() do nothing and calls to isClosed() always return false.
QueryResult.EmptyQueryResult<V>, QueryResult.IterableQueryResult<V>, QueryResult.SingletonQueryResult<V>
Constructor and Description |
---|
QueryResult.EmptyQueryResult() |
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
java.io.IOException
public boolean isClosed()
QueryResult
isClosed
in interface QueryResult<V>