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