com.franz.agraph.repository
Class AGBooleanQuery
java.lang.Object
org.openrdf.query.impl.AbstractOperation
org.openrdf.query.impl.AbstractQuery
com.franz.agraph.repository.AGQuery
com.franz.agraph.repository.AGBooleanQuery
- All Implemented Interfaces:
- BooleanQuery, Operation, Query
public class AGBooleanQuery
- extends AGQuery
- implements BooleanQuery
Implements the Sesame BooleanQuery interface for AllegroGraph.
Method Summary |
boolean |
evaluate()
Evaluates the query and returns a boolean result. |
Methods inherited from class com.franz.agraph.repository.AGQuery |
analyze, getBindingsArray, getEngine, getEntailmentRegime, getLanguage, getLimit, getName, getOffset, getPlanner, getQueryString, isCheckVariables, isPrepared, setCheckVariables, setEngine, setEntailmentRegime, setIncludeInferred, setLimit, setOffset, setPlanner, setPrepared, setSaveName, toString |
AGBooleanQuery
public AGBooleanQuery(AGRepositoryConnection con,
QueryLanguage ql,
String queryString,
String baseURI)
- Creates an AGBooleanQuery instance for a given connection.
- Parameters:
con
- the connectionql
- the query languagequeryString
- the querybaseURI
- the base URI for the query
evaluate
public boolean evaluate()
throws QueryEvaluationException
- Evaluates the query and returns a boolean result.
- Specified by:
evaluate
in interface BooleanQuery
- Throws:
QueryEvaluationException