639640641642643644645646
try { // Read Record readRecord(rec, cmd, conn); } catch (QueryNoResultException e) { // Translate exception throw new RecordNotFoundException(this, key); } }
406407408409410411412413
readRecord(rec, cmd, conn); // Set RowSetData rec.updateComplete(key.clone()); } catch (QueryNoResultException e) { // Record not found throw new RecordNotFoundException(this, key); } }
632633634635636637638639
readRecord(rec, cmd, conn); // Set RowSetData rec.changeState(DBRecord.REC_VALID, key.clone()); } catch (QueryNoResultException e) { // Record not found throw new RecordNotFoundException(this, key); } }
376377378379380381382383
533534535536537538539540
531532533534535536537538