Class DropTableCommand
- java.lang.Object
-
- com.atlassian.confluence.upgrade.ddl.DropTableCommand
-
- All Implemented Interfaces:
DdlCommand
public class DropTableCommand extends Object implements DdlCommand
-
-
Constructor Summary
Constructors Constructor Description DropTableCommand(String tableName)
-
-
-
Constructor Detail
-
DropTableCommand
public DropTableCommand(String tableName)
-
-
Method Detail
-
getStatement
public String getStatement()
- Specified by:
getStatement
in interfaceDdlCommand
-
-