|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LiquibaseException in liquibase |
---|
Methods in liquibase that throw LiquibaseException | |
---|---|
CheckSum |
Liquibase.calculateCheckSum(String changeSetIdentifier)
|
CheckSum |
Liquibase.calculateCheckSum(String filename,
String id,
String author)
|
void |
Liquibase.changeLogSync(Contexts contexts)
|
void |
Liquibase.changeLogSync(Contexts contexts,
Writer output)
|
void |
Liquibase.changeLogSync(String contexts)
|
void |
Liquibase.changeLogSync(String contexts,
Writer output)
|
void |
Liquibase.checkLiquibaseTables(boolean updateExistingNullChecksums,
DatabaseChangeLog databaseChangeLog,
Contexts contexts)
|
void |
Liquibase.clearCheckSums()
Sets checksums to null so they will be repopulated next run |
DiffResult |
Liquibase.diff(Database referenceDatabase,
Database targetDatabase,
CompareControl compareControl)
|
void |
Liquibase.forceReleaseLocks()
|
void |
Liquibase.futureRollbackSQL(Integer count,
Contexts contexts,
Writer output)
|
void |
Liquibase.futureRollbackSQL(Integer count,
String contexts,
Writer output)
|
void |
Liquibase.futureRollbackSQL(String contexts,
Writer output)
|
void |
Liquibase.generateDocumentation(String outputDirectory)
|
void |
Liquibase.generateDocumentation(String outputDirectory,
Contexts contexts)
|
void |
Liquibase.generateDocumentation(String outputDirectory,
String contexts)
|
DatabaseChangeLog |
Liquibase.getDatabaseChangeLog()
|
DatabaseChangeLogLock[] |
Liquibase.listLocks()
Display change log lock information. |
Collection<RanChangeSet> |
Liquibase.listUnexpectedChangeSets(Contexts contexts)
|
Collection<RanChangeSet> |
Liquibase.listUnexpectedChangeSets(String contexts)
|
List<ChangeSet> |
Liquibase.listUnrunChangeSets(Contexts contexts)
|
List<ChangeSet> |
Liquibase.listUnrunChangeSets(String contexts)
|
void |
Liquibase.markNextChangeSetRan(Contexts contexts)
|
void |
Liquibase.markNextChangeSetRan(Contexts contexts,
Writer output)
|
void |
Liquibase.markNextChangeSetRan(String contexts)
|
void |
Liquibase.markNextChangeSetRan(String contexts,
Writer output)
|
void |
Liquibase.reportLocks(PrintStream out)
|
void |
Liquibase.reportStatus(boolean verbose,
Contexts contexts,
Writer out)
|
void |
Liquibase.reportStatus(boolean verbose,
String contexts,
Writer out)
|
void |
Liquibase.reportUnexpectedChangeSets(boolean verbose,
Contexts contexts,
Writer out)
|
void |
Liquibase.reportUnexpectedChangeSets(boolean verbose,
String contexts,
Writer out)
|
void |
Liquibase.rollback(Date dateToRollBackTo,
Contexts contexts)
|
void |
Liquibase.rollback(Date dateToRollBackTo,
Contexts contexts,
Writer output)
|
void |
Liquibase.rollback(Date dateToRollBackTo,
String contexts)
|
void |
Liquibase.rollback(Date dateToRollBackTo,
String contexts,
Writer output)
|
void |
Liquibase.rollback(int changesToRollback,
Contexts contexts)
|
void |
Liquibase.rollback(int changesToRollback,
Contexts contexts,
Writer output)
|
void |
Liquibase.rollback(int changesToRollback,
String contexts)
|
void |
Liquibase.rollback(int changesToRollback,
String contexts,
Writer output)
|
void |
Liquibase.rollback(String tagToRollBackTo,
Contexts contexts)
|
void |
Liquibase.rollback(String tagToRollBackTo,
Contexts contexts,
Writer output)
|
void |
Liquibase.rollback(String tagToRollBackTo,
String contexts)
|
void |
Liquibase.rollback(String tagToRollBackTo,
String contexts,
Writer output)
|
void |
Liquibase.tag(String tagString)
'Tags' the database for future rollback |
void |
Liquibase.update(Contexts contexts)
Executes Liquibase "update" logic which ensures that the configured Database is up to dat according to the configured changelog file. |
void |
Liquibase.update(Contexts contexts,
Writer output)
|
void |
Liquibase.update(int changesToApply,
Contexts contexts)
|
void |
Liquibase.update(int changesToApply,
Contexts contexts,
Writer output)
|
void |
Liquibase.update(int changesToApply,
String contexts)
|
void |
Liquibase.update(int changesToApply,
String contexts,
Writer output)
|
void |
Liquibase.update(String contexts)
Convience method for Liquibase.update(Contexts) that constructs the Context object from the passed string. |
void |
Liquibase.update(String contexts,
Writer output)
|
void |
Liquibase.updateTestingRollback(Contexts contexts)
|
void |
Liquibase.updateTestingRollback(String contexts)
|
void |
Liquibase.validate()
Checks changelogs for bad MD5Sums and preconditions before attempting a migration |
Constructors in liquibase that throw LiquibaseException | |
---|---|
Liquibase(String changeLogFile,
ResourceAccessor resourceAccessor,
Database database)
Creates a Liquibase instance. |
|
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 | |
---|---|
void |
LoadUpdateDataChange.setPrimaryKey(String primaryKey)
|
Uses of LiquibaseException in liquibase.changelog |
---|
Methods in liquibase.changelog that throw LiquibaseException | |
---|---|
void |
ChangeLogHistoryService.clearAllCheckSums()
|
void |
OfflineChangeLogHistoryService.clearAllCheckSums()
|
void |
StandardChangeLogHistoryService.clearAllCheckSums()
|
int |
ChangeLogHistoryService.getNextSequenceValue()
|
int |
OfflineChangeLogHistoryService.getNextSequenceValue()
|
int |
StandardChangeLogHistoryService.getNextSequenceValue()
|
void |
ChangeLogIterator.run(ChangeSetVisitor visitor,
Database database)
|
void |
DatabaseChangeLog.validate(Database database,
Contexts contexts)
|
void |
DatabaseChangeLog.validate(Database database,
String... contexts)
|
Uses of LiquibaseException in liquibase.changelog.visitor |
---|
Methods in liquibase.changelog.visitor that throw LiquibaseException | |
---|---|
void |
ChangeLogSyncVisitor.visit(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database)
|
void |
ChangeSetVisitor.visit(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database)
|
void |
DBDocVisitor.visit(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database)
|
void |
ExpectedChangesVisitor.visit(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database)
|
void |
ListVisitor.visit(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database)
|
void |
RollbackVisitor.visit(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database)
|
void |
UpdateVisitor.visit(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database)
|
void |
ValidatingVisitor.visit(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database)
|
void |
DBDocVisitor.writeHTML(File rootOutputDir,
ResourceAccessor resourceAccessor)
|
Uses of LiquibaseException in liquibase.database |
---|
Methods in liquibase.database that throw LiquibaseException | |
---|---|
void |
AbstractJdbcDatabase.dropDatabaseObjects(CatalogAndSchema schemaToDrop)
Drops all objects owned by the connected user. |
void |
Database.dropDatabaseObjects(CatalogAndSchema schema)
|
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 |
Database.executeRollbackStatements(Change change,
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 |
AbstractJdbcDatabase.saveStatements(Change change,
List<SqlVisitor> sqlVisitors,
Writer writer)
|
void |
Database.saveStatements(Change change,
List<SqlVisitor> sqlVisitors,
Writer writer)
|
Uses of LiquibaseException in liquibase.diff |
---|
Methods in liquibase.diff that throw LiquibaseException | |
---|---|
DiffResult |
DiffGeneratorFactory.compare(Database referenceDatabase,
Database comparisonDatabase,
CompareControl compareControl)
|
Uses of LiquibaseException in liquibase.exception |
---|
Subclasses of LiquibaseException in liquibase.exception | |
---|---|
class |
ChangeLogParseException
|
class |
ChangeNotFoundException
|
class |
DatabaseException
|
class |
DatabaseHistoryException
|
class |
DuplicateChangeSetException
|
class |
DuplicateStatementIdentifierException
|
class |
InvalidChangeDefinitionException
|
class |
LockException
|
class |
MigrationFailedException
|
class |
RollbackFailedException
|
class |
RollbackImpossibleException
Thrown if a change is encountered that cannot be rolled back. |
class |
SetupException
If there is an error with setting up a Change this Exception will be thrown. |
class |
StatementNotSupportedOnDatabaseException
|
class |
UnknownChangelogFormatException
|
class |
ValidationFailedException
|
Uses of LiquibaseException in liquibase.integration.commandline |
---|
Methods in liquibase.integration.commandline that throw LiquibaseException | |
---|---|
static void |
CommandLineUtils.doDiff(Database referenceDatabase,
Database targetDatabase,
String snapshotTypes)
|
static void |
CommandLineUtils.doDiffToChangeLog(String changeLogFile,
Database referenceDatabase,
Database targetDatabase,
DiffOutputControl diffOutputControl,
String snapshotTypes)
|
Uses of LiquibaseException in liquibase.integration.spring |
---|
Methods in liquibase.integration.spring that throw LiquibaseException | |
---|---|
void |
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 |
---|
Methods in liquibase.parser that throw LiquibaseException | |
---|---|
ChangeLogParser |
ChangeLogParserFactory.getParser(String fileNameOrExtension,
ResourceAccessor resourceAccessor)
|
Uses of LiquibaseException in liquibase.parser.core.yaml |
---|
Methods in liquibase.parser.core.yaml that throw LiquibaseException | |
---|---|
protected boolean |
YamlChangeLogParser.handleIncludedChangeLog(String fileName,
boolean isRelativePath,
String relativeBaseFileName,
DatabaseChangeLog databaseChangeLog,
ChangeLogParameters changeLogParameters,
ResourceAccessor resourceAccessor)
|
Uses of LiquibaseException in liquibase.snapshot |
---|
Subclasses of LiquibaseException in liquibase.snapshot | |
---|---|
class |
InvalidExampleException
Thrown 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 | |
---|---|
protected String |
InsertOrUpdateGenerator.getUpdateStatement(InsertOrUpdateStatement insertOrUpdateStatement,
Database database,
String whereClause,
SqlGeneratorChain sqlGeneratorChain)
|
protected String |
InsertOrUpdateGeneratorMSSQL.getUpdateStatement(InsertOrUpdateStatement insertOrUpdateStatement,
Database database,
String whereClause,
SqlGeneratorChain sqlGeneratorChain)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |