Package | Description |
---|---|
org.ektorp | |
org.ektorp.impl |
Modifier and Type | Method and Description |
---|---|
AttachmentInputStream |
CouchDbConnector.getAttachment(String id,
String attachmentId)
Reads an attachment from the database.
|
AttachmentInputStream |
CouchDbConnector.getAttachment(String id,
String attachmentId,
String revision) |
Modifier and Type | Method and Description |
---|---|
String |
CouchDbConnector.createAttachment(String docId,
AttachmentInputStream data)
Creates both the document and the attachment
|
String |
CouchDbConnector.createAttachment(String docId,
String revision,
AttachmentInputStream data)
Adds an attachment to the specified document id.
|
Modifier and Type | Method and Description |
---|---|
AttachmentInputStream |
StdCouchDbConnector.getAttachment(String id,
String attachmentId) |
AttachmentInputStream |
StdCouchDbConnector.getAttachment(String id,
String attachmentId,
String revision) |
Modifier and Type | Method and Description |
---|---|
String |
StdCouchDbConnector.createAttachment(String docId,
AttachmentInputStream data) |
String |
StdCouchDbConnector.createAttachment(String docId,
String revision,
AttachmentInputStream data) |
Copyright © 2013. All Rights Reserved.