liquibase.executor
Class AbstractExecutor
java.lang.Object
liquibase.executor.AbstractExecutor
- Direct Known Subclasses:
- JdbcExecutor, LoggingExecutor
public abstract class AbstractExecutor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
database
protected Database database
AbstractExecutor
public AbstractExecutor()
setDatabase
public void setDatabase(Database database)
applyVisitors
protected String[] applyVisitors(SqlStatement statement,
List<SqlVisitor> sqlVisitors)
throws DatabaseException
- Throws:
DatabaseException
Copyright © 2012 Liquibase.org. All Rights Reserved.