public interface CypherEmitter
boolean emit(StringBuilder queryBuilder, Map<String,Object> parameters, Set<String> varStack)
queryBuilder - The StringBuilder to which the Cypher should be appendedparameters - A Map to which Cypher parameter values may optionally be added as the query is built upvarStack - The variable stack carried through the query, to which this emitter's variable name may be addedCopyright © 2015 Neo Technology, Inc.. All rights reserved.