Class DefaultHavingPath
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
com.couchbase.client.java.query.dsl.path.DefaultHavingPath
- All Implemented Interfaces:
HavingPath
,LimitPath
,OffsetPath
,OrderByPath
,Path
,SelectResultPath
,Statement
- Direct Known Subclasses:
DefaultLettingPath
public class DefaultHavingPath extends DefaultSelectResultPath implements HavingPath
.
- Author:
- Michael Nitschinger
-
Constructor Summary
Constructors Constructor Description DefaultHavingPath(AbstractPath parent)
-
Method Summary
Modifier and Type Method Description SelectResultPath
having(Expression condition)
Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
except, except, exceptAll, exceptAll, intersect, intersect, intersectAll, intersectAll, union, union, unionAll, unionAll
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
Methods inherited from interface com.couchbase.client.java.query.dsl.path.SelectResultPath
except, except, exceptAll, exceptAll, intersect, intersect, intersectAll, intersectAll, union, union, unionAll, unionAll
-
Constructor Details
-
DefaultHavingPath
-
-
Method Details
-
having
- Specified by:
having
in interfaceHavingPath
-