| Interface | Description |
|---|---|
| DropSchemaFragment |
This is the common interface for all fragments of a DROP SCHEMA statement.
|
| DropSchemaVisitor | |
| DropTableFragment |
This is the common interface for all fragments of a DROP TABLE statement.
|
| DropTableVisitor |
| Class | Description |
|---|---|
| Cascade |
This class represents CASCADE clause in DROP SCHEMA SQL statement
|
| CascadeConstraints |
This class represents CASCADE CONSTRAINTS clause in the DROP TABLE SQL statement
|
| DropSchema |
This class implements an SQL
DropSchema statement. |
| DropTable |
This class implements an SQL
DropTable statement. |
| Restrict |
This class represents RESTRICT clause in DROP SCHEMA SQL statement
|
Copyright © 2018–2021. All rights reserved.