oldTableName ) );
stmt.executeUpdate( "DROP TABLE " + oldTableName );
if ( mgr.hasSupplementForCreateDrop(oldTableName) ) {
TableSchema schema = mgr.getTableSchema(oldTableName);
mgr.dropTableSupplement(stmt, schema, oldTableName, true);
}
}
} catch (SQLException e) {
myex = e;
throw e;