public class ExecutionResult
extends java.lang.Object
| Constructor and Description |
|---|
ExecutionResult(JSONObject response) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
buildGraph(JSONObject result) |
RowSet |
buildRowSet(JSONObject result) |
JSONObject |
geResult(int index) |
Neo4jServerException[] |
getErrors() |
public ExecutionResult(JSONObject response)
public Neo4jServerException[] getErrors()
public JSONObject geResult(int index)
public Graph buildGraph(JSONObject result)
public RowSet buildRowSet(JSONObject result)