ICommand
7576777879808182
_session.selectMainTab(ISession.IMainPanelTabIndexes.SQL_TAB); } } catch (java.sql.SQLException ex) { ex.printStackTrace(); throw new WrappedSQLException(ex); } }
119120121122123124125126
GUIUtils.centerWithinParent(dlog); dlog.setVisible(true); } catch (SQLException ex) { throw new WrappedSQLException(ex); } }
151152153154155156157158159160161
fw.close(); } } catch (SQLException ex) { ex.printStackTrace(); throw new WrappedSQLException(ex); } catch (IOException ex) { ex.printStackTrace(); _session.getApplication().showErrorDialog(ex.getMessage()); }
124125126127128129130131
96979899100101102103104105106
{ _conn = mgr.getConnection(sqlDriver, _sqlAlias, _userName, _password, _props); } catch (SQLException ex) { throw new WrappedSQLException(ex); } catch (Throwable th) { throw new BaseException(th); }