public class ResultRowImpl extends Object implements org.neo4j.graphdb.Result.ResultRow
| Constructor and Description |
|---|
ResultRowImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key) |
Boolean |
getBoolean(String key) |
org.neo4j.graphdb.Node |
getNode(String key) |
Number |
getNumber(String key) |
org.neo4j.graphdb.Path |
getPath(String key) |
org.neo4j.graphdb.Relationship |
getRelationship(String key) |
String |
getString(String key) |
void |
set(String k,
Object value) |
public org.neo4j.graphdb.Node getNode(String key)
getNode in interface org.neo4j.graphdb.Result.ResultRowpublic org.neo4j.graphdb.Relationship getRelationship(String key)
getRelationship in interface org.neo4j.graphdb.Result.ResultRowpublic String getString(String key)
getString in interface org.neo4j.graphdb.Result.ResultRowpublic Number getNumber(String key)
getNumber in interface org.neo4j.graphdb.Result.ResultRowpublic Boolean getBoolean(String key)
getBoolean in interface org.neo4j.graphdb.Result.ResultRowpublic org.neo4j.graphdb.Path getPath(String key)
getPath in interface org.neo4j.graphdb.Result.ResultRowCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.