public class DefaultUnnestPath extends DefaultLetPath implements UnnestPath
.
Constructor and Description |
---|
DefaultUnnestPath(AbstractPath parent) |
Modifier and Type | Method and Description |
---|---|
LetPath |
as(java.lang.String alias) |
innerJoin, innerNest, innerUnnest, join, leftJoin, leftNest, leftOuterJoin, leftOuterNest, leftOuterUnnest, leftUnnest, let, nest, unnest
where, where
groupBy
union, unionAll
orderBy
limit
offset
element, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
innerJoin, innerNest, innerUnnest, join, leftJoin, leftNest, leftOuterJoin, leftOuterNest, leftOuterUnnest, leftUnnest, let, nest, unnest
groupBy
union, unionAll
orderBy
offset
public DefaultUnnestPath(AbstractPath parent)
public LetPath as(java.lang.String alias)
as
in interface UnnestPath