liquibase.sql
Class UnparsedSql
java.lang.Object
liquibase.sql.UnparsedSql
- All Implemented Interfaces:
- Sql
public class UnparsedSql
- extends Object
- implements Sql
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnparsedSql
public UnparsedSql(String sql,
DatabaseObject... affectedDatabaseObjects)
UnparsedSql
public UnparsedSql(String sql,
String endDelimiter,
DatabaseObject... affectedDatabaseObjects)
toSql
public String toSql()
- Specified by:
toSql
in interface Sql
getEndDelimiter
public String getEndDelimiter()
- Specified by:
getEndDelimiter
in interface Sql
getAffectedDatabaseObjects
public Set<? extends DatabaseObject> getAffectedDatabaseObjects()
- Specified by:
getAffectedDatabaseObjects
in interface Sql
Copyright © 2012 Liquibase.org. All Rights Reserved.