|
||||||||||
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. |
com.hp.hpl.jena.util | Miscellaneous collection of utility classes. |
Uses of Query in com.hp.hpl.jena.graph.query |
---|
Methods in com.hp.hpl.jena.graph.query that return Query | |
---|---|
Query |
Query.addConstraint(Expression e)
|
Query |
Query.addMatch(Node s,
Node p,
Node o)
Add an (S, P, O) match to the query's collection of match triples. |
Query |
Query.addMatch(Triple t)
Add a triple to the query's collection of match triples. |
Methods in com.hp.hpl.jena.graph.query with parameters of type Query | |
---|---|
BindingQueryPlan |
QueryHandler.prepareBindings(Query q,
Node[] variables)
prepare a plan for generating bindings given the query _q_ and the result variables _variables_. |
BindingQueryPlan |
SimpleQueryHandler.prepareBindings(Query q,
Node[] variables)
|
Constructors in com.hp.hpl.jena.graph.query with parameters of type Query | |
---|---|
SimpleQueryPlan(Graph graph,
Query query,
Node[] variables)
|
Uses of Query in com.hp.hpl.jena.util |
---|
Methods in com.hp.hpl.jena.util that return Query | |
---|---|
Query |
QueryMapper.getQuery()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |