Package db
Interface DBChangeSet
- All Known Subinterfaces:
DomainObjectDBChangeSet
public interface DBChangeSet
DBChangeSet facilitates the reading and writing of application
level change data associated with BufferFile.-
Method Summary
-
Method Details
-
read
Read into this change set from the specified database handle. The database handle will not be retained and should be closed by the invoker of this method.- Parameters:
dbh- database handle- Throws:
IOException- if IO error occurs
-
write
Write this change set to the specified database handle. The database handle will not be retained and should be closed by the invoker of this method.- Parameters:
dbh- database handleisRecoverySave- true if this write is because of a recovery snapshot or false if due to a user save action.- Throws:
IOException- if IO error occurs
-