Uses of Interface
org.gcube.dataaccess.spql.model.error.QueryError

Packages that use QueryError
org.gcube.dataaccess.spql   
org.gcube.dataaccess.spql.model   
org.gcube.dataaccess.spql.model.error   
org.gcube.dataaccess.spql.model.where   
 

Uses of QueryError in org.gcube.dataaccess.spql
 

Fields in org.gcube.dataaccess.spql with type parameters of type QueryError
protected  List<QueryError> ParserException.errors
           
 

Methods in org.gcube.dataaccess.spql that return types with arguments of type QueryError
 List<QueryError> ParserException.getErrors()
           
 

Constructors in org.gcube.dataaccess.spql with parameters of type QueryError
ParserException(String message, QueryError error)
           
 

Constructor parameters in org.gcube.dataaccess.spql with type arguments of type QueryError
ParserException(String message, List<QueryError> errors)
           
ParserException(String message, Throwable cause, List<QueryError> errors)
           
 

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

Methods in org.gcube.dataaccess.spql.model that return types with arguments of type QueryError
 List<QueryError> Query.check()
           
 List<QueryError> CheckableElement.check()
           
 

Uses of QueryError in org.gcube.dataaccess.spql.model.error
 

Classes in org.gcube.dataaccess.spql.model.error that implement QueryError
 class AbstractQueryError
           
 class InvalidValueError
           
 class SyntaxError
           
 

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

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



Copyright © 2013. All Rights Reserved.