Uses of Class
com.atlassian.confluence.upgrade.ddl.DropTableIfExistsCommand
-
Packages that use DropTableIfExistsCommand Package Description com.atlassian.confluence.upgrade.ddl -
-
Uses of DropTableIfExistsCommand in com.atlassian.confluence.upgrade.ddl
Methods in com.atlassian.confluence.upgrade.ddl that return DropTableIfExistsCommand Modifier and Type Method Description 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
-