Interface MergeInsertPath
-
- All Superinterfaces:
MutateLimitPath,Path,ReturningPath,Statement
- All Known Subinterfaces:
MergeDeletePath,MergeDeleteWherePath,MergeUpdatePath,MergeUpdateSetOrUnsetPath,MergeUpdateSetPath,MergeUpdateUnsetPath,MergeUpdateWherePath
- All Known Implementing Classes:
DefaultMergeDeletePath,DefaultMergeDeleteWherePath,DefaultMergeInsertPath,DefaultMergeUpdatePath,DefaultMergeUpdateSetOrUnsetPath,DefaultMergeUpdateSetPath,DefaultMergeUpdateUnsetPath,DefaultMergeUpdateWherePath
public interface MergeInsertPath extends MutateLimitPath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MergeInsertWherePathwhenNotMatchedThenInsert(Expression expression)-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.MutateLimitPath
limit
-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.ReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRaw
-
-
-
-
Method Detail
-
whenNotMatchedThenInsert
MergeInsertWherePath whenNotMatchedThenInsert(Expression expression)
-
-