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)
Configures the Executor for the Database to run statements/queries against.
|
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)
ExecutorsetDatabase in interface Executordatabase - The databaseprotected 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 © 2019 Liquibase.org. All rights reserved.