Interface LiquibaseConnectionProvider
- All Superinterfaces:
Provider
- All Known Implementing Classes:
DefaultLiquibaseConnectionProvider
- Author:
- Marek Posolda
-
Method Summary
Modifier and TypeMethodDescriptiongetLiquibase
(Connection connection, String defaultSchema) getLiquibaseForCustomUpdate
(Connection connection, String defaultSchema, String changelogLocation, ClassLoader classloader, String changelogTableName)
-
Method Details
-
getLiquibase
KeycloakLiquibase getLiquibase(Connection connection, String defaultSchema) throws liquibase.exception.LiquibaseException - Throws:
liquibase.exception.LiquibaseException
-
getLiquibaseForCustomUpdate
KeycloakLiquibase getLiquibaseForCustomUpdate(Connection connection, String defaultSchema, String changelogLocation, ClassLoader classloader, String changelogTableName) throws liquibase.exception.LiquibaseException - Throws:
liquibase.exception.LiquibaseException
-