ManagedTransaction
Represents a transaction that is managed by the transaction executor.
Method Summary
Public Methods | ||
public |
Run Cypher query
Could be called with a query object i.e.: |
Public Methods
public run(query: mixed, parameters: Object): Result source
Run Cypher query
Could be called with a query object i.e.: {text: "MATCH ...", parameters: {param: 1}}
or with the query and parameters as separate arguments.
Params:
Name | Type | Attribute | Description |
query | mixed | Cypher query to execute |
|
parameters | Object | Map with parameters to use in query |