|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Graph.BuildQuery

The interface used to complete a query submission.
| Method Summary | |
|---|---|
QueryResults |
execute()
Execute the query and get the results. |
Graph.BuildQuery |
using(Map<String,Object> variables)
Use the supplied variables when executing the query. |
Graph.BuildQuery |
using(PlanHints hints)
Use the supplied hints when executing the query. |
Graph.BuildQuery |
using(String variableName,
Object value)
Use the supplied value for the given variable name when executing the query. |
| Method Detail |
|---|
Graph.BuildQuery using(PlanHints hints)
hints - the hints
IllegalArgumentException - if the hints reference is nullGraph.BuildQuery using(Map<String,Object> variables)
variables - the variables
IllegalArgumentException - if the variables reference is null
Graph.BuildQuery using(String variableName,
Object value)
variableName - the variable valuevalue - the value to replace the variable during execution
IllegalArgumentException - if the variable name is nullQueryResults execute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||