dojox/data/CouchDBRestStore (version 1.10)

Summary

A CouchDBRestStore is an extension of JsonRestStore to handle CouchDB's idiosyncrasies, special features, and deviations from standard HTTP Rest. NOTE: CouchDB is not designed to be run on a public facing network. There is no access control on database documents, and you should NOT rely on client side control to implement security.

See the dojox/data/CouchDBRestStore reference documentation for more information.

Method Summary

  • _processResults(results)
  • fetch(args) This only differs from JsonRestStore in that it, will put the query string the query part of the URL and it handles start and count
  • getStores(couchServerUrl)
  • save(kwArgs)

Methods

_processResults(results)
Parameter Type Description
results undefined
Returns:object
fetch(args)

This only differs from JsonRestStore in that it, will put the query string the query part of the URL and it handles start and count

Parameter Type Description
args undefined
Returns:undefined
getStores(couchServerUrl)
Parameter Type Description
couchServerUrl undefined
save(kwArgs)
Parameter Type Description
kwArgs undefined
Error in the documentation? Can’t find what you are looking for? Let us know!