| Package | Description |
|---|---|
| com.exasol.sql | |
| com.exasol.sql.dql.select |
| Modifier and Type | Class and Description |
|---|---|
class |
DerivedColumn
This class represents a derived column in an SQL query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FromClause
This class represents the
FROM clause of an SQL SELECT statement. |
class |
GroupByClause
This class represents the GROUP BY clause of an SQL statement.
|
class |
Join
This class implements the
Join part of a WHERE clause. |
class |
LimitClause
This class represents the limit clause of an SQL statement.
|
class |
OrderByClause
This class represents the
ORDER BY clause of an SQL statement. |
class |
Select
This class implements an SQL
Select statement. |
class |
WhereClause
This class represents the where clause of an SQL statement.
|
Copyright © 2018–2021. All rights reserved.