Interface TableRepository

    • Method Detail

      • dropTableIfExists

        void dropTableIfExists​(ObjectName table)
        Drops given table if it exists
        Parameters:
        table - table to drop