public class QueryResultSet extends Object
| Constructor and Description |
|---|
QueryResultSet(BufferingQueryEventListener listener,
BufferAllocator allocator) |
| Modifier and Type | Method and Description |
|---|---|
int |
batchCount() |
void |
close() |
DirectRowSet |
next()
Return the next batch of data as a row set.
|
UserBitShared.QueryId |
queryId() |
int |
recordCount() |
public QueryResultSet(BufferingQueryEventListener listener, BufferAllocator allocator)
public DirectRowSet next() throws Exception
Exception - on a server errorpublic UserBitShared.QueryId queryId()
public int recordCount()
public int batchCount()
public void close()
Copyright © 2022 The Apache Software Foundation. All rights reserved.