Package | Description |
---|---|
DAO |
Modifier and Type | Method and Description |
---|---|
Profil |
ProfilDAO.getProfil(java.lang.String titre_profil) |
Modifier and Type | Method and Description |
---|---|
int |
ProfilDAO.Creer_profil(Profil profil)
Permet d'ajouter une personne dans la table personne Le mode est auto-commit
donc par défaut chaque insertion est validée
|
int |
ProfilDAO.Modifier_profil(Profil profil,
int idlieu) |
int |
ProfilDAO.Supprimer_profil(Profil profil) |