Class IterateBlock<T>

java.lang.Object
com.mysql.cj.jdbc.IterateBlock<T>

public abstract class IterateBlock<T>
extends java.lang.Object
  • Method Summary

    Modifier and Type Method Description
    void doForAll()  
    boolean fullIteration()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • doForAll

      public void doForAll() throws java.sql.SQLException
      Throws:
      java.sql.SQLException
    • fullIteration

      public final boolean fullIteration()