Package com.zentadata.client
Class ResultSetIterator
- java.lang.Object
-
- com.zentadata.client.ResultSetIterator
-
-
Constructor Summary
Constructors Constructor Description ResultSetIterator(ResultSet resultSet, DataEngine engine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()Map<String,Object>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
-
ResultSetIterator
public ResultSetIterator(ResultSet resultSet, DataEngine engine)
-
-