|
Franz Inc, AllegroGraph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.franz.agraph.jena.AGQuery
public class AGQuery
The class of queries that can be posed to AllegroGraph via Jena.
| Constructor Summary | |
|---|---|
AGQuery(org.openrdf.query.QueryLanguage language,
String queryString)
|
|
| Method Summary | |
|---|---|
org.openrdf.query.QueryLanguage |
getLanguage()
|
int |
getLimit()
Gets the limit on the number of solutions for this query. |
int |
getOffset()
Gets the offset, the number of solutions to skip for this query. |
String |
getQueryString()
|
boolean |
isCheckVariables()
Gets the flag for checkVariables. |
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. |
void |
setLimit(int limit)
Sets the limit on the number of solutions for this query. |
void |
setOffset(int offset)
Sets the offset, the number of solutions to skip for this query. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AGQuery(org.openrdf.query.QueryLanguage language,
String queryString)
| Method Detail |
|---|
public org.openrdf.query.QueryLanguage getLanguage()
public String getQueryString()
public boolean isCheckVariables()
public void setCheckVariables(boolean checkVariables)
checkVariables - the checkVariables flag.public int getLimit()
public void setLimit(int limit)
public int getOffset()
public void setOffset(int offset)
|
Copyright © 2008-2016 Franz Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||