public abstract class AbstractSqlVisitor extends Object implements SqlVisitor
LiquibaseSerializable.SerializationTypeGENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE| Constructor and Description |
|---|
AbstractSqlVisitor() |
| Modifier and Type | Method and Description |
|---|---|
CheckSum |
generateCheckSum() |
Set<String> |
getApplicableDbms() |
Contexts |
getContexts() |
Set<String> |
getSerializableFields() |
LiquibaseSerializable.SerializationType |
getSerializableFieldType(String field) |
Object |
getSerializableFieldValue(String field) |
String |
getSerializedObjectName() |
String |
getSerializedObjectNamespace() |
boolean |
isApplyToRollback() |
void |
setApplicableDbms(Set<String> applicableDbms) |
void |
setApplyToRollback(boolean applyToRollback) |
void |
setContexts(Contexts contexts) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, modifySqlpublic Set<String> getApplicableDbms()
getApplicableDbms in interface SqlVisitorpublic void setApplicableDbms(Set<String> applicableDbms)
setApplicableDbms in interface SqlVisitorpublic boolean isApplyToRollback()
isApplyToRollback in interface SqlVisitorpublic void setApplyToRollback(boolean applyToRollback)
setApplyToRollback in interface SqlVisitorpublic Contexts getContexts()
getContexts in interface SqlVisitorpublic void setContexts(Contexts contexts)
setContexts in interface SqlVisitorpublic CheckSum generateCheckSum()
generateCheckSum in interface SqlVisitorpublic Set<String> getSerializableFields()
getSerializableFields in interface LiquibaseSerializablepublic Object getSerializableFieldValue(String field)
getSerializableFieldValue in interface LiquibaseSerializablepublic String getSerializedObjectName()
getSerializedObjectName in interface LiquibaseSerializablepublic LiquibaseSerializable.SerializationType getSerializableFieldType(String field)
getSerializableFieldType in interface LiquibaseSerializablepublic String getSerializedObjectNamespace()
getSerializedObjectNamespace in interface LiquibaseSerializableCopyright © 2014 Liquibase.org. All rights reserved.