public static interface BoltResult.Visitor
| Modifier and Type | Method and Description |
|---|---|
void |
addMetadata(String key,
org.neo4j.values.AnyValue value)
Associate arbitrary metadata with the result stream.
|
void |
visit(org.neo4j.cypher.result.QueryResult.Record record) |
void visit(org.neo4j.cypher.result.QueryResult.Record record)
throws Exception
Exceptionvoid addMetadata(String key, org.neo4j.values.AnyValue value)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.