Interface DeleteUsePath
- All Superinterfaces:
MutateLimitPath,MutateWherePath,Path,ReturningPath,Statement
- All Known Implementing Classes:
DefaultDeleteUsePath
public interface DeleteUsePath extends MutateWherePath
-
Method Summary
Modifier and Type Method Description MutateWherePathuseKeys(JsonArray keys)MutateWherePathuseKeys(Expression expression)MutateWherePathuseKeys(String key)MutateWherePathuseKeysValues(String... keys)Methods inherited from interface com.couchbase.client.java.query.dsl.path.MutateLimitPath
limitMethods inherited from interface com.couchbase.client.java.query.dsl.path.MutateWherePath
where, whereMethods inherited from interface com.couchbase.client.java.query.dsl.path.ReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRaw
-
Method Details
-
useKeys
-
useKeys
-
useKeysValues
-
useKeys
-