Package | Description |
---|---|
net.sf.jkniv.whinstone.couchdb.commands |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommand
HTTP code documentation from
W3C RFC 2616
|
class |
AddCommand
http://docs.couchdb.org/en/2.0.0/api/document/common.html
PUT /{db}/{docid}
The PUT method creates a new named document, or creates a new revision of the existing document.
|
class |
AllDocsCommand |
class |
BulkCommand
http://docs.couchdb.org/en/2.2.0/api/database/bulk-api.html
POST /{db}/_bulk_docs
The bulk document API allows you to create and update multiple
documents at the same time within a single request.
|
class |
DeleteCommand |
class |
DropIndexCommand
D
|
class |
FindCommand |
class |
FullResponseFindCommand |
class |
GetCommand |
class |
UpdateCommand |
class |
ViewCommand |
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.