| Package | Description |
|---|---|
| com.exasol.sql.ddl.create | |
| com.exasol.sql.ddl.drop | |
| com.exasol.sql.dml.insert | |
| com.exasol.sql.dml.insert.rendering | |
| com.exasol.sql.dml.merge | |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
void |
InsertVisitor.visit(SqlStatement insert) |
| Modifier and Type | Method and Description |
|---|---|
void |
InsertRenderer.visit(SqlStatement insert) |
| Modifier and Type | Class and Description |
|---|---|
class |
Merge
|
| Modifier and Type | Class and Description |
|---|---|
class |
Select
This class implements an SQL
Select statement. |
| Constructor and Description |
|---|
GroupByClause(SqlStatement rootStatement,
ColumnReference... columnReferences)
Create a new instance of a
GroupByClause. |
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 |
OrderByClause(SqlStatement rootStatement,
ColumnReference... columnReferences)
Create a new instance of a
OrderByClause. |
WhereClause(SqlStatement root,
BooleanExpression expression)
Create a new instance of a
WhereClause |
Copyright © 2018–2019. All rights reserved.