public interface Response<T> extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String[] |
columns() |
T |
next() |
default List<T> |
toList()
Convert remaining items in this response to list
This might be used to materialize whole response for checking number of results, allowing to close transaction
etc.
|
T next()
default List<T> toList()
close().void close()
close in interface AutoCloseableString[] columns()
Copyright © 2018 Neo Technology, Inc.. All rights reserved.