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 SelectPath
except()
SelectResultPath
except(SelectResultPath path)
SelectPath
exceptAll()
SelectResultPath
exceptAll(SelectResultPath path)
SelectPath
intersect()
SelectResultPath
intersect(SelectResultPath path)
SelectPath
intersectAll()
SelectResultPath
intersectAll(SelectResultPath path)
SelectPath
union()
SelectResultPath
union(SelectResultPath path)
SelectPath
unionAll()
SelectResultPath
unionAll(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 Details
-
DefaultSelectResultPath
-
-
Method Details
-
union
- Specified by:
union
in interfaceSelectResultPath
-
unionAll
- Specified by:
unionAll
in interfaceSelectResultPath
-
intersect
- Specified by:
intersect
in interfaceSelectResultPath
-
intersectAll
- Specified by:
intersectAll
in interfaceSelectResultPath
-
except
- Specified by:
except
in interfaceSelectResultPath
-
exceptAll
- Specified by:
exceptAll
in interfaceSelectResultPath
-
union
- Specified by:
union
in interfaceSelectResultPath
-
unionAll
- Specified by:
unionAll
in interfaceSelectResultPath
-
intersect
- Specified by:
intersect
in interfaceSelectResultPath
-
intersectAll
- Specified by:
intersectAll
in interfaceSelectResultPath
-
except
- Specified by:
except
in interfaceSelectResultPath
-
exceptAll
- Specified by:
exceptAll
in interfaceSelectResultPath
-