liquibase.statement.core
Class TagDatabaseStatement

java.lang.Object
  extended by liquibase.statement.AbstractSqlStatement
      extended by liquibase.statement.core.TagDatabaseStatement
All Implemented Interfaces:
SqlStatement

public class TagDatabaseStatement
extends AbstractSqlStatement


Constructor Summary
TagDatabaseStatement(String tag)
           
 
Method Summary
 String getTag()
           
 
Methods inherited from class liquibase.statement.AbstractSqlStatement
continueOnError, setContinueOnError, skipOnUnsupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagDatabaseStatement

public TagDatabaseStatement(String tag)
Method Detail

getTag

public String getTag()


Copyright © 2016 Liquibase.org. All rights reserved.