public interface LetPath extends WherePath
Modifier and Type | Method and Description |
---|---|
JoinPath |
innerJoin(Expression from) |
JoinPath |
innerJoin(String from) |
NestPath |
innerNest(Expression from) |
NestPath |
innerNest(String from) |
UnnestPath |
innerUnnest(Expression path) |
UnnestPath |
innerUnnest(String path) |
JoinPath |
join(Expression from) |
JoinPath |
join(String from) |
JoinPath |
leftJoin(Expression from) |
JoinPath |
leftJoin(String from) |
NestPath |
leftNest(Expression from) |
NestPath |
leftNest(String from) |
JoinPath |
leftOuterJoin(Expression from) |
JoinPath |
leftOuterJoin(String from) |
NestPath |
leftOuterNest(Expression from) |
NestPath |
leftOuterNest(String from) |
UnnestPath |
leftOuterUnnest(Expression path) |
UnnestPath |
leftOuterUnnest(String path) |
UnnestPath |
leftUnnest(Expression path) |
UnnestPath |
leftUnnest(String path) |
WherePath |
let(Alias... aliases) |
NestPath |
nest(Expression from) |
NestPath |
nest(String from) |
UnnestPath |
unnest(Expression path) |
UnnestPath |
unnest(String path) |
groupBy, groupBy
union, unionAll
orderBy
offset
UnnestPath unnest(String path)
UnnestPath innerUnnest(String path)
UnnestPath leftUnnest(String path)
UnnestPath leftOuterUnnest(String path)
JoinPath join(Expression from)
JoinPath innerJoin(Expression from)
JoinPath leftJoin(Expression from)
JoinPath leftOuterJoin(Expression from)
NestPath nest(Expression from)
NestPath innerNest(Expression from)
NestPath leftNest(Expression from)
NestPath leftOuterNest(Expression from)
UnnestPath unnest(Expression path)
UnnestPath innerUnnest(Expression path)
UnnestPath leftUnnest(Expression path)
UnnestPath leftOuterUnnest(Expression path)
Copyright © 2014 Couchbase, Inc.