uriel blood pt.2 | l'unique probleme est le nom de l'objet nouvellement construit, on souhaiterai le voir s'accompagner d'un chiffre qui s'incremente à chaque tour de boucle...
Code :
- try {
- int i= 0;
- String nomEchReq;
- while (rs.next()) {
- nomEchReq = "ech" + ((Integer.toString(i)) );
- Echantillon Ech & i = new Echantillon(rs.getInt("id_echantillon" ),
- rs.getString("nom_echantillon" ),
- rs.getInt("priorite" ),
- rs.getString("provenance" ),
- rs.getInt("id_emplacement" ),
- rs.getInt("quantite" ),
- rs.getInt("unite" ),
- rs.getInt("concentration" ),
- rs.getInt("unite_concentration" ),
- rs.getInt("id_nature" ),
- rs.getDate ("date_fin_analyse" ),
- rs.getDate("DLU" ),
- rs.getString("statut_echantillon" ),
- rs.getInt("id_labo" ),
- rs.getInt("id_lot" ));
- listEchantillon.add(nomEch);
- i++;
- }
- } catch (SQLException ex) {
- System.out.println("Probleme d'execution du constructeur Echantillon appallé dans Gechantillon" );
|
bon le code est legerement modifier mais l'idée est là, vous voyez? ou c moi qui ne comprends pas votre reponse (c possible) Message édité par uriel le 11-12-2002 à 18:31:13
|