public abstract class BoltResponse<T> extends Object implements Response
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String[] |
columns() |
protected abstract T |
fetchNext() |
T |
next() |
protected abstract T fetchNext()
public void close()
close in interface AutoCloseableclose in interface ResponseCopyright © 2015–2019 Neo Technology, Inc.. All rights reserved.