Interface DatabaseUpdater

  • All Known Implementing Classes:
    LiquibaseDatabaseUpdater

    public interface DatabaseUpdater
    Update the database schema.
    Author:
    Grégory Van den Borre
    • Method Summary

      Modifier and Type Method Description
      void update​(be.yildizgames.module.database.DataBaseConnectionProvider provider)
      Update the schema.
    • Method Detail

      • update

        void update​(be.yildizgames.module.database.DataBaseConnectionProvider provider)
             throws SQLException
        Update the schema.
        Parameters:
        provider - Database connection provider.
        Throws:
        SQLException - If something fails during the update.