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