public class QueryEx extends Object
| Constructor and Description |
|---|
QueryEx() |
QueryEx(com.hp.hpl.jena.query.Query query) |
QueryEx(com.hp.hpl.jena.query.Query query,
boolean isExplain) |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.query.Query |
getQuery() |
int |
getQueryType() |
boolean |
isAskType() |
boolean |
isConstructType() |
boolean |
isDescribeType() |
boolean |
isExplain() |
boolean |
isSelectType() |
void |
setExplain(boolean isExplain) |
void |
setQuery(com.hp.hpl.jena.query.Query query) |
String |
toString() |
public QueryEx()
public QueryEx(com.hp.hpl.jena.query.Query query)
public QueryEx(com.hp.hpl.jena.query.Query query,
boolean isExplain)
public com.hp.hpl.jena.query.Query getQuery()
public void setQuery(com.hp.hpl.jena.query.Query query)
public boolean isExplain()
public void setExplain(boolean isExplain)
public int getQueryType()
public boolean isSelectType()
public boolean isConstructType()
public boolean isDescribeType()
public boolean isAskType()
Copyright © 2014. All rights reserved.