public static interface Result.ResultRow
visit(ResultRow)
method of Result.ResultVisitor
.
The data it contains can change between calls to the visit(ResultRow)
method.
Instances of this type should thus not be saved
for later use, or shared with other threads, rather the content should be copied.Modifier and Type | Method and Description |
---|---|
Object |
get(String key) |
Boolean |
getBoolean(String key) |
Node |
getNode(String key) |
Number |
getNumber(String key) |
Path |
getPath(String key) |
Relationship |
getRelationship(String key) |
String |
getString(String key) |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.