Package | Description |
---|---|
com.couchbase.client.protocol.views |
Modifier and Type | Method and Description |
---|---|
ComplexKey |
ComplexKey.forceArray(boolean force)
Force the cast to a JSON array even when there is only one element.
|
static ComplexKey |
ComplexKey.of(java.lang.Object... components)
Generate a ComplexKey based on the input Object arguments (varargs).
|
Modifier and Type | Method and Description |
---|---|
Query |
Query.setKey(ComplexKey key)
Return only documents that match the specified key.
|
Query |
Query.setKeys(ComplexKey keys)
Return only documents that match each of keys specified within the given
array.
|
Query |
Query.setRange(ComplexKey startkey,
ComplexKey endkey)
Returns records in the given key range.
|
Query |
Query.setRangeEnd(ComplexKey endkey)
Stop returning records when the specified key is reached.
|
Query |
Query.setRangeStart(ComplexKey startkey)
Return records with a value equal to or greater than the specified key.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.