RxManagedTransaction
Represents a rx transaction that is managed by the transaction executor.
Method Summary
| Public Methods | ||
| public |
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:
| Name | Type | Attribute | Description |
| query | string | Query to be executed. |
|
| parameters | Object | Parameter values to use in query execution. |
