liquibase.sql
Class UnparsedSql
java.lang.Object
liquibase.sql.UnparsedSql
- All Implemented Interfaces:
- Sql
public class UnparsedSql
- extends Object
- implements Sql
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
toString
public String toString()
- Overrides:
toString
in class Object
getEndDelimiter
public String getEndDelimiter()
- Specified by:
getEndDelimiter
in interface Sql
getAffectedDatabaseObjects
public Set<? extends DatabaseObject> getAffectedDatabaseObjects()
- Specified by:
getAffectedDatabaseObjects
in interface Sql
Copyright © 2016 Liquibase.org. All rights reserved.