Package db
Interface RecordTranslator
public interface RecordTranslator
-
Method Summary
Modifier and TypeMethodDescriptiontranslateRecord
(DBRecord oldRecord) Translate the indicated old database record into a current database record.
-
Method Details
-
translateRecord
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
-