public class N1qlMutateQueryCreator extends AbstractQueryCreator<N1QLExpression,N1QLExpression> implements PartTreeN1qlQueryCreator
OldN1qlQueryCreator for part types
supported| Constructor and Description |
|---|
N1qlMutateQueryCreator(PartTree tree,
ParameterAccessor parameters,
N1QLExpression mutateFrom,
CouchbaseConverter converter,
CouchbaseQueryMethod queryMethod) |
| Modifier and Type | Method and Description |
|---|---|
protected N1QLExpression |
and(Part part,
N1QLExpression base,
Iterator<Object> iterator) |
protected N1QLExpression |
complete(N1QLExpression criteria,
Sort sort) |
protected N1QLExpression |
create(Part part,
Iterator<Object> iterator) |
com.couchbase.client.java.json.JsonValue |
getPlaceHolderValues()
Get the named placeholder values
|
protected N1QLExpression |
or(N1QLExpression base,
N1QLExpression criteria) |
createQuery, createQuerypublic N1qlMutateQueryCreator(PartTree tree, ParameterAccessor parameters, N1QLExpression mutateFrom, CouchbaseConverter converter, CouchbaseQueryMethod queryMethod)
protected N1QLExpression create(Part part, Iterator<Object> iterator)
create in class AbstractQueryCreator<N1QLExpression,N1QLExpression>protected N1QLExpression and(Part part, N1QLExpression base, Iterator<Object> iterator)
and in class AbstractQueryCreator<N1QLExpression,N1QLExpression>protected N1QLExpression or(N1QLExpression base, N1QLExpression criteria)
or in class AbstractQueryCreator<N1QLExpression,N1QLExpression>protected N1QLExpression complete(N1QLExpression criteria, Sort sort)
complete in class AbstractQueryCreator<N1QLExpression,N1QLExpression>public com.couchbase.client.java.json.JsonValue getPlaceHolderValues()
PartTreeN1qlQueryCreatorgetPlaceHolderValues in interface PartTreeN1qlQueryCreatorCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.