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
All Methods Instance Methods Concrete Methods 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 Detail
-
DefaultDeleteUsePath
public DefaultDeleteUsePath(AbstractPath parent)
-
-
Method Detail
-
useKeys
public MutateWherePath useKeys(Expression expression)
- Specified by:
useKeys
in interfaceDeleteUsePath
-
useKeys
public MutateWherePath useKeys(String key)
- Specified by:
useKeys
in interfaceDeleteUsePath
-
useKeysValues
public MutateWherePath useKeysValues(String... keys)
- Specified by:
useKeysValues
in interfaceDeleteUsePath
-
useKeys
public MutateWherePath useKeys(JsonArray keys)
- Specified by:
useKeys
in interfaceDeleteUsePath
-
-