280281282283284285286287288
om.setKeyspaceDefinition(newKeyspaceDefinition); } om.setExecuteAsync(oldExecuteAsync); } catch(Exception e){ throw new CObjectMigrationException(e); } return ret; }
695696697698699700701702703
if(executeCql){ cqlExecutor.executeSync(statement); } } } catch(Exception e){ throw new CObjectMigrationException(e); } return ret; }