Skip to content

/AWS1/CL_NED=>EXECUTEOPENCYPHEREXPLAINQU00()

About ExecuteOpenCypherExplainQuery

Executes an openCypher explain request. See The openCypher explain feature for more information.

When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ReadDataViaQuery IAM action in that cluster.

Note that the neptune-db:QueryLanguage:OpenCypher IAM condition key can be used in the policy document to restrict the use of openCypher queries (see Condition keys available in Neptune IAM data-access policy statements).

Method Signature

IMPORTING

Required arguments:

IV_OPENCYPHERQUERY TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING

The openCypher query string.

IV_EXPLAINMODE TYPE /AWS1/NEDOPENCYPHEREXPLAINMODE /AWS1/NEDOPENCYPHEREXPLAINMODE

The openCypher explain mode. Can be one of: static, dynamic, or details.

Optional arguments:

IV_PARAMETERS TYPE /AWS1/NEDSTRING /AWS1/NEDSTRING

The openCypher query parameters.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_NEDEXECUTEOPENCYPHE01 /AWS1/CL_NEDEXECUTEOPENCYPHE01