Uses of Class
org.gcube.couchbase.entities.Operator

Packages that use Operator
org.gcube.couchbase.entities   
org.gcube.couchbase.helpers   
 

Uses of Operator in org.gcube.couchbase.entities
 

Methods in org.gcube.couchbase.entities that return Operator
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.
 

Methods in org.gcube.couchbase.entities with parameters of type Operator
static Operator Operator.flipOperator(Operator op)
           
static String Operator.getStringFromOperator(Operator op)
           
 

Uses of Operator in org.gcube.couchbase.helpers
 

Methods in org.gcube.couchbase.helpers with parameters of type Operator
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.