Interface DBRecordAdapter


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

    Modifier and Type
    Method
    Description
    getRecords(Address start, Address end, int colIndex)
    Get a record iterator.
  • Method Details

    • getRecords

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