Class RowIterator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String[] nextResult()
      Returns the next record (either a String[] or a Record)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Method Detail

      • nextResult

        protected final java.lang.String[] nextResult()
        Description copied from class: ParserIterator
        Returns the next record (either a String[] or a Record)
        Specified by:
        nextResult in class ParserIterator<java.lang.String[]>
        Returns:
        the next record if available.