while (rs.next()) { System.out.println(rs.getString("nom_colonne")); }