public abstract class AbstractExecutor extends Object implements Executor
| Constructor and Description |
|---|
AbstractExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
applyVisitors(SqlStatement statement,
List<SqlVisitor> sqlVisitors) |
void |
execute(Change change)
Write methods
|
void |
execute(Change change,
List<SqlVisitor> sqlVisitors) |
void |
setDatabase(Database database) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomment, execute, execute, queryForInt, queryForInt, queryForList, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForObject, queryForObject, update, update, updatesDatabaseprotected Database database
public void setDatabase(Database database)
setDatabase in interface Executorprotected String[] applyVisitors(SqlStatement statement, List<SqlVisitor> sqlVisitors) throws DatabaseException
DatabaseExceptionpublic void execute(Change change) throws DatabaseException
Executorexecute in interface ExecutorDatabaseExceptionpublic void execute(Change change, List<SqlVisitor> sqlVisitors) throws DatabaseException
execute in interface ExecutorDatabaseExceptionCopyright © 2018 Liquibase.org. All rights reserved.