384385386387388389390391
readRecord(rec, cmd, conn); // Set RowSetData rec.changeState(DBRecord.REC_VALID, key.clone()); } catch (QueryNoResultException e) { // Record not found throw new RecordNotFoundException(this, key); } }