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

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

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

Methods in org.openrdf.sesame.sail.query that throw BooleanExprEvaluationException
 boolean ValueCompare.isTrue(RdfSource rdfSource)
           
static boolean ValueCompare.isTrue(Value leftVal, Value rightVal, int operator)
           
 boolean Or.isTrue(RdfSource rdfSource)
           
 boolean Not.isTrue(RdfSource rdfSource)
           
 boolean Like.isTrue(RdfSource rdfSource)
          Determines whether the two operands match according to the like operator.
 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.