public static interface Capability.ExecuteStatements
| Modifier and Type | Method and Description |
|---|---|
QueryStatistics |
execute(String jsonStatements)
Deprecated.
|
QueryStatistics |
execute(String cypher,
Map<String,Object> parameters)
Deprecated.
Use
Capability.ExecuteQueries.query() to return both results as well as query statistics. |
@Deprecated QueryStatistics execute(String cypher, Map<String,Object> parameters)
Capability.ExecuteQueries.query() to return both results as well as query statistics.Parameters may be scalars or domain objects themselves.
cypher - The parametrisable cypher to execute.parameters - Any parameters to attach to the cypher. These may be domain objects or scalars. Note that
if a complex domain object is provided only the properties of that object will be set.
If relationships of a provided object also need to be set then the cypher should reflect this
and further domain object parameters provided.QueryStatistics representing statistics about graph modifications as a result of the cypher execution.@Deprecated QueryStatistics execute(String jsonStatements)
Copyright © 2015 Neo Technology, Inc.. All rights reserved.