Class DefaultDeleteUsePath
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.DefaultMutateWherePath
com.couchbase.client.java.query.dsl.path.DefaultDeleteUsePath
- All Implemented Interfaces:
DeleteUsePath,MutateLimitPath,MutateWherePath,Path,ReturningPath,Statement
public class DefaultDeleteUsePath extends DefaultMutateWherePath implements DeleteUsePath
-
Constructor Summary
Constructors Constructor Description DefaultDeleteUsePath(AbstractPath parent) -
Method Summary
Modifier and Type Method Description MutateWherePathuseKeys(JsonArray keys)MutateWherePathuseKeys(Expression expression)MutateWherePathuseKeys(String key)MutateWherePathuseKeysValues(String... keys)Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultMutateWherePath
where, whereMethods 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.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
-
Constructor Details
-
DefaultDeleteUsePath
-
-
Method Details
-
useKeys
- Specified by:
useKeysin interfaceDeleteUsePath
-
useKeys
- Specified by:
useKeysin interfaceDeleteUsePath
-
useKeysValues
- Specified by:
useKeysValuesin interfaceDeleteUsePath
-
useKeys
- Specified by:
useKeysin interfaceDeleteUsePath
-