Interface LettingPath
-
- All Superinterfaces:
HavingPath,LimitPath,OffsetPath,OrderByPath,Path,SelectResultPath,Statement
- All Known Implementing Classes:
DefaultLettingPath
public interface LettingPath extends HavingPath
.- Author:
- Michael Nitschinger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HavingPathletting(Alias... aliases)-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.HavingPath
having
-
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 Detail
-
letting
HavingPath letting(Alias... aliases)
-
-