com.mysql.jdbc
Class IterateBlock
java.lang.Object
com.mysql.jdbc.IterateBlock
public abstract class IterateBlock
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iteratorWithCleanup
DatabaseMetaData.IteratorWithCleanup iteratorWithCleanup
javaIterator
java.util.Iterator javaIterator
stopIterating
boolean stopIterating
IterateBlock
IterateBlock(DatabaseMetaData.IteratorWithCleanup i)
IterateBlock
IterateBlock(java.util.Iterator i)
doForAll
public void doForAll()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
forEach
abstract void forEach(java.lang.Object each)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
fullIteration
public final boolean fullIteration()