Interface DBRecordAdapter


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

    Modifier and Type
    Method
    Description
    int
    Get the number of function definition datatype records
    Get a record iterator for all records.
  • Method Details

    • getRecords

      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

      int getRecordCount()
      Get the number of function definition datatype records
      Returns:
      total record count