| Package | Description |
|---|---|
| org.neo4j.cypher.javacompat |
Execute Cypher queries from Java code.
|
| org.neo4j.graphdb |
The core graph database API.
|
| Modifier and Type | Method and Description |
|---|---|
QueryExecutionType |
ExecutionResult.getQueryExecutionType()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryExecutionType |
QueryExecutionType.explained(QueryExecutionType.QueryType type)
Get the
QueryExecutionType that signifies explaining the plan of a query of the supplied type. |
QueryExecutionType |
Result.getQueryExecutionType()
Indicates what kind of query execution produced this result.
|
static QueryExecutionType |
QueryExecutionType.profiled(QueryExecutionType.QueryType type)
Get the
QueryExecutionType that signifies profiled execution of a query of the supplied type. |
static QueryExecutionType |
QueryExecutionType.query(QueryExecutionType.QueryType type)
Get the
QueryExecutionType that signifies normal execution of a query of the supplied type. |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.