public class DefaultLetPath extends DefaultWherePath implements LetPath
.
| Constructor and Description |
|---|
DefaultLetPath(AbstractPath parent) |
| Modifier and Type | Method and Description |
|---|---|
JoinPath |
innerJoin(String path) |
NestPath |
innerNest(String from) |
UnnestPath |
innerUnnest(String path) |
JoinPath |
join(String path) |
JoinPath |
leftJoin(String path) |
NestPath |
leftNest(String from) |
JoinPath |
leftOuterJoin(String path) |
NestPath |
leftOuterNest(String from) |
UnnestPath |
leftOuterUnnest(String path) |
UnnestPath |
leftUnnest(String path) |
WherePath |
let(Alias... aliases) |
NestPath |
nest(String from) |
UnnestPath |
unnest(String path) |
where, wheregroupByunion, unionAllorderBylimitoffsetelement, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgroupByunion, unionAllorderByoffsetpublic DefaultLetPath(AbstractPath parent)
public JoinPath leftOuterJoin(String path)
leftOuterJoin in interface LetPathpublic NestPath leftOuterNest(String from)
leftOuterNest in interface LetPathpublic UnnestPath unnest(String path)
public UnnestPath innerUnnest(String path)
innerUnnest in interface LetPathpublic UnnestPath leftUnnest(String path)
leftUnnest in interface LetPathpublic UnnestPath leftOuterUnnest(String path)
leftOuterUnnest in interface LetPathCopyright © 2014 Couchbase, Inc.