com.franz.agraph.jena
Class AGQuery
java.lang.Object
com.franz.agraph.jena.AGQuery
public class AGQuery
- extends Object
The class of queries that can be posed to AllegroGraph via Jena.
AGQuery
public AGQuery(QueryLanguage language,
String queryString)
getLanguage
public QueryLanguage getLanguage()
getQueryString
public String getQueryString()
isCheckVariables
public boolean isCheckVariables()
- Gets the flag for checkVariables.
- Returns:
- the checkVariables flag.
setCheckVariables
public void setCheckVariables(boolean checkVariables)
- A boolean that defaults to false, indicating whether an error
should be raised when a SPARQL query selects variables that
are not mentioned in the query body.
- Parameters:
checkVariables
- the checkVariables flag.