apoc.couchbase.query

过程 Apoc 扩展

apoc.couchbase.query(hostOrKey, bucket, statement, config) yield queryResult - 执行简单的无参数 N1QL 语句。

签名

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

输入参数

名称 类型 默认

hostOrKey

STRING?

null

bucket

STRING?

null

statement

STRING?

null

config

MAP?

{}

输出参数

名称 类型

queryResult

LIST? OF MAP?

© . This site is unofficial and not affiliated with Neo4j, Inc.