Uses of Class
org.openrdf.query.QueryEvaluationException

Packages that use QueryEvaluationException
org.openrdf.query Interfaces and classes for handling queries and query results. 
org.openrdf.query.algebra.evaluation   
org.openrdf.query.algebra.evaluation.impl   
org.openrdf.query.algebra.evaluation.iterator   
org.openrdf.query.dawg Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabulary 
org.openrdf.query.impl   
org.openrdf.query.resultio   
org.openrdf.repository.http A repository that serves as a proxy for a remote repository on a Sesame server. 
org.openrdf.repository.sail Repository implementation for local storage backends. 
org.openrdf.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API for RDF repositories. 
org.openrdf.sail.helpers Generic utility classes for RDF Sail implementations. 
org.openrdf.sail.inferencer   
org.openrdf.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. 
org.openrdf.sail.nativerdf Native RDF storage backend. 
org.openrdf.sail.rdbms   
org.openrdf.sail.rdbms.evaluation   
org.openrdf.sail.rdbms.exceptions   
org.openrdf.sail.rdbms.iteration   
 

Uses of QueryEvaluationException in org.openrdf.query
 

Methods in org.openrdf.query that throw QueryEvaluationException
static boolean QueryResultUtil.equals(GraphQueryResult result1, GraphQueryResult result2)
           
static boolean QueryResultUtil.equals(TupleQueryResult tqr1, TupleQueryResult tqr2)
          Compares the two query results by converting them to graphs and returns true if they are equal.
 TupleQueryResult TupleQuery.evaluate()
           
 GraphQueryResult GraphQuery.evaluate()
           
 boolean BooleanQuery.evaluate()
           
 void GraphQuery.evaluate(RDFHandler handler)
           
 void TupleQuery.evaluate(TupleQueryResultHandler handler)
           
static void QueryResultUtil.report(GraphQueryResult gqr, RDFHandler rdfHandler)
          Reports a graph query result to an RDFHandler.
static void QueryResultUtil.report(TupleQueryResult tqr, TupleQueryResultHandler handler)
          Reports a tuple query result to a TupleQueryResultHandler.
 

Uses of QueryEvaluationException in org.openrdf.query.algebra.evaluation
 

Subclasses of QueryEvaluationException in org.openrdf.query.algebra.evaluation
 class ValueExprEvaluationException
          An exception indicating that a ValueExpr could not be evaluated due to illegal or incompatible values.
 

Methods in org.openrdf.query.algebra.evaluation that return types with arguments of type QueryEvaluationException
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings)
          Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.
 CloseableIteration<? extends Statement,QueryEvaluationException> TripleSource.getStatements(Resource subj, URI pred, Value obj, Resource... contexts)
          Gets all statements that have a specific subject, predicate and/or object.
 

Methods in org.openrdf.query.algebra.evaluation that throw QueryEvaluationException
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategy.evaluate(TupleExpr expr, BindingSet bindings)
          Evaluates the tuple expression against the supplied triple source with the specified set of variable bindings as input.
 Value EvaluationStrategy.evaluate(ValueExpr expr, BindingSet bindings)
          Gets the value of this expression.
 CloseableIteration<? extends Statement,QueryEvaluationException> TripleSource.getStatements(Resource subj, URI pred, Value obj, Resource... contexts)
          Gets all statements that have a specific subject, predicate and/or object.
 boolean EvaluationStrategy.isTrue(ValueExpr expr, BindingSet bindings)
          Evaluates the boolean expression on the supplied TripleSource object.
 

Uses of QueryEvaluationException in org.openrdf.query.algebra.evaluation.impl
 

