liquibase.change.core
Class StopChange

java.lang.Object
  extended by liquibase.change.AbstractChange
      extended by liquibase.change.core.StopChange
All Implemented Interfaces:
Change

public class StopChange
extends AbstractChange


Nested Class Summary
static class StopChange.StopChangeException
           
 
Constructor Summary
StopChange()
           
 
Method Summary
 SqlStatement[] generateStatements(Database database)
          Generates the SQL statements required to run the change
 String getConfirmationMessage()
           
 String getMessage()
           
 void setMessage(String message)
           
 
Methods inherited from class liquibase.change.AbstractChange
createInverses, generateCheckSum, generateRollbackStatements, getAffectedDatabaseObjects, getChangeMetaData, getChangeSet, getResourceAccessor, init, requiresUpdatedDatabaseMetadata, setChangeSet, setPriority, setResourceAccessor, supports, supportsRollback, validate, warn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopChange

public StopChange()
Method Detail

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

generateStatements

public SqlStatement[] generateStatements(Database database)
Description copied from interface: Change
Generates the SQL statements required to run the change

Parameters:
database - databasethe target Database associated to this change's statements
Returns:
an array of Strings with the statements

getConfirmationMessage

public String getConfirmationMessage()
Returns:
Confirmation message to be displayed after the change is executed


Copyright © 2011 Liquibase.org. All Rights Reserved.