liquibase.sql
Class UnparsedSql

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

public class UnparsedSql
extends Object
implements Sql


Constructor Summary
UnparsedSql(String sql, DatabaseObject... affectedDatabaseObjects)
           
UnparsedSql(String sql, String endDelimiter, DatabaseObject... affectedDatabaseObjects)
           
 
Method Summary
 Set<? 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

UnparsedSql

public UnparsedSql(String sql,
                   DatabaseObject... affectedDatabaseObjects)

UnparsedSql

public UnparsedSql(String sql,
                   String endDelimiter,
                   DatabaseObject... affectedDatabaseObjects)
Method Detail

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.