liquibase.statement.core
Class CommentStatement

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

public class CommentStatement
extends AbstractSqlStatement


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

Constructor Detail

CommentStatement

public CommentStatement(String text)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getText

public String getText()


Copyright © 2016 Liquibase.org. All rights reserved.