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 MutateWherePath
useKeys(JsonArray keys)
MutateWherePath
useKeys(Expression expression)
MutateWherePath
useKeys(String key)
MutateWherePath
useKeysValues(String... keys)
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultMutateWherePath
where, where
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultMutateLimitPath
limit
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRaw
Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
-
Constructor Details
-
DefaultDeleteUsePath
-
-
Method Details
-
useKeys
- Specified by:
useKeys
in interfaceDeleteUsePath
-
useKeys
- Specified by:
useKeys
in interfaceDeleteUsePath
-
useKeysValues
- Specified by:
useKeysValues
in interfaceDeleteUsePath
-
useKeys
- Specified by:
useKeys
in interfaceDeleteUsePath
-