|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.fourspaces.couchdb.View
com.fourspaces.couchdb.AdHocView
public class AdHocView
Creates an AdHoc view... this basically just creates a new View with a name of "_temp_view" and a defined function.
Field Summary |
---|
Fields inherited from class com.fourspaces.couchdb.View |
---|
count, document, endKey, function, name, reverse, skip, startKey, update |
Constructor Summary | |
---|---|
AdHocView(String function)
|
Method Summary |
---|
Methods inherited from class com.fourspaces.couchdb.View |
---|
getFullName, getFunction, getName, getQueryString, setCount, setEndKey, setReverse, setSkip, setStartKey, setUpdate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdHocView(String function)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |