| Package | Description |
|---|---|
| org.neo4j.graphdb |
The core graph database API.
|
| Modifier and Type | Method and Description |
|---|---|
QueryExecutionType.QueryType |
QueryExecutionType.queryType()
Get the type of query this execution refers to.
|
static QueryExecutionType.QueryType |
QueryExecutionType.QueryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryExecutionType.QueryType[] |
QueryExecutionType.QueryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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. |
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.