Interface HavingPath
- All Superinterfaces:
LimitPath
,OffsetPath
,OrderByPath
,Path
,SelectResultPath
,Statement
- All Known Subinterfaces:
LettingPath
- All Known Implementing Classes:
DefaultHavingPath
,DefaultLettingPath
public interface HavingPath extends SelectResultPath
.
- Author:
- Michael Nitschinger
-
Method Summary
Modifier and Type Method Description SelectResultPath
having(Expression condition)
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
-
Method Details
-
having
-