Package | Description |
---|---|
com.couchbase.client.java.query.dsl.path |
Modifier and Type | Interface and Description |
---|---|
interface |
DeleteUsePath |
interface |
InitialUpdateUnsetPath |
interface |
InsertValuesPath |
interface |
MergeDeletePath |
interface |
MergeDeleteWherePath |
interface |
MergeInsertPath |
interface |
MergeInsertWherePath |
interface |
MergeUpdatePath
.
|
interface |
MergeUpdateSetOrUnsetPath |
interface |
MergeUpdateSetPath |
interface |
MergeUpdateUnsetPath |
interface |
MergeUpdateWherePath |
interface |
MutateLimitPath |
interface |
MutateWherePath |
interface |
UpdateSetOrUnsetPath |
interface |
UpdateSetPath |
interface |
UpdateUnsetPath |
interface |
UpdateUsePath |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDeleteUsePath |
class |
DefaultInitialInsertPath |
class |
DefaultInitialUpdateUnsetPath |
class |
DefaultInsertValuesPath |
class |
DefaultMergeDeletePath |
class |
DefaultMergeDeleteWherePath
.
|
class |
DefaultMergeInsertPath |
class |
DefaultMergeInsertWherePath |
class |
DefaultMergeUpdatePath
.
|
class |
DefaultMergeUpdateSetOrUnsetPath |
class |
DefaultMergeUpdateSetPath |
class |
DefaultMergeUpdateUnsetPath |
class |
DefaultMergeUpdateWherePath |
class |
DefaultMutateLimitPath |
class |
DefaultMutateWherePath |
class |
DefaultReturningPath |
class |
DefaultUpdateSetOrUnsetPath |
class |
DefaultUpdateSetPath |
class |
DefaultUpdateUnsetPath |
class |
DefaultUpdateUsePath |
Modifier and Type | Method and Description |
---|---|
ReturningPath |
DefaultMutateLimitPath.limit(int limit) |
ReturningPath |
MutateLimitPath.limit(int limit) |
ReturningPath |
DefaultInitialInsertPath.select(Expression key,
Expression value,
Statement select) |
ReturningPath |
InitialInsertPath.select(Expression key,
Expression value,
Statement select) |
ReturningPath |
DefaultInitialInsertPath.select(Expression key,
Statement select) |
ReturningPath |
InitialInsertPath.select(Expression key,
Statement select) |
ReturningPath |
DefaultInitialInsertPath.select(Expression key,
String value,
Statement select) |
ReturningPath |
InitialInsertPath.select(Expression key,
String value,
Statement select) |
ReturningPath |
DefaultInitialInsertPath.select(String key,
Expression value,
Statement select) |
ReturningPath |
InitialInsertPath.select(String key,
Expression value,
Statement select) |
ReturningPath |
DefaultInitialInsertPath.select(String key,
Statement select) |
ReturningPath |
InitialInsertPath.select(String key,
Statement select) |
ReturningPath |
DefaultInitialInsertPath.select(String key,
String value,
Statement select) |
ReturningPath |
InitialInsertPath.select(String key,
String value,
Statement select) |
Copyright © 2015 Couchbase, Inc.