Interface DBFieldAdapter


public interface DBFieldAdapter
Interface to get a field adapter where the Field is the primary key in the table.
  • Method Summary

    Modifier and Type
    Method
    Description
    getFields(long start, long end)
    Get the iterator over the primary key.
  • Method Details

    • getFields

      DBFieldIterator getFields(long start, long end) throws IOException
      Get the iterator over the primary key.
      Parameters:
      start - start of iterator
      end - end of iterator
      Throws:
      IOException - if there was a problem accessing the database