Interface MutateLimitPath
-
- All Superinterfaces:
Path,ReturningPath,Statement
- All Known Subinterfaces:
DeleteUsePath,InitialUpdateUnsetPath,MergeDeletePath,MergeDeleteWherePath,MergeInsertPath,MergeInsertWherePath,MergeUpdatePath,MergeUpdateSetOrUnsetPath,MergeUpdateSetPath,MergeUpdateUnsetPath,MergeUpdateWherePath,MutateWherePath,UpdateSetOrUnsetPath,UpdateSetPath,UpdateUnsetPath,UpdateUsePath
- All Known Implementing Classes:
DefaultDeleteUsePath,DefaultInitialUpdateUnsetPath,DefaultMergeDeletePath,DefaultMergeDeleteWherePath,DefaultMergeInsertPath,DefaultMergeInsertWherePath,DefaultMergeUpdatePath,DefaultMergeUpdateSetOrUnsetPath,DefaultMergeUpdateSetPath,DefaultMergeUpdateUnsetPath,DefaultMergeUpdateWherePath,DefaultMutateLimitPath,DefaultMutateWherePath,DefaultUpdateSetOrUnsetPath,DefaultUpdateSetPath,DefaultUpdateUnsetPath,DefaultUpdateUsePath
public interface MutateLimitPath extends ReturningPath
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturningPathlimit(int limit)-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.ReturningPath
returning, returning, returningElement, returningElement, returningRaw, returningRaw
-
-
-
-
Method Detail
-
limit
ReturningPath limit(int limit)
-
-