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 (); если (жулик! = null) { Вопрос = "" шнура Заявление заявления = this.con.createStatement (); resultSet ResultSet = statement.executeQuery (вопрос); searchResult = новый вектор (); int iий = 0; если (resultSet! = null) { пока (resultSet.next ()) { System.out.println («я " +i+1); Имя шнура [] = resultSet.getString («ИМЯ») .split (», "); Факультет факультета facutlty = новый ( resultSet.getString («PERSON_UID»), имя [1] + " «+name [0], resultSet.getString («GOBTPAC_LDAP_USER»), resultSet.getString («SYRREIN_INTEREST»)); searchResult.add (facutlty); } } statement.close (); resultSet.close (); closeConnection (жулик); } возвращенное searchResult; } задвижка (sqlException SQLException) { this.logger.log выравнивается (this.formatter.format (this.today) + «: searchFacultyInterest: Неудачный»); this.logger.log выравнивается (this.formatter.format (this.today) + «: SQLException: » + sqlException.getMessage ()); closeConnection (this.con); возвращенный null; } задвижка (nullPointerException NullPointerException) { this.logger.log выравнивается (this.formatter.format (this.today) + «: searchFacultyInterest: Неудачный»); this.logger.log выравнивается (this.formatter.format (this.today) + «: NullPointerException: » + nullPointerException.getMessage ()); closeConnection (this.con); возвращенный null; }