| Package | Description |
|---|---|
| com.exasol.sql | |
| com.exasol.sql.ddl | |
| com.exasol.sql.dml | |
| com.exasol.sql.dql |
| Modifier and Type | Class and Description |
|---|---|
class |
Column
This class represents a column in an SQL statement.
|
class |
Field
This class represents a table field in an SQL statement.
|
class |
Table
This class represents a
Table in an SQL Statement |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnsDefinition |
class |
CreateTable
This class implements an SQL
CreateTable statement |
| Modifier and Type | Class and Description |
|---|---|
class |
Insert
This class implements an SQL
Select statement |
class |
InsertFields |
| Modifier and Type | Class and Description |
|---|---|
class |
FromClause
This class represents the FROM clause of an SQL SELECT 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 |
Select
This class implements an SQL
Select statement |
class |
ValueTable
Value tables are pseudo-tables constructed from rows and columns of expressions (e.g.
|
class |
ValueTableRow
This class represents a row in a
ValueTable. |
class |
WhereClause
This class represents the where clause of an SQL statement.
|
Copyright © 2018–2019. All rights reserved.