|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Query
This interface represents a SPARQL query.
There are four types of SPARQL queries: SelectQuery,
ConstructQuery, DescribeQuery, and AskQuery.
| Method Summary | |
|---|---|
DataSet |
getDataSet()
Gets DataSet containing the specification of the default
graph and named graphs, if any. |
GroupGraphPattern |
getQueryPattern()
Gets the query pattern of the WHERE clause for the query. |
String |
toString()
|
| Method Detail |
|---|
DataSet getDataSet()
Gets DataSet containing the specification of the default
graph and named graphs, if any.
DataSet object is returned.GroupGraphPattern getQueryPattern()
Gets the query pattern of the WHERE clause for the query.
GroupGraphPattern of the WHERE clause for this query.
If the WHERE clause is not specified, null is returned.String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||