Example #1
0
 protected static void setStmtParams(Rezept r, PreparedStatement stmt, int index)
     throws SQLException {
   DbUtil.setString(stmt, index++, r.getName());
   DbUtil.setString(stmt, index++, r.getAnleitung());
 }