org.neo4j.server.webadmin.console
Class CypherSession
java.lang.Object
org.neo4j.server.webadmin.console.CypherSession
- All Implemented Interfaces:
- ScriptSession
public class CypherSession
- extends Object
- implements ScriptSession
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CypherSession
public CypherSession(CypherExecutor cypherExecutor)
evaluate
public org.neo4j.helpers.Pair<String,String> evaluate(String script)
- Specified by:
evaluate in interface ScriptSession
- Returns:
Pair of (result,next prompt).
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.