Home Reference Source
import RxManagedTransaction from 'neo4j-driver/lib/transaction-managed-rx.js'
public class | source

RxManagedTransaction

Represents a rx transaction that is managed by the transaction executor.

Method Summary

Public Methods
public

run(query: string, parameters: Object): RxResult

Creates a reactive result that will execute the query in this transaction, with the provided parameters.

Public Methods

public run(query: string, parameters: Object): RxResult source

Creates a reactive result that will execute the query in this transaction, with the provided parameters.

Params:

NameTypeAttributeDescription
query string

Query to be executed.

parameters Object

Parameter values to use in query execution.

Return:

RxResult

A reactive result