Package com.exasol.sql.ddl.drop
-
Interface Summary Interface Description DropSchemaFragment This is the common interface for all fragments of a DROP SCHEMA statement.DropSchemaVisitor Visitor forDROP SCHEMAstatements.DropTableFragment This is the common interface for all fragments of a DROP TABLE statement.DropTableVisitor Visitor forDROP TABLEstatements. -
Class Summary Class Description Cascade This class represents CASCADE clause in DROP SCHEMA SQL statementCascadeConstraints This class represents CASCADE CONSTRAINTS clause in the DROP TABLE SQL statementDropSchema This class implements an SQLDropSchemastatement.DropTable This class implements an SQLDropTablestatement.Restrict This class represents RESTRICT clause in DROP SCHEMA SQL statement