Uses of Interface
com.couchbase.client.java.query.dsl.path.ReturningPath
-
Packages that use ReturningPath Package Description com.couchbase.client.java.query.dsl.path -
-
Uses of ReturningPath in com.couchbase.client.java.query.dsl.path
Subinterfaces of ReturningPath in com.couchbase.client.java.query.dsl.path Modifier and Type Interface Description interfaceDeleteUsePathinterfaceInitialUpdateUnsetPathinterfaceInsertValuesPathinterfaceMergeDeletePathinterfaceMergeDeleteWherePathinterfaceMergeInsertPathinterfaceMergeInsertWherePathinterfaceMergeUpdatePath.interfaceMergeUpdateSetOrUnsetPathinterfaceMergeUpdateSetPathinterfaceMergeUpdateUnsetPathinterfaceMergeUpdateWherePathinterfaceMutateLimitPathinterfaceMutateWherePathinterfaceUpdateSetOrUnsetPathinterfaceUpdateSetPathinterfaceUpdateUnsetPathinterfaceUpdateUsePathClasses in com.couchbase.client.java.query.dsl.path that implement ReturningPath Modifier and Type Class Description classDefaultDeleteUsePathclassDefaultInitialInsertPathclassDefaultInitialUpdateUnsetPathclassDefaultInsertValuesPathclassDefaultMergeDeletePathclassDefaultMergeDeleteWherePath.classDefaultMergeInsertPathclassDefaultMergeInsertWherePathclassDefaultMergeUpdatePath.classDefaultMergeUpdateSetOrUnsetPathclassDefaultMergeUpdateSetPathclassDefaultMergeUpdateUnsetPathclassDefaultMergeUpdateWherePathclassDefaultMutateLimitPathclassDefaultMutateWherePathclassDefaultReturningPathclassDefaultUpdateSetOrUnsetPathclassDefaultUpdateSetPathclassDefaultUpdateUnsetPathclassDefaultUpdateUsePathMethods in com.couchbase.client.java.query.dsl.path that return ReturningPath Modifier and Type Method Description ReturningPathDefaultMutateLimitPath. limit(int limit)ReturningPathMutateLimitPath. limit(int limit)ReturningPathDefaultInitialInsertPath. select(Expression key, Expression value, Statement select)ReturningPathDefaultInitialInsertPath. select(Expression key, Statement select)ReturningPathDefaultInitialInsertPath. select(Expression key, String value, Statement select)ReturningPathDefaultInitialInsertPath. select(String key, Expression value, Statement select)ReturningPathDefaultInitialInsertPath. select(String key, Statement select)ReturningPathDefaultInitialInsertPath. select(String key, String value, Statement select)ReturningPathInitialInsertPath. select(Expression key, Expression value, Statement select)ReturningPathInitialInsertPath. select(Expression key, Statement select)ReturningPathInitialInsertPath. select(Expression key, String value, Statement select)ReturningPathInitialInsertPath. select(String key, Expression value, Statement select)ReturningPathInitialInsertPath. select(String key, Statement select)ReturningPathInitialInsertPath. select(String key, String value, Statement select)
-