| Package | Description |
|---|---|
| com.exasol.sql.ddl.create | |
| com.exasol.sql.ddl.drop | |
| com.exasol.sql.dml.insert | |
| com.exasol.sql.dql.select |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateSchema
This class implements an SQL
CreateSchema statement |
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 |
DropSchema
This class implements an SQL
DropSchema statement |
class |
DropTable
This class implements an SQL
DropTable statement |
| Modifier and Type | Class and Description |
|---|---|
class |
Insert
This class implements an SQL
Insert 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.