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