Class UpdateScript

java.lang.Object
marauroa.server.db.UpdateScript

public class UpdateScript extends Object
updates the structure of the database to the newest versoin
Author:
hendrik
  • Constructor Details

    • UpdateScript

      public UpdateScript()
  • Method Details

    • update

      public void update(DBTransaction transaction) throws SQLException
      updates the structure of the database
      Parameters:
      transaction - DBTransaction
      Throws:
      SQLException - in case of an unexpected database error