Interface DBFieldAdapter


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

      • getFields

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