Package marauroa.server.db
Class UpdateScript
java.lang.Object
marauroa.server.db.UpdateScript
updates the structure of the database to the newest versoin
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
update(DBTransaction transaction)
updates the structure of the database
-
Constructor Details
-
UpdateScript
public UpdateScript()
-
-
Method Details
-
update
updates the structure of the database- Parameters:
transaction
- DBTransaction- Throws:
SQLException
- in case of an unexpected database error
-