public class Neo4jResultWrapper<T> extends Object implements org.structr.api.NativeResult<T>
Constructor and Description |
---|
Neo4jResultWrapper(Neo4jDatabaseService graphDb,
org.neo4j.graphdb.Result result) |
public Neo4jResultWrapper(Neo4jDatabaseService graphDb, org.neo4j.graphdb.Result result)
public Iterator<T> columnAs(String name)
columnAs
in interface org.structr.api.NativeResult<T>
public boolean hasNext()
hasNext
in interface org.structr.api.NativeResult<T>
public Map<String,Object> next()
next
in interface org.structr.api.NativeResult<T>
public void close()
close
in interface AutoCloseable
Copyright © 2016. All rights reserved.