Package net.sf.basedb.core
Class Update.DropColumnChange
- java.lang.Object
-
- net.sf.basedb.core.Update.SchemaChange
-
- net.sf.basedb.core.Update.DropColumnChange
-
- Enclosing class:
- Update
static class Update.DropColumnChange extends Update.SchemaChange
Action that drops a column in a table.- Since:
- 3.7
-
-
Field Summary
Fields Modifier and Type Field Description private String
columnName
private String
tableName
-
Constructor Summary
Constructors Constructor Description DropColumnChange(String tableName, String columnName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
performChange(org.hibernate.Session session)
-
-
-
Method Detail
-
performChange
void performChange(org.hibernate.Session session) throws SQLException
- Specified by:
performChange
in classUpdate.SchemaChange
- Throws:
SQLException
-
-