Transférer les fichiers vers 'src/Test'

This commit is contained in:
2022-12-01 18:38:17 +01:00
parent 14ebaedeeb
commit 060c7c621e
4 changed files with 49 additions and 13 deletions

View File

@@ -255,12 +255,12 @@ public class BDatabase {
* Recupere le nombre d'etudiant par groupe
* @return
*/
public ArrayList<NBGroupe> getNbrEtuGroupes() {
/*public ArrayList<NBGroupe> getNbrEtuGroupes() {
ArrayList<NBGroupe> NGroupe = new ArrayList<>();
ArrayList<String> groupeNB = this.fetchAll("SELECT COUNT(DISTINCT groupe) FROM fi_eleves;");
for(int i = 0; i <= NGroupe.Goupe(groupeNB); i++) {
ArrayList<String> grpnb = this.fetchAll("Select count(id) from fi_eleves where groupe="+i+";");
}
}
}*/
}