Uses of Class
liquibase.changelog.ChangeLogParameters
-
Packages that use ChangeLogParameters Package Description liquibase Liquibase top level namespace package.liquibase.changelog liquibase.command.core liquibase.command.core.helpers liquibase.parser liquibase.parser.core.formattedsql liquibase.parser.core.sql liquibase.parser.core.xml liquibase.parser.core.yaml -
-
Uses of ChangeLogParameters in liquibase
Methods in liquibase that return ChangeLogParameters Modifier and Type Method Description ChangeLogParametersLiquibase. getChangeLogParameters()Returns the ChangeLogParameters container used by this Liquibase instance. -
Uses of ChangeLogParameters in liquibase.changelog
Methods in liquibase.changelog that return ChangeLogParameters Modifier and Type Method Description ChangeLogParametersChangeSet. getChangeLogParameters()ChangeLogParametersDatabaseChangeLog. getChangeLogParameters()Methods in liquibase.changelog with parameters of type ChangeLogParameters Modifier and Type Method Description voidChangeSet. setChangeLogParameters(ChangeLogParameters changeLogParameters)Called by the changelog parsing process to pass theChangeLogParameters.voidDatabaseChangeLog. setChangeLogParameters(ChangeLogParameters changeLogParameters) -
Uses of ChangeLogParameters in liquibase.command.core
Fields in liquibase.command.core with type parameters of type ChangeLogParameters Modifier and Type Field Description static CommandArgumentDefinition<ChangeLogParameters>UpdateCountCommandStep. CHANGELOG_PARAMETERSstatic CommandArgumentDefinition<ChangeLogParameters>UpdateToTagCommandStep. CHANGELOG_PARAMETERSMethods in liquibase.command.core with parameters of type ChangeLogParameters Modifier and Type Method Description static voidAbstractRollbackCommandStep. doRollback(Database database, String changelogFile, String rollbackScript, ChangeLogIterator logIterator, ChangeLogParameters changeLogParameters, DatabaseChangeLog databaseChangeLog, ChangeExecListener changeExecListener)Actually perform the rollback operation. -
Uses of ChangeLogParameters in liquibase.command.core.helpers
Fields in liquibase.command.core.helpers with type parameters of type ChangeLogParameters Modifier and Type Field Description static CommandArgumentDefinition<ChangeLogParameters>DatabaseChangelogCommandStep. CHANGELOG_PARAMETERSMethods in liquibase.command.core.helpers with parameters of type ChangeLogParameters Modifier and Type Method Description voidDatabaseChangelogCommandStep. addJavaProperties(ChangeLogParameters changeLogParameters)Add java property arguments to changelog parameters -
Uses of ChangeLogParameters in liquibase.parser
Methods in liquibase.parser with parameters of type ChangeLogParameters Modifier and Type Method Description DatabaseChangeLogChangeLogParser. parse(String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor)Parses a Liquibase database changelog and returns the parsed form as an object. -
Uses of ChangeLogParameters in liquibase.parser.core.formattedsql
Methods in liquibase.parser.core.formattedsql with parameters of type ChangeLogParameters Modifier and Type Method Description DatabaseChangeLogFormattedSqlChangeLogParser. parse(String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor) -
Uses of ChangeLogParameters in liquibase.parser.core.sql
Methods in liquibase.parser.core.sql with parameters of type ChangeLogParameters Modifier and Type Method Description DatabaseChangeLogSqlChangeLogParser. parse(String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor) -
Uses of ChangeLogParameters in liquibase.parser.core.xml
Methods in liquibase.parser.core.xml with parameters of type ChangeLogParameters Modifier and Type Method Description DatabaseChangeLogAbstractChangeLogParser. parse(String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor)protected abstract ParsedNodeAbstractChangeLogParser. parseToNode(String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor)protected ParsedNodeXMLChangeLogSAXParser. parseToNode(String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor) -
Uses of ChangeLogParameters in liquibase.parser.core.yaml
Methods in liquibase.parser.core.yaml with parameters of type ChangeLogParameters Modifier and Type Method Description DatabaseChangeLogYamlChangeLogParser. parse(String physicalChangeLogLocation, ChangeLogParameters changeLogParameters, ResourceAccessor resourceAccessor)protected voidYamlChangeLogParser. replaceParameters(Object obj, ChangeLogParameters changeLogParameters, DatabaseChangeLog changeLog)
-