5455565758596061
try { fixer.execute(); } catch (Exception e) { throw new CustomChangeException(e); } }
858687888990919293949596
log.info("CountWordsInHTextFlow: finished"); } finally { stmt.close(); } } catch (SQLException e) { throw new CustomChangeException(e); } catch (DatabaseException e) { throw new CustomChangeException(e); } finally { // conn.close(); ? } }
8081828384858687888990
insertStmt.setLong(7, 0); insertStmt.executeUpdate(); } } catch (DatabaseException e) { throw new CustomChangeException(e); } catch (SQLException e) { throw new CustomChangeException(e); } } }
190191192193194195196197
JdbcConnection conn = (JdbcConnection) database.getConnection(); try { prepareStatements(conn); migrateAllRawContents(); } catch (Exception e) { throw new CustomChangeException(e); } }
77787980818283848586878889
rset.updateString("passwordHash", null); rset.updateRow(); } } } catch (DatabaseException e) { throw new CustomChangeException(e); } catch (SQLException e) { throw new CustomChangeException(e); } finally { try { if (rset != null) { rset.close(); }
5051525354555657
confirmationMessage = sb.toString(); } return statements.toArray(new SqlStatement[statements.size()]); } catch (Exception e) { throw new CustomChangeException("Failed to add realm code secret", e); } }