| Modifier and Type | Method and Description |
|---|---|
List<ParameterisedStatement> |
CypherContext.getStatements() |
List<ParameterisedStatement> |
CypherCompiler.getStatements()
Retrieves the Cypher queries that have been built up through this
CypherCompiler. |
List<ParameterisedStatement> |
SingleStatementCypherCompiler.getStatements() |
| Modifier and Type | Method and Description |
|---|---|
void |
CypherContext.setStatements(List<ParameterisedStatement> statements) |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphModelQuery |
class |
GraphRowModelQuery
A
ParameterisedStatement which returns data in both row and graph formats. |
class |
Query |
class |
RowModelQuery |
class |
RowModelQueryWithStatistics |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterisedStatement> |
ParameterisedStatements.getStatements() |
| Constructor and Description |
|---|
ParameterisedStatements(List<ParameterisedStatement> statements) |
| Modifier and Type | Method and Description |
|---|---|
Neo4jResponse<String> |
RequestHandler.execute(ParameterisedStatement statement,
String url) |
Neo4jResponse<String> |
SessionRequestHandler.execute(ParameterisedStatement statement,
String url) |
| Modifier and Type | Method and Description |
|---|---|
Neo4jResponse<String> |
RequestHandler.execute(List<ParameterisedStatement> statementList,
String url) |
Neo4jResponse<String> |
SessionRequestHandler.execute(List<ParameterisedStatement> statementList,
String url) |
| Modifier and Type | Method and Description |
|---|---|
ParameterisedStatement |
DeleteNodeStatements.delete(Long id) |
ParameterisedStatement |
DeleteRelationshipStatements.delete(Long id) |
ParameterisedStatement |
DeleteStatements.delete(Long id) |
ParameterisedStatement |
DeleteNodeStatements.deleteAll(Collection<Long> ids) |
ParameterisedStatement |
DeleteRelationshipStatements.deleteAll(Collection<Long> ids) |
ParameterisedStatement |
DeleteStatements.deleteAll(Collection<Long> ids) |
ParameterisedStatement |
DeleteNodeStatements.deleteByType(String label) |
ParameterisedStatement |
DeleteRelationshipStatements.deleteByType(String type) |
ParameterisedStatement |
DeleteStatements.deleteByType(String label) |
ParameterisedStatement |
DeleteNodeStatements.purge() |
ParameterisedStatement |
DeleteRelationshipStatements.purge() |
ParameterisedStatement |
DeleteStatements.purge() |
Copyright © 2015 Neo Technology, Inc.. All rights reserved.