Interface IDbUpgrader
-
- All Known Implementing Classes:
ProtobufCanonicalHashUpgrader
public interface IDbUpgrader- Author:
- eric.wittmann@gmail.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupgrade(Handle dbHandle)Called by theAbstractSqlRegistryStorageclass when upgrading the database.
-
-
-
Method Detail
-
upgrade
void upgrade(Handle dbHandle) throws Exception
Called by theAbstractSqlRegistryStorageclass when upgrading the database.- Parameters:
dbHandle-- Throws:
Exception
-
-