public class StatementResultIterator extends Object implements CloseableResultIterator<RowData>
Constructor and Description |
---|
StatementResultIterator(StatementResult result) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasNext() |
RowData |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining, remove
public StatementResultIterator(StatementResult result)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.