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