com.fourspaces.couchdb
Class AdHocView

java.lang.Object
  extended by com.fourspaces.couchdb.View
      extended by com.fourspaces.couchdb.AdHocView

public class AdHocView
extends View

Creates an AdHoc view... this basically just creates a new View with a name of "_temp_view" and a defined function.

Author:
mbreese

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

AdHocView

public AdHocView(String function)


Copyright © 2012. All Rights Reserved.