liquibase.sql.visitor
Class RegExpReplaceSqlVisitor

java.lang.Object
  extended by liquibase.sql.visitor.AbstractSqlVisitor
      extended by liquibase.sql.visitor.RegExpReplaceSqlVisitor
All Implemented Interfaces:
SqlVisitor

public class RegExpReplaceSqlVisitor
extends AbstractSqlVisitor


Constructor Summary
RegExpReplaceSqlVisitor()
           
 
Method Summary
 String getName()
           
 String getReplace()
           
 String getWith()
           
 String modifySql(String sql, Database database)
           
 void setReplace(String replace)
           
 void setWith(String with)
           
 
Methods inherited from class liquibase.sql.visitor.AbstractSqlVisitor
generateCheckSum, getApplicableDbms, getContexts, isApplyToRollback, setApplicableDbms, setApplyToRollback, setContexts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegExpReplaceSqlVisitor

public RegExpReplaceSqlVisitor()
Method Detail

getName

public String getName()

getReplace

public String getReplace()

setReplace

public void setReplace(String replace)

getWith

public String getWith()

setWith

public void setWith(String with)

modifySql

public String modifySql(String sql,
                        Database database)


Copyright © 2012 Liquibase.org. All Rights Reserved.