- Previous
- Next
Explain Query Node
A node that explains a Domino Query Language query.
The node implements the explainQuery API
.
Selecting the Domino Server and Database
You can select the instance of your Domino Database using the
Database selector:
This provides access to the library of dominodb configurations.
##Explaining the Query
The node only accepts one input, the DQL Query to be explained:
In the picture above, the DQL Query to be explained is represented by
the string 'nodejs'.status = 'pending'
.
- The DQL Query input can be left empty in the editor. You can use the
msg.DDB_query
input attribute to provide the information at runtime.
Output
The msg.DDB_queryExplained
contains the output of the relevant API.
- Previous
- Next