Uses of Class
liquibase.exception.LiquibaseException
-
Packages that use LiquibaseException Package Description liquibase Liquibase top level namespace package.liquibase.change.core Technically, a Change expresses an intention for alter the structure of the Database.liquibase.changelog liquibase.changelog.visitor liquibase.command liquibase.command.core liquibase.database liquibase.database.core liquibase.diff liquibase.exception liquibase.integration.cdi liquibase.integration.commandline liquibase.integration.jakarta.cdi liquibase.integration.spring liquibase.parser liquibase.snapshot liquibase.sqlgenerator.core liquibase.statement liquibase.util org.liquibase.maven.plugins -
-
Uses of LiquibaseException in liquibase
Methods in liquibase that throw LiquibaseException Modifier and Type Method Description CheckSumLiquibase. calculateCheckSum(String changeSetIdentifier)Deprecated.Use {linkCommandScope(String).CheckSumLiquibase. calculateCheckSum(String filename, String id, String author)Deprecated.Use {linkCommandScope(String).voidLiquibase. changeLogSync(String contexts)voidLiquibase. changeLogSync(String contexts, Writer output)voidLiquibase. changeLogSync(String tag, String contexts)voidLiquibase. changeLogSync(String tag, String contexts, Writer output)voidLiquibase. changeLogSync(String tag, Contexts contexts, LabelExpression labelExpression)Synchronizes the changelog with the database up to a specified tag.voidLiquibase. changeLogSync(String tag, Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. changeLogSync(Contexts contexts)Deprecated.use version with LabelExpressionvoidLiquibase. changeLogSync(Contexts contexts, LabelExpression labelExpression)voidLiquibase. changeLogSync(Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. checkLiquibaseTables(boolean updateExistingNullChecksums, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression)voidLiquibase. clearCheckSums()Deprecated.UseCommandScope(String)voidLiquibase. close()DiffResultLiquibase. diff(Database referenceDatabase, Database targetDatabase, CompareControl compareControl)Deprecated.Use {linkCommandScope(String)to generate diff instead of this method.voidLiquibase. forceReleaseLocks()voidLiquibase. futureRollbackSQL(Writer output)Deprecated.voidLiquibase. futureRollbackSQL(Integer count, String contexts, Writer output)Deprecated.voidLiquibase. futureRollbackSQL(Integer count, String contexts, Writer output, boolean checkLiquibaseTables)Deprecated.protected voidLiquibase. futureRollbackSQL(Integer count, String tag, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.protected voidLiquibase. futureRollbackSQL(Integer count, String tag, Contexts contexts, LabelExpression labelExpression, Writer output, boolean checkLiquibaseTables)Deprecated.voidLiquibase. futureRollbackSQL(Integer count, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. futureRollbackSQL(Integer count, Contexts contexts, LabelExpression labelExpression, Writer output, boolean checkLiquibaseTables)Deprecated.voidLiquibase. futureRollbackSQL(String contexts, Writer output)Deprecated.voidLiquibase. futureRollbackSQL(String contexts, Writer output, boolean checkLiquibaseTables)Deprecated.voidLiquibase. futureRollbackSQL(String tag, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. futureRollbackSQL(Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. generateDocumentation(String outputDirectory)Deprecated.voidLiquibase. generateDocumentation(String outputDirectory, String contexts)Deprecated.voidLiquibase. generateDocumentation(String outputDirectory, String contexts, CatalogAndSchema... schemaList)Deprecated.voidLiquibase. generateDocumentation(String outputDirectory, Contexts contexts, LabelExpression labelExpression, CatalogAndSchema... schemaList)Deprecated.UseCommandScopeto generate dbDoc instead of this method.List<ChangeSetStatus>Liquibase. getChangeSetStatuses(Contexts contexts)Deprecated.use version with LabelExpressionList<ChangeSetStatus>Liquibase. getChangeSetStatuses(Contexts contexts, LabelExpression labelExpression)List<ChangeSetStatus>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.DatabaseChangeLogLiquibase. getDatabaseChangeLog()protected booleanLiquibase. isUpToDateFastCheck(Contexts contexts, LabelExpression labelExpression)Deprecated.this method has been moved toAbstractUpdateCommandStep, use that one instead.DatabaseChangeLogLock[]Liquibase. listLocks()Deprecated.Collection<RanChangeSet>Liquibase. listUnexpectedChangeSets(String contexts)Deprecated.Collection<RanChangeSet>Liquibase. listUnexpectedChangeSets(Contexts contexts, LabelExpression labelExpression)Deprecated.List<ChangeSet>Liquibase. listUnrunChangeSets(Contexts contexts)Deprecated.use version with LabelExpressionList<ChangeSet>Liquibase. listUnrunChangeSets(Contexts contexts, LabelExpression labels)Deprecated.List<ChangeSet>Liquibase. listUnrunChangeSets(Contexts contexts, LabelExpression labels, boolean checkLiquibaseTables)Deprecated.voidLiquibase. markNextChangeSetRan(String contexts)Deprecated.voidLiquibase. markNextChangeSetRan(String contexts, Writer output)Deprecated.voidLiquibase. markNextChangeSetRan(Contexts contexts, LabelExpression labelExpression)Deprecated.voidLiquibase. markNextChangeSetRan(Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. reportLocks(PrintStream out)Deprecated.voidLiquibase. reportStatus(boolean verbose, String contexts, Writer out)Deprecated.voidLiquibase. reportStatus(boolean verbose, Contexts contexts, Writer out)Deprecated.voidLiquibase. reportStatus(boolean verbose, Contexts contexts, LabelExpression labels, Writer out)Deprecated.voidLiquibase. reportUnexpectedChangeSets(boolean verbose, String contexts, Writer out)Deprecated.voidLiquibase. reportUnexpectedChangeSets(boolean verbose, Contexts contexts, LabelExpression labelExpression, Writer out)Deprecated.voidLiquibase. rollback(int changesToRollback, String contexts)voidLiquibase. rollback(int changesToRollback, String contexts, Writer output)voidLiquibase. rollback(int changesToRollback, String rollbackScript, String contexts)voidLiquibase. rollback(int changesToRollback, String rollbackScript, String contexts, Writer output)voidLiquibase. rollback(int changesToRollback, String rollbackScript, Contexts contexts, Writer output)voidLiquibase. rollback(int changesToRollback, String rollbackScript, Contexts contexts, LabelExpression labelExpression)Rolls back a specified number of changesets.voidLiquibase. rollback(int changesToRollback, String rollbackScript, Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. rollback(int changesToRollback, Contexts contexts, Writer output)voidLiquibase. rollback(int changesToRollback, Contexts contexts, LabelExpression labelExpression)voidLiquibase. rollback(int changesToRollback, Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. rollback(String tagToRollBackTo, String contexts)Deprecated.voidLiquibase. rollback(String tagToRollBackTo, String contexts, Writer output)Deprecated.voidLiquibase. rollback(String tagToRollBackTo, String rollbackScript, String contexts)Deprecated.voidLiquibase. rollback(String tagToRollBackTo, String rollbackScript, String contexts, Writer output)Deprecated.voidLiquibase. rollback(String tagToRollBackTo, String rollbackScript, Contexts contexts)Deprecated.voidLiquibase. rollback(String tagToRollBackTo, String rollbackScript, Contexts contexts, Writer output)Deprecated.voidLiquibase. 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.voidLiquibase. rollback(String tagToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. rollback(String tagToRollBackTo, Contexts contexts)Deprecated.voidLiquibase. rollback(String tagToRollBackTo, Contexts contexts, Writer output)Deprecated.voidLiquibase. rollback(String tagToRollBackTo, Contexts contexts, LabelExpression labelExpression)Deprecated.voidLiquibase. rollback(String tagToRollBackTo, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. rollback(Date dateToRollBackTo, String contexts)voidLiquibase. rollback(Date dateToRollBackTo, String contexts, Writer output)voidLiquibase. rollback(Date dateToRollBackTo, String rollbackScript, String contexts)voidLiquibase. rollback(Date dateToRollBackTo, String rollbackScript, String contexts, Writer output)voidLiquibase. rollback(Date dateToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression)Rolls back all changesets that were applied after the specified date.voidLiquibase. rollback(Date dateToRollBackTo, String rollbackScript, Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. rollback(Date dateToRollBackTo, Contexts contexts, LabelExpression labelExpression)voidLiquibase. rollback(Date dateToRollBackTo, Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. tag(String tagString)Deprecated.UseCommandScope(String)to tag instead of this method.booleanLiquibase. tagExists(String tagString)Deprecated.Use {linkCommandScope(String)to verify tag exist instead of this method.voidLiquibase. update()Deprecated.voidLiquibase. update(int changesToApply, String contexts)Deprecated.voidLiquibase. update(int changesToApply, String contexts, Writer output)Deprecated.voidLiquibase. update(int changesToApply, Contexts contexts, LabelExpression labelExpression)Deprecated.voidLiquibase. update(int changesToApply, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. update(String contexts)Deprecated.voidLiquibase. update(String contexts, Writer output)voidLiquibase. update(String tag, String contexts)Deprecated.voidLiquibase. update(String tag, String contexts, Writer output)Deprecated.voidLiquibase. update(String tag, Contexts contexts)Deprecated.voidLiquibase. update(String tag, Contexts contexts, Writer output)Deprecated.voidLiquibase. update(String tag, Contexts contexts, LabelExpression labelExpression)Deprecated.voidLiquibase. update(String tag, Contexts contexts, LabelExpression labelExpression, Writer output)Deprecated.voidLiquibase. update(Contexts contexts)Deprecated.voidLiquibase. update(Contexts contexts, Writer output)voidLiquibase. update(Contexts contexts, LabelExpression labelExpression)Deprecated.voidLiquibase. update(Contexts contexts, LabelExpression labelExpression, boolean checkLiquibaseTables)Deprecated.voidLiquibase. update(Contexts contexts, LabelExpression labelExpression, Writer output)voidLiquibase. update(Contexts contexts, LabelExpression labelExpression, Writer output, boolean checkLiquibaseTables)voidLiquibase. updateTestingRollback(String contexts)Deprecated.voidLiquibase. updateTestingRollback(String tag, Contexts contexts, LabelExpression labelExpression)Deprecated.voidLiquibase. updateTestingRollback(Contexts contexts, LabelExpression labelExpression)Deprecated.voidLiquibase. validate()Deprecated.useCommandScopeConstructors in liquibase that throw LiquibaseException Constructor Description Liquibase(String changeLogFile, ResourceAccessor resourceAccessor, DatabaseConnection conn)Creates a Liquibase instance for a given DatabaseConnection. -
Uses of LiquibaseException in liquibase.change.core
Methods in liquibase.change.core that throw LiquibaseException Modifier and Type Method Description CSVReaderLoadDataChange. getCSVReader() -
Uses of LiquibaseException in liquibase.changelog
Methods in liquibase.changelog that throw LiquibaseException Modifier and Type Method Description voidChangeLogHistoryService. clearAllCheckSums()voidMockChangeLogHistoryService. clearAllCheckSums()voidOfflineChangeLogHistoryService. clearAllCheckSums()voidStandardChangeLogHistoryService. clearAllCheckSums()intChangeLogHistoryService. getNextSequenceValue()intMockChangeLogHistoryService. getNextSequenceValue()intOfflineChangeLogHistoryService. getNextSequenceValue()intStandardChangeLogHistoryService. getNextSequenceValue()booleanDatabaseChangeLog. include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, LabelExpression labelExpression, Boolean ignore, boolean logEveryUnknownFileFormat)booleanDatabaseChangeLog. include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, boolean logEveryUnknownFileFormat)booleanDatabaseChangeLog. include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat)booleanDatabaseChangeLog. include(String fileName, boolean isRelativePath, boolean errorIfMissing, ResourceAccessor resourceAccessor, ContextExpression includeContextFilter, Labels labels, Boolean ignore, DatabaseChangeLog.OnUnknownFileFormat onUnknownFileFormat, liquibase.changelog.DatabaseChangeLog.ModifyChangeSets modifyChangeSets)voidChangeLogIterator. run(ChangeSetVisitor visitor, RuntimeEnvironment env)voidStatusChangeLogIterator. run(ChangeSetVisitor visitor, RuntimeEnvironment env)voidDatabaseChangeLog. validate(Database database, String... contexts)voidDatabaseChangeLog. validate(Database database, Contexts contexts, LabelExpression labelExpression)protected voidChangeLogIterator. 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 -
Uses of LiquibaseException in liquibase.changelog.visitor
Methods in liquibase.changelog.visitor that throw LiquibaseException Modifier and Type Method Description protected ChangeSetStatusStatusVisitor. addStatus(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database)voidSkippedChangeSetVisitor. skipped(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults)voidStatusVisitor. skipped(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults)voidChangeLogSyncVisitor. visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults)voidChangeSetVisitor. visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults)voidDBDocVisitor. visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults)voidDetermineNumberChangesFollowingVisitor. visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults)voidExpectedChangesVisitor. visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults)voidListVisitor. visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults)voidRollbackVisitor. visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults)voidStatusVisitor. visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults)voidUpdateVisitor. visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults)voidValidatingVisitor. visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database, Set<ChangeSetFilterResult> filterResults)voidDBDocVisitor. writeHTML(Resource rootOutputDir, ResourceAccessor resourceAccessor, CatalogAndSchema... schemaList)Constructors in liquibase.changelog.visitor that throw LiquibaseException Constructor Description StatusVisitor(Database database) -
Uses of LiquibaseException in liquibase.command
Methods in liquibase.command that throw LiquibaseException Modifier and Type Method Description StringCommandResult. print()Deprecated.Return a string version of the result. -
Uses of LiquibaseException in liquibase.command.core
Methods in liquibase.command.core that throw LiquibaseException Modifier and Type Method Description protected voidAbstractFutureRollbackCommandStep. futureRollbackSQL(Integer count, String tag, Contexts contexts, LabelExpression labelExpression, Writer output, Database database, DatabaseChangeLog changeLog, ChangeExecListener changeExecListener)static voidListLocksCommandStep. initializeChangelogService(Database database)booleanAbstractUpdateCommandStep. isUpToDate(CommandScope commandScope, Database database, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression, OutputStream outputStream)Checks if the database is up-to-date.booleanAbstractUpdateCommandStep. isUpToDateFastCheck(CommandScope commandScope, Database database, DatabaseChangeLog databaseChangeLog, Contexts contexts, LabelExpression labelExpression)static DatabaseChangeLogLock[]ListLocksCommandStep. listLocks(Database database)Display change log lock information.static Collection<RanChangeSet>UnexpectedChangesetsCommandStep. listUnexpectedChangeSets(Database database, DatabaseChangeLog changeLog, Contexts contexts, LabelExpression labelExpression)StringSnapshotCommand.SnapshotCommandResult. print()voidInternalHistoryCommandStep.TabularDeploymentDetails. printReport(PrintWriter output)static StringInternalSnapshotCommandStep. printSnapshot(CommandScope commandScope, CommandResults snapshotResults)static voidListLocksCommandStep. reportLocks(PrintStream out, Database database) -
Uses of LiquibaseException in liquibase.database
Methods in liquibase.database that throw LiquibaseException Modifier and Type Method Description voidAbstractJdbcDatabase. dropDatabaseObjects(CatalogAndSchema schemaToDrop)voidDatabase. dropDatabaseObjects(CatalogAndSchema schema)Drops all objects in a specified schema.voidAbstractJdbcDatabase. execute(SqlStatement[] statements, List<SqlVisitor> sqlVisitors)voidDatabase. execute(SqlStatement[] statements, List<SqlVisitor> sqlVisitors)voidAbstractJdbcDatabase. executeRollbackStatements(Change change, List<SqlVisitor> sqlVisitors)voidAbstractJdbcDatabase. executeRollbackStatements(SqlStatement[] statements, List<SqlVisitor> sqlVisitors)voidDatabase. executeRollbackStatements(Change change, List<SqlVisitor> sqlVisitors)voidDatabase. executeRollbackStatements(SqlStatement[] statements, List<SqlVisitor> sqlVisitors)voidAbstractJdbcDatabase. executeStatements(Change change, DatabaseChangeLog changeLog, List<SqlVisitor> sqlVisitors)voidDatabase. executeStatements(Change change, DatabaseChangeLog changeLog, List<SqlVisitor> sqlVisitors)voidAbstractJdbcDatabase. saveRollbackStatement(Change change, List<SqlVisitor> sqlVisitors, Writer writer)voidDatabase. saveRollbackStatement(Change change, List<SqlVisitor> sqlVisitors, Writer writer)voidDatabase. saveStatements(Change change, List<SqlVisitor> sqlVisitors, Writer writer) -
Uses of LiquibaseException in liquibase.database.core
Methods in liquibase.database.core that throw LiquibaseException Modifier and Type Method Description voidMSSQLDatabase. executeStatements(Change change, DatabaseChangeLog changeLog, List<SqlVisitor> sqlVisitors) -
Uses of LiquibaseException in liquibase.diff
Methods in liquibase.diff that throw LiquibaseException Modifier and Type Method Description DiffResultDiffGeneratorFactory. compare(Database referenceDatabase, Database comparisonDatabase, CompareControl compareControl)DiffResultDiffGeneratorFactory. compare(Database referenceDatabase, Database comparisonDatabase, SnapshotControl referenceSnapshotControl, SnapshotControl comparisonSnapshotControl, CompareControl compareControl) -
Uses of LiquibaseException in liquibase.exception
Subclasses of LiquibaseException in liquibase.exception Modifier and Type Class Description classChangeLogParseExceptionclassChangeNotFoundExceptionclassCommandExecutionExceptionclassCommandValidationExceptionException thrown when any pre-execution validation fails.classDatabaseExceptionclassDatabaseHistoryExceptionclassDuplicateChangeSetExceptionclassDuplicateStatementIdentifierExceptionclassInvalidChangeDefinitionExceptionclassLiquibaseParseExceptionclassLockExceptionclassMigrationFailedExceptionclassRollbackFailedExceptionclassRollbackImpossibleExceptionThrown if a change is encountered that cannot be rolled back.classSetupExceptionIf there is an error with setting up a Change this Exception will be thrown.classStatementNotSupportedOnDatabaseExceptionclassUnknownChangelogFormatExceptionclassUnknownFormatExceptionThrown by SnapshotParserFactory if it cannot find a parser for a given file format.classValidationFailedException -
Uses of LiquibaseException in liquibase.integration.cdi
Methods in liquibase.integration.cdi that throw LiquibaseException Modifier and Type Method Description protected LiquibaseCDILiquibase. createLiquibase(Connection c)protected voidCDILiquibase. performUpdate() -
Uses of LiquibaseException in liquibase.integration.commandline
Methods in liquibase.integration.commandline that throw LiquibaseException Modifier and Type Method Description static voidCommandLineUtils. doDiff(Database referenceDatabase, Database targetDatabase, String snapshotTypes)static voidCommandLineUtils. doDiff(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons)static voidCommandLineUtils. doDiff(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, PrintStream output)static voidCommandLineUtils. doDiff(Database referenceDatabase, Database targetDatabase, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons, ObjectChangeFilter objectChangeFilter, PrintStream output)static voidCommandLineUtils. doDiffToChangeLog(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes)static voidCommandLineUtils. doDiffToChangeLog(String changeLogFile, Database referenceDatabase, Database targetDatabase, String author, DiffOutputControl diffOutputControl, ObjectChangeFilter objectChangeFilter, String snapshotTypes, CompareControl.SchemaComparison[] schemaComparisons)static voidCommandLineUtils. doGenerateChangeLog(String changeLogFile, Database originalDatabase, String catalogName, String schemaName, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl)static voidCommandLineUtils. doGenerateChangeLog(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl)static voidCommandLineUtils. doGenerateChangeLog(String changeLogFile, Database originalDatabase, CatalogAndSchema[] schemas, String snapshotTypes, String author, String context, String dataDir, DiffOutputControl diffOutputControl, boolean overwriteOutputFile) -
Uses of LiquibaseException in liquibase.integration.jakarta.cdi
Methods in liquibase.integration.jakarta.cdi that throw LiquibaseException Modifier and Type Method Description protected LiquibaseCDILiquibase. createLiquibase(Connection c)protected voidCDILiquibase. performUpdate() -
Uses of LiquibaseException in liquibase.integration.spring
Methods in liquibase.integration.spring that throw LiquibaseException Modifier and Type Method Description voidSpringLiquibase. afterPropertiesSet()Executed automatically when the bean is initialized.protected LiquibaseSpringLiquibase. createLiquibase(Connection c)protected voidSpringLiquibase. performUpdate(Liquibase liquibase) -
Uses of LiquibaseException in liquibase.parser
Methods in liquibase.parser that throw LiquibaseException Modifier and Type Method Description ChangeLogParserChangeLogParserFactory. getParser(String fileNameOrExtension, ResourceAccessor resourceAccessor)SnapshotParserSnapshotParserFactory. getParser(String fileNameOrExtension, ResourceAccessor resourceAccessor) -
Uses of LiquibaseException in liquibase.snapshot
Subclasses of LiquibaseException in liquibase.snapshot Modifier and Type Class Description classInvalidExampleExceptionThrown if a descriptive example is not specific enough to perform a snapshot. -
Uses of LiquibaseException in liquibase.sqlgenerator.core
Methods in liquibase.sqlgenerator.core that throw LiquibaseException Modifier and Type Method Description protected StringInsertOrUpdateGenerator. 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 StringInsertOrUpdateGeneratorH2. getUpdateStatement(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain)protected StringInsertOrUpdateGeneratorHsql. getUpdateStatement(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain)protected StringInsertOrUpdateGeneratorMSSQL. getUpdateStatement(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain)protected StringInsertOrUpdateGeneratorMySQL. getUpdateStatement(InsertOrUpdateStatement insertOrUpdateStatement, Database database, String whereClause, SqlGeneratorChain sqlGeneratorChain) -
Uses of LiquibaseException in liquibase.statement
Methods in liquibase.statement that throw LiquibaseException Modifier and Type Method Description protected ExecutablePreparedStatementBase.LOBContent<InputStream>ExecutablePreparedStatementBase. toBinaryStream(String valueLobFile)protected ExecutablePreparedStatementBase.LOBContent<Reader>ExecutablePreparedStatementBase. toCharacterStream(String valueLobFile, String encoding) -
Uses of LiquibaseException in liquibase.util
Methods in liquibase.util that throw LiquibaseException Modifier and Type Method Description static voidTableOutput. formatOutput(String[][] table, int[] maxWidths, boolean leftJustifiedRows, Writer writer)This method outputs the input data in a tabular format with wrapping of linesstatic voidTableOutput. formatOutput(String[][] table, List<Integer> maxWidths, boolean leftJustifiedRows, Writer writer)This method outputs the input data in a tabular format with wrapping of linesstatic voidTableOutput. 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 voidTableOutput. 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 voidTableOutput. formatUnwrappedOutput(List<List<String>> table, boolean leftJustifiedRows, Writer writer)This method outputs the input data in a tabular format *without* wrapping of linesstatic voidShowSummaryUtil. showUpdateSummary(DatabaseChangeLog changeLog, UpdateSummaryEnum showSummary, UpdateSummaryOutputEnum showSummaryOutput, StatusVisitor statusVisitor, OutputStream outputStream)Show a summary of the changesets which were executed -
Uses of LiquibaseException in org.liquibase.maven.plugins
Methods in org.liquibase.maven.plugins with parameters of type LiquibaseException Modifier and Type Method Description protected voidAbstractLiquibaseUpdateMojo. handleUpdateException(LiquibaseException exception)Methods in org.liquibase.maven.plugins that throw LiquibaseException Modifier and Type Method Description protected abstract voidAbstractLiquibaseUpdateMojo. doUpdate(Liquibase liquibase)Performs the actual "update" work on the database.protected voidLiquibaseUpdate. doUpdate(Liquibase liquibase)protected voidLiquibaseUpdateSQL. doUpdate(Liquibase liquibase)protected voidLiquibaseUpdateTestingRollback. doUpdate(Liquibase liquibase)protected OutputStreamAbstractLiquibaseMojo. getOutputStream(String outputFile)Returns the OutputStream based on whether there is an outputFile provided.protected voidAbstractLiquibaseUpdateMojo. handleUpdateException(LiquibaseException exception)protected voidAbstractLiquibaseChangeLogMojo. performLiquibaseTask(Liquibase liquibase)Performs the actual Liquibase task on the database using the fully configuredLiquibase.protected voidAbstractLiquibaseFlowMojo. performLiquibaseTask(Liquibase liquibase)protected abstract voidAbstractLiquibaseMojo. performLiquibaseTask(Liquibase liquibase)protected voidAbstractLiquibaseUpdateMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseChangeLogSyncMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseChangeLogSyncSQLMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseChangeLogSyncToTagMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseChangeLogSyncToTagSQLMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseClearChecksumsMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseDatabaseDiff. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseDBDocMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseDropAll. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseFutureRollbackSQL. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseGenerateChangeLogMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseHistoryMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseListLocksMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseReleaseLocksMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseReportStatusMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseRollback. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseRollbackOneChangeSetMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseRollbackOneChangeSetSQL. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseRollbackOneUpdateMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseRollbackOneUpdateSQL. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseRollbackSQL. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseTag. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseTagExistsMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseUnexpectedChangeSetsMojo. performLiquibaseTask(Liquibase liquibase)protected voidLiquibaseValidate. performLiquibaseTask(Liquibase liquibase)
-