Interface LiquibaseConnectionProvider

    • Method Detail

      • 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