public interface LiquibaseConnectionProvider extends Provider
| Modifier and Type | Method and Description |
|---|---|
liquibase.Liquibase |
getLiquibase(Connection connection,
String defaultSchema) |
liquibase.Liquibase |
getLiquibaseForCustomUpdate(Connection connection,
String defaultSchema,
String changelogLocation,
ClassLoader classloader,
String changelogTableName) |
liquibase.Liquibase getLiquibase(Connection connection, String defaultSchema) throws liquibase.exception.LiquibaseException
liquibase.exception.LiquibaseExceptionliquibase.Liquibase getLiquibaseForCustomUpdate(Connection connection, String defaultSchema, String changelogLocation, ClassLoader classloader, String changelogTableName) throws liquibase.exception.LiquibaseException
liquibase.exception.LiquibaseExceptionCopyright © 2016 JBoss by Red Hat. All rights reserved.