Class DefaultSelectResultPath
java.lang.Object
com.couchbase.client.java.query.dsl.path.AbstractPath
com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
com.couchbase.client.java.query.dsl.path.DefaultLimitPath
com.couchbase.client.java.query.dsl.path.DefaultOrderByPath
com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
- All Implemented Interfaces:
LimitPath,OffsetPath,OrderByPath,Path,SelectResultPath,Statement
- Direct Known Subclasses:
DefaultGroupByPath,DefaultHavingPath
public class DefaultSelectResultPath extends DefaultOrderByPath implements SelectResultPath
.
- Author:
- Michael Nitschinger
-
Constructor Summary
Constructors Constructor Description DefaultSelectResultPath(AbstractPath parent) -
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 class com.couchbase.client.java.query.dsl.path.DefaultOrderByPath
orderByMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultLimitPath
limitMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
offsetMethods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.couchbase.client.java.query.dsl.path.OffsetPath
offsetMethods inherited from interface com.couchbase.client.java.query.dsl.path.OrderByPath
orderBy
-
Constructor Details
-
DefaultSelectResultPath
-
-
Method Details
-
union
- Specified by:
unionin interfaceSelectResultPath
-
unionAll
- Specified by:
unionAllin interfaceSelectResultPath
-
intersect
- Specified by:
intersectin interfaceSelectResultPath
-
intersectAll
- Specified by:
intersectAllin interfaceSelectResultPath
-
except
- Specified by:
exceptin interfaceSelectResultPath
-
exceptAll
- Specified by:
exceptAllin interfaceSelectResultPath
-
union
- Specified by:
unionin interfaceSelectResultPath
-
unionAll
- Specified by:
unionAllin interfaceSelectResultPath
-
intersect
- Specified by:
intersectin interfaceSelectResultPath
-
intersectAll
- Specified by:
intersectAllin interfaceSelectResultPath
-
except
- Specified by:
exceptin interfaceSelectResultPath
-
exceptAll
- Specified by:
exceptAllin interfaceSelectResultPath
-