public class FilteredQuery extends Object
FilteredQueryBuilder
A FilteredQuery represents the MATCH clause of a cypher statement containing various WHERE predicates
The various implementing classes of DeleteStatements,
AggregateStatements and
QueryStatements can set the return clause that
fits their purpose.| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
parameters() |
void |
setReturnClause(String returnClause)
Set the return clause to be used with the query body.
|
String |
statement() |
public void setReturnClause(String returnClause)
returnClause - the return clause to be used with this query bodypublic String statement()
Copyright © 2016 Neo Technology, Inc.. All rights reserved.