|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of View in com.fourspaces.couchdb |
---|
Subclasses of View in com.fourspaces.couchdb | |
---|---|
class |
AdHocView
Creates an AdHoc view... |
Methods in com.fourspaces.couchdb that return View | |
---|---|
View |
Document.addView(String designDoc,
String viewName,
String function)
Add a view to this document. |
View |
ViewResults.getView()
The new that created this results list. |
View |
Document.getView(String name)
Get a named view that is stored in the document. |
Methods in com.fourspaces.couchdb with parameters of type View | |
---|---|
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 |