Class ResultSetIterator
java.lang.Object
org.hibernate.tool.internal.reveng.dialect.ResultSetIterator
Iterator over a resultset; intended usage only for metadata reading.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedResultSetIterator(ResultSet resultset) ResultSetIterator(Statement stmt, ResultSet resultset) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
current
protected boolean current -
endOfRows
protected boolean endOfRows
-
-
Constructor Details
-
ResultSetIterator
-
ResultSetIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
handleSQLException
-
convertRow
- Throws:
SQLException
-
remove
public void remove() -
advance
- Throws:
SQLException
-
close
public void close()
-