com.couchbase.client.java.query.dsl.path.MergeUpdatePath Maven / Gradle / Ivy
package com.couchbase.client.java.query.dsl.path;
/**
* .
*
* @author Michael Nitschinger
*/
public interface MergeUpdatePath extends MergeDeletePath {
MergeUpdateSetOrUnsetPath whenMatchedThenUpdate();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy