public class DefaultDeleteUsePath extends DefaultMutateWherePath implements DeleteUsePath
Constructor and Description |
---|
DefaultDeleteUsePath(AbstractPath parent) |
Modifier and Type | Method and Description |
---|---|
MutateWherePath |
useKeys(Expression expression) |
MutateWherePath |
useKeys(JsonArray keys) |
MutateWherePath |
useKeys(String key) |
MutateWherePath |
useKeysValues(String... keys) |
where, where
limit
returning, returning, returningElement, returningElement, returningRaw, returningRaw
element, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
where, where
limit
returning, returning, returningElement, returningElement, returningRaw, returningRaw
public DefaultDeleteUsePath(AbstractPath parent)
public MutateWherePath useKeys(Expression expression)
useKeys
in interface DeleteUsePath
public MutateWherePath useKeys(String key)
useKeys
in interface DeleteUsePath
public MutateWherePath useKeysValues(String... keys)
useKeysValues
in interface DeleteUsePath
public MutateWherePath useKeys(JsonArray keys)
useKeys
in interface DeleteUsePath
Copyright © 2015 Couchbase, Inc.