I have to do a search in a table, I have to pass up 3 parameters to filter my search, this is my method:
public List<Motores> pesquisaMotores(String serie, String marca, String modelo) {
PreparedStatement comando = null;
ResultSe...
asked by
23.10.2015 / 20:07