changement BD et ajout des Etudiant

This commit is contained in:
2022-11-12 19:56:42 +01:00
parent 6c20bfcdf2
commit e9d80bf03f
2 changed files with 9 additions and 5 deletions

View File

@@ -50,6 +50,7 @@ public class Graphic{
}else{
ll.add(new GroupeNP(rs.getInt(0), rs.getString(1), rs.getInt(2), rs.getInt(3), TypeGroupe.getType(rs.getString(4)), null));
}
//il reste a add les étudiants et mettre le sous groupe
}
}catch(SQLException e){
System.out.println("erreur dans la prise de resultat");