apoc.couchbase.namedParamsQuery

This is the APOC Extended documentation.

APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page.

Procedure Apoc Extended

apoc.couchbase.namedParamsQuery(hostkOrKey, bucket, statement, paramNames, paramValues, config) yield queryResult - executes a N1QL statement with named parameters.

Signature

apoc.couchbase.namedParamsQuery(hostOrKey :: STRING?, bucket :: STRING?, statement :: STRING?, paramNames :: LIST? OF STRING?, paramValues :: LIST? OF ANY?, config = {} :: MAP?) :: (queryResult :: LIST? OF MAP?)

Input parameters

Name Type Default

hostOrKey

STRING?

null

bucket

STRING?

null

statement

STRING?

null

paramNames

LIST? OF STRING?

null

paramValues

LIST? OF ANY?

null

config

MAP?

{}

Output parameters

Name Type

queryResult

LIST? OF MAP?