liquibase.sql
Class SingleLineComment

java.lang.Object
  extended by liquibase.sql.SingleLineComment
All Implemented Interfaces:
Sql

public class SingleLineComment
extends Object
implements Sql


Constructor Summary
SingleLineComment(String sql, String lineCommentToken)
           
 
Method Summary
 Collection<? extends DatabaseObject> getAffectedDatabaseObjects()
           
 String getEndDelimiter()
           
 String toSql()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleLineComment

public SingleLineComment(String sql,
                         String lineCommentToken)
Method Detail

getAffectedDatabaseObjects

public Collection<? extends DatabaseObject> getAffectedDatabaseObjects()
Specified by:
getAffectedDatabaseObjects in interface Sql

getEndDelimiter

public String getEndDelimiter()
Specified by:
getEndDelimiter in interface Sql

toSql

public String toSql()
Specified by:
toSql in interface Sql


Copyright © 2004-2011 Liquibase.org. All Rights Reserved.