liquibase.sql
Class SingleLineComment
java.lang.Object
liquibase.sql.SingleLineComment
- All Implemented Interfaces:
- Sql
public class SingleLineComment
- extends Object
- implements Sql
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SingleLineComment
public SingleLineComment(String sql,
String lineCommentToken)
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.