Class StatementResultIterator
- java.lang.Object
-
- org.apache.flink.table.jdbc.utils.StatementResultIterator
-
- All Implemented Interfaces:
AutoCloseable
,Iterator<RowData>
,CloseableResultIterator<RowData>
public class StatementResultIterator extends Object implements CloseableResultIterator<RowData>
Closeable result iterator for statement result.
-
-
Constructor Summary
Constructors Constructor Description StatementResultIterator(StatementResult result)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
hasNext()
RowData
next()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Constructor Detail
-
StatementResultIterator
public StatementResultIterator(StatementResult result)
-
-