Interface DBRecordAdapter


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

    Change
    Modifier and Type
    Method
    Description
    NEW
    int
    Get the number of records in table
    NEW
    Get a record iterator for all records.
    REMOVED
    RecordIterator
    getRecords(Address start, Address end, int colIndex)
    Removed
  • Method Details

    • getRecords NEW

      RecordIterator getRecords() throws IOException
      Get a record iterator for all records.
      Returns:
      record iterator
      Throws:
      IOException - if there was a problem accessing the database
    • getRecordCount NEW

      int getRecordCount()
      Get the number of records in table
      Returns:
      total record count