Package net.sf.basedb.core
Class Update.SchemaChange
- java.lang.Object
-
- net.sf.basedb.core.Update.SchemaChange
-
- Direct Known Subclasses:
Update.DropColumnChange
- Enclosing class:
- Update
abstract static class Update.SchemaChange extends Object
Action that need to make some change to the database schem after the main transaction inUpdate.adjustExistingItems(ProgressReporter, int, String, String)
has finished.- Since:
- 3.7
-
-
Constructor Summary
Constructors Constructor Description SchemaChange()
-
-
-
Method Detail
-
performChange
abstract void performChange(Session session) throws SQLException
- Throws:
SQLException
-
-