Uses of Class
liquibase.change.AbstractSQLChange
-
Packages that use AbstractSQLChange Package Description liquibase.change.core Technically, a Change expresses an intention for alter the structure of the Database.liquibase.parser liquibase.parser.core.formattedsql -
-
Uses of AbstractSQLChange in liquibase.change.core
Subclasses of AbstractSQLChange in liquibase.change.core Modifier and Type Class Description classRawSQLChangeAllows execution of arbitrary SQL.classSQLFileChangeRepresents a Change for custom SQL stored in a File. -
Uses of AbstractSQLChange in liquibase.parser
Methods in liquibase.parser that return AbstractSQLChange Modifier and Type Method Description protected abstract AbstractSQLChangeAbstractFormattedChangeLogParser. getChange()Methods in liquibase.parser with parameters of type AbstractSQLChange Modifier and Type Method Description protected abstract booleanAbstractFormattedChangeLogParser. isNotEndDelimiter(AbstractSQLChange change)protected abstract voidAbstractFormattedChangeLogParser. setChangeSequence(AbstractSQLChange change, String finalCurrentSequence)protected abstract voidAbstractFormattedChangeLogParser. setChangeSequence(ChangeLogParameters changeLogParameters, StringBuilder currentSequence, ChangeSet changeSet, AbstractSQLChange change) -
Uses of AbstractSQLChange in liquibase.parser.core.formattedsql
Methods in liquibase.parser.core.formattedsql that return AbstractSQLChange Modifier and Type Method Description protected AbstractSQLChangeFormattedSqlChangeLogParser. getChange()Methods in liquibase.parser.core.formattedsql with parameters of type AbstractSQLChange Modifier and Type Method Description protected booleanFormattedSqlChangeLogParser. isNotEndDelimiter(AbstractSQLChange change)protected voidFormattedSqlChangeLogParser. setChangeSequence(AbstractSQLChange change, String finalCurrentSequence)protected voidFormattedSqlChangeLogParser. setChangeSequence(ChangeLogParameters changeLogParameters, StringBuilder currentSequence, ChangeSet changeSet, AbstractSQLChange change)
-