includeStats, parameters, statement| Constructor and Description |
|---|
GraphStatement(java.lang.String query) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
getResult()
Retrieves the result of this Statement.
|
java.lang.String |
getType()
Returns either "row" or "graph".
|
void |
setResult(Graph result)
Sets the result on this Statement.
|
public java.lang.String getType()
Statementpublic Graph getResult()
public void setResult(Graph result)
result - The result to set.