nlight-jdev / jcouchdb

Automatically exported from code.google.com/p/jcouchdb
Other
0 stars 0 forks source link

how can i get the value which i have saved in the couchdb #57

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i have seen the test demo which i have caught lots of knowledge.

But i don't find the api which used for select the value that i have saved in 
the couchdb.

The ValueRow only has the getID and getValue methods which are not i want to 
select.

For example:
map.put("userName","zhlu");
db.createDocument(map);
How can i get the userName value?Thanks!

Original issue reported on code.google.com by bupt.z...@gmail.com on 23 Aug 2010 at 3:38

GoogleCodeExporter commented 8 years ago
I have got it. Thanks!

Original comment by bupt.z...@gmail.com on 23 Aug 2010 at 3:42

GoogleCodeExporter commented 8 years ago

Original comment by ff...@gmx.de on 11 Sep 2010 at 9:14