Interface DatabaseUpdater
-
- All Known Implementing Classes:
LiquibaseDatabaseUpdater
public interface DatabaseUpdaterUpdate the database schema.- Author:
- Grégory Van den Borre
-
-
Method Summary
Modifier and Type Method Description voidupdate(be.yildizgames.module.database.DataBaseConnectionProvider provider)Update the schema.
-
-
-
Method Detail
-
update
void update(be.yildizgames.module.database.DataBaseConnectionProvider provider) throws SQLExceptionUpdate the schema.- Parameters:
provider- Database connection provider.- Throws:
SQLException- If something fails during the update.
-
-