|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ViewResults in com.fourspaces.couchdb |
---|
Methods in com.fourspaces.couchdb that return ViewResults | |
---|---|
ViewResults |
Database.adhoc(AdHocView view)
Runs an ad-hoc view from an AdHocView object. |
ViewResults |
Database.adhoc(String function)
Runs an ad-hoc view from a string |
ViewResults |
Database.getAllDocuments()
Runs the standard "_all_docs" view on this database |
ViewResults |
Database.getAllDocuments(int revision)
Runs "_all_docs_by_update_seq?startkey=revision" view on this database |
ViewResults |
Database.getAllDocumentsWithCount(int count)
Runs the standard "_all_docs" view on this database, with count |
ViewResults |
Database.view(String fullname)
Runs a named view Not currently working in CouchDB code |
ViewResults |
Database.view(View view)
Runs a named view on the database This will run a view and apply any filtering that is requested (reverse, startkey, etc). |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |