static class Update.DropColumnChange extends Update.SchemaChange
Modifier and Type | Field and Description |
---|---|
private String |
columnName |
private String |
tableName |
Constructor and Description |
---|
DropColumnChange(String tableName,
String columnName) |
void performChange(Session session) throws SQLException
performChange
in class Update.SchemaChange
SQLException