Uses of Class
org.openrdf.sesame.sail.query.SailQueryException

Packages that use SailQueryException
org.openrdf.sesame.sail.query SAIL query object model. 
 

Uses of SailQueryException in org.openrdf.sesame.sail.query
 

Methods in org.openrdf.sesame.sail.query that throw SailQueryException
 void Union.evaluate(RdfSource rdfSource, QueryAnswerListener listener)
           
 void TriplePattern.initialize(RdfSource rdfSource)
           
 boolean StringCompare.isTrue(RdfSource rdfSource)
           
 void Query.evaluate(RdfSource rdfSource, QueryAnswerListener listener)
          Evaluates the query on the data contained in the supplied RdfSource and reports the results to the supplied QueryAnswerListener.
 void PathExpression.initialize(RdfSource rdfSource)
          Initializes the PathExpression.
 boolean PathExpression.selectNext(RdfSource rdfSource)
          Selects the next path matching this path expression.
 boolean Or.isTrue(RdfSource rdfSource)
           
 boolean Not.isTrue(RdfSource rdfSource)
           
 void Minus.evaluate(RdfSource rdfSource, QueryAnswerListener listener)
           
 boolean Like.isTrue(RdfSource rdfSource)
          Determines whether the two operands match according to the like operator.
 boolean IsURI.isTrue(RdfSource rdfSource)
          Determines whether the operand (a variable) contains a URI.
 boolean IsResource.isTrue(RdfSource rdfSource)
          Determines whether the operand (a variable) contains a Resource.
 boolean IsLiteral.isTrue(RdfSource rdfSource)
          Determines whether the operand (a variable) contains a Literal.
 boolean IsBNode.isTrue(RdfSource rdfSource)
          Determines whether the operand (a variable) contains a BNode.
 void Intersect.evaluate(RdfSource rdfSource, QueryAnswerListener listener)
           
 boolean In.isTrue(RdfSource rdfSource)
           
 void GraphPatternQuery.evaluate(RdfSource rdfSource, QueryAnswerListener listener)
           
 boolean GraphPattern.findFirst(RdfSource rdfSource)
           
 boolean GraphPattern.findNext(RdfSource rdfSource)
           
 boolean GraphPattern.selectNext(RdfSource rdfSource)
           
 boolean Exists.isTrue(RdfSource rdfSource)
           
 boolean CompareAny.isTrue(RdfSource rdfSource)
           
 boolean CompareAll.isTrue(RdfSource rdfSource)
           
 boolean BooleanExpr.isTrue(RdfSource rdfSource)
          Evaluates the boolean expression on the supplied RdfSource object.
 boolean And.isTrue(RdfSource rdfSource)
           
 



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.