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.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionpublic boolean isClosed()
QueryResultisClosed in interface QueryResult<V>