| Package | Description |
|---|---|
| com.exasol.sql.dql.select | |
| com.exasol.sql.dql.select.rendering |
| Modifier and Type | Method and Description |
|---|---|
FromClause |
Select.from()
Get the
FromClause of this select statement |
FromClause |
FromClause.fullJoin(String name,
String specification)
Create a new full
Join that belongs to a FROM clause |
FromClause |
FromClause.fullOuterJoin(String name,
String specification)
Create a new full outer
Join that belongs to a FROM clause |
FromClause |
FromClause.innerJoin(String name,
String specification)
Create a new inner
Join that belongs to a FROM clause |
FromClause |
FromClause.join(String name,
String specification)
Create a new
Join that belongs to a FROM clause |
FromClause |
FromClause.leftJoin(String name,
String specification)
Create a new left
Join that belongs to a FROM clause |
FromClause |
FromClause.leftOuterJoin(String name,
String specification)
Create a new left outer
Join that belongs to a FROM clause |
FromClause |
FromClause.rightJoin(String name,
String specification)
Create a new right
Join that belongs to a FROM clause |
FromClause |
FromClause.rightOuterJoin(String name,
String specification)
Create a new right outer
Join that belongs to a FROM clause |
FromClause |
FromClause.table(String name)
Add a table name to the
FromClause |
FromClause |
FromClause.tableAs(String name,
String as)
Add a table name with an an alias to the
FromClause |
FromClause |
FromClause.valueTable(ValueTable valueTable)
Create a
FromClause from a value table |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectVisitor.visit(FromClause fromClause) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectRenderer.visit(FromClause fromClause) |
Copyright © 2018–2019. All rights reserved.