public abstract class BoltResponse<T> extends Object implements Response
| Modifier and Type | Field and Description |
|---|---|
protected org.neo4j.driver.Result |
result |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String[] |
columns() |
protected abstract T |
fetchNext() |
T |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStatistics, toListprotected abstract T fetchNext()
public void close()
close in interface AutoCloseableclose in interface ResponseCopyright © 2015–2021 Neo Technology, Inc.. All rights reserved.