Methods in org.openrdf.query.algebra.evaluation.impl that return types with arguments of type QueryEvaluationException
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(BinaryTupleOperator expr, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Difference difference, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Distinct distinct, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(EmptySet emptySet, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Extension extension, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Filter filter, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Group node, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Intersection intersection, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Join join, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(LeftJoin leftJoin, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(MultiProjection multiProjection, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Order node, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Projection projection, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(SingletonSet singletonSet, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Slice slice, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(StatementPattern sp, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(TupleExpr expr, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(UnaryTupleOperator expr, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Union union, BindingSet bindings)
           
 

Methods in org.openrdf.query.algebra.evaluation.impl that throw QueryEvaluationException
 Value EvaluationStrategyImpl.evaluate(And node, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(BinaryTupleOperator expr, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(BNodeGenerator node, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(Bound node, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(CompareAll node, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(CompareAny node, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(Compare node, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(Datatype node, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Difference difference, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Distinct distinct, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(EmptySet emptySet, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(Exists node, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Extension extension, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Filter filter, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(FunctionCall node, BindingSet bindings)
          Evaluates a function.
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Group node, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(In node, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Intersection intersection, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(IsBNode node, BindingSet bindings)
          Determines whether the operand (a variable) contains a BNode.
 Value EvaluationStrategyImpl.evaluate(IsLiteral node, BindingSet bindings)
          Determines whether the operand (a variable) contains a Literal.
 Value EvaluationStrategyImpl.evaluate(IsResource node, BindingSet bindings)
          Determines whether the operand (a variable) contains a Resource.
 Value EvaluationStrategyImpl.evaluate(IsURI node, BindingSet bindings)
          Determines whether the operand (a variable) contains a URI.
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Join join, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(Label node, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(Lang node, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(LangMatches node, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(LeftJoin leftJoin, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(Like node, BindingSet bindings)
          Determines whether the two operands match according to the like operator.
 Value EvaluationStrategyImpl.evaluate(LocalName node, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(MathExpr node, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(MultiProjection multiProjection, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(Namespace node, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(Not node, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(Or node, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Order node, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Projection projection, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(Regex node, BindingSet bindings)
          Determines whether the two operands match according to the regex operator.
 Value EvaluationStrategyImpl.evaluate(SameTerm node, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(SingletonSet singletonSet, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Slice slice, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(StatementPattern sp, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(Str node, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(TupleExpr expr, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(UnaryTupleOperator expr, BindingSet bindings)
           
 CloseableIteration<BindingSet,QueryEvaluationException> EvaluationStrategyImpl.evaluate(Union union, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(ValueConstant valueConstant, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(ValueExpr expr, BindingSet bindings)
           
 Value EvaluationStrategyImpl.evaluate(Var var, BindingSet bindings)
           
 boolean EvaluationStrategyImpl.isTrue(ValueExpr expr, BindingSet bindings)
           
 

Uses of QueryEvaluationException in org.openrdf.query.algebra.evaluation.iterator
 

Methods in org.openrdf.query.algebra.evaluation.iterator that throw QueryEvaluationException
protected  boolean FilterIterator.accept(BindingSet bindings)
           
protected  boolean CompatibleBindingSetFilter.accept(BindingSet outputBindings)
           
protected  BindingSet ProjectionIterator.convert(BindingSet sourceBindings)
           
 BindingSet ExtensionIterator.convert(BindingSet sourceBindings)
           
protected  BindingSet LeftJoinIterator.getNextElement()
           
protected  BindingSet JoinIterator.getNextElement()
           
protected  void MultiProjectionIterator.handleClose()
           
protected  void LeftJoinIterator.handleClose()
           
protected  void JoinIterator.handleClose()
           
 boolean OrderIterator.hasNext()
           
 boolean MultiProjectionIterator.hasNext()
           
 BindingSet OrderIterator.next()
           
 BindingSet MultiProjectionIterator.next()
           
 void OrderIterator.remove()
           
 

Constructor parameters in org.openrdf.query.algebra.evaluation.iterator with type arguments of type QueryEvaluationException
CompatibleBindingSetFilter(CloseableIteration<BindingSet,QueryEvaluationException> iter, BindingSet inputBindings)
           
ExtensionIterator(Extension extension, CloseableIteration<BindingSet,QueryEvaluationException> iter, EvaluationStrategy strategy)
           
FilterIterator(Filter filter, CloseableIteration<BindingSet,QueryEvaluationException> iter, EvaluationStrategy strategy)
           
MultiProjectionIterator(MultiProjection multiProjection, CloseableIteration<BindingSet,QueryEvaluationException> iter, BindingSet bindings)
           
OrderIterator(CloseableIteration<BindingSet,QueryEvaluationException> iter, Comparator<BindingSet> comparator)
           
ProjectionIterator(Projection projection, CloseableIteration<BindingSet,QueryEvaluationException> iter, BindingSet parentBindings)
           
 

Constructors in org.openrdf.query.algebra.evaluation.iterator that throw QueryEvaluationException
ExtensionIterator(Extension extension, CloseableIteration<BindingSet,QueryEvaluationException> iter, EvaluationStrategy strategy)
           
FilterIterator(Filter filter, CloseableIteration<BindingSet,QueryEvaluationException> iter, EvaluationStrategy strategy)
           
GroupIterator(EvaluationStrategy strategy, Group group, BindingSet parentBindings)
           
JoinIterator(EvaluationStrategy strategy, Join join, BindingSet bindings)
           
LeftJoinIterator(EvaluationStrategy strategy, LeftJoin join, BindingSet bindings)
           
ProjectionIterator(Projection projection, CloseableIteration<BindingSet,QueryEvaluationException> iter, BindingSet parentBindings)
           
 

Uses of QueryEvaluationException in org.openrdf.query.dawg
 

Methods in org.openrdf.query.dawg that throw QueryEvaluationException
static Graph DAWGTestResultSetUtil.toGraph(TupleQueryResult tqr)
           
 

Uses of QueryEvaluationException in org.openrdf.query.impl
 

Methods in org.openrdf.query.impl that throw QueryEvaluationException
 void TupleQueryResultImpl.close()
           
 boolean TupleQueryResultImpl.hasNext()
           
 BindingSet TupleQueryResultImpl.next()
           
 void TupleQueryResultImpl.remove()
           
 

Constructor parameters in org.openrdf.query.impl with type arguments of type QueryEvaluationException
GraphQueryResultImpl(Map<String,String> namespaces, CloseableIteration<? extends Statement,? extends QueryEvaluationException> statementIter)
           
TupleQueryResultImpl(List<String> bindingNames, CloseableIteration<? extends BindingSet,QueryEvaluationException> bindingSetIter)
          Creates a query result object with the supplied binding names.
 

Constructors in org.openrdf.query.impl that throw QueryEvaluationException
MutableTupleQueryResult(TupleQueryResult tqr)
           
 

Uses of QueryEvaluationException in org.openrdf.query.resultio
 

Methods in org.openrdf.query.resultio that throw QueryEvaluationException
static void QueryResultIO.write(GraphQueryResult gqr, RDFFormat format, OutputStream out)
          Writes a graph query result document in a specific RDF format to an output stream.
static void QueryResultIO.write(TupleQueryResult tqr, TupleQueryResultFormat format, OutputStream out)
          Writes a query result document in a specific query result format to an output stream.
 

Uses of QueryEvaluationException in org.openrdf.repository.http
 

Subclasses of QueryEvaluationException in org.openrdf.repository.http
 class HTTPQueryEvaluationException
           
 

Methods in org.openrdf.repository.http that throw QueryEvaluationException
 void HTTPTupleQuery.evaluate(TupleQueryResultHandler handler)
           
 

Uses of QueryEvaluationException in org.openrdf.repository.sail
 

Methods in org.openrdf.repository.sail that throw QueryEvaluationException
 TupleQueryResult SailTupleQuery.evaluate()
           
 GraphQueryResult SailGraphQuery.evaluate()
           
 boolean SailBooleanQuery.evaluate()
           
 void SailGraphQuery.evaluate(RDFHandler handler)
           
 void SailTupleQuery.evaluate(TupleQueryResultHandler handler)
           
 

Uses of QueryEvaluationException in org.openrdf.sail
 

Methods in org.openrdf.sail that return types with arguments of type QueryEvaluationException
 CloseableIteration<? extends BindingSet,QueryEvaluationException> SailConnection.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
          Evaluates the supplied TupleExpr on the data contained in this Sail object, using the (optional) dataset and supplied bindings as input parameters.
 

Uses of QueryEvaluationException in org.openrdf.sail.helpers
 

Methods in org.openrdf.sail.helpers that return types with arguments of type QueryEvaluationException
 CloseableIteration<? extends BindingSet,QueryEvaluationException> SailConnectionWrapper.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
           
 CloseableIteration<? extends BindingSet,QueryEvaluationException> SailConnectionBase.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
           
protected abstract  CloseableIteration<? extends BindingSet,QueryEvaluationException> SailConnectionBase.evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
           
 

Uses of QueryEvaluationException in org.openrdf.sail.inferencer
 

Methods in org.openrdf.sail.inferencer that return types with arguments of type QueryEvaluationException
 CloseableIteration<? extends BindingSet,QueryEvaluationException> InferencerConnectionWrapper.evaluate(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
          Calls InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped connection.
 

Uses of QueryEvaluationException in org.openrdf.sail.memory
 

Methods in org.openrdf.sail.memory that return types with arguments of type QueryEvaluationException
protected  CloseableIteration<? extends BindingSet,QueryEvaluationException> MemoryStoreConnection.evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
           
 CloseableIteration<MemStatement,QueryEvaluationException> MemoryStoreConnection.MemTripleSource.getStatements(Resource subj, URI pred, Value obj, Resource... contexts)
           
 

Uses of QueryEvaluationException in org.openrdf.sail.nativerdf
 

Methods in org.openrdf.sail.nativerdf that return types with arguments of type QueryEvaluationException
protected  CloseableIteration<? extends BindingSet,QueryEvaluationException> NativeStoreConnection.evaluateInternal(TupleExpr tupleExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
           
 CloseableIteration<? extends Statement,QueryEvaluationException> NativeTripleSource.getStatements(Resource subj, URI pred, Value obj, Resource... contexts)
           
 

Methods in org.openrdf.sail.nativerdf that throw QueryEvaluationException
 CloseableIteration<? extends Statement,QueryEvaluationException> NativeTripleSource.getStatements(Resource subj, URI pred, Value obj, Resource... contexts)
           
 

Uses of QueryEvaluationException in org.openrdf.sail.rdbms
 

Methods in org.openrdf.sail.rdbms that return types with arguments of type QueryEvaluationException
protected  CloseableIteration<BindingSet,QueryEvaluationException> RdbmsConnection.evaluateInternal(TupleExpr expr, Dataset dataset, BindingSet bindings, boolean includeInferred)
           
 

Uses of QueryEvaluationException in org.openrdf.sail.rdbms.evaluation
 

Methods in org.openrdf.sail.rdbms.evaluation that return types with arguments of type QueryEvaluationException
 CloseableIteration<BindingSet,QueryEvaluationException> RdbmsEvaluation.evaluate(TupleExpr expr, BindingSet bindings)
           
 

Methods in org.openrdf.sail.rdbms.evaluation that throw QueryEvaluationException
 CloseableIteration<BindingSet,QueryEvaluationException> RdbmsEvaluation.evaluate(TupleExpr expr, BindingSet bindings)
           
 CloseableIteration RdbmsTripleSource.getStatements(Resource subj, URI pred, Value obj, Resource... contexts)
           
 

Uses of QueryEvaluationException in org.openrdf.sail.rdbms.exceptions
 

Subclasses of QueryEvaluationException in org.openrdf.sail.rdbms.exceptions
 class RdbmsQueryEvaluationException
          Wraps a SQLException or RdbmsException.
 class UnsupportedRdbmsOperatorException
          Indicates that an operation is not supported on the database side and must be evaluated on the client.
 

Uses of QueryEvaluationException in org.openrdf.sail.rdbms.iteration
 

Methods in org.openrdf.sail.rdbms.iteration that return QueryEvaluationException
protected  QueryEvaluationException RdbmsBindingIteration.convertSQLException(SQLException e)
           
 



Copyright © 2001-2008 Aduna. All Rights Reserved.