Class DropTableIfExistsCommand

    • Method Detail

      • withEscapingTableName

        public static DropTableIfExistsCommand withEscapingTableName​(com.atlassian.config.db.HibernateConfig config,
                                                                     String tableName)
        Create the command which will take care of escaping table name itself
      • withoutEscapingTableName

        public static 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