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
All Methods Instance Methods Concrete Methods 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
orderBy
-
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultLimitPath
limit
-
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
offset
-
Methods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.OffsetPath
offset
-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.OrderByPath
orderBy
-
-
-
-
Constructor Detail
-
DefaultSelectResultPath
public DefaultSelectResultPath(AbstractPath parent)
-
-
Method Detail
-
union
public SelectPath union()
- Specified by:
unionin interfaceSelectResultPath
-
unionAll
public SelectPath unionAll()
- Specified by:
unionAllin interfaceSelectResultPath
-
intersect
public SelectPath intersect()
- Specified by:
intersectin interfaceSelectResultPath
-
intersectAll
public SelectPath intersectAll()
- Specified by:
intersectAllin interfaceSelectResultPath
-
except
public SelectPath except()
- Specified by:
exceptin interfaceSelectResultPath
-
exceptAll
public SelectPath exceptAll()
- Specified by:
exceptAllin interfaceSelectResultPath
-
union
public SelectResultPath union(SelectResultPath path)
- Specified by:
unionin interfaceSelectResultPath
-
unionAll
public SelectResultPath unionAll(SelectResultPath path)
- Specified by:
unionAllin interfaceSelectResultPath
-
intersect
public SelectResultPath intersect(SelectResultPath path)
- Specified by:
intersectin interfaceSelectResultPath
-
intersectAll
public SelectResultPath intersectAll(SelectResultPath path)
- Specified by:
intersectAllin interfaceSelectResultPath
-
except
public SelectResultPath except(SelectResultPath path)
- Specified by:
exceptin interfaceSelectResultPath
-
exceptAll
public SelectResultPath exceptAll(SelectResultPath path)
- Specified by:
exceptAllin interfaceSelectResultPath
-
-