919293949596979899100101
{ new EditWhereColsCommand(app, _tree, selectedObjects[0]).execute(); } finally { cursorChg.restore(); } } else { //i18n[EditWhereColsAction.singleObjectMessage=You must have a
878889909192939495
IPlugin plugin = _session.getApplication().getDummyAppPlugin(); _session.rollback(); } finally { cursorChg.restore(); } } }
102103104105106107108109110111112
{ new SQLFilterCommand(_tree, selObjs[0]).execute(); } finally { cursorChg.restore(); } } else { //i18n[SQLFilterAction.singleObjectMessage=You must have a
281282283284285286287288289290291
} } finally { _app.savePreferences(DATATYPE_PREFERENCES); cursorChg.restore(); } dispose(); for (GlobalPreferencesActionListener listener : _listeners) { listener.onPerformOk();
6162636465666768697071
{ new RefreshObjectTreeCommand(_tree).execute(); } finally { cursorChg.restore(); } } } }
666768697071727374
{ new ShowNativeSQLCommand(_panel).execute(); } finally { cursorChg.restore(); } } }
{ new RefreshObjectTreeItemCommand(_tree).execute(); } finally { cursorChg.restore(); } } } }
868788899091929394
{ new CommitCommand(_session).execute(); } finally { cursorChg.restore(); } } }
55565758596061626364
{ _panel.executeCurrentSQL(); } finally { cursorChg.restore(); } } } }
727374757677787980
{ new CloseAllSQLResultTabsCommand(_panel).execute(); } finally { cursorChg.restore(); } } }