Interface LiquibaseTableNames

All Known Implementing Classes:
StandardLiquibaseTableNames

public interface LiquibaseTableNames
  • Method Details

    • getLiquibaseGeneratedTableNames

      List<String> getLiquibaseGeneratedTableNames(Database database)
      Given a database, return a list of Liquibase generated tables. This is commonly (but not limited to) tables like DATABASECHANGELOG and DATABASECHANGELOGLOCK.
    • destroy

      void destroy(Database database) throws DatabaseException
      Throws:
      DatabaseException
    • getOrder

      int getOrder()
      Returns the order in which modifiers should be run. Modifiers with a higher order will run after modifiers with a lower order value.
      Returns:
      int