Class CloseableLiquibase

    • Field Summary

      • Fields inherited from class liquibase.Liquibase

        CHANGESET_ID_AUTHOR_PART, CHANGESET_ID_CHANGELOG_PART, CHANGESET_ID_CHANGESET_PART, CHANGESET_ID_NUM_PARTS, database, MSG_COULD_NOT_RELEASE_LOCK
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected CloseableLiquibase​(String changeLogFile, liquibase.resource.ResourceAccessor resourceAccessor, liquibase.database.DatabaseConnection conn, ManagedDataSource dataSource)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class liquibase.Liquibase

        buildChangeLogIterator, buildRawSQLChange, calculateCheckSum, calculateCheckSum, changeLogSync, changeLogSync, changeLogSync, changeLogSync, changeLogSync, changeLogSync, changeLogSync, changeLogSync, changeLogSync, checkLiquibaseTables, clearCheckSums, createRollbackVisitor, createUpdateVisitor, diff, dropAll, dropAll, executeRollbackScript, forceReleaseLocks, futureRollbackSQL, futureRollbackSQL, futureRollbackSQL, futureRollbackSQL, futureRollbackSQL, futureRollbackSQL, futureRollbackSQL, futureRollbackSQL, futureRollbackSQL, futureRollbackSQL, futureRollbackSQL, generateChangeLog, generateChangeLog, generateDocumentation, generateDocumentation, generateDocumentation, getChangeLogFile, getChangeLogParameters, getChangeSetStatuses, getChangeSetStatuses, getChangeSetStatuses, getConnection, getDatabase, getDatabaseChangeLog, getHubConnectionId, getLog, getResourceAccessor, getStandardChangelogIterator, isSafeToRunUpdate, listLocks, listUnexpectedChangeSets, listUnexpectedChangeSets, listUnrunChangeSets, listUnrunChangeSets, listUnrunChangeSets, markNextChangeSetRan, markNextChangeSetRan, markNextChangeSetRan, markNextChangeSetRan, outputHeader, removeRunStatus, reportLocks, reportStatus, reportStatus, reportStatus, reportUnexpectedChangeSets, reportUnexpectedChangeSets, resetServices, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, rollback, setChangeExecListener, setChangeLogParameter, setChangeLogSyncListener, setHubConnectionId, tag, tagExists, update, update, update, update, update, update, update, update, update, update, update, update, update, update, update, update, update, update, update, updateTestingRollback, updateTestingRollback, updateTestingRollback, validate
    • Constructor Detail

      • CloseableLiquibase

        protected CloseableLiquibase​(String changeLogFile,
                                     liquibase.resource.ResourceAccessor resourceAccessor,
                                     liquibase.database.DatabaseConnection conn,
                                     ManagedDataSource dataSource)
                              throws liquibase.exception.LiquibaseException,
                                     SQLException
        Throws:
        liquibase.exception.LiquibaseException
        SQLException
    • Method Detail

      • close

        public void close()
                   throws liquibase.exception.LiquibaseException
        Specified by:
        close in interface AutoCloseable
        Overrides:
        close in class liquibase.Liquibase
        Throws:
        liquibase.exception.LiquibaseException