public class CypherQuery extends Object implements Statement
| Constructor and Description |
|---|
CypherQuery(String cypher,
Map<String,?> parameters)
Constructs a new
CypherQuery based on the given Cypher query string and query parameters. |
| Modifier and Type | Method and Description |
|---|---|
void |
addFilters(Filters filters) |
protected void |
addPaging(Pagination page) |
void |
addSortOrder(SortOrder sortOrder) |
Map<String,Object> |
getParameters() |
String[] |
getResultDataContents() |
String |
getStatement() |
boolean |
isIncludeStats() |
Pagination |
page() |
SortOrder |
sortOrder() |
public CypherQuery(String cypher, Map<String,?> parameters)
CypherQuery based on the given Cypher query string and query parameters.cypher - The parameterised Cypher query stringparameters - The name-value pairs that satisfy the parameters in the given querypublic String getStatement()
getStatement in interface Statementpublic Map<String,Object> getParameters()
getParameters in interface Statementpublic String[] getResultDataContents()
getResultDataContents in interface Statementpublic boolean isIncludeStats()
isIncludeStats in interface Statementpublic Pagination page()
public SortOrder sortOrder()
protected void addPaging(Pagination page)
public void addSortOrder(SortOrder sortOrder)
public void addFilters(Filters filters)
Copyright © 2016 Neo Technology, Inc.. All rights reserved.