Uses of Class
liquibase.exception.LiquibaseException
Package
Description
Liquibase top level namespace package.
Technically, a Change expresses an intention for alter the structure of the Database.
-
Uses of LiquibaseException in liquibase
Modifier and TypeMethodDescriptionfinal CheckSum
Liquibase.calculateCheckSum
(String changeSetIdentifier) Calculate the checksum for a given identifierLiquibase.calculateCheckSum
(String changeSetPath, String changeSetId, String changeSetAuthor) Calculate the checksum for a given changeset specified by path, changeset id and authorvoid
Liquibase.changeLogSync
(String contexts) void
Liquibase.changeLogSync
(String contexts, Writer output) void
Liquibase.changeLogSync
(String tag, String contexts) void
Liquibase.changeLogSync
(String tag, String contexts, Writer output) void
Liquibase.changeLogSync
(String tag, Contexts contexts, LabelExpression labelExpression) Synchronizes the changelog with the database up to a specified tag.void
Liquibase.changeLogSync
(String tag, Contexts contexts, LabelExpression labelExpression, Writer output) void
Liquibase.changeLogSync
(Contexts contexts) Deprecated.use version with LabelExpressionvoid
Liquibase.changeLogSync
(Contexts contexts, LabelExpression labelExpression) void
Liquibase.changeLogSync
(Contexts contexts, LabelExpression labelExpression, Writer output) void
Liquibase.checkLiquibaseTables
(boolean updateExistingNullChecksums, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression) void
Liquibase.clearCheckSums()
Sets checksums to null, so they will be repopulated next runvoid
Liquibase.close()
Liquibase.diff
(Database referenceDatabase, Database targetDatabase, CompareControl compareControl) void
Liquibase.forceReleaseLocks()
void
Liquibase.futureRollbackSQL
(Writer output) void
Liquibase.futureRollbackSQL
(Integer count, String contexts, Writer output) void
Liquibase.futureRollbackSQL
(Integer count, String contexts, Writer output, boolean checkLiquibaseTables) protected void
Liquibase.futureRollbackSQL
(Integer count, String tag, Contexts contexts, LabelExpression labelExpression, Writer output) protected void
Liquibase.futureRollbackSQL
(Integer count, String tag, Contexts contexts, LabelExpression labelExpression, Writer output, boolean checkLiquibaseTables) void
Liquibase.futureRollbackSQL
(Integer count, Contexts contexts, LabelExpression labelExpression, Writer output) void
Liquibase.futureRollbackSQL
(Integer count, Contexts contexts, LabelExpression labelExpression, Writer output, boolean checkLiquibaseTables) void
Liquibase.futureRollbackSQL
(String contexts, Writer output) void
Liquibase.futureRollbackSQL
(String contexts, Writer output, boolean checkLiquibaseTables) void
Liquibase.futureRollbackSQL
(String tag, Contexts contexts, LabelExpression labelExpression, Writer output) void
Liquibase.futureRollbackSQL
(Contexts contexts, LabelExpression labelExpression, Writer output) void
Liquibase.generateDocumentation
(String outputDirectory) void
Liquibase.generateDocumentation
(String outputDirectory, String contexts) void
Liquibase.generateDocumentation
(String outputDirectory, String contexts, CatalogAndSchema... schemaList) void
Liquibase.generateDocumentation
(String outputDirectory, Contexts contexts, LabelExpression labelExpression, CatalogAndSchema... schemaList) Liquibase.getChangeSetStatuses
(Contexts contexts) Deprecated.use version with LabelExpressionLiquibase.getChangeSetStatuses
(Contexts contexts, LabelExpression labelExpression) Liquibase.getChangeSetStatuses
(Contexts contexts, LabelExpression labelExpression, boolean checkLiquibaseTables) Returns the ChangeSetStatuses of all changesets in the change log file and history in the order they would be ran.Liquibase.getDatabaseChangeLog()
protected boolean
Liquibase.isUpToDateFastCheck
(Contexts contexts, LabelExpression labelExpression) Deprecated.this method has been moved toFastCheckService
, use that one instead.Liquibase.listLocks()
Display change log lock information.Liquibase.listUnexpectedChangeSets
(String contexts) Liquibase.listUnexpectedChangeSets
(Contexts contexts, LabelExpression labelExpression) Liquibase.listUnrunChangeSets
(Contexts contexts) Deprecated.use version with LabelExpressionLiquibase.listUnrunChangeSets
(Contexts contexts, LabelExpression labels) Liquibase.listUnrunChangeSets
(Contexts contexts, LabelExpression labels, boolean checkLiquibaseTables) void
Liquibase.markNextChangeSetRan
(String contexts) void
Liquibase.markNextChangeSetRan
(String contexts, Writer output) void
Liquibase.markNextChangeSetRan
(Contexts contexts, LabelExpression labelExpression) void
Liquibase.markNextChangeSetRan
(Contexts contexts, LabelExpression labelExpression, Writer output) void
Liquibase.reportLocks
(PrintStream out) void
Liquibase.reportStatus
(boolean verbose, String contexts, Writer out) void
Liquibase.reportStatus
(boolean verbose, Contexts contexts, Writer out) void
Liquibase.reportStatus
(boolean verbose, Contexts contexts, LabelExpression labels, Writer out) void
Liquibase.reportUnexpectedChangeSets
(boolean verbose, String contexts, Writer out) void
Liquibase.reportUnexpectedChangeSets
(boolean verbose, Contexts contexts, LabelExpression labelExpression, Writer out) void
void
void
void
void
void
Liquibase.rollback
(int changesToRollback, String rollbackScript, Contexts contexts, LabelExpression labelExpression) Rolls back a specified number of changesets.void
Liquibase.rollback
(int changesToRollback, String rollbackScript, Contexts contexts, LabelExpression labelExpression, Writer output) void
void
Liquibase.rollback
(int changesToRollback, Contexts contexts, LabelExpression labelExpression) void
Liquibase.rollback
(int changesToRollback, Contexts contexts, LabelExpression labelExpression, Writer output) void
void
void
void
void
void
void
Liquibase.rollback
(String tagToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression) Rolls back the database to a specific tag, using either a generated or user-defined rollback script.void
Liquibase.rollback
(String tagToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression, Writer output) void
void
void
Liquibase.rollback
(String tagToRollBackTo, Contexts contexts, LabelExpression labelExpression) void
Liquibase.rollback
(String tagToRollBackTo, Contexts contexts, LabelExpression labelExpression, Writer output) void
void
void
void
void
Liquibase.rollback
(Date dateToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression) Rolls back all changesets that were applied after the specified date.void
Liquibase.rollback
(Date dateToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression, Writer output) void
Liquibase.rollback
(Date dateToRollBackTo, Contexts contexts, LabelExpression labelExpression) void
Liquibase.rollback
(Date dateToRollBackTo, Contexts contexts, LabelExpression labelExpression, Writer output) void
'Tags' the database for future rollbackboolean
Verifies if a given tag exist in the databasevoid
Liquibase.update()
Convenience method forLiquibase.update(Contexts)
that runs in "no context mode".void
void
void
Liquibase.update
(int changesToApply, Contexts contexts, LabelExpression labelExpression) Updates the database schema with the specified number of changesets, within the given contexts and matching the given label expression.void
Liquibase.update
(int changesToApply, Contexts contexts, LabelExpression labelExpression, Writer output) void
Convenience method forLiquibase.update(Contexts)
that constructs the Context object from the passed string.void
void
void
void
void
void
Liquibase.update
(String tag, Contexts contexts, LabelExpression labelExpression) Updates the database to a specified tag.void
Liquibase.update
(String tag, Contexts contexts, LabelExpression labelExpression, Writer output) void
Executes Liquibase "update" logic which ensures that the configuredDatabase
is up to date according to the configured changelog file.void
void
Liquibase.update
(Contexts contexts, LabelExpression labelExpression) Executes Liquibase update with given contexts and label expression.void
Liquibase.update
(Contexts contexts, LabelExpression labelExpression, boolean checkLiquibaseTables) Updates the database schema to the latest version.void
Liquibase.update
(Contexts contexts, LabelExpression labelExpression, Writer output) void
Liquibase.update
(Contexts contexts, LabelExpression labelExpression, Writer output, boolean checkLiquibaseTables) void
Liquibase.updateCountSql
(int count, Contexts contexts, LabelExpression labelExpression, Writer output) void
Liquibase.updateTestingRollback
(String contexts) void
Liquibase.updateTestingRollback
(String tag, Contexts contexts, LabelExpression labelExpression) void
Liquibase.updateTestingRollback
(Contexts contexts, LabelExpression labelExpression) void
Liquibase.updateToTagSql
(String tag, Contexts contexts, LabelExpression labelExpression, Writer writer) void
Liquibase.validate()
Checks changelogs for bad MD5Sums and preconditions before attempting a migrationModifierConstructorDescriptionLiquibase
(String changeLogFile, ResourceAccessor resourceAccessor, DatabaseConnection conn) Creates a Liquibase instance for a given DatabaseConnection. -
Uses of LiquibaseException in liquibase.change.core
-
Uses of LiquibaseException in liquibase.changelog
Modifier and TypeMethodDescriptionvoid
ChangeLogHistoryService.clearAllCheckSums()
void
MockChangeLogHistoryService.clearAllCheckSums()
void
OfflineChangeLogHistoryService.clearAllCheckSums()
void
StandardChangeLogHistoryService.clearAllCheckSums()
int
ChangeLogHistoryService.getNextSequenceValue()
int
MockChangeLogHistoryService.getNextSequenceValue()
int
OfflineChangeLogHistoryService.getNextSequenceValue()
int
StandardChangeLogHistoryService.getNextSequenceValue()
boolean
DatabaseChangeLog.include
(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, LabelExpression labelExpression, Boolean ignore, boolean logEveryUnknownFileFormat) boolean
DatabaseChangeLog.include
(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, boolean logEveryUnknownFileFormat) boolean
DatabaseChangeLog.include
(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, String logicalFilePath, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat) boolean
DatabaseChangeLog.include
(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, String logicalFilePath, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat, ModifyChangeSets modifyChangeSets) boolean
DatabaseChangeLog.include
(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat) boolean
FastCheckService.isUpToDateFastCheck
(List<ChangeSetFilter> changesetFilters, Database database, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression) Performs check of the historyService to determine if there is no unrun changesets without obtaining an exclusive write lock.void
ChangeLogIterator.run
(ChangeSetVisitor visitor, RuntimeEnvironment env) void
StatusChangeLogIterator.run
(ChangeSetVisitor visitor, RuntimeEnvironment env) void
void
DatabaseChangeLog.validate
(Database database, Contexts contexts, LabelExpression labelExpression) protected void
ChangeLogIterator.validateChangeSetExecutor
(ChangeSet changeSet, RuntimeEnvironment env) Make sure that any changeset which has a runWith=setting has a valid Executor, and that the changes in the changeset are eligible for execution by this Executor ModifierConstructorDescriptionChangeSetStatus
(ChangeSet changeSet, boolean skipChangeSetStatusGeneration) -
Uses of LiquibaseException in liquibase.changelog.visitor
Modifier and TypeMethodDescriptionvoid
SkippedChangeSetVisitor.skipped
(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) void
StatusVisitor.skipped
(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) void
ChangeLogSyncVisitor.visit
(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) void
ChangeSetVisitor.visit
(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) void
DBDocVisitor.visit
(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) void
DetermineNumberChangesFollowingVisitor.visit
(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) void
ExpectedChangesVisitor.visit
(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) void
ListVisitor.visit
(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) void
RollbackVisitor.visit
(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) void
StatusVisitor.visit
(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) void
UpdateVisitor.visit
(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) void
ValidatingVisitor.visit
(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults) void
DBDocVisitor.writeHTML
(Resource rootOutputDir, ResourceAccessor resourceAccessor, CatalogAndSchema... schemaList) -
Uses of LiquibaseException in liquibase.command
-
Uses of LiquibaseException in liquibase.command.core
Modifier and TypeMethodDescriptionprotected void
AbstractFutureRollbackCommandStep.futureRollbackSQL
(Integer count, String tag, Contexts contexts, LabelExpression labelExpression, Writer output, Database database, DatabaseChangeLog changeLog, ChangeExecListener changeExecListener) static String
ExecuteSqlCommandStep.getSqlFromSource
(String sql, String sqlFile) protected String
ExecuteSqlCommandStep.getSqlScript
(String sql, String sqlFile) AbstractUpdateCommandStep.getStandardChangelogIterator
(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog) UpdateToTagCommandStep.getStandardChangelogIterator
(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog) AbstractUpdateCommandStep.getStatusChangelogIterator
(CommandScope commandScope, Database database, Contexts contexts, LabelExpression labelExpression, DatabaseChangeLog changeLog) static void
ListLocksCommandStep.initializeChangelogService
(Database database) boolean
AbstractUpdateCommandStep.isUpToDate
(CommandScope commandScope, Database database, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression, OutputStream outputStream) Checks if the database is up-to-date.static DatabaseChangeLogLock[]
Display change log lock information.static Collection<RanChangeSet>
UnexpectedChangesetsCommandStep.listUnexpectedChangeSets
(Database database, DatabaseChangeLog changeLog, Contexts contexts, LabelExpression labelExpression) protected void
AbstractUpdateCommandStep.preRun
(CommandScope commandScope, ChangeLogIterator runChangeLogIterator, ChangeLogParameters changeLogParameters) Executed before running any updates against the database.SnapshotCommand.SnapshotCommandResult.print()
void
HistoryCommandStep.TabularDeploymentDetails.printReport
(PrintWriter output) static String
InternalSnapshotCommandStep.printSnapshot
(CommandScope commandScope, CommandResults snapshotResults) static void
ListLocksCommandStep.reportLocks
(PrintStream out, Database database) -
Uses of LiquibaseException in liquibase.database
Modifier and TypeMethodDescriptiondefault void
Database.afterUpdate()
Allows the database to perform actions after an update is finished, i.e. after the last change of a changelog was applied.void
AbstractJdbcDatabase.dropDatabaseObjects
(CatalogAndSchema schemaToDrop) void
Database.dropDatabaseObjects
(CatalogAndSchema schema) Drops all objects in a specified schema.default void
Database.dropDatabaseObjects
(CatalogAndSchema schemaToDrop, SnapshotControl snapshotControl) void
AbstractJdbcDatabase.execute
(SqlStatement[] statements, List<SqlVisitor> sqlVisitors) void
Database.execute
(SqlStatement[] statements, List<SqlVisitor> sqlVisitors) void
AbstractJdbcDatabase.executeRollbackStatements
(Change change, List<SqlVisitor> sqlVisitors) void
AbstractJdbcDatabase.executeRollbackStatements
(SqlStatement[] statements, List<SqlVisitor> sqlVisitors) void
Database.executeRollbackStatements
(Change change, List<SqlVisitor> sqlVisitors) void
Database.executeRollbackStatements
(SqlStatement[] statements, List<SqlVisitor> sqlVisitors) void
AbstractJdbcDatabase.executeStatements
(Change change, DatabaseChangeLog changeLog, List<SqlVisitor> sqlVisitors) void
Database.executeStatements
(Change change, DatabaseChangeLog changeLog, List<SqlVisitor> sqlVisitors) void
AbstractJdbcDatabase.saveRollbackStatement
(Change change, List<SqlVisitor> sqlVisitors, Writer writer) void
Database.saveRollbackStatement
(Change change, List<SqlVisitor> sqlVisitors, Writer writer) void
Database.saveStatements
(Change change, List<SqlVisitor> sqlVisitors, Writer writer) -
Uses of LiquibaseException in liquibase.database.core
Modifier and TypeMethodDescriptionvoid
SybaseASADatabase.afterUpdate()
void
MSSQLDatabase.executeStatements
(Change change, DatabaseChangeLog changeLog, List<SqlVisitor> sqlVisitors) -
Uses of LiquibaseException in liquibase.diff
Modifier and TypeMethodDescriptionDiffGeneratorFactory.compare
(Database referenceDatabase, Database comparisonDatabase, CompareControl compareControl) DiffGeneratorFactory.compare
(Database referenceDatabase, Database comparisonDatabase, SnapshotControl referenceSnapshotControl, SnapshotControl comparisonSnapshotControl, CompareControl compareControl) -
Uses of LiquibaseException in liquibase.exception
Modifier and TypeClassDescriptionclass
class
class
class
Exception thrown when any pre-execution validation fails.class
class
class
class
class
class
class
class
class
class
Thrown if a change is encountered that cannot be rolled back.class
If there is an error with setting up a Change this Exception will be thrown.class
class
class
Thrown by SnapshotParserFactory if it cannot find a parser for a given file format.class
-
Uses of LiquibaseException in liquibase.integration.cdi
Modifier and TypeMethodDescriptionprotected Liquibase
CDILiquibase.createLiquibase
(Connection c) protected void
CDILiquibase.performUpdate()
-
Uses of LiquibaseException in liquibase.integration.commandline
Modifier and TypeMethodDescriptionstatic void
static void
CommandLineUtils.doDiff
(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons) static void
CommandLineUtils.doDiff
(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, PrintStream output) static void
CommandLineUtils.doDiff
(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, ObjectChangeFilter objectChangeFilter, PrintStream output) static void
CommandLineUtils.doDiffToChangeLog
(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes) Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doDiffToChangeLog(String, Database, Database, String, DiffOutputControl, ObjectChangeFilter, String, String, String)
static void
CommandLineUtils.doDiffToChangeLog
(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes, String runOnChangeTypes, String replaceIfExistsTypes) static void
CommandLineUtils.doDiffToChangeLog
(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons) Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doDiffToChangeLog(String, Database, Database, String, DiffOutputControl, ObjectChangeFilter, String, CompareControl.SchemaComparison[], String, String)
static void
CommandLineUtils.doDiffToChangeLog
(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, String runOnChangeTypes, String replaceIfExistsTypes) static void
CommandLineUtils.doGenerateChangeLog
(String changeLogFile, Database originalDatabase, String catalogName, String schemaName, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl) Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl, String, String)
static void
CommandLineUtils.doGenerateChangeLog
(String changeLogFile, Database originalDatabase, String catalogName, String schemaName, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, String runOnChangeTypes, String replaceIfExistsTypes) static void
CommandLineUtils.doGenerateChangeLog
(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl) Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl, String, String)
static void
CommandLineUtils.doGenerateChangeLog
(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, boolean overwriteOutputFile) Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -CommandLineUtils.doGenerateChangeLog(String, Database, CatalogAndSchema[], String, String, String, String, DiffOutputControl, String, String)
static void
CommandLineUtils.doGenerateChangeLog
(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, boolean overwriteOutputFile, String runOnChangeTypes, String replaceIfExistsTypes) static void
CommandLineUtils.doGenerateChangeLog
(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, String runOnChangeTypes, String replaceIfExistsTypes) -
Uses of LiquibaseException in liquibase.integration.jakarta.cdi
Modifier and TypeMethodDescriptionprotected Liquibase
CDILiquibase.createLiquibase
(Connection c) protected void
CDILiquibase.performUpdate()
-
Uses of LiquibaseException in liquibase.integration.spring
Modifier and TypeMethodDescriptionvoid
SpringLiquibase.afterPropertiesSet()
Executed automatically when the bean is initialized.protected Liquibase
SpringLiquibase.createLiquibase
(Connection c) protected void
SpringLiquibase.performUpdate
(Liquibase liquibase) -
Uses of LiquibaseException in liquibase.parser
Modifier and TypeMethodDescriptionChangeLogParserFactory.getParser
(String fileNameOrExtension, ResourceAccessor resourceAccessor) SnapshotParserFactory.getParser
(String fileNameOrExtension, ResourceAccessor resourceAccessor) -
Uses of LiquibaseException in liquibase.snapshot
Modifier and TypeClassDescriptionclass
Thrown if a descriptive example is not specific enough to perform a snapshot. -
Uses of LiquibaseException in liquibase.sqlgenerator.core
Modifier and TypeMethodDescriptionprotected String
InsertOrUpdateGenerator.getUpdateStatement
(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain) Generates an SQL UPDATE statement for the specified insert or update statement, database, and SQL generator chain.protected String
InsertOrUpdateGeneratorH2.getUpdateStatement
(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain) protected String
InsertOrUpdateGeneratorHsql.getUpdateStatement
(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain) protected String
InsertOrUpdateGeneratorMSSQL.getUpdateStatement
(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain) protected String
InsertOrUpdateGeneratorMySQL.getUpdateStatement
(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain) -
Uses of LiquibaseException in liquibase.statement
Modifier and TypeMethodDescriptionExecutablePreparedStatementBase.toBinaryStream
(String valueLobFile) protected ExecutablePreparedStatementBase.LOBContent<Reader>
ExecutablePreparedStatementBase.toCharacterStream
(String valueLobFile, String encoding) -
Uses of LiquibaseException in liquibase.util
Modifier and TypeMethodDescriptionstatic UpdateSummaryDetails
ShowSummaryUtil.buildSummaryDetails
(DatabaseChangeLog changeLog, UpdateSummaryEnum showSummary, UpdateSummaryOutputEnum showSummaryOutput, StatusVisitor statusVisitor, OutputStream outputStream, ChangeLogIterator runChangeLogIterator) static UpdateSummaryDetails
ShowSummaryUtil.buildSummaryDetails
(DatabaseChangeLog changeLog, UpdateSummaryEnum showSummary, UpdateSummaryOutputEnum showSummaryOutput, StatusVisitor statusVisitor, OutputStream outputStream, ChangeLogIterator runChangeLogIterator, ChangeExecListener changeExecListener) Show a summary of the changesets which were executed AND return an object with the records of what has happened.static void
TableOutput.formatOutput
(String[][] table, int[] maxWidths, boolean leftJustifiedRows, Writer writer) This method outputs the input data in a tabular format with wrapping of linesstatic void
TableOutput.formatOutput
(String[][] table, List<Integer> maxWidths, boolean leftJustifiedRows, Writer writer) This method outputs the input data in a tabular format with wrapping of linesstatic void
TableOutput.formatOutput
(List<List<String>> table, int[] maxWidths, boolean leftJustifiedRows, Writer writer) This method outputs the input data in a tabular format with wrapping of linesstatic void
TableOutput.formatOutput
(List<List<String>> table, List<Integer> maxWidths, boolean leftJustifiedRows, Writer writer) This method outputs the input data in a tabular format with wrapping of linesstatic void
TableOutput.formatUnwrappedOutput
(List<List<String>> table, boolean leftJustifiedRows, Writer writer) This method outputs the input data in a tabular format *without* wrapping of linesstatic void
ShowSummaryUtil.showUpdateSummary
(DatabaseChangeLog changeLog, UpdateSummaryEnum showSummary, UpdateSummaryOutputEnum showSummaryOutput, StatusVisitor statusVisitor, OutputStream outputStream) Deprecated.static void
ShowSummaryUtil.showUpdateSummary
(DatabaseChangeLog changeLog, UpdateSummaryEnum showSummary, UpdateSummaryOutputEnum showSummaryOutput, StatusVisitor statusVisitor, OutputStream outputStream, ChangeLogIterator runChangeLogIterator) Show a summary of the changesets which were executed -
Uses of LiquibaseException in org.liquibase.maven.plugins
Modifier and TypeMethodDescriptionprotected void
AbstractLiquibaseUpdateMojo.handleUpdateException
(LiquibaseException exception) Modifier and TypeMethodDescriptionprotected abstract void
Performs the actual "update" work on the database.protected void
protected void
protected void
protected OutputStream
AbstractLiquibaseMojo.getOutputStream
(String outputFile) Returns the OutputStream based on whether there is an outputFile provided.protected void
AbstractLiquibaseUpdateMojo.handleUpdateException
(LiquibaseException exception) protected void
AbstractLiquibaseChangeLogMojo.performLiquibaseTask
(Liquibase liquibase) Performs the actual Liquibase task on the database using the fully configuredLiquibase
.protected void
AbstractLiquibaseFlowMojo.performLiquibaseTask
(Liquibase liquibase) protected abstract void
AbstractLiquibaseMojo.performLiquibaseTask
(Liquibase liquibase) protected void
AbstractLiquibaseUpdateMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseChangeLogSyncMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseChangeLogSyncSQLMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseChangeLogSyncToTagMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseChangeLogSyncToTagSQLMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseClearChecksumsMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseConnectMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseDatabaseDiff.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseDbclHistoryMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseDBDocMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseDropAll.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseFutureRollbackSQL.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseGenerateChangeLogMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseHistoryMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseListLocksMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseReleaseLocksMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseReportStatusMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseRollback.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseRollbackOneChangeSetMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseRollbackOneChangeSetSQL.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseRollbackOneUpdateMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseRollbackOneUpdateSQL.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseRollbackSQL.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseSnapshotMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseTag.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseTagExistsMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseUnexpectedChangeSetsMojo.performLiquibaseTask
(Liquibase liquibase) protected void
LiquibaseValidate.performLiquibaseTask
(Liquibase liquibase)