| Package | Description |
|---|---|
| org.neo4j.server.rest.transactional |
| Modifier and Type | Method and Description |
|---|---|
static ResultDataContent[] |
ResultDataContent.fromNames(List<?> names) |
ResultDataContent[] |
Statement.resultDataContents() |
static ResultDataContent |
ResultDataContent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultDataContent[] |
ResultDataContent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionResultSerializer.statementResult(org.neo4j.cypher.javacompat.ExecutionResult result,
boolean includeStats,
ResultDataContent... resultDataContents)
Will get called at most once per statement.
|
| Constructor and Description |
|---|
Statement(String statement,
Map<String,Object> parameters,
boolean includeStats,
ResultDataContent... resultDataContents) |
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.