Interface DeleteUsePath
-
- All Superinterfaces:
MutateLimitPath,MutateWherePath,Path,ReturningPath,Statement
- All Known Implementing Classes:
DefaultDeleteUsePath
public interface DeleteUsePath extends MutateWherePath
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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
limit
-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.MutateWherePath
where, where
-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.ReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRaw
-
-
-
-
Method Detail
-
useKeys
MutateWherePath useKeys(Expression expression)
-
useKeys
MutateWherePath useKeys(String key)
-
useKeysValues
MutateWherePath useKeysValues(String... keys)
-
useKeys
MutateWherePath useKeys(JsonArray keys)
-
-