Package | Description |
---|---|
com.couchbase.client.java | |
com.couchbase.client.java.subdoc |
Modifier and Type | Method and Description |
---|---|
LookupInBuilder |
CouchbaseBucket.lookupIn(String docId) |
LookupInBuilder |
Bucket.lookupIn(String docId)
Prepare a sub-document lookup through a
builder API . |
Modifier and Type | Method and Description |
---|---|
LookupInBuilder |
LookupInBuilder.exists(String... paths)
Check if a value exists inside the document (if it does not, attempting to get the
DocumentFragment.content(int) will raise an error). |
LookupInBuilder |
LookupInBuilder.get(String... paths)
Get a value inside the JSON document.
|
Copyright © 2015 Couchbase, Inc.