Interface IDbUpgrader
-
public interface IDbUpgrader
- Author:
- eric.wittmann@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
upgrade(org.jdbi.v3.core.Handle dbHandle)
Called by theAbstractSqlRegistryStorage
class when upgrading the database.
-
-
-
Method Detail
-
upgrade
void upgrade(org.jdbi.v3.core.Handle dbHandle) throws Exception
Called by theAbstractSqlRegistryStorage
class when upgrading the database.- Parameters:
dbHandle
-- Throws:
Exception
-
-