Interface SelectResultPath
- All Superinterfaces:
LimitPath,OffsetPath,OrderByPath,Path,Statement
- All Known Subinterfaces:
AsPath,FromPath,GroupByPath,HavingPath,HintPath,JoinPath,KeysPath,LetPath,LettingPath,NestPath,UnnestPath,WherePath
- All Known Implementing Classes:
DefaultAsPath,DefaultFromPath,DefaultGroupByPath,DefaultHavingPath,DefaultHintPath,DefaultJoinPath,DefaultKeysPath,DefaultLetPath,DefaultLettingPath,DefaultNestPath,DefaultSelectResultPath,DefaultUnnestPath,DefaultWherePath
public interface SelectResultPath extends OrderByPath
.
- Author:
- Michael Nitschinger
-
Method Summary
Modifier and Type Method Description SelectPathexcept()SelectResultPathexcept(SelectResultPath path)SelectPathexceptAll()SelectResultPathexceptAll(SelectResultPath path)SelectPathintersect()SelectResultPathintersect(SelectResultPath path)SelectPathintersectAll()SelectResultPathintersectAll(SelectResultPath path)SelectPathunion()SelectResultPathunion(SelectResultPath path)SelectPathunionAll()SelectResultPathunionAll(SelectResultPath path)Methods inherited from interface com.couchbase.client.java.query.dsl.path.OffsetPath
offsetMethods inherited from interface com.couchbase.client.java.query.dsl.path.OrderByPath
orderBy
-
Method Details
-
union
SelectPath union() -
unionAll
SelectPath unionAll() -
intersect
SelectPath intersect() -
intersectAll
SelectPath intersectAll() -
except
SelectPath except() -
exceptAll
SelectPath exceptAll() -
union
-
unionAll
-
intersect
-
intersectAll
-
except
-
exceptAll
-