Uses of Class
org.gcube.dataaccess.spql.model.RelationalOperator

Packages that use RelationalOperator
org.gcube.dataaccess.spql   
org.gcube.dataaccess.spql.model   
org.gcube.dataaccess.spql.model.where   
 

Uses of RelationalOperator in org.gcube.dataaccess.spql
 

Methods in org.gcube.dataaccess.spql that return RelationalOperator
 RelationalOperator SPQLParser.relationalOperator()
           
 

Uses of RelationalOperator in org.gcube.dataaccess.spql.model
 

Methods in org.gcube.dataaccess.spql.model that return RelationalOperator
static RelationalOperator RelationalOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RelationalOperator[] RelationalOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of RelationalOperator in org.gcube.dataaccess.spql.model.where
 

Fields in org.gcube.dataaccess.spql.model.where declared as RelationalOperator
protected  RelationalOperator Condition.operator
           
 

Methods in org.gcube.dataaccess.spql.model.where that return RelationalOperator
 RelationalOperator Condition.getOperator()
           
 

Methods in org.gcube.dataaccess.spql.model.where with parameters of type RelationalOperator
 void Condition.setOperator(RelationalOperator operator)
           
 

Constructors in org.gcube.dataaccess.spql.model.where with parameters of type RelationalOperator
Condition(ConditionParameter parameter, RelationalOperator operator, ParsableValue<?> value)
           
 



Copyright © 2013. All Rights Reserved.