public abstract class BoltResult extends Object implements AutoCloseable
| Modifier and Type | Class and Description |
|---|---|
static interface |
BoltResult.Visitor |
| Modifier and Type | Field and Description |
|---|---|
static BoltResult |
EMPTY |
| Constructor and Description |
|---|
BoltResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(BoltResult.Visitor visitor) |
abstract void |
close() |
abstract String[] |
fieldNames()
Positional names for all fields in every record of this stream.
|
public static final BoltResult EMPTY
public abstract String[] fieldNames()
public abstract void accept(BoltResult.Visitor visitor) throws Exception
Exceptionpublic abstract void close()
close in interface AutoCloseableCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.