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, where
groupBy, groupBy
union, unionAll
orderBy
limit
offset
element, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
groupBy, groupBy
union, unionAll
orderBy
offset
public DefaultLetPath(AbstractPath parent)
public JoinPath leftOuterJoin(String path)
leftOuterJoin
in interface LetPath
public NestPath leftOuterNest(String from)
leftOuterNest
in interface LetPath
public UnnestPath unnest(String path)
public UnnestPath innerUnnest(String path)
innerUnnest
in interface LetPath
public UnnestPath leftUnnest(String path)
leftUnnest
in interface LetPath
public UnnestPath leftOuterUnnest(String path)
leftOuterUnnest
in interface LetPath
public JoinPath join(Expression from)
public JoinPath innerJoin(Expression from)
public JoinPath leftJoin(Expression from)
public JoinPath leftOuterJoin(Expression from)
leftOuterJoin
in interface LetPath
public NestPath nest(Expression from)
public NestPath innerNest(Expression from)
public NestPath leftNest(Expression from)
public NestPath leftOuterNest(Expression from)
leftOuterNest
in interface LetPath
public UnnestPath unnest(Expression path)
public UnnestPath innerUnnest(Expression path)
innerUnnest
in interface LetPath
public UnnestPath leftUnnest(Expression path)
leftUnnest
in interface LetPath
public UnnestPath leftOuterUnnest(Expression path)
leftOuterUnnest
in interface LetPath
Copyright © 2014 Couchbase, Inc.