org.gcube.dataaccess.spql.model.where
Class WhereExpression
java.lang.Object
org.gcube.dataaccess.spql.model.where.WhereExpression
- All Implemented Interfaces:
- CheckableElement
public class WhereExpression
- extends Object
- implements CheckableElement
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
conditions
protected List<Condition> conditions
WhereExpression
public WhereExpression(List<Condition> conditions)
- Parameters:
conditions -
getConditions
public List<Condition> getConditions()
- Returns:
- the conditions
setConditions
public void setConditions(List<Condition> conditions)
- Parameters:
conditions - the conditions to set
check
public List<QueryError> check()
- Specified by:
check in interface CheckableElement
Copyright © 2013. All Rights Reserved.