public class ParameterisedStatement extends Object
| Modifier | Constructor and Description |
|---|---|
|
ParameterisedStatement(String cypher,
Map<String,?> parameters)
Constructs a new
ParameterisedStatement based on the given Cypher query string and query parameters. |
protected |
ParameterisedStatement(String cypher,
Map<String,?> parameters,
boolean includeStats,
String... resultDataContents) |
protected |
ParameterisedStatement(String cypher,
Map<String,?> parameters,
String... resultDataContents) |
| 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 ParameterisedStatement(String cypher, Map<String,?> parameters)
ParameterisedStatement 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 queryprotected ParameterisedStatement(String cypher, Map<String,?> parameters, String... resultDataContents)
public String getStatement()
public String[] getResultDataContents()
public boolean isIncludeStats()
public Pagination page()
public SortOrder sortOrder()
protected void addPaging(Pagination page)
public void addSortOrder(SortOrder sortOrder)
public void addFilters(Filters filters)
Copyright © 2015 Neo Technology, Inc.. All rights reserved.