Package | Description |
---|---|
com.couchbase.client.java.query.dsl.path |
Modifier and Type | Interface and Description |
---|---|
interface |
DeleteUsePath |
interface |
InitialUpdateUnsetPath |
interface |
MergeDeletePath |
interface |
MergeDeleteWherePath |
interface |
MergeInsertPath |
interface |
MergeInsertWherePath |
interface |
MergeUpdatePath
.
|
interface |
MergeUpdateSetOrUnsetPath |
interface |
MergeUpdateSetPath |
interface |
MergeUpdateUnsetPath |
interface |
MergeUpdateWherePath |
interface |
MutateWherePath |
interface |
UpdateSetOrUnsetPath |
interface |
UpdateSetPath |
interface |
UpdateUnsetPath |
interface |
UpdateUsePath |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDeleteUsePath |
class |
DefaultInitialUpdateUnsetPath |
class |
DefaultMergeDeletePath |
class |
DefaultMergeDeleteWherePath
.
|
class |
DefaultMergeInsertPath |
class |
DefaultMergeInsertWherePath |
class |
DefaultMergeUpdatePath
.
|
class |
DefaultMergeUpdateSetOrUnsetPath |
class |
DefaultMergeUpdateSetPath |
class |
DefaultMergeUpdateUnsetPath |
class |
DefaultMergeUpdateWherePath |
class |
DefaultMutateLimitPath |
class |
DefaultMutateWherePath |
class |
DefaultUpdateSetOrUnsetPath |
class |
DefaultUpdateSetPath |
class |
DefaultUpdateUnsetPath |
class |
DefaultUpdateUsePath |
Modifier and Type | Method and Description |
---|---|
MutateLimitPath |
MutateWherePath.where(Expression expression)
Filter resulting rows based on the given expression.
|
MutateLimitPath |
MergeInsertWherePath.where(Expression expression) |
MutateLimitPath |
DefaultMutateWherePath.where(Expression expression) |
MutateLimitPath |
DefaultMergeInsertWherePath.where(Expression expression) |
MutateLimitPath |
MutateWherePath.where(String expression) |
MutateLimitPath |
MergeInsertWherePath.where(String expression) |
MutateLimitPath |
DefaultMutateWherePath.where(String expression) |
MutateLimitPath |
DefaultMergeInsertWherePath.where(String expression) |
Copyright © 2015 Couchbase, Inc.