Class DefaultMergeUpdatePath
java.lang.Object
com.couchbase.client.java.query.dsl.path.AbstractPath
com.couchbase.client.java.query.dsl.path.DefaultReturningPath
com.couchbase.client.java.query.dsl.path.DefaultMutateLimitPath
com.couchbase.client.java.query.dsl.path.DefaultMergeInsertPath
com.couchbase.client.java.query.dsl.path.DefaultMergeDeletePath
com.couchbase.client.java.query.dsl.path.DefaultMergeUpdatePath
- All Implemented Interfaces:
MergeDeletePath,MergeInsertPath,MergeUpdatePath,MutateLimitPath,Path,ReturningPath,Statement
public class DefaultMergeUpdatePath extends DefaultMergeDeletePath implements MergeUpdatePath
.
- Author:
- Michael Nitschinger
-
Constructor Summary
Constructors Constructor Description DefaultMergeUpdatePath(AbstractPath parent) -
Method Summary
Modifier and Type Method Description MergeUpdateSetOrUnsetPathwhenMatchedThenUpdate()Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultMergeDeletePath
whenMatchedThenDeleteMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultMergeInsertPath
whenNotMatchedThenInsertMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultMutateLimitPath
limitMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRawMethods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.couchbase.client.java.query.dsl.path.MergeDeletePath
whenMatchedThenDeleteMethods inherited from interface com.couchbase.client.java.query.dsl.path.MergeInsertPath
whenNotMatchedThenInsertMethods inherited from interface com.couchbase.client.java.query.dsl.path.MutateLimitPath
limitMethods inherited from interface com.couchbase.client.java.query.dsl.path.ReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRaw
-
Constructor Details
-
DefaultMergeUpdatePath
-
-
Method Details
-
whenMatchedThenUpdate
- Specified by:
whenMatchedThenUpdatein interfaceMergeUpdatePath
-