edu.jhu.tmaj.client.tables.logs
Interface ChangeLog

All Known Implementing Classes:
DeletionLog, FieldUpdateLog

public interface ChangeLog

Represents a single unit of change to the database. For example, a ChangeLog may be a user deleting a record#13 in the Specimens Table, or giving SpecimenID#123's field "SurgPathNumber" a new value of "74-98412".


Method Summary
 void insertIntoDatabase()
          Inserts the ChangeLog into one of the Log-Recording tables in the Database.
 

Method Detail

insertIntoDatabase

void insertIntoDatabase()
                        throws java.sql.SQLException
Inserts the ChangeLog into one of the Log-Recording tables in the Database.

Throws:
java.sql.SQLException