apoc.couchbase.posParamsQuery
过程 Apoc 扩展
apoc.couchbase.posParamsQuery(hostOrKey, bucket, statement, params, config) yield queryResult - 执行带有位置参数的 N1QL 语句。
签名
apoc.couchbase.posParamsQuery(hostOrKey :: STRING?, bucket :: STRING?, statement :: STRING?, params :: LIST? OF ANY?, config = {} :: MAP?) :: (queryResult :: LIST? OF MAP?)
输入参数
| 名称 | 类型 | 默认 |
|---|---|---|
hostOrKey |
STRING? |
null |
bucket |
STRING? |
null |
statement |
STRING? |
null |
params |
LIST? OF ANY? |
null |
config |
MAP? |
{} |