Class DatabaseTableIterator

  • All Implemented Interfaces:
    java.util.Iterator<io.annot8.common.data.content.Row>


    public class DatabaseTableIterator
    extends java.lang.Object
    implements java.util.Iterator<io.annot8.common.data.content.Row>
    • Constructor Summary

      Constructors 
      Constructor Description
      DatabaseTableIterator​(java.sql.ResultSet set, io.annot8.common.data.content.TableMetadata metadata)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean hasNext​()  
      io.annot8.common.data.content.Row next​()  
      • Methods inherited from interface java.util.Iterator

        forEachRemaining, remove
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DatabaseTableIterator

        public DatabaseTableIterator​(java.sql.ResultSet set,
                                     io.annot8.common.data.content.TableMetadata metadata)
    • Method Detail

      • hasNext

        public boolean hasNext​()
        Specified by:
        hasNext in interface java.util.Iterator<io.annot8.common.data.content.Row>
      • next

        public io.annot8.common.data.content.Row next​()
        Specified by:
        next in interface java.util.Iterator<io.annot8.common.data.content.Row>