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