6768697071727374757677
map.put(column.getName(), row.getValue(column)); } } // copy the prototype and set the not-updated values connector.update(map); } } finally { dataSet.close(); } }
6970717273747576777879
logger.info("john : _id="+john.getId()+" _rev="+john.getRevision()); waitForKey(); john.setAddress("PL"); db.update(john); logger.info("update"); logger.info("john : _id="+john.getId()+" _rev="+john.getRevision()); waitForKey();