9596979899100101102103104105106
result.setValueFactory(vf); result.setIdSequence(ids); return result; } catch (SQLException e) { throw new RdbmsQueryEvaluationException(e.toString() + "\n" + query, e); } } catch (RdbmsException e) { throw new RdbmsQueryEvaluationException(e); } }
81828384858687
return result; } @Override protected QueryEvaluationException convertSQLException(SQLException e) { return new RdbmsQueryEvaluationException(e); }