Interface LiquibaseConnectionProvider

All Superinterfaces:
Provider
All Known Implementing Classes:
DefaultLiquibaseConnectionProvider

public interface LiquibaseConnectionProvider extends Provider
Author:
Marek Posolda
  • Method Details

    • getLiquibase

      liquibase.Liquibase getLiquibase(Connection connection, String defaultSchema) throws liquibase.exception.LiquibaseException
      Throws:
      liquibase.exception.LiquibaseException
    • getLiquibaseForCustomUpdate

      liquibase.Liquibase getLiquibaseForCustomUpdate(Connection connection, String defaultSchema, String changelogLocation, ClassLoader classloader, String changelogTableName) throws liquibase.exception.LiquibaseException
      Throws:
      liquibase.exception.LiquibaseException