public class CypherAdapterStream extends BoltResult
BoltResult.VisitorEMPTY| Constructor and Description |
|---|
CypherAdapterStream(org.neo4j.graphdb.Result delegate,
Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(BoltResult.Visitor visitor) |
void |
close() |
String[] |
fieldNames()
Positional names for all fields in every record of this stream.
|
public CypherAdapterStream(org.neo4j.graphdb.Result delegate,
Clock clock)
public void close()
close in interface AutoCloseableclose in class BoltResultpublic String[] fieldNames()
BoltResultfieldNames in class BoltResultpublic void accept(BoltResult.Visitor visitor) throws Exception
accept in class BoltResultExceptionCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.