Class DefaultLettingPath
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
com.couchbase.client.java.query.dsl.path.DefaultLettingPath
- All Implemented Interfaces:
HavingPath,LettingPath,LimitPath,OffsetPath,OrderByPath,Path,SelectResultPath,Statement
public class DefaultLettingPath extends DefaultHavingPath implements LettingPath
.
- Author:
- Michael Nitschinger
-
Constructor Summary
Constructors Constructor Description DefaultLettingPath(AbstractPath parent) -
Method Summary
Modifier and Type Method Description HavingPathletting(Alias... aliases)Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultHavingPath
havingMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
except, except, exceptAll, exceptAll, intersect, intersect, intersectAll, intersectAll, union, union, unionAll, unionAllMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultOrderByPath
orderByMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultLimitPath
limitMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
offsetMethods inherited from class com.couchbase.client.java.query.dsl.path.AbstractPath
element, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.couchbase.client.java.query.dsl.path.HavingPath
havingMethods inherited from interface com.couchbase.client.java.query.dsl.path.OffsetPath
offsetMethods inherited from interface com.couchbase.client.java.query.dsl.path.OrderByPath
orderByMethods 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
-
DefaultLettingPath
-
-
Method Details
-
letting
- Specified by:
lettingin interfaceLettingPath
-