liquibase.sql.visitor
Interface SqlVisitor
- All Known Implementing Classes:
- AbstractSqlVisitor, AppendSqlVisitor, PrependSqlVisitor, RegExpReplaceSqlVisitor, ReplaceSqlVisitor
public interface SqlVisitor
modifySql
String modifySql(String sql,
Database database)
getName
String getName()
getApplicableDbms
Set<String> getApplicableDbms()
setApplicableDbms
void setApplicableDbms(Set<String> modifySqlDbmsList)
setApplyToRollback
void setApplyToRollback(boolean applyOnRollback)
isApplyToRollback
boolean isApplyToRollback()
getContexts
Set<String> getContexts()
setContexts
void setContexts(Set<String> contexts)
generateCheckSum
CheckSum generateCheckSum()
Copyright © 2012 Liquibase.org. All Rights Reserved.