Package liquibase.sql.visitor
Interface SqlVisitor
- All Superinterfaces:
LiquibaseSerializable
- All Known Implementing Classes:
AbstractSqlVisitor
,AppendSqlIfNotPresentVisitor
,AppendSqlVisitor
,PrependSqlVisitor
,RegExpReplaceSqlVisitor
,ReplaceSqlVisitor
-
Nested Class Summary
Nested classes/interfaces inherited from interface liquibase.serializer.LiquibaseSerializable
LiquibaseSerializable.SerializationType
-
Field Summary
Fields inherited from interface liquibase.serializer.LiquibaseSerializable
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
void
setApplicableDbms
(Set<String> modifySqlDbmsList) void
setApplyToRollback
(boolean applyOnRollback) void
setContextFilter
(ContextExpression contextFilter) void
Methods inherited from interface liquibase.serializer.LiquibaseSerializable
getSerializableFieldNamespace, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, load, serialize
-
Method Details
-
modifySql
-
getName
String getName() -
getApplicableDbms
-
setApplicableDbms
-
setApplyToRollback
void setApplyToRollback(boolean applyOnRollback) -
isApplyToRollback
boolean isApplyToRollback() -
getContextFilter
ContextExpression getContextFilter() -
setContextFilter
-
getLabels
Labels getLabels() -
setLabels
-
generateCheckSum
CheckSum generateCheckSum()
-