com.mysql.jdbc
Class DatabaseMetaData.IteratorWithCleanup

java.lang.Object
  extended by com.mysql.jdbc.DatabaseMetaData.IteratorWithCleanup
Direct Known Subclasses:
DatabaseMetaData.ResultSetIterator, DatabaseMetaData.SingleStringIterator
Enclosing class:
DatabaseMetaData

protected abstract class DatabaseMetaData.IteratorWithCleanup
extends java.lang.Object


Constructor Summary
protected DatabaseMetaData.IteratorWithCleanup()
           
 
Method Summary
(package private) abstract  void close()
           
(package private) abstract  boolean hasNext()
           
(package private) abstract  java.lang.Object next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseMetaData.IteratorWithCleanup

protected DatabaseMetaData.IteratorWithCleanup()
Method Detail

close

abstract void close()
             throws java.sql.SQLException
Throws:
java.sql.SQLException

hasNext

abstract boolean hasNext()
                  throws java.sql.SQLException
Throws:
java.sql.SQLException

next

abstract java.lang.Object next()
                        throws java.sql.SQLException
Throws:
java.sql.SQLException