liquibase.sdk.executor
Class MockExecutor

java.lang.Object
  extended by liquibase.executor.AbstractExecutor
      extended by liquibase.executor.LoggingExecutor
          extended by liquibase.sdk.executor.MockExecutor
All Implemented Interfaces:
Executor

public class MockExecutor
extends LoggingExecutor


Field Summary
 
Fields inherited from class liquibase.executor.AbstractExecutor
database
 
Constructor Summary
MockExecutor()
           
 
Method Summary
 String getRanSql()
           
 
Methods inherited from class liquibase.executor.LoggingExecutor
comment, execute, execute, execute, execute, getOutput, queryForInt, queryForInt, queryForList, queryForList, queryForList, queryForList, queryForLong, queryForLong, queryForObject, queryForObject, update, update, updatesDatabase
 
Methods inherited from class liquibase.executor.AbstractExecutor
applyVisitors, setDatabase
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface liquibase.executor.Executor
setDatabase
 

Constructor Detail

MockExecutor

public MockExecutor()
Method Detail

getRanSql

public String getRanSql()


Copyright © 2015 Liquibase.org. All rights reserved.