Package alpine.upgrade
Interface UpgradeItem
-
- All Known Implementing Classes:
AbstractUpgradeItem
public interface UpgradeItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteUpgrade(AlpineQueryManager queryManager, Connection connection)StringgetSchemaVersion()booleanshouldUpgrade(AlpineQueryManager queryManager, Connection connection)
-
-
-
Method Detail
-
getSchemaVersion
String getSchemaVersion()
-
shouldUpgrade
boolean shouldUpgrade(AlpineQueryManager queryManager, Connection connection) throws SQLException
- Throws:
SQLException
-
executeUpgrade
void executeUpgrade(AlpineQueryManager queryManager, Connection connection) throws Exception
- Throws:
Exception
-
-