|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query | |
com.hp.hpl.jena.graph.query | Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. |
Uses of Query in com.hp.hpl.jena.graph.query |
Methods in com.hp.hpl.jena.graph.query that return Query | |
Query |
Query.addMatch(Node S,
Node P,
Node O)
|
Query |
Query.addMatch(Triple t)
|
Query |
Query.addMatch(java.lang.String name,
Node S,
Node P,
Node O)
|
Query |
Query.addConstraint(Node S,
Node P,
Node O)
|
Query |
Query.addConstraint(Graph g)
|
Methods in com.hp.hpl.jena.graph.query with parameters of type Query | |
BindingQueryPlan |
SimpleQueryHandler.prepareBindings(Query q,
Node[] variables)
|
BindingQueryPlan |
QueryHandler.prepareBindings(Query q,
Node[] variables)
prepare a plan for generating bindings given the query _q_ and the result variables _variables_. |
Constructors in com.hp.hpl.jena.graph.query with parameters of type Query | |
SimpleQueryPlan(Graph graph,
Query query,
Node[] variables)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |