| 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.select(Select select)
Add a select to the
FromClause. |
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 alias to the
FromClause. |
FromClause |
FromClause.valueTable(ValueTable valueTable)
Create a
FromClause from a value table. |
FromClause |
FromClause.valueTableAs(ValueTable valueTable,
String tableNameAlias,
String... columnNameAliases)
Create a
FromClause from a value table and an alias. |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectVisitor.leave(FromClause fromClause) |
void |
SelectVisitor.visit(FromClause fromClause) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectRenderer.leave(FromClause fromClause) |
void |
SelectRenderer.visit(FromClause fromClause) |
Copyright © 2018–2021. All rights reserved.