Uses of Class
org.gcube.dataaccess.spql.model.where.Condition

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

Uses of Condition in org.gcube.dataaccess.spql
 

Methods in org.gcube.dataaccess.spql that return Condition
 Condition SPQLParser.coordinateCondition()
           
 Condition SPQLParser.eventDateCondition()
           
 Condition SPQLParser.wexpression()
           
 

Methods in org.gcube.dataaccess.spql that return types with arguments of type Condition
 List<Condition> SPQLParser.whereExpression()
           
 

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

Fields in org.gcube.dataaccess.spql.model.where with type parameters of type Condition
protected  List<Condition> WhereExpression.conditions
           
 

Methods in org.gcube.dataaccess.spql.model.where that return types with arguments of type Condition
 List<Condition> WhereExpression.getConditions()
           
 

Method parameters in org.gcube.dataaccess.spql.model.where with type arguments of type Condition
 void WhereExpression.setConditions(List<Condition> conditions)
           
 

Constructor parameters in org.gcube.dataaccess.spql.model.where with type arguments of type Condition
WhereExpression(List<Condition> conditions)
           
 



Copyright © 2013. All Rights Reserved.