public interface Result
Modifier and Type | Method and Description |
---|---|
boolean |
getAskResult() |
RDFGraph |
getConstructResult() |
java.util.Collection<java.util.Vector<java.lang.Object>> |
getSelectResult() |
java.lang.String |
getSelectResultasXML() |
int |
getType() |
int getType()
boolean getAskResult() throws QueryTypeMismatchException
QueryTypeMismatchException
- when the query cannot be evaluatedRDFGraph getConstructResult() throws QueryTypeMismatchException
QueryTypeMismatchException
- when the query cannot be evaluatedjava.util.Collection<java.util.Vector<java.lang.Object>> getSelectResult() throws QueryTypeMismatchException
QueryTypeMismatchException
- when the query cannot be evaluatedjava.lang.String getSelectResultasXML() throws QueryTypeMismatchException
QueryTypeMismatchException
- when the query cannot be evaluated(C) INRIA & friends, 2003-2020