[Neo4j] Question about cypher prepared queries

2011-12-06 Thread jschweigl
I have a class with one String field to hold a query string and one for a compiled query which is created in the constructor. So, each instance has the query string (for documentation purposes) and the compiled query. Does CypherParser return the same Query instance for parse()'s with indentical

Re: [Neo4j] Question about cypher prepared queries

2011-12-06 Thread Andres Taylor
On Tue, Dec 6, 2011 at 2:27 PM, jschweigl johann.schwe...@gmail.com wrote: I have a class with one String field to hold a query string and one for a compiled query which is created in the constructor. So, each instance has the query string (for documentation purposes) and the compiled query.