| Package | Description |
|---|---|
| com.exasol.sql.ddl | |
| com.exasol.sql.dml | |
| com.exasol.sql.dql |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateTable
This class implements an SQL
CreateTable statement |
| Constructor and Description |
|---|
ColumnsDefinition(SqlStatement root)
Create an new instance of
ColumnsDefinition |
| Modifier and Type | Class and Description |
|---|---|
class |
Insert
This class implements an SQL
Select statement |
| Constructor and Description |
|---|
InsertFields(SqlStatement root)
Create an new instance of
InsertFields |
| Modifier and Type | Class and Description |
|---|---|
class |
Select
This class implements an SQL
Select statement |
| Constructor and Description |
|---|
LimitClause(SqlStatement root,
int count)
Create a new instance of a
LimitClause |
LimitClause(SqlStatement root,
int offset,
int count)
Create a new instance of a
LimitClause |
WhereClause(SqlStatement root,
BooleanExpression expression)
Create a new instance of a
WhereClause |
Copyright © 2018–2019. All rights reserved.