Interface CypherQuery
- All Known Subinterfaces:
CypherMatchQuery,CypherUnionQuery
- All Known Implementing Classes:
CypherMatchQueryImpl,CypherUnionQueryImpl
public interface CypherQuery
Represents a query written in the Cypher query language.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the set of variables that are defined in the MATCH clauses of this query.toString()Returns a Cypher expression representing this query.