Interface Cleaner

  • All Known Implementing Classes:
    StandardTableCleaner

    public interface Cleaner
    An object that produces the SQL required to truncate the tables in a schema.
    Since:
    6.2
    • Method Detail

      • getSqlBeforeString

        String getSqlBeforeString()
        A statement to run before beginning the process of truncating tables. (Usually to disable foreign key constraint enforcement.)
      • getSqlAfterString

        String getSqlAfterString()
        A statement to run after ending the process of truncating tables. (Usually to re-enable foreign key constraint enforcement.)