String cnpj = rs.getString(2);
String razaoSocial = rs.getString(3);
long tel1 = rs.getLong(13);
String nomeResp1 = rs.getString(19);
listRelatorio.add(new ClienteRelatorio(idCliente, cnpj, razaoSocial, tel1, nomeResp1));
}
return listRelatorio;
} catch (Exception e) {
e.printStackTrace();
}