public class EmptyResponse extends Object implements Neo4jResponse<String>
Neo4jResponse.ResponseRecord| Constructor and Description |
|---|
EmptyResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String[] |
columns() |
void |
initialiseScan(Neo4jResponse.ResponseRecord record) |
String |
next() |
int |
rowId() |
public String next()
next in interface Neo4jResponse<String>public void close()
close in interface AutoCloseableclose in interface Neo4jResponse<String>public void initialiseScan(Neo4jResponse.ResponseRecord record)
initialiseScan in interface Neo4jResponse<String>public String[] columns()
columns in interface Neo4jResponse<String>public int rowId()
rowId in interface Neo4jResponse<String>Copyright © 2015 Neo Technology, Inc.. All rights reserved.