private static final String LOAD_CG = " cg.CGID, cg.CGLib, cg.CGValide, cg.CieID, cg.CatAgtCNR, cg.CGVer, cg.Portefeuille ";
protected ConditionsGeneralesStateHolder findConditionsGeneralesByContratPK(final ContratPK contratPK, final Connection connexion) {
PreparedStatement select = null;
ResultSet resultat = null
ConditionsGeneralesStateHolder cgsh = null;
try {
select = connexion.prepareStatement("SELECT " + ConditionsGeneralesDAO.LOAD_CG + " from cg where cgid in (select ctra.cgid from ctra where ctraid= ?)");
...
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/5b47010d-8a77-4910-a4b0-99c9de7af2d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/a85189a6-fac2-4e10-93ef-f448fcbd58c1%40googlegroups.com.