public interface CypherEmitter
Modifier and Type | Method and Description |
---|---|
boolean |
emit(StringBuilder queryBuilder,
Map<String,Object> parameters,
Set<String> varStack)
Emits one or more Cypher clauses.
|
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 © 2011-2014–2015 Pivotal Software, Inc.. All rights reserved.