Class AbstractSQLChange

All Implemented Interfaces:
Cloneable, Change, DbmsTargetedChange, ExtensibleObject, Plugin, LiquibaseSerializable
Direct Known Subclasses:
RawSQLChange, SQLFileChange

public abstract class AbstractSQLChange extends AbstractChange implements DbmsTargetedChange
A common parent for all raw SQL related changes regardless of where the sql was sourced from.

Implements the necessary logic to choose how the SQL string should be parsed to generate the statements.