Class DefaultLetPath
java.lang.Object
- All Implemented Interfaces:
GroupByPath,LetPath,LimitPath,OffsetPath,OrderByPath,Path,SelectResultPath,WherePath,Statement
- Direct Known Subclasses:
DefaultFromPath,DefaultKeysPath,DefaultUnnestPath
public class DefaultLetPath extends DefaultWherePath implements LetPath
.
- Author:
- Michael Nitschinger
-
Constructor Summary
Constructors Constructor Description DefaultLetPath(AbstractPath parent) -
Method Summary
Modifier and Type Method Description JoinPathinnerJoin(Expression from)JoinPathinnerJoin(String path)NestPathinnerNest(Expression from)NestPathinnerNest(String from)UnnestPathinnerUnnest(Expression path)UnnestPathinnerUnnest(String path)JoinPathjoin(Expression from)JoinPathjoin(String path)JoinPathleftJoin(Expression from)JoinPathleftJoin(String path)NestPathleftNest(Expression from)NestPathleftNest(String from)JoinPathleftOuterJoin(Expression from)JoinPathleftOuterJoin(String path)NestPathleftOuterNest(Expression from)NestPathleftOuterNest(String from)UnnestPathleftOuterUnnest(Expression path)UnnestPathleftOuterUnnest(String path)UnnestPathleftUnnest(Expression path)UnnestPathleftUnnest(String path)WherePathlet(Alias... aliases)NestPathnest(Expression from)NestPathnest(String from)UnnestPathunnest(Expression path)UnnestPathunnest(String path)Methods inherited from class com.couchbase.client.java.query.dsl.path.DefaultWherePath
where, whereMethods inherited from class com.couchbase.client.java.query.dsl.path.DefaultGroupByPath
groupBy, groupByMethods 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.GroupByPath
groupBy, groupByMethods 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
-
DefaultLetPath
-
-
Method Details
-
let
-
join
-
innerJoin
-
leftJoin
-
leftOuterJoin
- Specified by:
leftOuterJoinin interfaceLetPath
-
nest
-
innerNest
-
leftNest
-
leftOuterNest
- Specified by:
leftOuterNestin interfaceLetPath
-
unnest
-
innerUnnest
- Specified by:
innerUnnestin interfaceLetPath
-
leftUnnest
- Specified by:
leftUnnestin interfaceLetPath
-
leftOuterUnnest
- Specified by:
leftOuterUnnestin interfaceLetPath
-
join
-
innerJoin
-
leftJoin
-
leftOuterJoin
- Specified by:
leftOuterJoinin interfaceLetPath
-
nest
-
innerNest
-
leftNest
-
leftOuterNest
- Specified by:
leftOuterNestin interfaceLetPath
-
unnest
-
innerUnnest
- Specified by:
innerUnnestin interfaceLetPath
-
leftUnnest
- Specified by:
leftUnnestin interfaceLetPath
-
leftOuterUnnest
- Specified by:
leftOuterUnnestin interfaceLetPath
-