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