Package db

Interface RecordTranslator


public interface RecordTranslator
  • Method Summary

    Modifier and Type
    Method
    Description
    Translate the indicated old database record into a current database record.
  • Method Details

    • translateRecord

      DBRecord translateRecord(DBRecord oldRecord) throws IOException
      Translate the indicated old database record into a current database record.
      Parameters:
      oldRecord - the old database record.
      Returns:
      the new data base record in the form required for the current database version.
      Throws:
      IOException - if database IO error occurs