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 (); se (imbroglione! = posizione di segnale minimo) { Domanda = "" della stringa Dichiarazione di dichiarazione = this.con.createStatement (); resultSet di ResultSet = statement.executeQuery (domanda); searchResult = nuovo vettore (); int i = 0; se (resultSet! = posizione di segnale minimo) { mentre (resultSet.next ()) { System.out.println (“io " +i+1); Nome della stringa [] = resultSet.getString (“NOME„) .split („, "); Facoltà facutlty = nuova della facoltà ( resultSet.getString (“PERSON_UID„), nome [1] + " “+name [0], resultSet.getString (“GOBTPAC_LDAP_USER„), resultSet.getString (“SYRREIN_INTEREST„)); searchResult.add (facutlty); } } statement.close (); resultSet.close (); closeConnection (imbroglione); } searchResult di ritorno; } fermo (sqlException di SQLException) { this.logger.log allinea (this.formatter.format (this.today) + “: il più searchFacultyInterest: Venire a mancare„); this.logger.log allinea (this.formatter.format (this.today) + “: SQLException: „ + sqlException.getMessage ()); closeConnection (this.con); posizione di segnale minimo di ritorno; } fermo (nullPointerException di NullPointerException) { this.logger.log allinea (this.formatter.format (this.today) + “: il più searchFacultyInterest: Venire a mancare„); this.logger.log allinea (this.formatter.format (this.today) + “: NullPointerException: „ + nullPointerException.getMessage ()); closeConnection (this.con); posizione di segnale minimo di ritorno; }