public interface ChangeSetVisitor
Modifier and Type | Interface and Description |
---|---|
static class |
ChangeSetVisitor.Direction |
Modifier and Type | Method and Description |
---|---|
ChangeSetVisitor.Direction |
getDirection() |
void |
visit(ChangeSet changeSet,
DatabaseChangeLog databaseChangeLog,
Database database) |
ChangeSetVisitor.Direction getDirection()
void visit(ChangeSet changeSet, DatabaseChangeLog databaseChangeLog, Database database) throws LiquibaseException
LiquibaseException
Copyright © 2017 Liquibase.org. All rights reserved.