| Package | Description |
|---|---|
| com.exasol.sql | |
| com.exasol.sql.ddl.drop | |
| com.exasol.sql.ddl.drop.rendering |
| Modifier and Type | Method and Description |
|---|---|
DropTable |
StatementFactory.dropTable(String tableName)
Create a
DropTable statement. |
| Modifier and Type | Method and Description |
|---|---|
DropTable |
DropTable.cascadeConstraints()
Add
CASCADE CONSTRAINTS clause into a DROP TABLE statement. |
DropTable |
DropTable.ifExists()
Add
IF EXISTS clause into a DROP TABLE statement. |
| Modifier and Type | Method and Description |
|---|---|
void |
DropTableVisitor.visit(DropTable dropTable) |
| Modifier and Type | Method and Description |
|---|---|
void |
DropTableRenderer.visit(DropTable dropTable) |
Copyright © 2018–2021. All rights reserved.