public class ResultRowImpl extends Object implements InternalResultRow
| Constructor and Description |
|---|
ResultRowImpl() |
ResultRowImpl(Map<String,Object> results) |
| 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 Object get(String key)
get in interface InternalResultRowpublic org.neo4j.graphdb.Node getNode(String key)
getNode in interface InternalResultRowpublic org.neo4j.graphdb.Relationship getRelationship(String key)
getRelationship in interface InternalResultRowpublic String getString(String key)
getString in interface InternalResultRowpublic Number getNumber(String key)
getNumber in interface InternalResultRowpublic Boolean getBoolean(String key)
getBoolean in interface InternalResultRowpublic org.neo4j.graphdb.Path getPath(String key)
getPath in interface InternalResultRowCopyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.