Interface DBRecordAdapter


  • public interface DBRecordAdapter
    Interface to get a record iterator.
    • Method Detail

      • getRecords

        RecordIterator getRecords​(Address start,
                                  Address end,
                                  int colIndex)
                           throws java.io.IOException
        Get a record iterator.
        Parameters:
        start - start of iterator
        end - end of iterator
        colIndex - index column
        Throws:
        java.io.IOException - if there was a problem accessing the database