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