Uses of Class
com.atlassian.confluence.upgrade.ddl.DropTableIfExistsCommand
Packages that use DropTableIfExistsCommand
- 
Uses of DropTableIfExistsCommand in com.atlassian.confluence.upgrade.ddlMethods in com.atlassian.confluence.upgrade.ddl that return DropTableIfExistsCommandModifier and TypeMethodDescriptionDdlExecutor.createDropTableIfExistsCommand(String tableName) HibernateDdlExecutor.createDropTableIfExistsCommand(String tableName) static DropTableIfExistsCommandDropTableIfExistsCommand.withEscapingTableName(com.atlassian.config.db.HibernateConfig config, String tableName) Create the command which will take care of escaping table name itselfstatic DropTableIfExistsCommandDropTableIfExistsCommand.withoutEscapingTableName(com.atlassian.config.db.HibernateConfig config, String tableName) Create the command which will use passed tableName as is, without trying to escape it