1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38:
this.con = connectToDB (); ¡si (estafa! = falta de información) { Pregunta = "" de la secuencia Declaración de la declaración = this.con.createStatement (); resultSet de ResultSet = statement.executeQuery (pregunta); searchResult = nuevo vector (); internacional i = 0; ¡si (resultSet! = falta de información) { mientras que (resultSet.next ()) { System.out.println (“yo " +i+1); Nombre de la secuencia [] = resultSet.getString (“NOMBRE”) .split (”, "); Facultad facutlty = nueva de la facultad ( resultSet.getString (“PERSON_UID”), nombre [1] + " “+name [0], resultSet.getString (“GOBTPAC_LDAP_USER”), resultSet.getString (“SYRREIN_INTEREST”)); searchResult.add (facutlty); } } statement.close (); resultSet.close (); closeConnection (estafa); } searchResult de vuelta; } retén (sqlException de SQLException) { this.logger.log alinea (this.formatter.format (this.today) + “: el más searchFacultyInterest: Fall”); this.logger.log alinea (this.formatter.format (this.today) + “: SQLException: ” + sqlException.getMessage ()); closeConnection (this.con); falta de información de vuelta; } retén (nullPointerException de NullPointerException) { this.logger.log alinea (this.formatter.format (this.today) + “: el más searchFacultyInterest: Fall”); this.logger.log alinea (this.formatter.format (this.today) + “: NullPointerException: ” + nullPointerException.getMessage ()); closeConnection (this.con); falta de información de vuelta; }