public class DefaultLetPath extends DefaultWherePath implements LetPath
.
| Constructor and Description |
|---|
DefaultLetPath(AbstractPath parent) |
| Modifier and Type | Method and Description |
|---|---|
JoinPath |
innerJoin(Expression from) |
JoinPath |
innerJoin(String path) |
NestPath |
innerNest(Expression from) |
NestPath |
innerNest(String from) |
UnnestPath |
innerUnnest(Expression path) |
UnnestPath |
innerUnnest(String path) |
JoinPath |
join(Expression from) |
JoinPath |
join(String path) |
JoinPath |
leftJoin(Expression from) |
JoinPath |
leftJoin(String path) |
NestPath |
leftNest(Expression from) |
NestPath |
leftNest(String from) |
JoinPath |
leftOuterJoin(Expression from) |
JoinPath |
leftOuterJoin(String path) |
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) |
where, wheregroupBy, groupByunion, unionAllorderBylimitoffsetelement, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgroupBy, groupByunion, 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 LetPathpublic JoinPath join(Expression from)
public JoinPath innerJoin(Expression from)
public JoinPath leftJoin(Expression from)
public JoinPath leftOuterJoin(Expression from)
leftOuterJoin in interface LetPathpublic NestPath nest(Expression from)
public NestPath innerNest(Expression from)
public NestPath leftNest(Expression from)
public NestPath leftOuterNest(Expression from)
leftOuterNest in interface LetPathpublic UnnestPath unnest(Expression path)
public UnnestPath innerUnnest(Expression path)
innerUnnest in interface LetPathpublic UnnestPath leftUnnest(Expression path)
leftUnnest in interface LetPathpublic UnnestPath leftOuterUnnest(Expression path)
leftOuterUnnest in interface LetPathCopyright © 2015 Couchbase, Inc.