| Package | Description |
|---|---|
| org.gcube.couchbase.entities | |
| org.gcube.couchbase.helpers |
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.flipOperator(Operator op) |
static Operator |
Operator.getOperatorFromString(String operatorStr) |
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Operator |
Operator.flipOperator(Operator op) |
static String |
Operator.getStringFromOperator(Operator op) |
| Modifier and Type | Method and Description |
|---|---|
static com.couchbase.client.protocol.views.Query |
QueryHelper.createOneOperantQuery(Operator op,
Object value)
Creates a 1-operant Query from the given operator and value
|
static com.couchbase.client.protocol.views.Query |
QueryHelper.createOneOperantQuery(com.couchbase.client.protocol.views.Query query,
Operator op,
Object value)
Creates a 1-operant Query from the given operator and value
|
static com.couchbase.client.protocol.views.Query |
QueryHelper.createTwoOperantQuery(Operator op,
Object value1,
Object value2)
Creates a 2-operant Query from the given operators and values
|
static com.couchbase.client.protocol.views.Query |
QueryHelper.createTwoOperantQuery(Operator op1,
Object value1,
Operator op2,
Object value2)
Creates a 2-operant Query from the given operators and values
|
static List<String> |
QueryHelper.queryCouchBase(com.couchbase.client.CouchbaseClient client,
String designDocumentName,
String viewName,
Operator op,
Object key)
Returns only the keys and the matching docs (not the document).
|
static List<String> |
QueryHelper.queryCouchBase(com.couchbase.client.CouchbaseClient client,
String designDocumentName,
String viewName,
Operator op,
Object startKey,
Object endKey)
Returns only the keys and the matching docs (not the document).
|
static List<String> |
QueryHelper.queryCouchBase(com.couchbase.client.CouchbaseClient client,
String designDocumentName,
String viewName,
Operator op1,
Object key1,
Operator op2,
Object key2)
Returns only the keys and the matching docs (not the document).
|
Copyright © 2013. All Rights Reserved.