com.atlassian.confluence.upgrade.ddl
Class DropTableCommand
java.lang.Object
com.atlassian.confluence.upgrade.ddl.DropTableCommand
- All Implemented Interfaces:
- DdlCommand
public class DropTableCommand
- extends Object
- implements DdlCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropTableCommand
public DropTableCommand(String tableName)
getStatement
public String getStatement()
- Specified by:
getStatement
in interface DdlCommand