Interface MapLiquibaseConnectionProvider

    • Method Detail

      • getLiquibaseForCustomUpdate

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