Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractArgumentCommandStep - Class in liquibase.command.core.helpers
- AbstractArgumentCommandStep() - Constructor for class liquibase.command.core.helpers.AbstractArgumentCommandStep
- AbstractChange - Class in liquibase.change
-
Standard superclass to simplify
Change
implementations. - AbstractChange() - Constructor for class liquibase.change.AbstractChange
- AbstractChangeExecListener - Class in liquibase.changelog.visitor
- AbstractChangeExecListener() - Constructor for class liquibase.changelog.visitor.AbstractChangeExecListener
- AbstractChangeGenerator - Class in liquibase.diff.output.changelog
- AbstractChangeGenerator() - Constructor for class liquibase.diff.output.changelog.AbstractChangeGenerator
- AbstractChangeLogBasedTask - Class in liquibase.integration.ant
- AbstractChangeLogBasedTask() - Constructor for class liquibase.integration.ant.AbstractChangeLogBasedTask
- AbstractChangelogCommandStep - Class in liquibase.command.core.helpers
- AbstractChangelogCommandStep() - Constructor for class liquibase.command.core.helpers.AbstractChangelogCommandStep
- AbstractChangeLogHistoryService - Class in liquibase.changelog
- AbstractChangeLogHistoryService() - Constructor for class liquibase.changelog.AbstractChangeLogHistoryService
- AbstractChangeLogParser - Class in liquibase.parser.core.xml
- AbstractChangeLogParser() - Constructor for class liquibase.parser.core.xml.AbstractChangeLogParser
- AbstractChangeVisitor - Class in liquibase.change.visitor
- AbstractChangeVisitor() - Constructor for class liquibase.change.visitor.AbstractChangeVisitor
- AbstractCliWrapperCommandStep - Class in liquibase.command
-
Deprecated.
- AbstractCliWrapperCommandStep() - Constructor for class liquibase.command.AbstractCliWrapperCommandStep
-
Deprecated.
- AbstractCommand<T extends CommandResult> - Class in liquibase.command
-
Deprecated.
- AbstractCommand() - Constructor for class liquibase.command.AbstractCommand
-
Deprecated.
- AbstractCommandStep - Class in liquibase.command
-
Convenience base class for
CommandStep
implementations. - AbstractCommandStep() - Constructor for class liquibase.command.AbstractCommandStep
- AbstractConfigurationContainer - Class in liquibase.configuration
-
Deprecated.Use new
ConfigurationDefinition
style - AbstractConfigurationContainer(String) - Constructor for class liquibase.configuration.AbstractConfigurationContainer
-
Deprecated.
- AbstractConfigurationContainer.ConfigurationContainer - Class in liquibase.configuration
-
Deprecated.
- AbstractConfigurationContainer.DelegatedConfigurationContainer - Class in liquibase.configuration
-
Deprecated.
- AbstractConfigurationValueProvider - Class in liquibase.configuration
-
Convenience base class for
ConfigurationValueProvider
implementations - AbstractConfigurationValueProvider() - Constructor for class liquibase.configuration.AbstractConfigurationValueProvider
- AbstractDatabaseConnectionCommandStep - Class in liquibase.command.core.helpers
-
Abstract CommandStep providing database connectivity.
- AbstractDatabaseConnectionCommandStep() - Constructor for class liquibase.command.core.helpers.AbstractDatabaseConnectionCommandStep
- AbstractDatabaseDiffTask - Class in liquibase.integration.ant
- AbstractDatabaseDiffTask() - Constructor for class liquibase.integration.ant.AbstractDatabaseDiffTask
- AbstractDatabaseObject - Class in liquibase.structure
-
Template class for all types of database objects can be manipulated using ChangeSets.
- AbstractDatabaseObject() - Constructor for class liquibase.structure.AbstractDatabaseObject
- AbstractDb2Database - Class in liquibase.database.core
- AbstractDb2Database() - Constructor for class liquibase.database.core.AbstractDb2Database
- AbstractExecutor - Class in liquibase.executor
-
Code common to all Executor services / blueprint for Executor service classes.
- AbstractExecutor() - Constructor for class liquibase.executor.AbstractExecutor
- AbstractExtensibleObject - Class in liquibase
-
Convenience class implementing ExtensibleObject.
- AbstractExtensibleObject() - Constructor for class liquibase.AbstractExtensibleObject
- AbstractExtensibleObject(Map<String, ?>) - Constructor for class liquibase.AbstractExtensibleObject
-
Creates a new object with the given attributes.
- AbstractFormattedChangeLogParser - Class in liquibase.parser
- AbstractFormattedChangeLogParser() - Constructor for class liquibase.parser.AbstractFormattedChangeLogParser
- AbstractFutureRollbackCommandStep - Class in liquibase.command.core
- AbstractFutureRollbackCommandStep() - Constructor for class liquibase.command.core.AbstractFutureRollbackCommandStep
- AbstractHelperCommandStep - Class in liquibase.command.core.helpers
-
Class to hold all methods that are common to helper classes
- AbstractHelperCommandStep() - Constructor for class liquibase.command.core.helpers.AbstractHelperCommandStep
- AbstractJdbcDatabase - Class in liquibase.database
-
AbstractJdbcDatabase is extended by all supported databases as a facade to the underlying database.
- AbstractJdbcDatabase() - Constructor for class liquibase.database.AbstractJdbcDatabase
- AbstractLiquibaseChangeLogMojo - Class in org.liquibase.maven.plugins
-
A Liquibase MOJO that requires the user to provide a DatabaseChangeLogFile to be able to perform any actions on the database.
- AbstractLiquibaseChangeLogMojo() - Constructor for class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
- AbstractLiquibaseChecksMojo - Class in org.liquibase.maven.plugins
-
A base class for providing Liquibase Policy Checks functionality.
- AbstractLiquibaseChecksMojo() - Constructor for class org.liquibase.maven.plugins.AbstractLiquibaseChecksMojo
- AbstractLiquibaseFlowMojo - Class in org.liquibase.maven.plugins
- AbstractLiquibaseFlowMojo() - Constructor for class org.liquibase.maven.plugins.AbstractLiquibaseFlowMojo
- AbstractLiquibaseMojo - Class in org.liquibase.maven.plugins
-
A base class for providing Liquibase
Liquibase
functionality. - AbstractLiquibaseMojo() - Constructor for class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- AbstractLiquibaseSerializable - Class in liquibase.serializer
- AbstractLiquibaseSerializable() - Constructor for class liquibase.serializer.AbstractLiquibaseSerializable
- AbstractLiquibaseUpdateMojo - Class in org.liquibase.maven.plugins
-
Liquibase Update Maven plugin.
- AbstractLiquibaseUpdateMojo() - Constructor for class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
- AbstractLogger - Class in liquibase.logging.core
-
Convenience base implementation of a Logger.
- AbstractLogger() - Constructor for class liquibase.logging.core.AbstractLogger
- AbstractLogger(LogMessageFilter) - Constructor for class liquibase.logging.core.AbstractLogger
-
Deprecated.use {@link AbstractLogger(). Passed filter is not used.
- AbstractLogService - Class in liquibase.logging.core
-
Convenience base implementation of a LoggerFactory.
- AbstractLogService() - Constructor for class liquibase.logging.core.AbstractLogService
- AbstractMapConfigurationValueProvider - Class in liquibase.configuration
-
Convenience class for
ConfigurationValueProvider
s that can collect the possible values into a Map. - AbstractMapConfigurationValueProvider() - Constructor for class liquibase.configuration.AbstractMapConfigurationValueProvider
- AbstractModifyDataChange - Class in liquibase.change.core
-
Encapsulates common fields for update and delete changes.
- AbstractModifyDataChange() - Constructor for class liquibase.change.core.AbstractModifyDataChange
- AbstractOutputWriterCommandStep - Class in liquibase.command.core.helpers
- AbstractOutputWriterCommandStep() - Constructor for class liquibase.command.core.helpers.AbstractOutputWriterCommandStep
- AbstractPathHandler - Class in liquibase.resource
-
Convenience base class for
PathHandler
s. - AbstractPathHandler() - Constructor for class liquibase.resource.AbstractPathHandler
- AbstractPathResourceAccessor - Class in liquibase.resource
- AbstractPathResourceAccessor() - Constructor for class liquibase.resource.AbstractPathResourceAccessor
- AbstractPlugin - Class in liquibase.plugin
-
Convenience base class for Plugin implementations.
- AbstractPlugin() - Constructor for class liquibase.plugin.AbstractPlugin
- AbstractPluginFactory<T extends Plugin> - Class in liquibase.plugin
-
Convenience base class for all factories that find correct
Plugin
implementations. - AbstractPluginFactory() - Constructor for class liquibase.plugin.AbstractPluginFactory
- AbstractPrecondition - Class in liquibase.precondition
- AbstractPrecondition() - Constructor for class liquibase.precondition.AbstractPrecondition
- AbstractResource - Class in liquibase.resource
- AbstractResource(String, URI) - Constructor for class liquibase.resource.AbstractResource
- AbstractResourceAccessor - Class in liquibase.resource
-
Convenience base class for
ResourceAccessor
implementations. - AbstractResourceAccessor() - Constructor for class liquibase.resource.AbstractResourceAccessor
- AbstractRollbackCommandStep - Class in liquibase.command.core
-
AbstractRollbackCommandStep provides the common operations to all the rollback* commands.
- AbstractRollbackCommandStep() - Constructor for class liquibase.command.core.AbstractRollbackCommandStep
- AbstractSQLChange - Class in liquibase.change
-
A common parent for all raw SQL related changes regardless of where the sql was sourced from.
- AbstractSQLChange() - Constructor for class liquibase.change.AbstractSQLChange
- AbstractSQLChange.NormalizingStream - Class in liquibase.change
- AbstractSqlGenerator<T extends SqlStatement> - Class in liquibase.sqlgenerator.core
-
Generic template class for an SQL generator able to generate SQL for an object-form
SqlStatement
. - AbstractSqlGenerator() - Constructor for class liquibase.sqlgenerator.core.AbstractSqlGenerator
- AbstractSqlStatement - Class in liquibase.statement
- AbstractSqlStatement() - Constructor for class liquibase.statement.AbstractSqlStatement
- AbstractSqlVisitor - Class in liquibase.sql.visitor
- AbstractSqlVisitor() - Constructor for class liquibase.sql.visitor.AbstractSqlVisitor
- AbstractTableChange - Class in liquibase.change
- AbstractTableChange() - Constructor for class liquibase.change.AbstractTableChange
- AbstractUpdateCommandStep - Class in liquibase.command.core
- AbstractUpdateCommandStep() - Constructor for class liquibase.command.core.AbstractUpdateCommandStep
- accept(T) - Method in class liquibase.integration.UnexpectedChangeSetsValidator
- ACCEPT_LICENSES - Static variable in class liquibase.extension.testing.testsystem.command.TestSystemUpCommand
- accepts(ChangeSet) - Method in class liquibase.changelog.filter.ActuallyExecutedChangeSetFilter
- accepts(ChangeSet) - Method in class liquibase.changelog.filter.AfterTagChangeSetFilter
- accepts(ChangeSet) - Method in class liquibase.changelog.filter.AlreadyRanChangeSetFilter
- accepts(ChangeSet) - Method in interface liquibase.changelog.filter.ChangeSetFilter
- accepts(ChangeSet) - Method in class liquibase.changelog.filter.ContextChangeSetFilter
- accepts(ChangeSet) - Method in class liquibase.changelog.filter.CountChangeSetFilter
- accepts(ChangeSet) - Method in class liquibase.changelog.filter.DbmsChangeSetFilter
- accepts(ChangeSet) - Method in class liquibase.changelog.filter.ExecutedAfterChangeSetFilter
- accepts(ChangeSet) - Method in class liquibase.changelog.filter.IgnoreChangeSetFilter
- accepts(ChangeSet) - Method in class liquibase.changelog.filter.LabelChangeSetFilter
- accepts(ChangeSet) - Method in class liquibase.changelog.filter.NotInChangeLogChangeSetFilter
- accepts(ChangeSet) - Method in class liquibase.changelog.filter.NotRanChangeSetFilter
- accepts(ChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
- accepts(ChangeSet) - Method in class liquibase.changelog.filter.UpToTagChangeSetFilter
- acquireLock() - Method in class liquibase.database.core.MockDatabase
- acquireLock() - Method in interface liquibase.lockservice.LockService
- acquireLock() - Method in class liquibase.lockservice.MockLockService
- acquireLock() - Method in class liquibase.lockservice.OfflineLockService
- acquireLock() - Method in class liquibase.lockservice.StandardLockService
- acquireLock(Liquibase) - Method in class liquibase.database.core.MockDatabase
- Activator - Class in liquibase.osgi
- Activator() - Constructor for class liquibase.osgi.Activator
- Activator.LiquibaseBundle - Class in liquibase.osgi
- Activator.OSGIContainerChecker - Class in liquibase.osgi
-
Deprecated.use
ContainerChecker
- ActuallyExecutedChangeSetFilter - Class in liquibase.changelog.filter
- ActuallyExecutedChangeSetFilter(List<RanChangeSet>) - Constructor for class liquibase.changelog.filter.ActuallyExecutedChangeSetFilter
- add(String) - Method in class liquibase.ContextExpression
- add(String) - Method in class liquibase.Contexts
- add(String) - Method in class liquibase.LabelExpression
- add(String) - Method in class liquibase.Labels
- add(URI, InputStream) - Method in class liquibase.resource.InputStreamList
- add(CommandArgumentDefinition) - Method in class liquibase.command.CommandDefinition
- add(LicenseInstallResult) - Method in class liquibase.license.LicenseInstallResult
- add(DatabaseObject) - Method in class liquibase.structure.DatabaseObjectCollection
- add(PropertySet) - Method in class liquibase.integration.ant.type.ConnectionProperties
- add(T, T) - Method in class liquibase.util.DependencyUtil.DependencyGraph
- ADD_EMPTY_MDC_VALUES - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- addAdditionalInformation(String) - Method in class liquibase.datatype.DatabaseDataType
- addAlias(String) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Adds an alias for this command argument; an alias added this way is not shown in the help output.
- addAlias(String[]) - Method in class liquibase.command.CommandDefinition
-
Add an alias to the command.
- addAlias(String...) - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- addAliases(Collection<String>) - Method in class liquibase.configuration.ConfigurationDefinition.Building
- addAliasKey(String) - Method in class liquibase.configuration.ConfigurationDefinition.Building
- addAll(ValidationErrors) - Method in class liquibase.exception.ValidationErrors
- addAll(ValidationErrors, ChangeSet) - Method in class liquibase.exception.ValidationErrors
- addAll(Warnings) - Method in class liquibase.exception.Warnings
- addAll(InputStreamList) - Method in class liquibase.resource.InputStreamList
- addAllToChangesetInfoList(List<ChangeSet>, boolean) - Method in class liquibase.report.ChangesetInfo
- addAllToPendingChangesetInfoList(Map<ChangeSet, String>) - Method in class liquibase.report.ChangesetInfo
-
Map all changeset status and reason for skipping to a PendingChangesetInfo object and add to the list.
- addArg(String) - Method in class liquibase.change.core.ExecuteShellCommandChange
- addArgument(CommandArgumentDefinition<DataType>) - Method in class liquibase.command.CommandBuilder
-
Uses an existing
CommandArgumentDefinition
as template - addArgumentValue(String, Object) - Method in class liquibase.command.CommandScope
-
Adds the given key/value pair to the stored argument data.
- addArgumentValue(CommandArgumentDefinition<T>, T) - Method in class liquibase.command.CommandScope
-
Adds the given key/value pair to the stored argument data.
- addAssociatedWith(String) - Method in class liquibase.structure.core.Index
- AddAutoIncrementChange - Class in liquibase.change.core
-
Makes an existing column into an auto-increment column.
- AddAutoIncrementChange() - Constructor for class liquibase.change.core.AddAutoIncrementChange
- AddAutoIncrementGenerator - Class in liquibase.sqlgenerator.core
- AddAutoIncrementGenerator() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
- AddAutoIncrementGeneratorDB2 - Class in liquibase.sqlgenerator.core
- AddAutoIncrementGeneratorDB2() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
- AddAutoIncrementGeneratorHsqlH2 - Class in liquibase.sqlgenerator.core
- AddAutoIncrementGeneratorHsqlH2() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2
- AddAutoIncrementGeneratorInformix - Class in liquibase.sqlgenerator.core
- AddAutoIncrementGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
- AddAutoIncrementGeneratorMySQL - Class in liquibase.sqlgenerator.core
- AddAutoIncrementGeneratorMySQL() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
- AddAutoIncrementGeneratorSQLite - Class in liquibase.sqlgenerator.core
-
This class provides a workaround for adding auto increment for SQLite since SQLite does not support it
- AddAutoIncrementGeneratorSQLite() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
- AddAutoIncrementStatement - Class in liquibase.statement.core
- AddAutoIncrementStatement(String, String, String, String, String, BigInteger, BigInteger, Boolean, String) - Constructor for class liquibase.statement.core.AddAutoIncrementStatement
- addChange(Change) - Method in class liquibase.changelog.ChangeSet
- addChangedObject(DatabaseObject, ObjectDifferences) - Method in class liquibase.diff.DiffResult
- addChangeLogParameters(ChangeLogParametersType) - Method in class liquibase.integration.ant.BaseLiquibaseTask
- addChangeSet(ChangeSet) - Method in class liquibase.changelog.DatabaseChangeLog
- addChangeSet(RanChangeSet) - Method in class liquibase.command.core.HistoryCommandStep.LegacyDeploymentDetails
- addChangeSet(RanChangeSet) - Method in class liquibase.command.core.HistoryCommandStep.TabularDeploymentDetails
- addChangeSetMdcProperties() - Method in class liquibase.changelog.ChangeSet
- addChild(String, String, Object) - Method in class liquibase.parser.core.ParsedNode
-
Convenience method to add a new ParsedNode with the passed namespace/name and value
- addChild(ParsedNode) - Method in class liquibase.parser.core.ParsedNode
-
Adds the given ParsedNode as a child
- addChildEvent(Event) - Method in class liquibase.analytics.Event
-
Add the child event only if analytics is enabled.
- addChildren(Map<String, Object>) - Method in class liquibase.parser.core.ParsedNode
-
Adds the given map as children of this node.
- addClassTag(Class<? extends Object>, Tag) - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
- addColumn(int, Column) - Method in class liquibase.structure.core.PrimaryKey
-
Adds a new column to the column list of this PrimaryKey.
- addColumn(int, Column) - Method in class liquibase.structure.core.UniqueConstraint
- addColumn(String, LiquibaseDataType) - Method in class liquibase.statement.core.CreateTableStatement
- addColumn(String, LiquibaseDataType, Object) - Method in class liquibase.statement.core.CreateTableStatement
- addColumn(String, LiquibaseDataType, Object, String, ColumnConstraint...) - Method in class liquibase.statement.core.CreateTableStatement
- addColumn(String, LiquibaseDataType, Object, ColumnConstraint[]) - Method in class liquibase.statement.core.CreateTableStatement
- addColumn(String, LiquibaseDataType, String, Object, String, ColumnConstraint...) - Method in class liquibase.statement.core.CreateTableStatement
- addColumn(String, LiquibaseDataType, ColumnConstraint[]) - Method in class liquibase.statement.core.CreateTableStatement
- addColumn(AddColumnConfig) - Method in class liquibase.change.core.AddColumnChange
- addColumn(AddColumnConfig) - Method in class liquibase.change.core.CreateIndexChange
- addColumn(ColumnConfig) - Method in class liquibase.change.core.CreateTableChange
- addColumn(ColumnConfig) - Method in class liquibase.change.core.DropColumnChange
- addColumn(ColumnConfig) - Method in class liquibase.change.core.InsertDataChange
- addColumn(ColumnConfig) - Method in class liquibase.change.core.UpdateDataChange
- addColumn(ColumnConfig) - Method in class liquibase.statement.core.InsertStatement
- addColumn(LoadDataColumnConfig) - Method in class liquibase.change.core.LoadDataChange
- addColumn(Column) - Method in class liquibase.structure.core.Index
- addColumn(Column) - Method in class liquibase.structure.core.Relation
- addColumn(T) - Method in interface liquibase.change.ChangeWithColumns
-
Add a column configuration to the Change.
- AddColumnChange - Class in liquibase.change.core
-
Adds a column to an existing table.
- AddColumnChange() - Constructor for class liquibase.change.core.AddColumnChange
- AddColumnChangeVisitor - Class in liquibase.change.visitor
- AddColumnChangeVisitor() - Constructor for class liquibase.change.visitor.AddColumnChangeVisitor
- AddColumnConfig - Class in liquibase.change
- AddColumnConfig() - Constructor for class liquibase.change.AddColumnConfig
- AddColumnConfig(Column) - Constructor for class liquibase.change.AddColumnConfig
- addColumnConstraint(AutoIncrementConstraint) - Method in class liquibase.statement.core.CreateTableStatement
- addColumnConstraint(ForeignKeyConstraint) - Method in class liquibase.statement.core.CreateTableStatement
- addColumnConstraint(NotNullConstraint) - Method in class liquibase.statement.core.CreateTableStatement
- addColumnConstraint(UniqueConstraint) - Method in class liquibase.statement.core.CreateTableStatement
- AddColumnGenerator - Class in liquibase.sqlgenerator.core
- AddColumnGenerator() - Constructor for class liquibase.sqlgenerator.core.AddColumnGenerator
- AddColumnGeneratorDefaultClauseBeforeNotNull - Class in liquibase.sqlgenerator.core
- AddColumnGeneratorDefaultClauseBeforeNotNull() - Constructor for class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
- AddColumnGeneratorSQLite - Class in liquibase.sqlgenerator.core
-
Workaround for adding column on existing table for SQLite.
- AddColumnGeneratorSQLite() - Constructor for class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
- addColumns(String...) - Method in class liquibase.statement.PrimaryKeyConstraint
- addColumns(String...) - Method in class liquibase.statement.UniqueConstraint
- AddColumnStatement - Class in liquibase.statement.core
- AddColumnStatement(String, String, String, String, String, Object, String, ColumnConstraint...) - Constructor for class liquibase.statement.core.AddColumnStatement
- AddColumnStatement(String, String, String, String, String, Object, ColumnConstraint...) - Constructor for class liquibase.statement.core.AddColumnStatement
- AddColumnStatement(List<AddColumnStatement>) - Constructor for class liquibase.statement.core.AddColumnStatement
- AddColumnStatement(AddColumnStatement...) - Constructor for class liquibase.statement.core.AddColumnStatement
- addColumnValue(String, Object) - Method in class liquibase.statement.core.InsertStatement
- addCommandFiltersMdc(LabelExpression, Contexts) - Static method in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- addCompleteSqlToScope(String) - Method in interface liquibase.database.Database
- addConfigured(PropertySet) - Method in class liquibase.integration.ant.type.ChangeLogParametersType
- addConfiguredChangeLogParameter(Property) - Method in class liquibase.integration.ant.type.ChangeLogParametersType
- addConfiguredJson(ChangeLogOutputFile) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
- addConfiguredJson(ChangeLogOutputFile) - Method in class liquibase.integration.ant.GenerateChangeLogTask
- addConfiguredTxt(ChangeLogOutputFile) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
- addConfiguredTxt(ChangeLogOutputFile) - Method in class liquibase.integration.ant.GenerateChangeLogTask
- addConfiguredXml(ChangeLogOutputFile) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
- addConfiguredXml(ChangeLogOutputFile) - Method in class liquibase.integration.ant.GenerateChangeLogTask
- addConfiguredYaml(ChangeLogOutputFile) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
- addConfiguredYaml(ChangeLogOutputFile) - Method in class liquibase.integration.ant.GenerateChangeLogTask
- addConnectionProperties(ConnectionProperties) - Method in class liquibase.integration.ant.type.DatabaseType
- addConnectionProperty(Property) - Method in class liquibase.integration.ant.type.ConnectionProperties
- addDatabase(DatabaseType) - Method in class liquibase.integration.ant.BaseLiquibaseTask
- addDatabaseObject(DatabaseObject) - Method in class liquibase.structure.core.Catalog
- addDatabaseObject(DatabaseObject) - Method in class liquibase.structure.core.Schema
- addDefaultFileProperties() - Method in class liquibase.changelog.ChangeLogParameters
-
Add default-file properties to changelog parameters
- AddDefaultValueChange - Class in liquibase.change.core
-
Sets a new default value to an existing column.
- AddDefaultValueChange() - Constructor for class liquibase.change.core.AddDefaultValueChange
- AddDefaultValueGenerator - Class in liquibase.sqlgenerator.core
- AddDefaultValueGenerator() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGenerator
- AddDefaultValueGeneratorDerby - Class in liquibase.sqlgenerator.core
- AddDefaultValueGeneratorDerby() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby
- AddDefaultValueGeneratorInformix - Class in liquibase.sqlgenerator.core
- AddDefaultValueGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
- AddDefaultValueGeneratorMSSQL - Class in liquibase.sqlgenerator.core
- AddDefaultValueGeneratorMSSQL() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL
- AddDefaultValueGeneratorMySQL - Class in liquibase.sqlgenerator.core
- AddDefaultValueGeneratorMySQL() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
- AddDefaultValueGeneratorOracle - Class in liquibase.sqlgenerator.core
- AddDefaultValueGeneratorOracle() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle
- AddDefaultValueGeneratorPostgres - Class in liquibase.sqlgenerator.core
-
Adds functionality for setting the sequence to be owned by the column with the default value
- AddDefaultValueGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
- AddDefaultValueGeneratorSQLite - Class in liquibase.sqlgenerator.core
-
Workaround for Adding default value for SQLite
- AddDefaultValueGeneratorSQLite() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
- AddDefaultValueGeneratorSybase - Class in liquibase.sqlgenerator.core
- AddDefaultValueGeneratorSybase() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
- AddDefaultValueGeneratorSybaseASA - Class in liquibase.sqlgenerator.core
- AddDefaultValueGeneratorSybaseASA() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
- AddDefaultValueStatement - Class in liquibase.statement.core
- AddDefaultValueStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.AddDefaultValueStatement
- AddDefaultValueStatement(String, String, String, String, String, Object) - Constructor for class liquibase.statement.core.AddDefaultValueStatement
- addDependencies(DependencyUtil.DependencyGraph<String>, List<String>, Database) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
Adds dependencies to the graph as schema.object_name.
- addDifference(String, Object, Object) - Method in class liquibase.diff.ObjectDifferences
- addDifference(String, String, Object, Object) - Method in class liquibase.diff.ObjectDifferences
- addDivider(StringBuilder) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
- addError(String) - Method in class liquibase.exception.ValidationErrors
- addError(String, ChangeSet) - Method in class liquibase.exception.ValidationErrors
- addEscapes(String) - Static method in error liquibase.util.grammar.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addForcePrintAlias(String) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Adds an alias for this command argument that will be printed to the help output inline with the existing parameter (for which this is an alias).
- addForeignKeyColumn(Column) - Method in class liquibase.structure.core.ForeignKey
- AddForeignKeyConstraintChange - Class in liquibase.change.core
-
Adds a foreign key constraint to an existing column.
- AddForeignKeyConstraintChange() - Constructor for class liquibase.change.core.AddForeignKeyConstraintChange
- AddForeignKeyConstraintGenerator - Class in liquibase.sqlgenerator.core
- AddForeignKeyConstraintGenerator() - Constructor for class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
- AddForeignKeyConstraintStatement - Class in liquibase.statement.core
- AddForeignKeyConstraintStatement(String, String, String, String, ColumnConfig[], String, String, String, ColumnConfig[]) - Constructor for class liquibase.statement.core.AddForeignKeyConstraintStatement
- addForeignKeyStatements(AddColumnStatement, Database, List<Sql>) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
- addImplicitResolvers() - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseResolver
- addIncludedSchema(CatalogAndSchema) - Method in class liquibase.diff.output.DiffOutputControl
- addIncludedSchema(Schema) - Method in class liquibase.diff.output.DiffOutputControl
- addingBundle(Bundle, BundleEvent) - Method in class liquibase.osgi.Activator
- addInsertStatement(InsertStatement) - Method in class liquibase.statement.core.InsertSetStatement
- additionalValidations(ChangeSet, Database, boolean, boolean) - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
Other implementations of this class might optionally provide additional validations to do in this method.
- addJavaProperties() - Method in class liquibase.changelog.ChangeLogParameters
-
Add java property arguments to changelog parameters
- addJavaProperties(ChangeLogParameters) - Method in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
-
Deprecated.use
ChangeLogParameters.addJavaProperties()
instead. - addJdbcBlankPatterns(Map.Entry<Pattern, Pattern>) - Method in class liquibase.database.jvm.ConnectionPatterns
-
Holds credential patterns that should be replaced by empty string.
- addJdbcBlankToObfuscatePatterns(Map.Entry<Pattern, Pattern>) - Method in class liquibase.database.jvm.ConnectionPatterns
-
Holds credential patterns that are located before the domain or subdomain part.
- addJdbcObfuscatePatterns(Map.Entry<Pattern, Pattern>) - Method in class liquibase.database.jvm.ConnectionPatterns
-
Holds credential patterns that are located in the URL parameters.
- addListener(ChangeExecListener) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
- addLog(BufferedLogService.BufferedLogMessage) - Method in class liquibase.logging.core.BufferedLogService
-
Deprecated.
- AddLookupTableChange - Class in liquibase.change.core
-
Extracts data from an existing column to create a lookup table.
- AddLookupTableChange() - Constructor for class liquibase.change.core.AddLookupTableChange
- addMdcValue(String, String) - Method in class liquibase.Scope
-
Add a key value pair to the MDC using the MDC manager.
- addMdcValue(String, String, boolean) - Method in class liquibase.Scope
-
Add a key value pair to the MDC using the MDC manager.
- addMdcValue(String, Map<String, Object>) - Method in class liquibase.Scope
-
Add a key value pair to the MDC using the MDC manager.
- addMdcValue(String, Map<String, Object>, boolean) - Method in class liquibase.Scope
-
Add a key value pair to the MDC using the MDC manager.
- addMdcValue(String, CustomMdcObject) - Method in class liquibase.Scope
-
Add a key value pair to the MDC using the MDC manager.
- addMdcValue(String, CustomMdcObject, boolean) - Method in class liquibase.Scope
-
Add a key value pair to the MDC using the MDC manager.
- addMissingObject(DatabaseObject) - Method in class liquibase.diff.DiffResult
- addNestedPrecondition(Precondition) - Method in class liquibase.precondition.PreconditionLogic
- addNewColumnValue(String, Object) - Method in class liquibase.statement.core.UpdateStatement
- AddNotNullConstraintChange - Class in liquibase.change.core
-
Adds a NOT NULL constraint to an existing column.
- AddNotNullConstraintChange() - Constructor for class liquibase.change.core.AddNotNullConstraintChange
- addParameter(Object) - Method in class liquibase.common.datatype.DataTypeWrapper
- addParameter(Object) - Method in class liquibase.datatype.LiquibaseDataType
-
Adds an object to the list of this data type's parameters.
- addParameter(Object) - Method in class liquibase.statement.core.RawParameterizedSqlStatement
- addParameter(String, int) - Method in class liquibase.statement.StoredProcedureStatement
- addPrefixToExceptionMessage(IllegalArgumentException, String) - Method in class liquibase.ui.DefaultInputHandler
- AddPrimaryKeyChange - Class in liquibase.change.core
-
Creates a primary key out of an existing column or set of columns.
- AddPrimaryKeyChange() - Constructor for class liquibase.change.core.AddPrimaryKeyChange
- addPrimaryKeyColumn(String, LiquibaseDataType, Object, Boolean, boolean, boolean, String, String, String, ColumnConstraint...) - Method in class liquibase.statement.core.CreateTableStatement
- addPrimaryKeyColumn(String, LiquibaseDataType, Object, Boolean, boolean, boolean, String, String, ColumnConstraint...) - Method in class liquibase.statement.core.CreateTableStatement
- addPrimaryKeyColumn(String, LiquibaseDataType, Object, Boolean, String, String, ColumnConstraint...) - Method in class liquibase.statement.core.CreateTableStatement
- addPrimaryKeyColumn(String, LiquibaseDataType, Object, String, String, ColumnConstraint...) - Method in class liquibase.statement.core.CreateTableStatement
- addPrimaryKeyColumn(Column) - Method in class liquibase.structure.core.ForeignKey
- AddPrimaryKeyGenerator - Class in liquibase.sqlgenerator.core
- AddPrimaryKeyGenerator() - Constructor for class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
- AddPrimaryKeyGeneratorInformix - Class in liquibase.sqlgenerator.core
- AddPrimaryKeyGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
- AddPrimaryKeyStatement - Class in liquibase.statement.core
- AddPrimaryKeyStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.AddPrimaryKeyStatement
-
Deprecated.
- AddPrimaryKeyStatement(String, String, String, ColumnConfig[], String) - Constructor for class liquibase.statement.core.AddPrimaryKeyStatement
- addProperty(String, Class) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
-
Deprecated.
- addReferenceDatabase(DatabaseType) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
- addReservedWords(Collection<String>) - Method in class liquibase.database.AbstractJdbcDatabase
- addReservedWords(Collection<String>) - Method in class liquibase.database.core.MockDatabase
- addReservedWords(Collection<String>) - Method in class liquibase.database.core.MySQLDatabase
- addReservedWords(Collection<String>) - Method in interface liquibase.database.Database
- addResourceAccessor(String) - Method in class liquibase.resource.SearchPathResourceAccessor
-
Adds the given root as a new resource accessor, using
PathHandlerFactory
to find the rightPathHandler
. - addResourceAccessor(ResourceAccessor) - Method in class liquibase.resource.CompositeResourceAccessor
- addResult(String, Object) - Method in class liquibase.command.CommandResultsBuilder
-
Adds a key/value pair to the command results.
- addResult(CommandResultDefinition<T>, T) - Method in class liquibase.command.CommandResultsBuilder
-
Sets the value for a known
CommandResultDefinition
to the command results. - addRollbackChange(Change) - Method in class liquibase.changelog.ChangeSet
- addRollBackSQL(String) - Method in class liquibase.changelog.ChangeSet
- addRootPath(File) - Method in class liquibase.resource.FileSystemResourceAccessor
-
Deprecated.
- addRootPath(Path) - Method in class liquibase.resource.FileSystemResourceAccessor
-
Deprecated.
- addSchemaToText(String, String, String, Database) - Static method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
-
Convenience method for other classes similar to this that want to be able to modify the procedure text to add the schema
- addSqlVisitor(SqlVisitor) - Method in class liquibase.changelog.ChangeSet
- addSqlVisitors(List<SqlVisitor>) - Static method in class liquibase.database.core.MSSQLDatabase
- addStatus(ChangeSet) - Method in class liquibase.changelog.visitor.StatusVisitor
- addStatusListener(DiffStatusListener) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
- addsTo() - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
- addsTo() - Method in interface liquibase.snapshot.SnapshotGenerator
-
When snapshotting a certain object type (e.g. a table), different types of objects might be discovered in the process.
- addSuppressedField(Class<? extends DatabaseObject>, String) - Method in class liquibase.diff.compare.CompareControl
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.CatalogSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.DataSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.IndexSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.PrimaryKeySnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.TableSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
- addTo(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ViewSnapshotGenerator
- addToViews(Database) - Method in class liquibase.snapshot.jvm.IndexSnapshotGenerator
- addType(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.SnapshotControl
-
Adds a new DatabaseObject type to the list of object types to be included in snapshots.
- addUnexpectedObject(DatabaseObject) - Method in class liquibase.diff.DiffResult
- AddUniqueConstraintChange - Class in liquibase.change.core
-
Adds a unique constraint to an existing column.
- AddUniqueConstraintChange() - Constructor for class liquibase.change.core.AddUniqueConstraintChange
- AddUniqueConstraintGenerator - Class in liquibase.sqlgenerator.core
- AddUniqueConstraintGenerator() - Constructor for class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
- AddUniqueConstraintGeneratorInformix - Class in liquibase.sqlgenerator.core
- AddUniqueConstraintGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
- AddUniqueConstraintGeneratorTDS - Class in liquibase.sqlgenerator.core
- AddUniqueConstraintGeneratorTDS() - Constructor for class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
- AddUniqueConstraintStatement - Class in liquibase.statement.core
- AddUniqueConstraintStatement(String, String, String, ColumnConfig[], String) - Constructor for class liquibase.statement.core.AddUniqueConstraintStatement
- addUniqueConstraintStatements(AddColumnStatement, Database, List<Sql>) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
- addValidCheckSum(String) - Method in class liquibase.changelog.ChangeSet
- addWarning(String) - Method in class liquibase.exception.ValidationErrors
- addWarning(String) - Method in class liquibase.exception.Warnings
- addWhereColumnName(String) - Method in class liquibase.statement.core.DeleteStatement
- addWhereColumnName(String) - Method in class liquibase.statement.core.UpdateStatement
- addWhereColumnName(String) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
- addWhereParam(ColumnConfig) - Method in class liquibase.change.core.AbstractModifyDataChange
- addWhereParameter(Object) - Method in class liquibase.statement.core.DeleteStatement
- addWhereParameter(Object) - Method in class liquibase.statement.core.UpdateStatement
- addWhereParameter(Object) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
- addWhereParameters(Object...) - Method in class liquibase.statement.core.DeleteStatement
- addWhereParameters(Object...) - Method in class liquibase.statement.core.UpdateStatement
- addWhereParameters(Object...) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
- adjustBeginLineColumn(int, int) - Method in class liquibase.util.grammar.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.AbstractCommandStep
-
Default implementation makes no changes
- adjustCommandDefinition(CommandDefinition) - Method in interface liquibase.command.CommandStep
-
Called by the command pipeline setup to adjust the
CommandDefinition
metadata about the overall command. - adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.AbstractRollbackCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.CalculateChecksumCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.ChangelogSyncCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.ChangelogSyncSqlCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.ChangelogSyncToTagCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.ChangelogSyncToTagSqlCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.ClearChecksumsCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.DbDocCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.DiffChangelogCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.DiffCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.DropAllCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.ExecuteSqlCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.FutureRollbackCountSqlCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.FutureRollbackSqlCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.GenerateChangelogCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.helpers.AbstractArgumentCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.helpers.AbstractHelperCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.helpers.ShowSummaryArgument
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.HistoryCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.InternalSnapshotCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.ListLocksCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.MarkNextChangesetRanCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.MarkNextChangesetRanSqlCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.ReleaseLocksCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.RollbackCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.RollbackCountCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.RollbackCountSqlCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.RollbackSqlCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.RollbackToDateCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.RollbackToDateSqlCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.SnapshotCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.SnapshotReferenceCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.StartH2CommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.StatusCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.StopH2CommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.TagCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.TagExistsCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.UnexpectedChangesetsCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.UpdateCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.UpdateCountCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.UpdateCountSqlCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.UpdateSqlCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.UpdateTestingRollbackCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.UpdateToTagCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.UpdateToTagSqlCommandStep
- adjustCommandDefinition(CommandDefinition) - Method in class liquibase.command.core.ValidateCommandStep
- adjustLegacyArgs(String[]) - Method in class liquibase.integration.commandline.LiquibaseCommandLine
- afterPropertiesSet() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
- afterPropertiesSet() - Method in class liquibase.integration.spring.SpringLiquibase
-
Executed automatically when the bean is initialized.
- AfterTagChangeSetFilter - Class in liquibase.changelog.filter
- AfterTagChangeSetFilter(String, List<RanChangeSet>, TagVersionEnum) - Constructor for class liquibase.changelog.filter.AfterTagChangeSetFilter
- afterUpdate() - Method in class liquibase.database.core.SybaseASADatabase
- afterUpdate() - Method in interface liquibase.database.Database
-
Allows the database to perform actions after an update is finished, i.e. after the last change of a changelog was applied.
- aliases() - Element in annotation type liquibase.datatype.DataTypeInfo
- ALL - Enum constant in enum liquibase.UpdateSummaryOutputEnum
- ALL - Static variable in class liquibase.change.ChangeParameterMetaData
- ALL_CATALOGS_STRING_SCRATCH_KEY - Static variable in class liquibase.snapshot.DatabaseSnapshot
- ALLOW_DUPLICATED_CHANGESETS_IDENTIFIERS - Static variable in class liquibase.GlobalConfiguration
- allowedAllPackages() - Method in class liquibase.osgi.Activator.LiquibaseBundle
- ALREADY_RAN - Enum constant in enum liquibase.changelog.ChangeSet.RunStatus
- alreadyHandledChanged(DatabaseObject, Database) - Method in class liquibase.diff.output.DiffOutputControl
- alreadyHandledMissing(DatabaseObject, Database) - Method in class liquibase.diff.output.DiffOutputControl
- alreadyHandledUnexpected(DatabaseObject, Database) - Method in class liquibase.diff.output.DiffOutputControl
- AlreadyRanChangeSetFilter - Class in liquibase.changelog.filter
- AlreadyRanChangeSetFilter(List<RanChangeSet>) - Constructor for class liquibase.changelog.filter.AlreadyRanChangeSetFilter
- alreadySaw(URI) - Method in class liquibase.resource.InputStreamList
- ALT_CHANGE_SET_NO_OTHER_INFO_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_CHANGE_SET_NO_OTHER_INFO_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_CHANGE_SET_ONE_CHARACTER_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_CHANGE_SET_ONE_CHARACTER_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_COMMENT_ONE_CHARACTER_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_COMMENT_ONE_CHARACTER_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_COMMENT_PLURAL_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_COMMENT_PLURAL_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_IGNORE_LINES_ONE_CHARACTER_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_IGNORE_LINES_ONE_CHARACTER_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_IGNORE_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_IGNORE_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_PRECONDITION_ONE_CHARACTER_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_PRECONDITION_ONE_CHARACTER_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_PRECONDITIONS_ONE_CHARACTER_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_PRECONDITIONS_ONE_CHARACTER_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_PROPERTY_ONE_CHARACTER_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_PROPERTY_ONE_CHARACTER_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_ROLLBACK_ONE_CHARACTER_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_ROLLBACK_ONE_CHARACTER_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_VALID_CHECK_SUM_ONE_CHARACTER_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ALT_VALID_CHECK_SUM_ONE_CHARACTER_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- altConnection - Variable in class liquibase.extension.testing.setup.TestSetupEnvironment
- alternatePropertyNames() - Element in annotation type liquibase.change.DatabaseChangeProperty
- AlterSequenceChange - Class in liquibase.change.core
-
Modifies properties of an existing sequence.
- AlterSequenceChange() - Constructor for class liquibase.change.core.AlterSequenceChange
- AlterSequenceGenerator - Class in liquibase.sqlgenerator.core
- AlterSequenceGenerator() - Constructor for class liquibase.sqlgenerator.core.AlterSequenceGenerator
- AlterSequenceStatement - Class in liquibase.statement.core
- AlterSequenceStatement(String, String, String) - Constructor for class liquibase.statement.core.AlterSequenceStatement
- altPassword - Variable in class liquibase.extension.testing.setup.TestSetupEnvironment
- altUrl - Variable in class liquibase.extension.testing.setup.TestSetupEnvironment
- altUsername - Variable in class liquibase.extension.testing.setup.TestSetupEnvironment
- ALWAYS_DROP_INSTEAD_OF_REPLACE - Static variable in class liquibase.GlobalConfiguration
- ALWAYS_OVERRIDE_STORED_LOGIC_SCHEMA - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- ALWAYS_OVERRIDE_STORED_LOGIC_SCHEMA - Static variable in class liquibase.GlobalConfiguration
- ALWAYS_SET_FETCH_SIZE - Static variable in class liquibase.sql.SqlConfiguration
- AnalyticsArgs - Class in liquibase.analytics.configuration
- AnalyticsArgs() - Constructor for class liquibase.analytics.configuration.AnalyticsArgs
- AnalyticsBatch - Class in liquibase.analytics
-
The batch method lets you send a series of Identify, Group, Track, Page and Screen requests in a single batch, saving on outbound requests.
- AnalyticsBatch() - Constructor for class liquibase.analytics.AnalyticsBatch
- AnalyticsConfiguration - Interface in liquibase.analytics.configuration
- AnalyticsConfigurationFactory - Class in liquibase.analytics.configuration
- AnalyticsConfigurationFactory() - Constructor for class liquibase.analytics.configuration.AnalyticsConfigurationFactory
- analyticsEnabled - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Enable or disable sending product usage data and analytics to Liquibase.
- analyticsEvent - Enum constant in enum liquibase.Scope.Attr
- AnalyticsFactory - Class in liquibase.analytics
- AnalyticsFactory() - Constructor for class liquibase.analytics.AnalyticsFactory
- AnalyticsListener - Interface in liquibase.analytics
-
The
UsageAnalyticsListener
interface extends thePlugin
interface and is designed for handling events related to usage analytics. - AnalyticsTrackEvent - Class in liquibase.analytics
- AnalyticsTrackEvent() - Constructor for class liquibase.analytics.AnalyticsTrackEvent
- analyzeRequiredDatabases(String[]) - Method in class liquibase.change.ChangeParameterMetaData
- analyzeSupportedDatabases(String[]) - Method in class liquibase.change.ChangeParameterMetaData
- AndPrecondition - Class in liquibase.precondition.core
-
Container class for all preconditions on a change log.
- AndPrecondition() - Constructor for class liquibase.precondition.core.AndPrecondition
- AnonymousSeed - Class in liquibase.analytics
-
This class generates an anonymous seed based on various system properties such as the username, MAC addresses, and machine ID.
- AnonymousSeed() - Constructor for class liquibase.analytics.AnonymousSeed
-
Constructs an AnonymousSeed object.
- AntResourceAccessor - Class in liquibase.integration.ant
- AntResourceAccessor(AntClassLoader, String) - Constructor for class liquibase.integration.ant.AntResourceAccessor
- AntTaskLogger - Class in liquibase.integration.ant
-
An implementation of the Liquibase logger that logs to the given Ant task.
- AntTaskLogger(Task) - Constructor for class liquibase.integration.ant.AntTaskLogger
- AntTaskLogger(Task, LogMessageFilter) - Constructor for class liquibase.integration.ant.AntTaskLogger
-
Deprecated.use
AntTaskLogger(org.apache.tools.ant.Task)
instead - AntTaskLogService - Class in liquibase.integration.ant
-
An implementation of the Liquibase LogService that logs all messages to the given Ant task.
- AntTaskLogService(Task) - Constructor for class liquibase.integration.ant.AntTaskLogService
- append(Enum, String) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.append(String, String)
when using enums. - append(Enum, StringClauses) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.append(String, StringClauses)
when using enums. - append(String) - Method in class liquibase.util.StringClauses
-
Adds a new clause at the end of the list.
- append(String, String) - Method in class liquibase.util.StringClauses
-
Adds a new clause at the end of the list with the given key.
- append(String, StringClauses) - Method in class liquibase.util.StringClauses
-
Adds a new sub-clause at the end of the list with the given key.
- append(ChangeSet, File) - Method in interface liquibase.serializer.ChangeLogSerializer
- append(ChangeSet, File) - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
- append(ChangeSet, File) - Method in class liquibase.serializer.core.string.StringChangeLogSerializer
- append(ChangeSet, File) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
- append(ChangeSet, File) - Method in class liquibase.serializer.core.yaml.YamlChangeLogSerializer
- append(StringClauses.LiteralClause) - Method in class liquibase.util.StringClauses
- appendAdditionalSummaryMessages(StringBuilder, ChangeLogIterator) - Method in interface liquibase.report.ShowSummaryGenerator
-
Append any additional summary messages that shuold be reported in the show summary output.
- appendAdditionalSummaryMessages(StringBuilder, ChangeLogIterator) - Method in class liquibase.report.StandardShowSummaryGenerator
- appendChangeSet(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- AppendSqlIfNotPresentVisitor - Class in liquibase.sql.visitor
- AppendSqlIfNotPresentVisitor() - Constructor for class liquibase.sql.visitor.AppendSqlIfNotPresentVisitor
- AppendSqlVisitor - Class in liquibase.sql.visitor
- AppendSqlVisitor() - Constructor for class liquibase.sql.visitor.AppendSqlVisitor
- appliesTo() - Element in annotation type liquibase.change.DatabaseChange
-
Value to put into
ChangeMetaData.getAppliesTo()
- appliesTo(DatabaseObject) - Method in class liquibase.change.ChangeMetaData
- apply(Statement, Description) - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Allows test system to be auto-controlled by JUnit tests.
- applyColumnParameter(PreparedStatement, int, ColumnConfig) - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
Sets a single bind variable for a statement to its designated value
- applyDefaults() - Method in class liquibase.integration.commandline.Main
-
Deprecated.
- applyParameters(Liquibase) - Method in class liquibase.integration.ant.type.ChangeLogParametersType
- applyVisitors(String, List<SqlVisitor>) - Method in class liquibase.statement.ExecutablePreparedStatementBase
- applyVisitors(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.AbstractExecutor
- areEqual() - Method in class liquibase.diff.DiffResult
- areEqual() - Method in class liquibase.diff.StringDiff
- areEqual(Object, Object) - Method in interface liquibase.diff.ObjectDifferences.CompareFunction
- areEqual(Object, Object) - Method in class liquibase.diff.ObjectDifferences.DatabaseObjectNameCompareFunction
- areEqual(Object, Object) - Method in class liquibase.diff.ObjectDifferences.DataTypeCompareFunction
- areEqual(Object, Object) - Method in class liquibase.diff.ObjectDifferences.OrderedCollectionCompareFunction
- areEqual(Object, Object) - Method in class liquibase.diff.ObjectDifferences.StandardCompareFunction
- areEqual(Object, Object) - Method in class liquibase.diff.ObjectDifferences.ToStringCompareFunction
- areEqual(Object, Object) - Method in class liquibase.diff.ObjectDifferences.UnOrderedCollectionCompareFunction
- argument(String, Class<DataType>) - Method in class liquibase.command.CommandBuilder
-
Starts the building of a new
CommandArgumentDefinition
. - argument(CommonArgumentNames, Class<DataType>) - Method in class liquibase.command.CommandBuilder
-
Starts the building of a new
CommandArgumentDefinition
. - ARGUMENT_CONVERTER - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- ARGUMENT_KEY - Static variable in class liquibase.util.ObjectUtil
- arrayFromNames(String) - Static method in class liquibase.change.ColumnConfig
- arrayFromNames(String) - Static method in class liquibase.structure.core.Column
- assertComplete(boolean, String) - Method in class liquibase.change.ChangeStatus
- assertCorrect(boolean, String) - Method in class liquibase.change.ChangeStatus
- attached(Database) - Method in interface liquibase.database.DatabaseConnection
- attached(Database) - Method in class liquibase.database.jvm.JdbcConnection
- attached(Database) - Method in class liquibase.database.MockDatabaseConnection
- attached(Database) - Method in class liquibase.database.OfflineConnection
- attachParams(List<? extends ColumnConfig>, PreparedStatement) - Method in class liquibase.statement.BatchDmlExecutablePreparedStatement
- attachParams(List<? extends ColumnConfig>, PreparedStatement) - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
Sets the list of bind variables for the execution of a DML statement
- Attribute() - Constructor for class liquibase.ObjectMetaData.Attribute
- Attribute(String) - Constructor for class liquibase.ObjectMetaData.Attribute
- attributes - Variable in class liquibase.ObjectMetaData
-
Metadata about all the object's attributes.
- AUTHOR - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- AUTHOR_ARG - Static variable in class liquibase.command.core.DiffChangelogCommandStep
- AUTHOR_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- AuthorListWriter - Class in liquibase.dbdoc
- AuthorListWriter(Resource) - Constructor for class liquibase.dbdoc.AuthorListWriter
- AuthorWriter - Class in liquibase.dbdoc
- AuthorWriter(Resource, Database) - Constructor for class liquibase.dbdoc.AuthorWriter
- AUTO_REORG - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- AUTO_REORG - Static variable in class liquibase.GlobalConfiguration
- AutoIncrementConstraint - Class in liquibase.statement
- AutoIncrementConstraint() - Constructor for class liquibase.statement.AutoIncrementConstraint
- AutoIncrementConstraint(String) - Constructor for class liquibase.statement.AutoIncrementConstraint
- AutoIncrementConstraint(String, BigInteger, BigInteger) - Constructor for class liquibase.statement.AutoIncrementConstraint
- AutoIncrementConstraint(String, BigInteger, BigInteger, String, Boolean) - Constructor for class liquibase.statement.AutoIncrementConstraint
- AutoIncrementInformation() - Constructor for class liquibase.structure.core.Column.AutoIncrementInformation
- AutoIncrementInformation(Number, Number) - Constructor for class liquibase.structure.core.Column.AutoIncrementInformation
- AutoloadedConfigurations - Interface in liquibase.configuration
-
Marker interface for a class containing
ConfigurationDefinition
which should be auto-loaded at Liquibase startup. - autoUpdate - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
Allows automatic backup and updating of liquibase.checks.conf file when new policy checks are available.
- available() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
- available() - Method in class liquibase.change.NormalizingStreamV8
-
Deprecated.
- available() - Method in class liquibase.changelog.PropertyExpandingStream
B
- backup(int) - Method in class liquibase.util.grammar.SimpleCharStream
-
Backup a number of characters.
- Banner - Class in liquibase.integration.commandline
- Banner() - Constructor for class liquibase.integration.commandline.Banner
- BASE_INVALID_LICENSE_MESSAGE - Static variable in interface liquibase.license.LicenseService
- BASE64_PATTERN - Static variable in class liquibase.change.core.LoadDataChange
- BaseLiquibaseTask - Class in liquibase.integration.ant
-
Base class for all Ant Liquibase tasks.
- BaseLiquibaseTask() - Constructor for class liquibase.integration.ant.BaseLiquibaseTask
- baseOutputDir - Variable in class liquibase.dbdoc.HTMLWriter
- BatchDmlExecutablePreparedStatement - Class in liquibase.statement
-
Performance-optimised version of
ExecutablePreparedStatementBase
. - BatchDmlExecutablePreparedStatement(Database, String, String, String, List<LoadDataColumnConfig>, ChangeSet, ResourceAccessor, List<ExecutablePreparedStatementBase>) - Constructor for class liquibase.statement.BatchDmlExecutablePreparedStatement
- BatchDmlExecutablePreparedStatementGenerator - Class in liquibase.sqlgenerator.core
-
Dummy SQL generator for $
BatchDmlExecutablePreparedStatement
- BatchDmlExecutablePreparedStatementGenerator() - Constructor for class liquibase.sqlgenerator.core.BatchDmlExecutablePreparedStatementGenerator
- beanName - Variable in class liquibase.integration.spring.SpringLiquibase
- beginColumn - Variable in class liquibase.util.grammar.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class liquibase.util.grammar.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in class liquibase.util.grammar.SimpleCharStream
-
Start.
- Beta - Annotation Type in liquibase
-
Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
- BigIntType - Class in liquibase.datatype.core
-
Represents a signed integer number using 64 bits of storage.
- BigIntType() - Constructor for class liquibase.datatype.core.BigIntType
- BinaryTypeSnowflake - Class in liquibase.datatype.core
- BinaryTypeSnowflake() - Constructor for class liquibase.datatype.core.BinaryTypeSnowflake
- BIND_ARG - Static variable in class liquibase.command.core.StartH2CommandStep
- BLOB - Enum constant in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
- BlobType - Class in liquibase.datatype.core
- BlobType() - Constructor for class liquibase.datatype.core.BlobType
- BomAwareInputStream - Class in liquibase.util
-
Deprecated.use
BOMInputStream
instead - BomAwareInputStream(InputStream) - Constructor for class liquibase.util.BomAwareInputStream
-
Deprecated.
- BOOLEAN - Enum constant in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
- BooleanParser - Class in liquibase.util
-
Deprecated.use
BooleanUtil
- BooleanParser() - Constructor for class liquibase.util.BooleanParser
-
Deprecated.
- BooleanType - Class in liquibase.datatype.core
- BooleanType() - Constructor for class liquibase.datatype.core.BooleanType
- BooleanUtil - Class in liquibase.util
-
Various utility methods for working with boolean objects.
- BooleanUtil() - Constructor for class liquibase.util.BooleanUtil
- BooleanUtils - Class in liquibase.util
-
Deprecated.use
BooleanUtil
- BooleanUtils() - Constructor for class liquibase.util.BooleanUtils
-
Deprecated.
- bufcolumn - Variable in class liquibase.util.grammar.SimpleCharStream
- buffer - Variable in class liquibase.util.grammar.SimpleCharStream
- BufferedLogger - Class in liquibase.logging.core
-
Deprecated.
- BufferedLogger(Class, BufferedLogService) - Constructor for class liquibase.logging.core.BufferedLogger
-
Deprecated.
- BufferedLogger(Class, BufferedLogService, LogMessageFilter) - Constructor for class liquibase.logging.core.BufferedLogger
-
Deprecated.
- BufferedLogMessage(Level, Class, String, Throwable) - Constructor for class liquibase.logging.core.BufferedLogService.BufferedLogMessage
-
Deprecated.
- BufferedLogService - Class in liquibase.logging.core
-
Deprecated.
- BufferedLogService() - Constructor for class liquibase.logging.core.BufferedLogService
-
Deprecated.
- BufferedLogService.BufferedLogMessage - Class in liquibase.logging.core
-
Deprecated.
- bufline - Variable in class liquibase.util.grammar.SimpleCharStream
- bufpos - Variable in class liquibase.util.grammar.SimpleCharStream
-
Position in buffer.
- build() - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Complete construction and register the definition with the rest of the system.
- build() - Method in class liquibase.command.CommandResultDefinition.Building
-
Complete construction and register the definition with the rest of the system.
- build() - Method in class liquibase.configuration.ConfigurationDefinition.Building
-
Finishes building this definition AND registers it with
LiquibaseConfiguration.registerDefinition(ConfigurationDefinition)
. - build(String, Collection<LiquibaseSchema>) - Method in class liquibase.integration.cdi.SchemesTreeBuilder
-
Builds a collection of schemes sorted according dependencies
- build(String, Collection<LiquibaseSchema>) - Method in class liquibase.integration.jakarta.cdi.SchemesTreeBuilder
-
Builds a collection of schemes sorted according dependencies
- buildCatalogAndSchemaString(String, String) - Static method in class liquibase.database.core.DatabaseUtils
-
Build a string containing the catalog and schema, separated by a period, if they are not empty.
- Builder(String) - Constructor for class liquibase.configuration.ConfigurationDefinition.Builder
- buildFullContext() - Method in class liquibase.changelog.ChangeSet
-
Build and return a string which contains both the changeset and inherited context
- buildFullLabels() - Method in class liquibase.changelog.ChangeSet
-
Build and return a string which contains both the changeset and inherited labels
- buildProperties() - Method in class liquibase.integration.ant.type.ConnectionProperties
- buildRawSQLChange(String) - Static method in class liquibase.command.core.AbstractRollbackCommandStep
- buildSummaryDetails(DatabaseChangeLog, UpdateSummaryEnum, UpdateSummaryOutputEnum, StatusVisitor, OutputStream, ChangeLogIterator) - Static method in class liquibase.util.ShowSummaryUtil
- buildSummaryDetails(DatabaseChangeLog, UpdateSummaryEnum, UpdateSummaryOutputEnum, StatusVisitor, OutputStream, ChangeLogIterator, ChangeExecListener) - Static method in class liquibase.util.ShowSummaryUtil
-
Show a summary of the changesets which were executed AND return an object with the records of what has happened.
- buildTemporary() - Method in class liquibase.configuration.ConfigurationDefinition.Building
-
Finishes building this definition WITHOUT registering it with
LiquibaseConfiguration.registerDefinition(ConfigurationDefinition)
. - bulkContainsSchema(String) - Method in class liquibase.snapshot.jvm.SnowflakeResultSetConstraintsExtractor
- bulkContainsSchema(String) - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- bulkFetch() - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- bulkFetch() - Method in class liquibase.snapshot.ResultSetCache.SingleResultSetExtractor
- bulkFetchQuery() - Method in class liquibase.snapshot.jvm.SnowflakeResultSetConstraintsExtractor
- bulkFetchQuery() - Method in class liquibase.snapshot.ResultSetCache.SingleResultSetExtractor
- ByCheckSumNotNullAndNotLike() - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByCheckSumNotNullAndNotLike
- ByNotNullCheckSum() - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum
- ByTag(String) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByTag
- BYTE - Enum constant in enum liquibase.structure.core.DataType.ColumnSizeUnit
C
- Cache<T> - Class in liquibase.util
-
A wrapper around a method which is expected to be called multiple times.
- Cache(Callable<T>) - Constructor for class liquibase.util.Cache
- Cache(Callable<T>, boolean) - Constructor for class liquibase.util.Cache
- CachedRow - Class in liquibase.snapshot
- CachedRow(Map<String, Object>) - Constructor for class liquibase.snapshot.CachedRow
- CachingDatabaseMetaData(Database, DatabaseMetaData) - Constructor for class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
- calculateCheckSum(String) - Method in class liquibase.Liquibase
-
Calculate the checksum for a given identifier
- calculateCheckSum(String, String, String) - Method in class liquibase.Liquibase
-
Calculate the checksum for a given changeset specified by path, changeset id and author
- CalculateChecksumCommandStep - Class in liquibase.command.core
- CalculateChecksumCommandStep() - Constructor for class liquibase.command.core.CalculateChecksumCommandStep
- CallableSql - Class in liquibase.sql
- CallableSql(String, String) - Constructor for class liquibase.sql.CallableSql
- CallableSql(String, String, String) - Constructor for class liquibase.sql.CallableSql
- CallableSqlStatement - Interface in liquibase.statement
- canAccessDbaRecycleBin() - Method in class liquibase.database.core.OracleDatabase
- canCreateChangeLogTable() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- canCreateChangeLogTable() - Method in class liquibase.database.AbstractJdbcDatabase
- caseSensitive - Variable in class liquibase.database.AbstractJdbcDatabase
- catalog - Variable in class org.liquibase.maven.plugins.LiquibaseDropAll
- Catalog - Class in liquibase.structure.core
- Catalog() - Constructor for class liquibase.structure.core.Catalog
- Catalog(String) - Constructor for class liquibase.structure.core.Catalog
- CATALOG_AND_SCHEMAS_ARG - Static variable in class liquibase.command.core.DbDocCommandStep
- CATALOG_AND_SCHEMAS_ARG - Static variable in class liquibase.command.core.DropAllCommandStep
- CatalogAndSchema - Class in liquibase
-
Object representing a database catalog and schema.
- CatalogAndSchema(String, String) - Constructor for class liquibase.CatalogAndSchema
- CatalogAndSchema.CatalogAndSchemaCase - Enum in liquibase
- CatalogComparator - Class in liquibase.diff.compare.core
- CatalogComparator() - Constructor for class liquibase.diff.compare.core.CatalogComparator
- CatalogLevelObject - Interface in liquibase.structure
- catalogName - Variable in class liquibase.change.AbstractTableChange
- catalogName - Variable in class liquibase.change.core.AbstractModifyDataChange
- CatalogSnapshotGenerator - Class in liquibase.snapshot.jvm
- CatalogSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.CatalogSnapshotGenerator
- CDIBootstrap - Class in liquibase.integration.cdi
-
CDI Bootstrap
- CDIBootstrap - Class in liquibase.integration.jakarta.cdi
-
CDI Bootstrap
- CDIBootstrap() - Constructor for class liquibase.integration.cdi.CDIBootstrap
- CDIBootstrap() - Constructor for class liquibase.integration.jakarta.cdi.CDIBootstrap
- CDILiquibase - Class in liquibase.integration.cdi
-
A CDI wrapper for Liquibase.
- CDILiquibase - Class in liquibase.integration.jakarta.cdi
-
A CDI wrapper for Liquibase.
- CDILiquibase() - Constructor for class liquibase.integration.cdi.CDILiquibase
- CDILiquibase() - Constructor for class liquibase.integration.jakarta.cdi.CDILiquibase
- CDILiquibaseConfig - Class in liquibase.integration.cdi
-
Holds the configuration for Liquibase
- CDILiquibaseConfig - Class in liquibase.integration.jakarta.cdi
-
Holds the configuration for Liquibase
- CDILiquibaseConfig() - Constructor for class liquibase.integration.cdi.CDILiquibaseConfig
- CDILiquibaseConfig() - Constructor for class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- ch - Variable in class liquibase.integration.commandline.Main.CodePointCheck
-
Deprecated.
- change - Variable in class liquibase.exception.ValidationErrors
- Change - Interface in liquibase.change
-
Interface all changes (refactorings) implement.
- CHANGE_EXEC_LISTENER_ARG - Static variable in class liquibase.command.core.helpers.ChangeExecListenerCommandStep
- CHANGE_EXEC_LISTENER_CLASS_ARG - Static variable in class liquibase.command.core.helpers.ChangeExecListenerCommandStep
- CHANGE_EXEC_LISTENER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.helpers.ChangeExecListenerCommandStep
- CHANGE_SET - Static variable in class liquibase.changelog.DatabaseChangeLog
- CHANGE_SET_AUTHOR - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- CHANGE_SET_ID - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- CHANGE_SET_PATH - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- CHANGE_SET_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- CHANGE_SET_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ChangedColumnChangeGenerator - Class in liquibase.diff.output.changelog.core
- ChangedColumnChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
- ChangedForeignKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
- ChangedForeignKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator
- ChangedIndexChangeGenerator - Class in liquibase.diff.output.changelog.core
- ChangedIndexChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
- ChangedObjectChangeGenerator - Interface in liquibase.diff.output.changelog
- ChangedPrimaryKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
- ChangedPrimaryKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
- ChangedSequenceChangeGenerator - Class in liquibase.diff.output.changelog.core
- ChangedSequenceChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
- ChangedSequenceChangeGeneratorSnowflake - Class in liquibase.diff.output.changelog.core
- ChangedSequenceChangeGeneratorSnowflake() - Constructor for class liquibase.diff.output.changelog.core.ChangedSequenceChangeGeneratorSnowflake
- ChangedTableChangeGenerator - Class in liquibase.diff.output.changelog.core
- ChangedTableChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedTableChangeGenerator
- ChangedUniqueConstraintChangeGenerator - Class in liquibase.diff.output.changelog.core
- ChangedUniqueConstraintChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
- ChangedViewChangeGenerator - Class in liquibase.diff.output.changelog.core
- ChangedViewChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
- ChangeExecListener - Interface in liquibase.changelog.visitor
-
An implementation of ChangeExecListener can be called by UpdateVisitor or RollbackVisitor for each changeset that is actually run.
- changeExecListenerClass - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- changeExecListenerClass - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the fully qualified class name of the custom ChangeExecListener
- ChangeExecListenerCommandStep - Class in liquibase.command.core.helpers
-
Creates a ChangeExecListener or utilizes the one provided as argument
- ChangeExecListenerCommandStep() - Constructor for class liquibase.command.core.helpers.ChangeExecListenerCommandStep
- changeExecListenerPropertiesFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- changeExecListenerPropertiesFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the property file for controlling the custom ChangeExecListener
- ChangeExecListenerUtils - Class in liquibase.integration.commandline
- ChangeFactory - Class in liquibase.change
-
Factory class for constructing the correct liquibase.change.Change implementation based on a command name.
- ChangeGenerator - Interface in liquibase.diff.output.changelog
- ChangeGeneratorChain - Class in liquibase.diff.output.changelog
- ChangeGeneratorChain(SortedSet<ChangeGenerator>) - Constructor for class liquibase.diff.output.changelog.ChangeGeneratorChain
- ChangeGeneratorComparator - Class in liquibase.diff.output.changelog
- ChangeGeneratorComparator(Class<? extends DatabaseObject>, Database) - Constructor for class liquibase.diff.output.changelog.ChangeGeneratorComparator
- ChangeGeneratorFactory - Class in liquibase.diff.output.changelog
- changeLog - Variable in class liquibase.integration.spring.SpringLiquibase
- CHANGELOG_ARG - Static variable in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- CHANGELOG_ARG - Static variable in class liquibase.command.core.UpdateCommandStep
- CHANGELOG_FILE - Enum constant in enum liquibase.command.CommonArgumentNames
- CHANGELOG_FILE - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.DiffChangelogCommandStep
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UpdateCommandStep
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UpdateCountCommandStep
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UpdateCountSqlCommandStep
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UpdateSqlCommandStep
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UpdateToTagCommandStep
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UpdateToTagSqlCommandStep
- CHANGELOG_PARAMETERS - Static variable in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- CHANGELOG_PARAMETERS - Static variable in class liquibase.command.core.UpdateCountCommandStep
- CHANGELOG_PARAMETERS - Static variable in class liquibase.command.core.UpdateToTagCommandStep
- CHANGELOG_PARSE_MODE - Static variable in class liquibase.parser.ChangeLogParserConfiguration
- CHANGELOG_PROPERTIES - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGELOG_SYNC_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
- changelogCatalogName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the schema Liquibase will use to create your changelog tables.
- ChangeLogChild - Interface in liquibase.changelog
- changeLogDirectory - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
Specifies the directory where Liquibase can find your changelog file.
- changeLogFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- changeLogFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
Specifies the changelog file for Liquibase to use.
- changeLogFile - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
Specifies the changelog file for Liquibase Policy Checks to use.
- changeLogHistoryService - Enum constant in enum liquibase.Scope.Attr
- ChangeLogHistoryService - Interface in liquibase.changelog
- ChangeLogHistoryServiceFactory - Class in liquibase.changelog
- ChangeLogInclude - Class in liquibase.changelog
- ChangeLogInclude() - Constructor for class liquibase.changelog.ChangeLogInclude
- ChangeLogIncludeAll - Class in liquibase.changelog
- ChangeLogIncludeAll() - Constructor for class liquibase.changelog.ChangeLogIncludeAll
- ChangeLogIterator - Class in liquibase.changelog
-
The ChangeLogIterator class is responsible for iterating through a list of ChangeSets in a DatabaseChangeLog and executing a visitor for each ChangeSet that passes the specified filters.
- ChangeLogIterator(List<RanChangeSet>, DatabaseChangeLog, List<ChangeSetFilter>) - Constructor for class liquibase.changelog.ChangeLogIterator
- ChangeLogIterator(List<RanChangeSet>, DatabaseChangeLog, ChangeSetFilter...) - Constructor for class liquibase.changelog.ChangeLogIterator
- ChangeLogIterator(DatabaseChangeLog, List<ChangeSetFilter>) - Constructor for class liquibase.changelog.ChangeLogIterator
- ChangeLogIterator(DatabaseChangeLog, ChangeSetFilter...) - Constructor for class liquibase.changelog.ChangeLogIterator
- ChangelogJdbcMdcListener - Class in liquibase.executor.jvm
-
A wrapper utility class around the standard JdbcExecutor used to monitor and log sql from Jdbc queries
- ChangelogJdbcMdcListener() - Constructor for class liquibase.executor.jvm.ChangelogJdbcMdcListener
- ChangelogJdbcMdcListener.ExecuteJdbc - Interface in liquibase.executor.jvm
- ChangelogJdbcMdcListener.QueryJdbc<T> - Interface in liquibase.executor.jvm
- ChangeLogListWriter - Class in liquibase.dbdoc
- ChangeLogListWriter(Resource) - Constructor for class liquibase.dbdoc.ChangeLogListWriter
- CHANGELOGLOCK_POLL_RATE - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- CHANGELOGLOCK_POLL_RATE - Static variable in class liquibase.GlobalConfiguration
- CHANGELOGLOCK_WAIT_TIME - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- CHANGELOGLOCK_WAIT_TIME - Static variable in class liquibase.GlobalConfiguration
- changeLogLockPollRate - Variable in class liquibase.lockservice.StandardLockService
- changeLogLockRecheckTime - Variable in class liquibase.lockservice.StandardLockService
- ChangeLogOutputFile - Class in liquibase.integration.ant.type
- ChangeLogOutputFile() - Constructor for class liquibase.integration.ant.type.ChangeLogOutputFile
- changeLogParameters - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- ChangeLogParameters - Class in liquibase.changelog
-
Holds the parameters configured for a
DatabaseChangeLog
. - ChangeLogParameters() - Constructor for class liquibase.changelog.ChangeLogParameters
-
Calls
ChangeLogParameters(Database)
with a null database. - ChangeLogParameters(Database) - Constructor for class liquibase.changelog.ChangeLogParameters
-
Creates a new ChangeLogParameters instance, populated with a set of "database.*" global parameters based on the passed database configuration.
- ChangeLogParametersType - Class in liquibase.integration.ant.type
- ChangeLogParametersType(Project) - Constructor for class liquibase.integration.ant.type.ChangeLogParametersType
- ChangeLogParseException - Exception in liquibase.exception
- ChangeLogParseException(String) - Constructor for exception liquibase.exception.ChangeLogParseException
- ChangeLogParseException(String, Throwable) - Constructor for exception liquibase.exception.ChangeLogParseException
- ChangeLogParseException(Throwable) - Constructor for exception liquibase.exception.ChangeLogParseException
- ChangeLogParser - Interface in liquibase.parser
-
Defines the methods a class which is able to parse a Liquibase changelog file must support.
- ChangeLogParserCofiguration - Class in liquibase.parser
-
Deprecated.Use correctly spelled version
- ChangeLogParserCofiguration() - Constructor for class liquibase.parser.ChangeLogParserCofiguration
-
Deprecated.
- ChangeLogParserConfiguration - Class in liquibase.parser
-
Configuration container for properties applicable to most
ChangeLogParser
implementations - ChangeLogParserConfiguration() - Constructor for class liquibase.parser.ChangeLogParserConfiguration
- ChangeLogParserConfiguration.ChangelogParseMode - Enum in liquibase.parser
- ChangeLogParserConfiguration.MissingIncludeConfiguration - Enum in liquibase.parser
- ChangeLogParserConfiguration.MissingPropertyMode - Enum in liquibase.parser
- ChangeLogParserFactory - Class in liquibase.parser
- ChangeLogProperty - Class in liquibase.changelog
- ChangeLogProperty() - Constructor for class liquibase.changelog.ChangeLogProperty
- ChangeLogPropertyDefinedPrecondition - Class in liquibase.precondition.core
- ChangeLogPropertyDefinedPrecondition() - Constructor for class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
- changelogSchemaName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the schema Liquibase will use to create your changelog table.
- ChangeLogSerializer - Interface in liquibase.serializer
- ChangeLogSerializerFactory - Class in liquibase.serializer
- changeLogSync(String) - Method in class liquibase.Liquibase
- changeLogSync(String, Writer) - Method in class liquibase.Liquibase
- changeLogSync(String, String) - Method in class liquibase.Liquibase
- changeLogSync(String, String, Writer) - Method in class liquibase.Liquibase
- changeLogSync(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
-
Synchronizes the changelog with the database up to a specified tag.
- changeLogSync(String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- changeLogSync(Contexts) - Method in class liquibase.Liquibase
-
Deprecated.use version with LabelExpression
- changeLogSync(Contexts, LabelExpression) - Method in class liquibase.Liquibase
- changeLogSync(Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- ChangelogSyncCommandStep - Class in liquibase.command.core
- ChangelogSyncCommandStep() - Constructor for class liquibase.command.core.ChangelogSyncCommandStep
- ChangeLogSyncListener - Interface in liquibase.changelog.visitor
- ChangelogSyncSqlCommandStep - Class in liquibase.command.core
- ChangelogSyncSqlCommandStep() - Constructor for class liquibase.command.core.ChangelogSyncSqlCommandStep
- ChangeLogSyncTask - Class in liquibase.integration.ant
- ChangeLogSyncTask() - Constructor for class liquibase.integration.ant.ChangeLogSyncTask
- ChangelogSyncToTagCommandStep - Class in liquibase.command.core
- ChangelogSyncToTagCommandStep() - Constructor for class liquibase.command.core.ChangelogSyncToTagCommandStep
- ChangelogSyncToTagSqlCommandStep - Class in liquibase.command.core
- ChangelogSyncToTagSqlCommandStep() - Constructor for class liquibase.command.core.ChangelogSyncToTagSqlCommandStep
- ChangeLogSyncToTagTask - Class in liquibase.integration.ant
- ChangeLogSyncToTagTask() - Constructor for class liquibase.integration.ant.ChangeLogSyncToTagTask
- ChangeLogSyncVisitor - Class in liquibase.changelog.visitor
- ChangeLogSyncVisitor(Database) - Constructor for class liquibase.changelog.visitor.ChangeLogSyncVisitor
- ChangeLogSyncVisitor(Database, ChangeLogSyncListener) - Constructor for class liquibase.changelog.visitor.ChangeLogSyncVisitor
- ChangeLogWriter - Class in liquibase.dbdoc
- ChangeLogWriter(ResourceAccessor, Resource) - Constructor for class liquibase.dbdoc.ChangeLogWriter
- ChangeMetaData - Class in liquibase.change
-
Static metadata about a
link Change
. - ChangeMetaData(String, String, int, String[], Map<String, String>, Set<ChangeParameterMetaData>) - Constructor for class liquibase.change.ChangeMetaData
- ChangeNotFoundException - Exception in liquibase.exception
- ChangeNotFoundException(String, Database) - Constructor for exception liquibase.exception.ChangeNotFoundException
- ChangeParameterMetaData - Class in liquibase.change
-
Static metadata about a
Change
parameter. - ChangeParameterMetaData(Change, String, String, String, Map<String, Object>, String, Type, String[], String[], String, LiquibaseSerializable.SerializationType) - Constructor for class liquibase.change.ChangeParameterMetaData
- ChangeParameterMetaData(Change, String, String, String, Map<String, Object>, String, Type, String[], String[], String, LiquibaseSerializable.SerializationType, String[]) - Constructor for class liquibase.change.ChangeParameterMetaData
- changeSet - Enum constant in enum liquibase.Scope.Attr
- Changeset() - Constructor for class liquibase.logging.mdc.customobjects.History.Changeset
- Changeset() - Constructor for class liquibase.logging.mdc.customobjects.Status.Changeset
- Changeset(String, String, String) - Constructor for class liquibase.logging.mdc.customobjects.Status.Changeset
- Changeset(RanChangeSet) - Constructor for class liquibase.logging.mdc.customobjects.History.Changeset
- ChangeSet - Class in liquibase.changelog
-
Encapsulates a changeSet and all its associated changes.
- ChangeSet(String, String, boolean, boolean, String, String, String, boolean, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
- ChangeSet(String, String, boolean, boolean, String, String, String, boolean, ObjectQuotingStrategy, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
- ChangeSet(String, String, boolean, boolean, String, String, String, String, String, boolean, ObjectQuotingStrategy, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
- ChangeSet(String, String, boolean, boolean, String, String, String, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
- ChangeSet(String, String, boolean, boolean, String, String, String, ObjectQuotingStrategy, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
- ChangeSet(String, String, String, String) - Constructor for class liquibase.logging.mdc.customobjects.ChangesetsRolledback.ChangeSet
- ChangeSet(DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
- CHANGESET_ALREADY_RAN_MESSAGE - Static variable in class liquibase.changelog.filter.ShouldRunChangeSetFilter
- CHANGESET_AUTHOR - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGESET_AUTHOR_ARG - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
- CHANGESET_COMMENT - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGESET_CONTEXT - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGESET_FILEPATH - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGESET_ID - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGESET_ID_ARG - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
- CHANGESET_IDENTIFIER_ARG - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
- CHANGESET_LABEL - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGESET_OPERATION_START_TIME - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGESET_OPERATION_STOP_TIME - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGESET_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGESET_PATH_ARG - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
- CHANGESET_SQL - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGESET_SYNC_COUNT - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGESET_SYNC_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
- ChangeSet.ExecType - Enum in liquibase.changelog
- ChangeSet.RunStatus - Enum in liquibase.changelog
- ChangeSet.ValidationFailOption - Enum in liquibase.changelog
- changeSetAuthor - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- changeSetAuthor - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
The author to be specified for Changesets in the generated Change Log.
- changeSetAuthor - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
The author to be specified for Changesets in the generated Change Log.
- changeSetAuthor - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetMojo
-
Specifies the author of the changeSet you want to rollback.
- changeSetAuthor - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetSQL
-
Specifies the author of the changeSet you want to rollback.
- changeSetContext - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- changeSetContext - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
The execution context to be used for Changesets in the generated Change Log, which can be "," separated if multiple contexts.
- ChangesetDetails() - Constructor for class liquibase.report.RollbackReportParameters.ChangesetDetails
- ChangeSetExecutedPrecondition - Class in liquibase.precondition.core
- ChangeSetExecutedPrecondition() - Constructor for class liquibase.precondition.core.ChangeSetExecutedPrecondition
- ChangeSetFilter - Interface in liquibase.changelog.filter
- ChangeSetFilterResult - Class in liquibase.changelog.filter
-
Contains the result of a
ChangeSetFilter.accepts(liquibase.changelog.ChangeSet)
call. - ChangeSetFilterResult(boolean, String, Class<? extends ChangeSetFilter>) - Constructor for class liquibase.changelog.filter.ChangeSetFilterResult
- ChangeSetFilterResult(boolean, String, Class<? extends ChangeSetFilter>, String, String) - Constructor for class liquibase.changelog.filter.ChangeSetFilterResult
- changeSetFilters - Variable in class liquibase.changelog.ChangeLogIterator
- changeSetId - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetMojo
-
The changeset ID to rollback
- changeSetId - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetSQL
-
The changeset ID to rollback
- ChangesetInfo - Class in liquibase.report
- ChangesetInfo() - Constructor for class liquibase.report.ChangesetInfo
- ChangeSetInfo() - Constructor for class liquibase.integration.UnexpectedChangeSetsValidator.ChangeSetInfo
- changeSetPath - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetMojo
-
Specifies the path to the changelog which contains the change-set you want to rollback.
- changeSetPath - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetSQL
-
Specifies the path to the changelog which contains the change-set you want to rollback.
- CHANGESETS_ROLLED_BACK - Static variable in class liquibase.logging.mdc.MdcKey
- CHANGESETS_UPDATED - Static variable in class liquibase.logging.mdc.MdcKey
- ChangeSetService - Interface in liquibase.changeset
-
The ChangSetService allows for creation and modification of ChangeSets to be pluggable The implemented createChangeSet methods support calls from the Liquibase Core to create Change Sets.
- ChangeSetServiceFactory - Class in liquibase.changeset
-
Create the appropriate ChangeSetService instance
- ChangesetsRolledback - Class in liquibase.logging.mdc.customobjects
- ChangesetsRolledback() - Constructor for class liquibase.logging.mdc.customobjects.ChangesetsRolledback
-
Constructor for service locator.
- ChangesetsRolledback(List<ChangesetsRolledback.ChangeSet>) - Constructor for class liquibase.logging.mdc.customobjects.ChangesetsRolledback
- ChangesetsRolledback.ChangeSet - Class in liquibase.logging.mdc.customobjects
- ChangeSetStatus - Class in liquibase.changelog
-
Contains the current status of a ChangeSet.
- ChangeSetStatus(ChangeSet) - Constructor for class liquibase.changelog.ChangeSetStatus
- ChangeSetStatus(ChangeSet, boolean) - Constructor for class liquibase.changelog.ChangeSetStatus
- ChangesetsUpdated - Class in liquibase.logging.mdc.customobjects
-
Custom MDC object to represent the changesets that were deployed during an update event.
- ChangesetsUpdated() - Constructor for class liquibase.logging.mdc.customobjects.ChangesetsUpdated
-
Constructor for service locator.
- ChangesetsUpdated(List<ChangeSet>) - Constructor for class liquibase.logging.mdc.customobjects.ChangesetsUpdated
- ChangeSetVisitor - Interface in liquibase.changelog.visitor
-
Called by
ChangeLogIterator
when aChangeSetFilter
accept a changeSet. - ChangeSetVisitor.Direction - Enum in liquibase.changelog.visitor
- ChangeStatus - Class in liquibase.change
- ChangeStatus() - Constructor for class liquibase.change.ChangeStatus
- ChangeStatus.Status - Enum in liquibase.change
- changesToApply - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
-
The number of changes to apply to the database.
- ChangeVisitor - Interface in liquibase.change.visitor
- ChangeVisitorFactory - Class in liquibase.change.visitor
-
Factory class for constructing the liquibase.change.ChangeVisitor implementation based on a change name.
- ChangeWithColumns<T extends ColumnConfig> - Interface in liquibase.change
-
Markers a Change class as containing one or more
ColumnConfig
configuration. - CHAR - Enum constant in enum liquibase.structure.core.DataType.ColumnSizeUnit
- CharType - Class in liquibase.datatype.core
- CharType() - Constructor for class liquibase.datatype.core.CharType
- check(Database) - Method in interface liquibase.precondition.CustomPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.AndPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.DBMSPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.IndexExistsPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.NotPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.OrPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.PreconditionContainer
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.RowCountPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.RunningAsPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.SqlPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.TableExistsPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.TableIsEmptyPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ViewExistsPrecondition
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.CustomPreconditionWrapper
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in interface liquibase.precondition.Precondition
- checkArg(String) - Static method in class liquibase.integration.commandline.Main
-
Deprecated.Check the string for known characters which cannot be handled
- checkDatabaseConnection() - Method in interface liquibase.database.Database
-
Some databases (such as MongoDB) require you to verify the connection to the database to ensure that the database is accessible.
- checkDisallowedField(String, Object, Database, Class<? extends Database>...) - Method in class liquibase.exception.ValidationErrors
-
Checks if a field is forbidden in combination with a given Database (most often because that database does not implement the features required by the field/value combination).
- checkLiquibaseTables(boolean, DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.Liquibase
- checkName - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
Comma-separated list of one or more enabled checks to run.
- checkProLicenseAndThrowException(String[]) - Static method in class liquibase.license.LicenseServiceUtils
-
Throw an exception if there is no valid pro license.
- checkRequiredField(String, Object) - Method in class liquibase.exception.ValidationErrors
-
Convenience method for
ValidationErrors.checkRequiredField(String, Object, String, boolean)
with allowEmptyValue=false - checkRequiredField(String, Object, boolean) - Method in class liquibase.exception.ValidationErrors
-
Convenience method for
ValidationErrors.checkRequiredField(String, Object, String, boolean)
with a null postfix - checkRequiredField(String, Object, String) - Method in class liquibase.exception.ValidationErrors
-
Convenience method for
ValidationErrors.checkRequiredField(String, Object, String, boolean)
with allowEmptyValue=false - checkRequiredField(String, Object, String, boolean) - Method in class liquibase.exception.ValidationErrors
-
Checks that the given value is set.
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Performs some validation after the properties file has been loaded checking that all properties required have been specified.
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagMojo
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagSQLMojo
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Performs some validation after the properties file has been loaded checking that all properties required have been specified.
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseRollback
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseTag
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseTagExistsMojo
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseValidate
- checkRequiredRollbackParameters() - Method in class org.liquibase.maven.plugins.LiquibaseFutureRollbackSQL
- checkRequiredRollbackParameters() - Method in class org.liquibase.maven.plugins.LiquibaseRollback
- checkSetup() - Method in class liquibase.integration.commandline.Main
-
Deprecated.After parsing, checks if the given combination of main command and can be executed.
- checksScope - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
The Liquibase component to run checks against, which can be a comma separated list
- checksSettingsFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChecksMojo
-
Specifies the checksSettingsFile file for Liquibase Policy Checks to use.
- checkStatus(Database) - Method in class liquibase.change.AbstractChange
- checkStatus(Database) - Method in class liquibase.change.AbstractSQLChange
- checkStatus(Database) - Method in interface liquibase.change.Change
-
Validate that this change executed successfully against the given database.
- checkStatus(Database) - Method in class liquibase.change.core.AddAutoIncrementChange
- checkStatus(Database) - Method in class liquibase.change.core.AddColumnChange
- checkStatus(Database) - Method in class liquibase.change.core.AddDefaultValueChange
- checkStatus(Database) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- checkStatus(Database) - Method in class liquibase.change.core.AddLookupTableChange
- checkStatus(Database) - Method in class liquibase.change.core.AddPrimaryKeyChange
- checkStatus(Database) - Method in class liquibase.change.core.AddUniqueConstraintChange
- checkStatus(Database) - Method in class liquibase.change.core.AlterSequenceChange
- checkStatus(Database) - Method in class liquibase.change.core.CreateIndexChange
- checkStatus(Database) - Method in class liquibase.change.core.CreateProcedureChange
- checkStatus(Database) - Method in class liquibase.change.core.CreateSequenceChange
- checkStatus(Database) - Method in class liquibase.change.core.CreateTableChange
- checkStatus(Database) - Method in class liquibase.change.core.CreateViewChange
- checkStatus(Database) - Method in class liquibase.change.core.DropColumnChange
- checkStatus(Database) - Method in class liquibase.change.core.DropDefaultValueChange
- checkStatus(Database) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
- checkStatus(Database) - Method in class liquibase.change.core.DropIndexChange
- checkStatus(Database) - Method in class liquibase.change.core.DropNotNullConstraintChange
- checkStatus(Database) - Method in class liquibase.change.core.DropPrimaryKeyChange
- checkStatus(Database) - Method in class liquibase.change.core.DropSequenceChange
- checkStatus(Database) - Method in class liquibase.change.core.DropTableChange
- checkStatus(Database) - Method in class liquibase.change.core.DropUniqueConstraintChange
- checkStatus(Database) - Method in class liquibase.change.core.DropViewChange
- checkStatus(Database) - Method in class liquibase.change.core.InsertDataChange
- checkStatus(Database) - Method in class liquibase.change.core.LoadDataChange
- checkStatus(Database) - Method in class liquibase.change.core.LoadUpdateDataChange
- checkStatus(Database) - Method in class liquibase.change.core.RenameColumnChange
- checkStatus(Database) - Method in class liquibase.change.core.RenameTableChange
- checkStatus(Database) - Method in class liquibase.change.core.RenameViewChange
- checkStatus(Database) - Method in class liquibase.change.core.TagDatabaseChange
- checkStatus(Database) - Method in class liquibase.change.core.UpdateDataChange
- checkString(String) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
-
Catch any characters that will cause problems when parsing the XML down the road.
- checkSum - Variable in class liquibase.changelog.ChangeSet
- CheckSum - Class in liquibase.change
-
CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran.
- CHECKSUM_RESULT - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
- checksumChanged(ChangeSet, RanChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
- checksumVersion - Enum constant in enum liquibase.Scope.Attr
- ChecksumVersion - Enum in liquibase
-
Enum used to keep track of Liquibase Checksum versions introduced to enable the support of multiple versions at the same time.
- checkVersionInfo(DatabaseSnapshot, DatabaseSnapshot, DiffResult) - Method in class liquibase.diff.core.StandardDiffGenerator
- child(Enum, Object, Scope.ScopedRunner) - Static method in class liquibase.Scope
- child(String, Object, Scope.ScopedRunner) - Static method in class liquibase.Scope
-
Creates a new scope that is a child of this scope.
- child(Map<String, Object>, Scope.ScopedRunner) - Static method in class liquibase.Scope
-
Creates a new scope that is a child of this scope.
- child(Map<String, Object>, Scope.ScopedRunnerWithReturn<ReturnType>) - Static method in class liquibase.Scope
-
Creates a new scope that is a child of this scope.
- child(LiquibaseListener, Map<String, Object>, Scope.ScopedRunner) - Static method in class liquibase.Scope
- child(LiquibaseListener, Map<String, Object>, Scope.ScopedRunnerWithReturn<T>) - Static method in class liquibase.Scope
- child(LiquibaseListener, Scope.ScopedRunner) - Static method in class liquibase.Scope
-
Creates a new child scope that includes the given
LiquibaseListener
. - CLASS - Static variable in interface liquibase.configuration.ConfigurationValueConverter
- classLoader - Enum constant in enum liquibase.Scope.Attr
- classLoader - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- ClassLoaderResourceAccessor - Class in liquibase.resource
-
An implementation of
DirectoryResourceAccessor
that builds up the file roots based on the passedClassLoader
. - ClassLoaderResourceAccessor() - Constructor for class liquibase.resource.ClassLoaderResourceAccessor
- ClassLoaderResourceAccessor(ClassLoader) - Constructor for class liquibase.resource.ClassLoaderResourceAccessor
- classpath - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- CLASSPATH - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- classTags - Variable in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
- ClauseIterator(LinkedHashMap<String, Object>) - Constructor for class liquibase.util.StringClauses.ClauseIterator
- cleanExceptionMessage(String) - Method in class liquibase.integration.commandline.LiquibaseCommandLine
- cleanNameFromDatabase(String, Database) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
- cleanup() - Method in class liquibase.extension.testing.setup.SetupConfigurationValueProvider
- cleanup() - Method in class liquibase.extension.testing.setup.TestSetup
- cleanup(Database) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- cleanup(Database) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncSQLMojo
- cleanup(Database) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagSQLMojo
- cleanup(Database) - Method in class org.liquibase.maven.plugins.LiquibaseFutureRollbackSQL
- cleanup(Database) - Method in class org.liquibase.maven.plugins.LiquibaseRollbackSQL
- cleanup(Database) - Method in class org.liquibase.maven.plugins.LiquibaseUpdateSQL
- cleanUp(CommandResultsBuilder) - Method in interface liquibase.command.CleanUpCommandStep
-
Method invoked to execute the cleanup action.
- cleanUp(CommandResultsBuilder) - Method in class liquibase.command.core.AbstractUpdateCommandStep
- cleanUp(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.AbstractDatabaseConnectionCommandStep
- cleanUp(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.AbstractOutputWriterCommandStep
- cleanUp(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- cleanUp(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.LockServiceCommandStep
- CleanUpCommandStep - Interface in liquibase.command
-
Interface implemented by CommandSteps when they need to execute clean up tasks (such as closing database connections, flushing files, etc.) after other steps in the pipeline are executed.
- clear() - Method in interface liquibase.logging.mdc.MdcManager
-
Clear the MDC.
- clear() - Method in class liquibase.logging.mdc.NoOpMdcManager
- clear() - Method in class liquibase.util.SmartMap
- clearAllCheckSums() - Method in interface liquibase.changelog.ChangeLogHistoryService
- clearAllCheckSums() - Method in class liquibase.changelog.MockChangeLogHistoryService
- clearAllCheckSums() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- clearAllCheckSums() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- clearCache() - Method in class liquibase.changelog.FastCheckService
-
Clear fastCheck cache
- clearCache() - Method in class liquibase.util.Cache
- clearCheckSum() - Method in class liquibase.changelog.ChangeSet
- clearCheckSums - Variable in class liquibase.integration.spring.SpringLiquibase
- clearCheckSums - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
A flag that forces checksums to be cleared from the DATABASECHANGELOG table.
- clearCheckSums() - Method in class liquibase.changelog.DatabaseChangeLog
- clearCheckSums() - Method in class liquibase.Liquibase
-
Sets checksums to null, so they will be repopulated next run
- ClearChecksumsCommandStep - Class in liquibase.command.core
- ClearChecksumsCommandStep() - Constructor for class liquibase.command.core.ClearChecksumsCommandStep
- clearData() - Static method in class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- ClearDatabaseChangeLogTableGenerator - Class in liquibase.sqlgenerator.core
- ClearDatabaseChangeLogTableGenerator() - Constructor for class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
- ClearDatabaseChangeLogTableStatement - Class in liquibase.statement.core
- ClearDatabaseChangeLogTableStatement(String, String) - Constructor for class liquibase.statement.core.ClearDatabaseChangeLogTableStatement
- clearExecutor(String, Database) - Method in class liquibase.executor.ExecutorService
- clearExecutor(Database) - Method in class liquibase.executor.ExecutorService
-
Deprecated.Please use clearExecutor(name, database)
- clearRegistry() - Method in class liquibase.database.DatabaseFactory
-
Removes all registered databases, even built in ones.
- clearWarnings() - Method in class liquibase.database.jvm.JdbcConnection
- CLOB - Enum constant in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
- ClobType - Class in liquibase.datatype.core
- ClobType() - Constructor for class liquibase.datatype.core.ClobType
- ClobTypeSnowflake - Class in liquibase.datatype.core
- ClobTypeSnowflake() - Constructor for class liquibase.datatype.core.ClobTypeSnowflake
- clone() - Method in class liquibase.AbstractExtensibleObject
- clone() - Method in interface liquibase.ExtensibleObject
-
Expose
Cloneable#clone()
as public - clone(DatabaseObject[]) - Method in class liquibase.snapshot.DatabaseSnapshot
-
Searches the current snapshot content for the given examples.
- close() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
- close() - Method in class liquibase.change.NormalizingStreamV8
-
Deprecated.
- close() - Method in class liquibase.changelog.PropertyExpandingStream
- close() - Method in class liquibase.database.AbstractJdbcDatabase
- close() - Method in class liquibase.database.core.DerbyDatabase
- close() - Method in class liquibase.database.core.MockDatabase
- close() - Method in interface liquibase.database.Database
- close() - Method in interface liquibase.database.DatabaseConnection
- close() - Method in class liquibase.database.jvm.JdbcConnection
- close() - Method in class liquibase.database.MockDatabaseConnection
- close() - Method in class liquibase.database.OfflineConnection
- close() - Method in class liquibase.database.TempObjectQuotingStrategy
- close() - Method in class liquibase.integration.ant.AntTaskLogService
- close() - Method in class liquibase.integration.spring.SpringResourceAccessor
- close() - Method in interface liquibase.io.OutputFileHandler
-
Closes any resources associated with the output file handler.
- close() - Method in class liquibase.io.StandardOutputFileHandler
- close() - Method in class liquibase.Liquibase
- close() - Method in class liquibase.logging.core.AbstractLogService
-
Default implementation does nothing.
- close() - Method in class liquibase.logging.core.BufferedLogger
-
Deprecated.
- close() - Method in class liquibase.logging.core.CompositeLogger
- close() - Method in interface liquibase.logging.Logger
- close() - Method in interface liquibase.logging.LogService
-
Closes the current log output file(s) or any other resources used by this LoggerFactory and its Loggers.
- close() - Method in class liquibase.logging.mdc.MdcObject
- close() - Method in class liquibase.resource.ClassLoaderResourceAccessor
- close() - Method in class liquibase.resource.CompositeResourceAccessor
- close() - Method in class liquibase.resource.DirectoryResourceAccessor
- close() - Method in class liquibase.resource.InputStreamList
-
Close the streams in this collection.
- close() - Method in class liquibase.resource.ZipResourceAccessor
- close() - Method in class liquibase.sdk.resource.MockResourceAccessor
- close() - Method in class liquibase.util.csv.CSVReader
- close() - Method in class liquibase.util.csv.CSVWriter
- close(ResultSet, Statement) - Static method in class liquibase.util.JdbcUtil
- closeDatabase(Database) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
Convenience method to safely close the database connection.
- closeResultSet(ResultSet) - Static method in class liquibase.util.JdbcUtil
-
Close the given JDBC ResultSet and ignore any thrown exception.
- closeStatement(Statement) - Static method in class liquibase.util.JdbcUtil
-
Close the given JDBC Statement and ignore any thrown exception.
- CLUSTERED_ATTRIBUTE - Static variable in class liquibase.structure.core.PrimaryKey
- CockroachDatabase - Class in liquibase.database.core
- CockroachDatabase() - Constructor for class liquibase.database.core.CockroachDatabase
- CockroachTestSystem - Class in liquibase.extension.testing.testsystem.core
- CockroachTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.CockroachTestSystem
- CockroachTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.CockroachTestSystem
- code - Variable in class liquibase.license.LicenseInstallResult
- CODE_POINT_LIMIT - Static variable in class liquibase.parser.core.yaml.YamlSnapshotParser
- CodePointCheck() - Constructor for class liquibase.integration.commandline.Main.CodePointCheck
-
Deprecated.
- collectArguments(CommandScope) - Method in class liquibase.command.AbstractCliWrapperCommandStep
-
Deprecated.Called by
AbstractCliWrapperCommandStep.run(CommandResultsBuilder)
to create the actual arguments passed toMain.run(String[])
. - collectArguments(CommandScope, List<String>, String) - Method in class liquibase.command.AbstractCliWrapperCommandStep
-
Deprecated.Collects the values from commandScope into an argument array to pass to
Main
. - CollectionUtil - Class in liquibase.util
- CollectionUtil() - Constructor for class liquibase.util.CollectionUtil
- column - Variable in class liquibase.util.grammar.SimpleCharStream
- Column - Class in liquibase.structure.core
- Column() - Constructor for class liquibase.structure.core.Column
- Column(Class<? extends Relation>, String, String, String, String) - Constructor for class liquibase.structure.core.Column
- Column(String) - Constructor for class liquibase.structure.core.Column
- Column(ColumnConfig) - Constructor for class liquibase.structure.core.Column
- COLUMN_DEF_COL - Static variable in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
- Column.AutoIncrementInformation - Class in liquibase.structure.core
- ColumnAutoIncrementService - Class in liquibase.snapshot.jvm
-
Service class that centralizes database specific auto increment parameters information.
- ColumnAutoIncrementService() - Constructor for class liquibase.snapshot.jvm.ColumnAutoIncrementService
- ColumnComparator - Class in liquibase.diff.compare.core
- ColumnComparator() - Constructor for class liquibase.diff.compare.core.ColumnComparator
- ColumnConfig - Class in liquibase.change
-
The standard configuration used by Change classes to represent a column.
- ColumnConfig() - Constructor for class liquibase.change.ColumnConfig
-
Create am empty ColumnConfig object.
- ColumnConfig(Column) - Constructor for class liquibase.change.ColumnConfig
-
Create a ColumnConfig object based on a
Column
snapshot. - ColumnConfig.ValueNumeric - Class in liquibase.change
- columnConfigFromName(String, Integer) - Method in class liquibase.change.core.LoadDataChange
-
Get the column using the name, index or the header
- ColumnConstraint - Interface in liquibase.statement
- ColumnExistsPrecondition - Class in liquibase.precondition.core
- ColumnExistsPrecondition() - Constructor for class liquibase.precondition.core.ColumnExistsPrecondition
- columnIdString(int, LoadDataColumnConfig) - Method in class liquibase.change.core.LoadDataChange
-
Returns a unique
string
for the column for better identification. - ColumnMapRowMapper - Class in liquibase.executor.jvm
-
RowMapper
implementation that creates ajava.util.Map
for each row, representing all columns as key-value pairs: one entry for each column, with the column name as key. - ColumnMapRowMapper(boolean) - Constructor for class liquibase.executor.jvm.ColumnMapRowMapper
- ColumnParentType - Enum in liquibase.util
-
Used to indicate what type of relation owns a column.
- ColumnSnapshotGenerator - Class in liquibase.snapshot.jvm
- ColumnSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGenerator
- ColumnSnapshotGeneratorH2 - Class in liquibase.snapshot.jvm
- ColumnSnapshotGeneratorH2() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGeneratorH2
- ColumnSnapshotGeneratorInformix - Class in liquibase.snapshot.jvm
-
Informix-specific parts of ColumnSnapshotGenerator to account for various quirks in IBM Informix.
- ColumnSnapshotGeneratorInformix() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGeneratorInformix
- ColumnSnapshotGeneratorOracle - Class in liquibase.snapshot.jvm
-
Oracle Database-specific parts of ColumnSnapshotGenerator
- ColumnSnapshotGeneratorOracle() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGeneratorOracle
- ColumnWriter - Class in liquibase.dbdoc
- ColumnWriter(Resource, Database) - Constructor for class liquibase.dbdoc.ColumnWriter
- command - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- COMMAND_ARGUMENTS - Static variable in class liquibase.integration.commandline.LiquibaseCommandLine
- COMMAND_CONTEXT_FILTER - Static variable in class liquibase.logging.mdc.MdcKey
- COMMAND_FAILED - Static variable in class liquibase.logging.mdc.MdcValue
- COMMAND_LABEL_FILTER - Static variable in class liquibase.logging.mdc.MdcKey
- COMMAND_NAME - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.ChangelogSyncCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.ChangelogSyncSqlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.ChangelogSyncToTagCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.ChangelogSyncToTagSqlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.ClearChecksumsCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.DbDocCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.DiffChangelogCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.DiffCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.DropAllCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.ExecuteSqlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.FutureRollbackCountSqlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.FutureRollbackSqlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.AbstractChangelogCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.AbstractDatabaseConnectionCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.ChangeExecListenerCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.DiffOutputControlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.LockServiceCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.ShowSummaryArgument
- COMMAND_NAME - Static variable in class liquibase.command.core.HistoryCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.InternalSnapshotCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.ListLocksCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.MarkNextChangesetRanCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.MarkNextChangesetRanSqlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.ReleaseLocksCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.RollbackCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.RollbackCountCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.RollbackCountSqlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.RollbackSqlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.RollbackToDateCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.RollbackToDateSqlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.SnapshotCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.SnapshotReferenceCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.StartH2CommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.StatusCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.StopH2CommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.TagCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.TagExistsCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.UnexpectedChangesetsCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateCountCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateCountSqlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateSqlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateTestingRollbackCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateToTagCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateToTagSqlCommandStep
- COMMAND_NAME - Static variable in class liquibase.command.core.ValidateCommandStep
- COMMAND_NAME - Static variable in class liquibase.extension.testing.testsystem.command.TestSystemDownCommand
- COMMAND_NAME - Static variable in class liquibase.extension.testing.testsystem.command.TestSystemUpCommand
- COMMAND_SUCCESSFUL - Static variable in class liquibase.logging.mdc.MdcValue
- CommandArgument - Class in liquibase.command
-
Deprecated.Used by the old
LiquibaseCommand
style of command setup. - CommandArgument() - Constructor for class liquibase.command.CommandArgument
-
Deprecated.
- CommandArgumentDefinition<DataType> - Class in liquibase.command
-
Defines a known, type-safe argument for a specific
CommandStep
. - CommandArgumentDefinition(String, Class<DataType>) - Constructor for class liquibase.command.CommandArgumentDefinition
- CommandArgumentDefinition.Building<DataType> - Class in liquibase.command
-
A new
CommandArgumentDefinition
under construction fromCommandBuilder
- CommandBuilder - Class in liquibase.command
-
Builder for configuring
CommandStep
settings, such asCommandArgumentDefinition
s andCommandResultDefinition
s - CommandBuilder(String[]...) - Constructor for class liquibase.command.CommandBuilder
-
Creates a builder for the given command name
- CommandDefinition - Class in liquibase.command
-
Metadata about a particular command.
- CommandDefinition(String[]) - Constructor for class liquibase.command.CommandDefinition
- CommandExecutionException - Exception in liquibase.command
-
Deprecated.Used by the old
LiquibaseCommand
style of command setup. - CommandExecutionException - Exception in liquibase.exception
- CommandExecutionException(String) - Constructor for exception liquibase.exception.CommandExecutionException
- CommandExecutionException(String, Throwable) - Constructor for exception liquibase.exception.CommandExecutionException
- CommandExecutionException(Throwable) - Constructor for exception liquibase.command.CommandExecutionException
-
Deprecated.
- CommandExecutionException(Throwable) - Constructor for exception liquibase.exception.CommandExecutionException
- CommandFactory - Class in liquibase.command
-
Manages the command related implementations.
- CommandFactory() - Constructor for class liquibase.command.CommandFactory
- commandFailed(String, int) - Method in class liquibase.command.CommandResultsBuilder
- commandFailed(String, int, boolean) - Method in class liquibase.command.CommandResultsBuilder
- CommandFailedException - Exception in liquibase.command
-
CommandFailedException is thrown any time a command did not succeed.
- CommandFailedException(CommandResults, int, String, boolean) - Constructor for exception liquibase.command.CommandFailedException
- CommandLineArgumentValueProvider - Class in liquibase.integration.commandline
- CommandLineArgumentValueProvider(CommandLine.ParseResult) - Constructor for class liquibase.integration.commandline.CommandLineArgumentValueProvider
- CommandLineParsingException - Exception in liquibase.exception
-
Deprecated.
- CommandLineParsingException() - Constructor for exception liquibase.exception.CommandLineParsingException
-
Deprecated.
- CommandLineParsingException(String) - Constructor for exception liquibase.exception.CommandLineParsingException
-
Deprecated.
- CommandLineParsingException(String, Throwable) - Constructor for exception liquibase.exception.CommandLineParsingException
-
Deprecated.
- CommandLineParsingException(Throwable) - Constructor for exception liquibase.exception.CommandLineParsingException
-
Deprecated.
- CommandLineUtils - Class in liquibase.integration.commandline
-
Common Utility methods used in the CommandLine application and the Maven plugin.
- CommandLineUtils() - Constructor for class liquibase.integration.commandline.CommandLineUtils
- commandName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- CommandOverride - Annotation Type in liquibase.command
-
Used to indicate that this CommandStep is intentionally overriding another CommandStep.
- commandParams - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- CommandResult - Class in liquibase.command
-
Deprecated.Used by the old
LiquibaseCommand
style of command setup. - CommandResult() - Constructor for class liquibase.command.CommandResult
-
Deprecated.Creates new CommandResult with succeeded=true and message="Successful"
- CommandResult(String) - Constructor for class liquibase.command.CommandResult
-
Deprecated.Creates new CommandResult with the given message and succeeded=true
- CommandResult(String, boolean) - Constructor for class liquibase.command.CommandResult
-
Deprecated.
- CommandResultDefinition<DataType> - Class in liquibase.command
-
Defines a known, type-safe result from a specific
CommandStep
. - CommandResultDefinition(String, Class<DataType>) - Constructor for class liquibase.command.CommandResultDefinition
- CommandResultDefinition.Building<DataType> - Class in liquibase.command
- CommandResults - Class in liquibase.command
-
The results of
CommandScope.execute()
. - CommandResults(SortedMap<String, Object>, CommandScope) - Constructor for class liquibase.command.CommandResults
- CommandResultsBuilder - Class in liquibase.command
-
Because
CommandResults
is immutable, this class is used to build up the results duringCommandStep.run(CommandResultsBuilder)
. - CommandScope - Class in liquibase.command
-
The primary facade used for executing commands.
- CommandScope(String...) - Constructor for class liquibase.command.CommandScope
-
Creates a new scope for the given command.
- CommandStep - Interface in liquibase.command
-
Defines a particular step in a command pipeline.
- CommandValidationErrors - Class in liquibase.command
-
Deprecated.Used by the old
LiquibaseCommand
style of command setup. - CommandValidationErrors(LiquibaseCommand) - Constructor for class liquibase.command.CommandValidationErrors
-
Deprecated.
- CommandValidationException - Exception in liquibase.exception
-
Exception thrown when any pre-execution validation fails.
- CommandValidationException(String) - Constructor for exception liquibase.exception.CommandValidationException
- CommandValidationException(String, String) - Constructor for exception liquibase.exception.CommandValidationException
- CommandValidationException(String, String, Throwable) - Constructor for exception liquibase.exception.CommandValidationException
- CommandValidationException(String, Throwable) - Constructor for exception liquibase.exception.CommandValidationException
- CommandValidationException(Throwable) - Constructor for exception liquibase.exception.CommandValidationException
- comment(String) - Method in interface liquibase.executor.Executor
-
Adds a comment to the database.
- comment(String) - Method in class liquibase.executor.jvm.JdbcExecutor
- comment(String) - Method in class liquibase.executor.LoggingExecutor
- Comment(String) - Constructor for class liquibase.util.StringClauses.Comment
- COMMENT_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- COMMENT_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- CommentGenerator - Class in liquibase.sqlgenerator.core
- CommentGenerator() - Constructor for class liquibase.sqlgenerator.core.CommentGenerator
- CommentStatement - Class in liquibase.statement.core
- CommentStatement(String) - Constructor for class liquibase.statement.core.CommentStatement
- commit() - Method in class liquibase.database.AbstractJdbcDatabase
- commit() - Method in class liquibase.database.core.MockDatabase
- commit() - Method in interface liquibase.database.Database
- commit() - Method in interface liquibase.database.DatabaseConnection
- commit() - Method in class liquibase.database.jvm.DerbyConnection
- commit() - Method in class liquibase.database.jvm.HsqlConnection
- commit() - Method in class liquibase.database.jvm.JdbcConnection
- commit() - Method in class liquibase.database.jvm.SybaseConnection
- commit() - Method in class liquibase.database.MockDatabaseConnection
- commit() - Method in class liquibase.database.OfflineConnection
- CommonArgumentNames - Enum in liquibase.command
-
A common place to store commonly used command argument names.
- CommonCatalogSchemaComparator - Class in liquibase.diff.compare.core
-
DatabaseObjectComparator for Catalog and Schema comparators with common stuff
- CommonCatalogSchemaComparator() - Constructor for class liquibase.diff.compare.core.CommonCatalogSchemaComparator
- COMPARATOR - Static variable in interface liquibase.servicelocator.PrioritizedService
- compare(String, String, DatabaseObject, DatabaseObject, ObjectDifferences.CompareFunction) - Method in class liquibase.diff.ObjectDifferences
- compare(String, DatabaseObject, DatabaseObject, ObjectDifferences.CompareFunction) - Method in class liquibase.diff.ObjectDifferences
- compare(Database, Database, CompareControl) - Method in class liquibase.diff.DiffGeneratorFactory
- compare(Database, Database, SnapshotControl, SnapshotControl, CompareControl) - Method in class liquibase.diff.DiffGeneratorFactory
- compare(ChangeGenerator, ChangeGenerator) - Method in class liquibase.diff.output.changelog.ChangeGeneratorComparator
- compare(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Method in class liquibase.diff.core.StandardDiffGenerator
- compare(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Method in interface liquibase.diff.DiffGenerator
- compare(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Method in class liquibase.diff.DiffGeneratorFactory
- compare(DatabaseObject, DatabaseObject) - Method in class liquibase.diff.compare.DatabaseObjectCollectionComparator
- COMPARE_CONTROL_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
- COMPARE_CONTROL_RESULT - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
- CompareControl - Class in liquibase.diff.compare
- CompareControl() - Constructor for class liquibase.diff.compare.CompareControl
- CompareControl(String[], Set<Class<? extends DatabaseObject>>) - Constructor for class liquibase.diff.compare.CompareControl
- CompareControl(Set<Class<? extends DatabaseObject>>) - Constructor for class liquibase.diff.compare.CompareControl
- CompareControl(CompareControl.SchemaComparison[], String) - Constructor for class liquibase.diff.compare.CompareControl
- CompareControl(CompareControl.SchemaComparison[], Set<Class<? extends DatabaseObject>>) - Constructor for class liquibase.diff.compare.CompareControl
- CompareControl.ComputedSchemas - Class in liquibase.diff.compare
- CompareControl.DatabaseRole - Enum in liquibase.diff.compare
- CompareControl.SchemaComparison - Class in liquibase.diff.compare
- compareObjectNames(Database, String, String) - Static method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
- compareObjectType(Class<T>, DatabaseSnapshot, DatabaseSnapshot, DiffResult) - Method in class liquibase.diff.core.StandardDiffGenerator
- compareTo(Object) - Method in class liquibase.command.CommandArgument
-
Deprecated.
- compareTo(Object) - Method in class liquibase.diff.Difference
- compareTo(Object) - Method in class liquibase.structure.AbstractDatabaseObject
- compareTo(Object) - Method in class liquibase.structure.core.Column
- compareTo(Object) - Method in class liquibase.structure.core.ForeignKey
- compareTo(Object) - Method in class liquibase.structure.core.Index
- compareTo(Object) - Method in class liquibase.structure.core.PrimaryKey
- compareTo(Object) - Method in class liquibase.structure.core.Relation
- compareTo(Object) - Method in class liquibase.structure.core.UniqueConstraint
- compareTo(DatabaseChangeLog) - Method in class liquibase.changelog.DatabaseChangeLog
- compareTo(CommandArgumentDefinition<?>) - Method in class liquibase.command.CommandArgumentDefinition
- compareTo(CommandDefinition) - Method in class liquibase.command.CommandDefinition
- compareTo(CommandResultDefinition<?>) - Method in class liquibase.command.CommandResultDefinition
- compareTo(ConfigurationDefinition) - Method in class liquibase.configuration.ConfigurationDefinition
- compareTo(TestSystem.Definition) - Method in class liquibase.extension.testing.testsystem.TestSystem.Definition
- compareTo(ObjectMetaData.Attribute) - Method in class liquibase.ObjectMetaData.Attribute
- compareTo(VersionUtils.LibraryInfo) - Method in class liquibase.util.VersionUtils.LibraryInfo
- COMPARISON - Enum constant in enum liquibase.diff.compare.CompareControl.DatabaseRole
- complete - Enum constant in enum liquibase.change.ChangeStatus.Status
- COMPLETE_SQL_SCOPE_KEY - Static variable in interface liquibase.database.Database
- COMPLEX_IDENTIFIER - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- CompositeLogger - Class in liquibase.logging.core
- CompositeLogger(List<Logger>) - Constructor for class liquibase.logging.core.CompositeLogger
- CompositeLogger(List<Logger>, LogMessageFilter) - Constructor for class liquibase.logging.core.CompositeLogger
-
Deprecated.
- CompositeLogService - Class in liquibase.logging.core
- CompositeLogService() - Constructor for class liquibase.logging.core.CompositeLogService
- CompositeLogService(boolean, LogService...) - Constructor for class liquibase.logging.core.CompositeLogService
- CompositeResourceAccessor - Class in liquibase.resource
-
A
ResourceAccessor
that contains multiple sub-accessors and combines the results of all of them. - CompositeResourceAccessor(Collection<ResourceAccessor>) - Constructor for class liquibase.resource.CompositeResourceAccessor
- CompositeResourceAccessor(ResourceAccessor...) - Constructor for class liquibase.resource.CompositeResourceAccessor
- CompositeUIService - Class in liquibase.ui
-
Used for handling multiple UI output services.
- CompositeUIService(UIService, Collection<UIService>) - Constructor for class liquibase.ui.CompositeUIService
- CompoundStatement - Interface in liquibase.statement
-
Marker interface to indicate that a
SqlStatement
can generate differentSql
which should be specifically executed - compute(InputStream, boolean) - Static method in class liquibase.change.CheckSum
-
Compute a CheckSum of the given data stream (no normalization of line endings!)
- compute(String) - Static method in class liquibase.change.CheckSum
-
Compute a storedCheckSum of the given string.
- COMPUTE - Static variable in class liquibase.change.ChangeParameterMetaData
- COMPUTED - Enum constant in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
- computeDependencies() - Method in class liquibase.util.DependencyUtil.DependencyGraph
- ComputedSchemas() - Constructor for class liquibase.diff.compare.CompareControl.ComputedSchemas
- computeMaxWidths(String[][]) - Static method in class liquibase.util.TableOutput
-
Compute the size of the largest string of each column of the provided table
- computeMaxWidths(List<List<String>>) - Static method in class liquibase.util.TableOutput
-
Compute the size of the largest string of each column of the provided table
- computeMD5(InputStream) - Static method in class liquibase.util.MD5Util
- computeMD5(String) - Static method in class liquibase.util.MD5Util
- computeSchemas(String, String, String, String, String, String, String, Database) - Static method in class liquibase.diff.compare.CompareControl
- concat(String, String) - Static method in class liquibase.util.FilenameUtil
-
Concatenates a filename to a base path using normal command line style rules.
- concatConsistentCase(String, String) - Static method in class liquibase.util.StringUtil
-
Concatenates the addition string to the baseString string, adjusting the case of "addition" to match the base string.
- Conditional - Interface in liquibase.precondition
- config - Variable in class liquibase.integration.cdi.CDILiquibase
- config - Variable in class liquibase.integration.jakarta.cdi.CDILiquibase
- config(String) - Method in class liquibase.logging.core.AbstractLogger
- config(String) - Method in interface liquibase.logging.Logger
-
Logs configuration information.
- config(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
- config(String, Throwable) - Method in interface liquibase.logging.Logger
-
Logs configuration information together with data from an error/exception.
- CONFIG_ENDPOINT_TIMEOUT_MILLIS - Static variable in class liquibase.analytics.configuration.AnalyticsArgs
- CONFIG_ENDPOINT_URL - Static variable in class liquibase.analytics.configuration.AnalyticsArgs
- ConfigurationContainer - Interface in liquibase.configuration
-
Deprecated.interface from old style configuration code. Use
ConfigurationDefinition
andAutoloadedConfigurations
now. - ConfigurationContainer() - Constructor for class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
-
Deprecated.
- ConfigurationDefinition<DataType> - Class in liquibase.configuration
-
A higher-level/detailed definition to provide type-safety, metadata, default values, etc.
- ConfigurationDefinition.Builder - Class in liquibase.configuration
-
Used to construct new
ConfigurationDefinition
instances. - ConfigurationDefinition.Building<DataType> - Class in liquibase.configuration
- ConfigurationProperty - Class in liquibase.configuration
-
Deprecated.
- ConfigurationProperty(String, ConfigurationDefinition.Building) - Constructor for class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- ConfigurationValueConverter<DataType> - Interface in liquibase.configuration
-
Used by
ConfigurationDefinition.getCurrentConfiguredValue()
to translate whatever object type aConfigurationValueProvider
is returning into the object type the definition uses. - ConfigurationValueHandler - Interface in liquibase.configuration
-
Deprecated.
- ConfigurationValueObfuscator<DataType> - Interface in liquibase.configuration
-
Used by
ConfigurationDefinition.getCurrentValueObfuscated()
to obfuscate the current value. - ConfigurationValueProvider - Interface in liquibase.configuration
-
Defines a way for
LiquibaseConfiguration
to find configured values. - ConfigurationValueUtils - Class in liquibase.configuration
- ConfigurationValueUtils() - Constructor for class liquibase.configuration.ConfigurationValueUtils
- configureAdditionalResourceAccessors(ClassLoader) - Method in class liquibase.resource.ClassLoaderResourceAccessor
-
The classloader search logic in
ClassLoaderResourceAccessor.search(String, boolean)
does not handle jar files well. - configureChangeLogProperties() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- configureChangeSet(String, ChangeLogParameters, BufferedReader, StringBuilder, StringBuilder, ChangeSet, int, String, Matcher) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- configureChangeSet(String, ChangeLogParameters, BufferedReader, StringBuilder, StringBuilder, ChangeSet, int, String, Matcher, ResourceAccessor) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- configureChangeSet(String, ChangeLogParameters, BufferedReader, StringBuilder, StringBuilder, ChangeSet, int, String, Matcher, ResourceAccessor, DatabaseChangeLog, AbstractSQLChange, Matcher, boolean, String, AtomicBoolean) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
-
Configure the change set with its attributes.
- configureChangeSet(DatabaseChangeLog, boolean, boolean, boolean, boolean, String, String, String, String, String, String, String, String, String) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- configureClassLoader() - Method in class liquibase.integration.commandline.LiquibaseCommandLine
- configureClassLoader() - Method in class liquibase.integration.commandline.Main
-
Deprecated.
- ConfiguredValue<DataType> - Class in liquibase.configuration
-
This wraps all the
ProvidedValue
s to return the overall value returned from the collection ofConfigurationValueProvider
s. - ConfiguredValue(String, ConfigurationValueConverter<DataType>, ConfigurationValueObfuscator<DataType>) - Constructor for class liquibase.configuration.ConfiguredValue
- ConfiguredValueModifier<DataType> - Interface in liquibase.configuration
-
Provides a way for
LiquibaseConfiguration
to modify configured values. - ConfiguredValueModifierFactory - Class in liquibase.configuration
-
Factory for working with
ConfiguredValueModifier
s. - configureFieldsAndValues() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- configureLogging() - Method in class liquibase.integration.commandline.LiquibaseCommandLine
- configureSession() - Method in class liquibase.database.core.SnowflakeDatabase
- connection - Variable in class liquibase.extension.testing.setup.TestSetupEnvironment
- ConnectionPatterns - Class in liquibase.database.jvm
-
A base class that holds connection string patterns with connection credentials that should be hidden in logs.
- ConnectionPatterns() - Constructor for class liquibase.database.jvm.ConnectionPatterns
- ConnectionPatterns.PatternPair - Class in liquibase.database.jvm
- ConnectionProperties - Class in liquibase.integration.ant.type
- ConnectionProperties() - Constructor for class liquibase.integration.ant.type.ConnectionProperties
- ConnectionServiceFactory - Class in liquibase.database
- considerCatalogsAsSchemas() - Method in class liquibase.diff.output.DiffOutputControl
- CONSOLE - Enum constant in enum liquibase.ui.UIServiceEnum
- CONSOLE - Enum constant in enum liquibase.UpdateSummaryOutputEnum
- ConsoleUIService - Class in liquibase.ui
-
UIService
implementation that sends messages to stdout and stderr. - ConsoleUIService() - Constructor for class liquibase.ui.ConsoleUIService
- ConsoleUIService(ConsoleUIService.ConsoleWrapper) - Constructor for class liquibase.ui.ConsoleUIService
- ConsoleUIService.ConsoleWrapper - Class in liquibase.ui
-
Wrapper around
Console
to allow replacements as needed. - ConsoleWrapper(Console) - Constructor for class liquibase.ui.ConsoleUIService.ConsoleWrapper
-
This constructor is used for extensions that provide UIService implementations
- ConsoleWrapper(Console, boolean) - Constructor for class liquibase.ui.ConsoleUIService.ConsoleWrapper
- ConstraintsConfig - Class in liquibase.change
-
The standard configuration used by Change classes to represent a constraints on a column.
- ConstraintsConfig() - Constructor for class liquibase.change.ConstraintsConfig
- construct(Node) - Method in class liquibase.parser.core.yaml.CustomConstructYamlTimestamp
- ContainerChecker - Class in liquibase.osgi
- ContainerChecker() - Constructor for class liquibase.osgi.ContainerChecker
- contains(String) - Method in class liquibase.util.StringClauses
- contains(String, String) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.contains(CharSequence, CharSequence)
instead - contains(DatabaseObject, CompareControl.SchemaComparison[]) - Method in class liquibase.structure.DatabaseObjectCollection
- containsColumn(String) - Method in class liquibase.snapshot.CachedRow
- containsKey(Object) - Method in class liquibase.util.SmartMap
- containsValue(Object) - Method in class liquibase.util.SmartMap
- CONTEXT - Static variable in class liquibase.changelog.DatabaseChangeLog
- CONTEXT - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- CONTEXT_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- CONTEXT_FILTER - Static variable in class liquibase.changelog.DatabaseChangeLog
- CONTEXT_FILTER - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- CONTEXT_FILTER_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- CONTEXT_FILTER_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- CONTEXT_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- CONTEXT_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ContextChangeSetFilter - Class in liquibase.changelog.filter
- ContextChangeSetFilter() - Constructor for class liquibase.changelog.filter.ContextChangeSetFilter
- ContextChangeSetFilter(Contexts) - Constructor for class liquibase.changelog.filter.ContextChangeSetFilter
- contextDestroyed(ServletContextEvent) - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
- contextDestroyed(ServletContextEvent) - Method in class liquibase.integration.servlet.LiquibaseServletListener
- ContextExpression - Class in liquibase
-
Encapsulates logic for evaluating if a set of runtime contexts matches a context expression string.
- ContextExpression(String) - Constructor for class liquibase.ContextExpression
- ContextExpression(String...) - Constructor for class liquibase.ContextExpression
- ContextExpression(Collection<String>) - Constructor for class liquibase.ContextExpression
- contextInitialized(ServletContextEvent) - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
- contextInitialized(ServletContextEvent) - Method in class liquibase.integration.servlet.LiquibaseServletListener
- contextInitialized(GenericServletWrapper.ServletContext) - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
- contexts - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- contexts - Variable in class liquibase.integration.spring.SpringLiquibase
- contexts - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
Specifies which contexts Liquibase will execute, which can be separated by a comma if multiple contexts are required.
- contexts - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
are required.
- Contexts - Class in liquibase
-
Wrapper for list of contexts.
- Contexts() - Constructor for class liquibase.Contexts
- Contexts(String) - Constructor for class liquibase.Contexts
- Contexts(String...) - Constructor for class liquibase.Contexts
- Contexts(Collection<String>) - Constructor for class liquibase.Contexts
- CONTEXTS_ARG - Static variable in class liquibase.command.core.DiffChangelogCommandStep
- CONTEXTS_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- CONTEXTS_ARG - Static variable in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UpdateCommandStep
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UpdateCountCommandStep
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UpdateCountSqlCommandStep
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UpdateSqlCommandStep
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UpdateToTagCommandStep
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UpdateToTagSqlCommandStep
- CONTEXTS_SIZE - Static variable in class liquibase.changelog.StandardChangeLogHistoryService
- CONTINUE - Enum constant in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
- CONTINUE - Enum constant in enum liquibase.precondition.core.PreconditionContainer.FailOption
- continueOnError() - Method in class liquibase.statement.AbstractSqlStatement
- continueOnError() - Method in class liquibase.statement.BatchDmlExecutablePreparedStatement
- continueOnError() - Method in class liquibase.statement.InsertExecutablePreparedStatement
- continueOnError() - Method in interface liquibase.statement.SqlStatement
- continueOnError() - Method in class liquibase.statement.UpdateExecutablePreparedStatement
- convert(Object) - Method in interface liquibase.configuration.ConfigurationValueConverter
-
Converts an arbitrary object into the correct type.
- convert(Object) - Method in interface liquibase.configuration.ConfigurationValueHandler
-
Deprecated.
- convert(Object, Class<T>) - Static method in class liquibase.util.ObjectUtil
-
Converts the given object to the targetClass
- convert(Object, Class<T>, String) - Static method in class liquibase.util.ObjectUtil
-
Converts the given object to the targetClass
- convert(String) - Method in interface liquibase.integration.commandline.LiquibaseCommandLineConfiguration.ArgumentConverter
- CONVERT_DATA_TYPES - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- CONVERT_DATA_TYPES - Static variable in class liquibase.GlobalConfiguration
- convertDataType(String, T, ConfigurationValueConverter<T>) - Static method in class liquibase.configuration.ConfigurationValueUtils
-
Call the convert method with the argument key in the current scope so that it can be used in an error message
- convertEscaped(Object) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
- convertNumberToTargetClass(Number, Class) - Static method in class liquibase.util.NumberUtil
-
Deprecated.
- convertObject(Object, Class<T>) - Method in class liquibase.parser.core.ParsedNode
- convertRequestedSchemaToCatalog(String) - Method in class liquibase.database.core.MockDatabase
- convertRequestedSchemaToSchema(String) - Method in class liquibase.database.core.MockDatabase
- convertSchema(String, CompareControl.SchemaComparison[]) - Static method in class liquibase.diff.compare.CompareControl.SchemaComparison
- convertSqlArrayToString(Sql[]) - Static method in class liquibase.util.SqlUtil
-
Given an array of sql, get the string sql statements.
- convertToForeignKeyConstraintType(Integer, Database) - Method in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- convertToMap(List, int) - Method in class liquibase.serializer.core.yaml.YamlSerializer
- copy() - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
- copy(InputStream, OutputStream) - Method in class liquibase.change.core.ExecuteShellCommandChange.StreamGobbler
- copy(InputStream, OutputStream) - Static method in class liquibase.util.StreamUtil
-
Deprecated.use
IOUtils.copy(InputStream, OutputStream)
- CopyRowsGenerator - Class in liquibase.sqlgenerator.core
- CopyRowsGenerator() - Constructor for class liquibase.sqlgenerator.core.CopyRowsGenerator
- CopyRowsStatement - Class in liquibase.statement.core
- CopyRowsStatement(String, String, List<ColumnConfig>) - Constructor for class liquibase.statement.core.CopyRowsStatement
- copyThisColumn(ColumnConfig) - Method in interface liquibase.database.core.SQLiteDatabase.AlterTableVisitor
- coreBundle - Static variable in class liquibase.command.AbstractCommandStep
- coreBundle - Static variable in class liquibase.lockservice.StandardLockService
- coreBundle - Static variable in class liquibase.statement.ExecutablePreparedStatementBase
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.Db2zDatabase
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.DerbyDatabase
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.FirebirdDatabase
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.H2Database
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MockDatabase
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MySQLDatabase
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.OracleDatabase
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.PostgresDatabase
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
-
Fix the object name to the format the database expects, handling changes in case, etc.
- correctObjectName(String, Class<? extends DatabaseObject>, boolean) - Method in class liquibase.database.core.MockDatabase
- correctSchema(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
-
Deprecated.
- correctSchema(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
-
Deprecated.
- correctSchema(CatalogAndSchema) - Method in class liquibase.database.core.MockDatabase
- correctSchema(CatalogAndSchema) - Method in interface liquibase.database.Database
-
Deprecated.
- COUNT - Enum constant in enum org.liquibase.maven.plugins.LiquibaseRollback.RollbackType
- COUNT_ARG - Static variable in class liquibase.command.core.FutureRollbackCountSqlCommandStep
- COUNT_ARG - Static variable in class liquibase.command.core.RollbackCountCommandStep
- COUNT_ARG - Static variable in class liquibase.command.core.UpdateCountCommandStep
- COUNT_ARG - Static variable in class liquibase.command.core.UpdateCountSqlCommandStep
- CountChangeSetFilter - Class in liquibase.changelog.filter
- CountChangeSetFilter(int) - Constructor for class liquibase.changelog.filter.CountChangeSetFilter
- create(String) - Method in class liquibase.change.ChangeFactory
-
Create a new Change implementation for the given change name.
- create(String) - Method in class liquibase.change.visitor.ChangeVisitorFactory
-
Create a new ChangeVisitor subclass based on the given tag name.
- create(String) - Method in class liquibase.database.PreparedStatementFactory
-
Creates a
PreparedStatement
object for the specified SQL statement. - create(String) - Method in class liquibase.precondition.PreconditionFactory
-
Create a new Precondition subclass based on the given tag name.
- create(String) - Method in class liquibase.sql.visitor.SqlVisitorFactory
-
Create a new Change subclass based on the given tag name.
- create(String, Driver, Properties) - Method in class liquibase.database.ConnectionServiceFactory
- create(String, CommandScope) - Method in interface liquibase.io.OutputFileHandler
-
Creates a new output file with the specified name and sets the output stream in the command scope.
- create(String, CommandScope) - Method in class liquibase.io.StandardOutputFileHandler
- createAddColumnChange() - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
- createAddColumnConfig() - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
- createAddPrimaryKeyChange() - Method in class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
- createAddUniqueConstraintChange() - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
- createAddUniqueConstraintChange() - Method in class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
- createAddUniqueConstraintStatement() - Method in class liquibase.change.core.AddUniqueConstraintChange
- createAlternateParameterNames(DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
- createAlterSequenceChange(Sequence, DiffOutputControl) - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
- createCDILiquibaseConfig() - Method in class liquibase.integration.cdi.SchemesCDIConfigBuilder
-
API method.
- createCDILiquibaseConfig() - Method in class liquibase.integration.jakarta.cdi.SchemesCDIConfigBuilder
-
API method.
- createChangeLogHistoryService(Database) - Method in class liquibase.database.OfflineConnection
- createChangeMetaData() - Method in class liquibase.change.AbstractChange
-
Generate the ChangeMetaData for this class.
- createChangeMetaData() - Method in interface liquibase.change.Change
- createChangeParameterMetadata(String) - Method in class liquibase.change.AbstractChange
-
Called by
AbstractChange.createChangeMetaData()
to create metadata for a given parameter. - createChangeSet(String, String, boolean, boolean, String, String, String, String, String, boolean, ObjectQuotingStrategy, DatabaseChangeLog) - Method in interface liquibase.changeset.ChangeSetService
-
Create a change set with the indicated arguments
- createChangeSet(String, String, boolean, boolean, String, String, String, String, String, boolean, ObjectQuotingStrategy, DatabaseChangeLog) - Method in class liquibase.changeset.StandardChangeSetService
- createChangeSet(String, String, boolean, boolean, String, String, String, DatabaseChangeLog) - Method in interface liquibase.changeset.ChangeSetService
-
Create a change set with the indicated arguments
- createChangeSet(String, String, boolean, boolean, String, String, String, DatabaseChangeLog) - Method in class liquibase.changeset.StandardChangeSetService
- createChangeSet(DatabaseChangeLog) - Method in interface liquibase.changeset.ChangeSetService
-
Create a change set with the changelog
- createChangeSet(DatabaseChangeLog) - Method in class liquibase.changeset.StandardChangeSetService
- createChangeSet(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.DatabaseChangeLog
- createChangeSetInfo(ChangeSet, StringBuilder) - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
-
Create the changeSet header information and add it to the StringBuilder
- createChangeSetService() - Method in class liquibase.changeset.ChangeSetServiceFactory
- createClasspath() - Method in class liquibase.integration.ant.BaseLiquibaseTask
- createColumnMap(int) - Method in class liquibase.executor.jvm.ColumnMapRowMapper
-
Create a Map instance to be used as column map.
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.CockroachTestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.DB2TestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.DB2zTestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.DerbyTestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.FirebirdTestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.H2TestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.HsqlTestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.InformixTestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.MariaDBTestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.MSSQLTestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.MySQLTestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.OracleTestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.PostgresTestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.SnowflakeTestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.SQLiteTestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.SybaseASATestSystem
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
- createCreateIndexChange() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
- createCreateIndexChange() - Method in class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
- createCreateTableChange() - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
- createDatabase(Connection) - Method in class liquibase.integration.cdi.CDILiquibase
-
Creates and returns a
Database
object retrieved from theDatabaseFactory
. - createDatabase(Connection) - Method in class liquibase.integration.jakarta.cdi.CDILiquibase
-
Subclasses may override this method add change some database settings such as default schema before returning the database object.
- createDatabase(Connection, ResourceAccessor) - Method in class liquibase.integration.spring.SpringLiquibase
-
Subclasses may override this method to modify the database settings, such as the default schema, before returning the database object.
- createDatabase(ResourceAccessor) - Method in class liquibase.integration.ant.type.DatabaseType
- CreateDatabaseChangeLogLockTableGenerator - Class in liquibase.sqlgenerator.core
- CreateDatabaseChangeLogLockTableGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
- CreateDatabaseChangeLogLockTableStatement - Class in liquibase.statement.core
- CreateDatabaseChangeLogLockTableStatement() - Constructor for class liquibase.statement.core.CreateDatabaseChangeLogLockTableStatement
- CreateDatabaseChangeLogTableGenerator - Class in liquibase.sqlgenerator.core
- CreateDatabaseChangeLogTableGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
- CreateDatabaseChangeLogTableGeneratorSybase - Class in liquibase.sqlgenerator.core
- CreateDatabaseChangeLogTableGeneratorSybase() - Constructor for class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
- CreateDatabaseChangeLogTableStatement - Class in liquibase.statement.core
- CreateDatabaseChangeLogTableStatement() - Constructor for class liquibase.statement.core.CreateDatabaseChangeLogTableStatement
- createDatabaseFromConfiguredDatabaseType() - Method in class liquibase.integration.ant.BaseLiquibaseTask
- createDatabaseFromType(DatabaseType, ResourceAccessor) - Method in class liquibase.integration.ant.BaseLiquibaseTask
- createDatabaseObject(ClassLoader, String, String, String, String, String, String, boolean, boolean, String, String, String, String, String, String, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
Deprecated.Use ResourceAccessor version
- createDatabaseObject(String, String, String, String, String, String, String, String, String) - Method in class liquibase.command.core.helpers.AbstractDatabaseConnectionCommandStep
- createDatabaseObject(ResourceAccessor, String, String, String, String, String, String, boolean, boolean, String, String, String, String, String, String, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
Deprecated.
- createDescriptionMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
Create the
ChangeParameterMetaData
"description" value. - createDiffCommand(Database, Database, String, CompareControl.SchemaComparison[], ObjectChangeFilter, PrintStream) - Static method in class liquibase.integration.commandline.CommandLineUtils
- createDiffResult(CommandResultsBuilder) - Method in class liquibase.command.core.DiffCommandStep
- createDiffToChangeLogObject(DiffResult, DiffOutputControl, boolean) - Method in class liquibase.command.core.DiffChangelogCommandStep
- createDropIndexChange() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
- createDropUniqueConstraintChange() - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
- createDumperOptions() - Method in class liquibase.serializer.core.yaml.YamlSerializer
- createEmptyColumnConfig(Class) - Method in class liquibase.change.AbstractChange
- createErrorGobbler(InputStream, OutputStream) - Method in class liquibase.change.core.ExecuteShellCommandChange
- createExampleValueMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
Create the
ChangeParameterMetaData
"example" value. - createExampleValueMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.core.CreateProcedureChange
- createFinalCommandArray(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
- createFormatter() - Method in class liquibase.diff.output.report.DiffToReport
- createGeneratorChain(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.DatabaseSnapshot
- createIfNull(List<T>) - Static method in class liquibase.util.CollectionUtil
-
Deprecated.use
CollectionUtils
instead - createIfNull(Map<T, E>) - Static method in class liquibase.util.CollectionUtil
-
Deprecated.use
CollectionUtils
instead - createIfNull(Set<T>) - Static method in class liquibase.util.CollectionUtil
-
Deprecated.use
CollectionUtils
instead - createIfNull(T[]) - Static method in class liquibase.util.CollectionUtil
-
Deprecated.use
CollectionUtils
instead - CreateIndexChange - Class in liquibase.change.core
-
Creates an index on an existing column.
- CreateIndexChange() - Constructor for class liquibase.change.core.CreateIndexChange
- CreateIndexGenerator - Class in liquibase.sqlgenerator.core
- CreateIndexGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateIndexGenerator
- CreateIndexGeneratorFirebird - Class in liquibase.sqlgenerator.core
-
Firebird-specific CREATE INDEX SQL generator.
- CreateIndexGeneratorFirebird() - Constructor for class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
- CreateIndexGeneratorPostgres - Class in liquibase.sqlgenerator.core
- CreateIndexGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
- CreateIndexStatement - Class in liquibase.statement.core
- CreateIndexStatement(String, String, String, String, Boolean, String, AddColumnConfig...) - Constructor for class liquibase.statement.core.CreateIndexStatement
- createInverses() - Method in class liquibase.change.AbstractChange
-
Create inverse changes that can roll back this change.
- createInverses() - Method in class liquibase.change.core.AddColumnChange
- createInverses() - Method in class liquibase.change.core.AddDefaultValueChange
- createInverses() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- createInverses() - Method in class liquibase.change.core.AddLookupTableChange
- createInverses() - Method in class liquibase.change.core.AddNotNullConstraintChange
- createInverses() - Method in class liquibase.change.core.AddPrimaryKeyChange
- createInverses() - Method in class liquibase.change.core.AddUniqueConstraintChange
- createInverses() - Method in class liquibase.change.core.CreateIndexChange
- createInverses() - Method in class liquibase.change.core.CreateSequenceChange
- createInverses() - Method in class liquibase.change.core.CreateTableChange
- createInverses() - Method in class liquibase.change.core.CreateViewChange
- createInverses() - Method in class liquibase.change.core.DropNotNullConstraintChange
- createInverses() - Method in class liquibase.change.core.EmptyChange
- createInverses() - Method in class liquibase.change.core.OutputChange
- createInverses() - Method in class liquibase.change.core.RenameColumnChange
- createInverses() - Method in class liquibase.change.core.RenameSequenceChange
- createInverses() - Method in class liquibase.change.core.RenameTableChange
- createInverses() - Method in class liquibase.change.core.RenameViewChange
- createInverses() - Method in class liquibase.change.core.TagDatabaseChange
- createJdbcWrapper(String) - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
- createKey(ChangeSet) - Method in class liquibase.changelog.ChangeLogIterator
-
Creates a unique key to identify this changeset
- createKey(Database, String...) - Method in class liquibase.snapshot.ResultSetCache.RowData
- createLiquibase(Connection) - Method in class liquibase.integration.cdi.CDILiquibase
- createLiquibase(Connection) - Method in class liquibase.integration.jakarta.cdi.CDILiquibase
- createLiquibase(Connection) - Method in class liquibase.integration.spring.SpringLiquibase
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncSQLMojo
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagSQLMojo
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.LiquibaseFutureRollbackSQL
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.LiquibaseRollbackSQL
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.LiquibaseUpdateSQL
- createLoaderOptions() - Static method in class liquibase.parser.core.yaml.YamlParser
- createModifyChangeSets(String, String) - Method in interface liquibase.changeset.ChangeSetService
-
Create the ModifyChangeSets instance which will do the modifications
- createModifyChangeSets(ParsedNode) - Method in interface liquibase.changeset.ChangeSetService
-
Create the ModifyChangeSets instance which will do the modifications
- createModifyChangeSets(ParsedNode) - Method in class liquibase.changeset.StandardChangeSetService
- createMustEqualExistingMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
Create the
ChangeParameterMetaData
"mustEqual" value. - createNode(String, String) - Method in class liquibase.parser.core.ParsedNode
- createNode(String, String, String) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
- createNode(ColumnConfig) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
- createNode(LiquibaseSerializable) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
- createParamsKey(Database) - Method in class liquibase.snapshot.ResultSetCache.RowData
- createPreparedStatement(Database, String, String, String, List<LoadDataColumnConfig>, ChangeSet, ResourceAccessor) - Method in class liquibase.change.core.LoadDataChange
- createPreparedStatement(Database, String, String, String, List<LoadDataColumnConfig>, ChangeSet, ResourceAccessor) - Method in class liquibase.change.core.LoadUpdateDataChange
- CreateProcedureChange - Class in liquibase.change.core
- CreateProcedureChange() - Constructor for class liquibase.change.core.CreateProcedureChange
- CreateProcedureGenerator - Class in liquibase.sqlgenerator.core
- CreateProcedureGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateProcedureGenerator
- CreateProcedureStatement - Class in liquibase.statement.core
- CreateProcedureStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.CreateProcedureStatement
- createProcessBuilder(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
- createReferenceSnapshot(CommandResultsBuilder) - Method in class liquibase.command.core.DiffCommandStep
- createRequiredDatabasesMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
Create the
ChangeParameterMetaData
"requiredDatabases" value. - createResource(String) - Method in class liquibase.resource.DirectoryPathHandler
- createResource(String) - Method in interface liquibase.resource.PathHandler
-
Creates a new resource at the specified path and returns an OutputStream for writing to it.
- createResource(String) - Method in class liquibase.resource.PathHandlerFactory
-
Creates a new resource at the specified path and returns an OutputStream for writing to it.
- createResource(String) - Method in class liquibase.resource.ZipPathHandler
- createResource(Path, String) - Method in class liquibase.resource.AbstractPathResourceAccessor
- createResource(Path, String) - Method in class liquibase.resource.DirectoryResourceAccessor
- createResource(Path, String) - Method in class liquibase.resource.ZipResourceAccessor
- createResourceAccessor() - Method in class liquibase.integration.cdi.SchemesCDIConfigBuilder
-
API method.
- createResourceAccessor() - Method in class liquibase.integration.jakarta.cdi.SchemesCDIConfigBuilder
-
API method.
- createResourceOpener() - Method in class liquibase.integration.spring.SpringLiquibase
-
Create a new resourceOpener.
- createSchemaKey(Database) - Method in class liquibase.snapshot.ResultSetCache.RowData
- CreateSequenceChange - Class in liquibase.change.core
-
Creates a new sequence.
- CreateSequenceChange() - Constructor for class liquibase.change.core.CreateSequenceChange
- CreateSequenceGenerator - Class in liquibase.sqlgenerator.core
- CreateSequenceGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateSequenceGenerator
- CreateSequenceGeneratorSnowflake - Class in liquibase.sqlgenerator.core
- CreateSequenceGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.CreateSequenceGeneratorSnowflake
- CreateSequenceStatement - Class in liquibase.statement.core
- CreateSequenceStatement(String, String, String) - Constructor for class liquibase.statement.core.CreateSequenceStatement
- createSerializationTypeMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
Create the
ChangeParameterMetaData
"serializationType" value. - createSinceMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
Create the
ChangeParameterMetaData
"since" value. - createsIndexesForForeignKeys() - Method in class liquibase.database.AbstractJdbcDatabase
- createsIndexesForForeignKeys() - Method in class liquibase.database.core.FirebirdDatabase
- createsIndexesForForeignKeys() - Method in class liquibase.database.core.H2Database
- createsIndexesForForeignKeys() - Method in class liquibase.database.core.MockDatabase
- createsIndexesForForeignKeys() - Method in class liquibase.database.core.MySQLDatabase
- createsIndexesForForeignKeys() - Method in interface liquibase.database.Database
- createSnapshot(CatalogAndSchema[], Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
Creates a database snapshot for a given array of catalog/schema combinations.
- createSnapshot(CatalogAndSchema, Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
- createSnapshot(DatabaseObject[], Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
Creates a database snapshot for a given array of DatabaseObjects
- createSnapshot(T, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
Creates a DatabaseSnapshot for a single DatabaseObject.
- createSnapshot(T, Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
Creates a DatabaseSnapshot for a single DatabaseObject.
- createSnapshotControl(CommandScope, Database) - Method in class liquibase.command.core.SnapshotCommandStep
- createSnapshotControl(CommandScope, Database) - Method in class liquibase.command.core.SnapshotReferenceCommandStep
- createStatement() - Method in class liquibase.database.jvm.JdbcConnection
- createStatement(int, int) - Method in class liquibase.database.jvm.JdbcConnection
- createStatement(int, int, int) - Method in class liquibase.database.jvm.JdbcConnection
- createStatement(String, String, String) - Method in class liquibase.change.core.LoadDataChange
- createStatement(String, String, String) - Method in class liquibase.change.core.LoadUpdateDataChange
-
Creates a
InsertOrUpdateStatement
statement object for the specified table - createStatementSet(String, String, String) - Method in class liquibase.change.core.LoadDataChange
- createStream(InputStream) - Static method in class liquibase.statement.ExecutablePreparedStatementBase
- createSupportedDatabasesMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
Create the
ChangeParameterMetaData
"supportedDatabase" value. - CreateTableChange - Class in liquibase.change.core
-
Creates a new table.
- CreateTableChange() - Constructor for class liquibase.change.core.CreateTableChange
- CreateTableGenerator - Class in liquibase.sqlgenerator.core
- CreateTableGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateTableGenerator
- CreateTableGeneratorInformix - Class in liquibase.sqlgenerator.core
-
An Informix-specific create table statement generator.
- CreateTableGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
- CreateTableStatement - Class in liquibase.statement.core
- CreateTableStatement(String, String, String) - Constructor for class liquibase.statement.core.CreateTableStatement
- CreateTableStatement(String, String, String, boolean) - Constructor for class liquibase.statement.core.CreateTableStatement
- CreateTableStatement(String, String, String, boolean, boolean) - Constructor for class liquibase.statement.core.CreateTableStatement
- CreateTableStatement(String, String, String, String) - Constructor for class liquibase.statement.core.CreateTableStatement
- CreateTableStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.CreateTableStatement
- CreateTableStatement(String, String, String, String, String, boolean) - Constructor for class liquibase.statement.core.CreateTableStatement
- CreateTableStatement(String, String, String, String, String, boolean, boolean) - Constructor for class liquibase.statement.core.CreateTableStatement
- createThisColumn(ColumnConfig) - Method in interface liquibase.database.core.SQLiteDatabase.AlterTableVisitor
- createThisIndex(Index) - Method in interface liquibase.database.core.SQLiteDatabase.AlterTableVisitor
- createTitle(Object) - Method in class liquibase.dbdoc.AuthorWriter
- createTitle(Object) - Method in class liquibase.dbdoc.ColumnWriter
- createTitle(Object) - Method in class liquibase.dbdoc.HTMLWriter
- createTitle(Object) - Method in class liquibase.dbdoc.PendingChangesWriter
- createTitle(Object) - Method in class liquibase.dbdoc.PendingSQLWriter
- createTitle(Object) - Method in class liquibase.dbdoc.RecentChangesWriter
- createTitle(Object) - Method in class liquibase.dbdoc.TableWriter
- createViewChange() - Method in class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
- createViewChange() - Method in class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
- CreateViewChange - Class in liquibase.change.core
-
Creates a new view.
- CreateViewChange() - Constructor for class liquibase.change.core.CreateViewChange
- CreateViewGenerator - Class in liquibase.sqlgenerator.core
- CreateViewGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateViewGenerator
- CreateViewGeneratorInformix - Class in liquibase.sqlgenerator.core
- CreateViewGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
- createViewStatement(String, String, String, String, boolean) - Method in class liquibase.change.core.CreateViewChange
- CreateViewStatement - Class in liquibase.statement.core
- CreateViewStatement(String, String, String, String, boolean) - Constructor for class liquibase.statement.core.CreateViewStatement
- createWrapper() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
- createYaml() - Method in class liquibase.serializer.core.yaml.YamlSerializer
- CSVReader - Class in liquibase.util.csv
- CSVReader(Reader) - Constructor for class liquibase.util.csv.CSVReader
- CSVReader(Reader, char, char) - Constructor for class liquibase.util.csv.CSVReader
- CSVWriter - Class in liquibase.util.csv
- CSVWriter(Writer) - Constructor for class liquibase.util.csv.CSVWriter
- curChar - Variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
- CURLY_BRACKET_PATTERN - Static variable in class liquibase.structure.AbstractDatabaseObject
- CurrencyType - Class in liquibase.datatype.core
- CurrencyType() - Constructor for class liquibase.datatype.core.CurrencyType
- CURRENT_DATE_TIME_PLACE_HOLDER - Static variable in class liquibase.statement.DatabaseFunction
-
String value used for comparison.
- currentDateTimeFunction - Variable in class liquibase.database.AbstractJdbcDatabase
- currentDateTimeFunction - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- currentToken - Variable in exception liquibase.util.grammar.ParseException
-
This is the last token that has been consumed successfully.
- CustomChange - Interface in liquibase.change.custom
-
Interface to implement when creating a custom change.
- CustomChangeChecksum - Interface in liquibase.change.custom
-
Interface to implement that allows a custom change to generate its own checksum.
- CustomChangeException - Exception in liquibase.exception
- CustomChangeException() - Constructor for exception liquibase.exception.CustomChangeException
- CustomChangeException(String) - Constructor for exception liquibase.exception.CustomChangeException
- CustomChangeException(String, Throwable) - Constructor for exception liquibase.exception.CustomChangeException
- CustomChangeException(Throwable) - Constructor for exception liquibase.exception.CustomChangeException
- CustomChangeWrapper - Class in liquibase.change.custom
-
Adapts CustomChange implementations to the standard change system used by Liquibase.
- CustomChangeWrapper() - Constructor for class liquibase.change.custom.CustomChangeWrapper
- CustomConstructYamlTimestamp - Class in liquibase.parser.core.yaml
- CustomConstructYamlTimestamp() - Constructor for class liquibase.parser.core.yaml.CustomConstructYamlTimestamp
- CustomData - Class in liquibase.report
- CustomData() - Constructor for class liquibase.report.CustomData
- customize(Database) - Method in class liquibase.CatalogAndSchema
-
Returns a new CatalogAndSchema object with null/default catalog and schema names set to the correct default catalog and schema.
- customize(T) - Method in interface liquibase.integration.spring.Customizer
-
Performs the customizations on the input argument.
- customizer - Variable in class liquibase.integration.spring.SpringLiquibase
- Customizer<T> - Interface in liquibase.integration.spring
-
Callback interface that accepts a single input argument and returns no result.
- customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.AbstractChange
- customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.CreateViewChange
- customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.DeleteDataChange
- customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.ExecuteShellCommandChange
- customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.RawSQLChange
- customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.StopChange
- customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.UpdateDataChange
- customLoadLogic(ParsedNode, ResourceAccessor) - Method in class liquibase.change.custom.CustomChangeWrapper
- customMdcLogging(CommandScope) - Method in class liquibase.command.core.AbstractUpdateCommandStep
- customMdcLogging(CommandScope) - Method in class liquibase.command.core.UpdateCountCommandStep
- customMdcLogging(CommandScope) - Method in class liquibase.command.core.UpdateToTagCommandStep
- CustomMdcObject - Interface in liquibase.logging.mdc
-
Marker interface that identifies an object as a custom object used in MDC.
- CustomPrecondition - Interface in liquibase.precondition
- CustomPreconditionErrorException - Exception in liquibase.exception
-
Thrown when a precondition failed.
- CustomPreconditionErrorException(String) - Constructor for exception liquibase.exception.CustomPreconditionErrorException
- CustomPreconditionErrorException(String, Throwable) - Constructor for exception liquibase.exception.CustomPreconditionErrorException
- CustomPreconditionFailedException - Exception in liquibase.exception
-
Thrown when a precondition failed.
- CustomPreconditionFailedException(String) - Constructor for exception liquibase.exception.CustomPreconditionFailedException
- CustomPreconditionFailedException(String, Throwable) - Constructor for exception liquibase.exception.CustomPreconditionFailedException
- CustomPreconditionWrapper - Class in liquibase.precondition
- CustomPreconditionWrapper() - Constructor for class liquibase.precondition.CustomPreconditionWrapper
- CustomSqlChange - Interface in liquibase.change.custom
-
Interface to implement when creating a custom change that generates SQL.
- CustomSqlRollback - Interface in liquibase.change.custom
-
Interface to implement that allows rollback of a custom sql change.
- CustomTaskChange - Interface in liquibase.change.custom
-
Interface to implement when creating a custom change that does not actually generate SQL.
- CustomTaskRollback - Interface in liquibase.change.custom
-
Interface to implement that allows rollback of a custom task change.
- CyclicDependencyException - Exception in liquibase.integration.cdi.exceptions
- CyclicDependencyException - Exception in liquibase.integration.jakarta.cdi.exceptions
- CyclicDependencyException(String) - Constructor for exception liquibase.integration.cdi.exceptions.CyclicDependencyException
- CyclicDependencyException(String) - Constructor for exception liquibase.integration.jakarta.cdi.exceptions.CyclicDependencyException
D
- D_QUOTED_STRING_HYBRID - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- Data - Class in liquibase.structure.core
- Data() - Constructor for class liquibase.structure.core.Data
- DATA_OUTPUT_DIR_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- database - Enum constant in enum liquibase.Scope.Attr
- database - Variable in class liquibase.dbdoc.HTMLWriter
- database - Variable in class liquibase.executor.AbstractExecutor
- database - Variable in class liquibase.Liquibase
-
Returns the Database used by this Liquibase instance.
- database - Variable in class liquibase.lockservice.StandardLockService
- database - Variable in class liquibase.statement.ExecutablePreparedStatementBase
- database() - Element in annotation type liquibase.change.DatabaseChangeNote
- Database - Interface in liquibase.database
-
Interface that every DBMS supported by this software must implement.
- DATABASE_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
- DATABASE_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
Deprecated.This field is retained for backwards compatibility. Use the fields in
DbUrlConnectionArgumentsCommandStep
instead. - DATABASE_ARG - Static variable in class liquibase.command.core.InternalSnapshotCommandStep
- DATABASE_CHANGE_LOG_CLOSING_XML_TAG - Static variable in class liquibase.diff.output.changelog.DiffToChangeLog
- DATABASE_CHANGELOG_OUTCOME_FAILED - Static variable in class liquibase.logging.mdc.MdcValue
- DATABASE_CHANGELOG_OUTCOME_SUCCESS - Static variable in class liquibase.logging.mdc.MdcValue
- DATABASE_CHANGELOG_SQL - Static variable in class liquibase.logging.mdc.MdcKey
- DATABASE_CHANGELOG_TABLE_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
- DATABASE_CLASS - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- DatabaseChange - Annotation Type in liquibase.change
-
Annotation used by
AbstractChange
to declareChangeMetaData
information. - databaseChangeLog - Enum constant in enum liquibase.Scope.Attr
- databaseChangeLog - Variable in class liquibase.changelog.ChangeLogIterator
- DatabaseChangeLog - Class in liquibase.changelog
-
Encapsulates the information stored in the change log XML file.
- DatabaseChangeLog() - Constructor for class liquibase.changelog.DatabaseChangeLog
- DatabaseChangeLog(String) - Constructor for class liquibase.changelog.DatabaseChangeLog
- DATABASECHANGELOG_TABLE_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- DATABASECHANGELOG_TABLE_NAME - Static variable in class liquibase.GlobalConfiguration
- DatabaseChangeLog.OnUnknownFileFormat - Enum in liquibase.changelog
-
Controls what to do when including a file with a format that isn't recognized by a changelog parser.
- DatabaseChangelogCommandStep - Class in liquibase.command.core.helpers
-
This helper class provides two objects: a valid and verified DatabaseChangeLog and the ChangeLogParameters object used to instantiate it.
- DatabaseChangelogCommandStep() - Constructor for class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- databaseChangelogHistoryCaptureExtensions - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
If true, extensions are captured in the history table
- databaseChangelogHistoryCaptureSql - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
If true, executed SQL is captured in the history table
- databaseChangelogHistoryEnabled - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
This property enables Liquibase Pro users to store a record of all database changing liquibase operations in a new table DATABASECHANGELOGHISTORY.
- DatabaseChangeLogLock - Class in liquibase.lockservice
-
Information about the database changelog lock which allows only one instance of Liquibase to attempt to update a database at a time.
- DatabaseChangeLogLock(int, Date, String) - Constructor for class liquibase.lockservice.DatabaseChangeLogLock
- DATABASECHANGELOGLOCK_TABLE_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- DATABASECHANGELOGLOCK_TABLE_NAME - Static variable in class liquibase.GlobalConfiguration
- databaseChangeLogLockTable - Variable in class liquibase.integration.spring.SpringLiquibase
- databaseChangeLogLockTableName - Static variable in interface liquibase.database.Database
- databaseChangeLogLockTableName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- databaseChangeLogLockTableName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the table name to use for the DATABASECHANGELOGLOCK table.
- databaseChangeLogTable - Variable in class liquibase.integration.spring.SpringLiquibase
- databaseChangeLogTableName - Static variable in interface liquibase.database.Database
- databaseChangeLogTableName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- databaseChangeLogTableName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the table name to use for the DATABASECHANGELOG table.
- databaseChangeLogTablespaceName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- DatabaseChangeNote - Annotation Type in liquibase.change
- DatabaseChangeProperties - Annotation Type in liquibase.change
-
Container object which allows multiple
DatabaseChangeProperty
annotations to be used on a single property. - DatabaseChangeProperty - Annotation Type in liquibase.change
-
Annotation used by
AbstractChange
to declareChangeParameterMetaData
information. - databaseClass - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- databaseClass - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the database object class.
- DatabaseConnection - Interface in liquibase.database
-
A liquibase abstraction over the normal Connection that is available in java.sql.
- databaseConnectionRequired() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseChecksMojo
- databaseConnectionRequired() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseFlowMojo
- databaseConnectionRequired() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Optionally, an implementation of this mojo can override this to indicate that a connection to the database is not required.
- DatabaseDataType - Class in liquibase.datatype
-
This class represents a native data type used by a specific RDBMS.
- DatabaseDataType(String) - Constructor for class liquibase.datatype.DatabaseDataType
- DatabaseDataType(String, Object...) - Constructor for class liquibase.datatype.DatabaseDataType
- DatabaseException - Exception in liquibase.exception
- DatabaseException() - Constructor for exception liquibase.exception.DatabaseException
- DatabaseException(String) - Constructor for exception liquibase.exception.DatabaseException
- DatabaseException(String, Throwable) - Constructor for exception liquibase.exception.DatabaseException
- DatabaseException(Throwable) - Constructor for exception liquibase.exception.DatabaseException
- DatabaseFactory - Class in liquibase.database
- DatabaseFunction - Class in liquibase.statement
- DatabaseFunction(String) - Constructor for class liquibase.statement.DatabaseFunction
- DatabaseFunction(String, String) - Constructor for class liquibase.statement.DatabaseFunction
- DatabaseFunctionType - Class in liquibase.datatype.core
- DatabaseFunctionType() - Constructor for class liquibase.datatype.core.DatabaseFunctionType
- DatabaseHistoryException - Exception in liquibase.exception
- DatabaseHistoryException(String) - Constructor for exception liquibase.exception.DatabaseHistoryException
- DatabaseHistoryException(String, Throwable) - Constructor for exception liquibase.exception.DatabaseHistoryException
- DatabaseIncapableOfOperation - Exception in liquibase.exception
- DatabaseIncapableOfOperation(String, String, Database) - Constructor for exception liquibase.exception.DatabaseIncapableOfOperation
- DatabaseInfo - Class in liquibase.report
- DatabaseInfo() - Constructor for class liquibase.report.DatabaseInfo
- DatabaseLevelObject - Interface in liquibase.structure
- DatabaseList - Class in liquibase.database
- DatabaseList() - Constructor for class liquibase.database.DatabaseList
- databaseNotes() - Element in annotation type liquibase.change.DatabaseChange
- DatabaseObject - Interface in liquibase.structure
-
Interface for all types of database objects can be manipulated using ChangeSets.
- DatabaseObjectCollection - Class in liquibase.structure
- DatabaseObjectCollection(Database) - Constructor for class liquibase.structure.DatabaseObjectCollection
- DatabaseObjectCollectionComparator - Class in liquibase.diff.compare
- DatabaseObjectCollectionComparator() - Constructor for class liquibase.diff.compare.DatabaseObjectCollectionComparator
- DatabaseObjectComparator - Interface in liquibase.diff.compare
- DatabaseObjectComparatorChain - Class in liquibase.diff.compare
- DatabaseObjectComparatorChain(List<DatabaseObjectComparator>, CompareControl.SchemaComparison[]) - Constructor for class liquibase.diff.compare.DatabaseObjectComparatorChain
- DatabaseObjectComparatorFactory - Class in liquibase.diff.compare
- DatabaseObjectFactory - Class in liquibase.structure.core
- DatabaseObjectNameCompareFunction(Class<? extends DatabaseObject>, Database) - Constructor for class liquibase.diff.ObjectDifferences.DatabaseObjectNameCompareFunction
- DatabaseRollbackFutureTask - Class in liquibase.integration.ant
- DatabaseRollbackFutureTask() - Constructor for class liquibase.integration.ant.DatabaseRollbackFutureTask
- DatabaseRollbackTask - Class in liquibase.integration.ant
-
Ant task for rolling back a database.
- DatabaseRollbackTask() - Constructor for class liquibase.integration.ant.DatabaseRollbackTask
- DatabaseSnapshot - Class in liquibase.snapshot
- DatabaseSnapshot(DatabaseObject[], Database) - Constructor for class liquibase.snapshot.DatabaseSnapshot
- databaseSupportsReplaceIfExists(Database) - Static method in class liquibase.change.core.CreateProcedureChange
- DatabaseTableIdentifier - Class in liquibase.statement.core
- DatabaseTableIdentifier() - Constructor for class liquibase.statement.core.DatabaseTableIdentifier
- DatabaseTestSystem - Class in liquibase.extension.testing.testsystem
-
Base class for
TestSystem
s for databases. - DatabaseTestSystem(String) - Constructor for class liquibase.extension.testing.testsystem.DatabaseTestSystem
- DatabaseTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.DatabaseTestSystem
- DatabaseType - Class in liquibase.integration.ant.type
- DatabaseType(Project) - Constructor for class liquibase.integration.ant.type.DatabaseType
- DatabaseUpdateTask - Class in liquibase.integration.ant
-
Ant task for migrating a database forward.
- DatabaseUpdateTask() - Constructor for class liquibase.integration.ant.DatabaseUpdateTask
- DatabaseUpdateTestingRollbackTask - Class in liquibase.integration.ant
-
Ant task for migrating a database forward testing rollback.
- DatabaseUpdateTestingRollbackTask() - Constructor for class liquibase.integration.ant.DatabaseUpdateTestingRollbackTask
- DatabaseUtils - Class in liquibase.database.core
- DatabaseUtils() - Constructor for class liquibase.database.core.DatabaseUtils
- DatabaseWrapper - Class in liquibase.extension.testing.testsystem.wrapper
-
Wraps the external database used by
DatabaseTestSystem
so that HOW the database is interacted with is independent of WHAT we do with that connection. - DatabaseWrapper() - Constructor for class liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
- dataDir - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Directory where insert statement csv files will be kept.
- dataOutputDirectory - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- DataSnapshotGenerator - Class in liquibase.snapshot.jvm
- DataSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.DataSnapshotGenerator
- dataSource - Variable in class liquibase.integration.spring.SpringLiquibase
- DataType - Class in liquibase.structure.core
- DataType() - Constructor for class liquibase.structure.core.DataType
- DataType(String) - Constructor for class liquibase.structure.core.DataType
- DataType.ColumnSizeUnit - Enum in liquibase.structure.core
-
Specifies the unit of a column's size.
- DataTypeCompareFunction(Database) - Constructor for class liquibase.diff.ObjectDifferences.DataTypeCompareFunction
- DataTypeFactory - Class in liquibase.datatype
- DataTypeFactory() - Constructor for class liquibase.datatype.DataTypeFactory
-
Build the factory registry from all classes in the classpath that implement
LiquibaseDataType
- DataTypeInfo - Annotation Type in liquibase.datatype
- dataTypeIsNotModifiable(String) - Method in class liquibase.database.AbstractJdbcDatabase
- dataTypeIsNotModifiable(String) - Method in class liquibase.database.core.MockDatabase
- dataTypeIsNotModifiable(String) - Method in interface liquibase.database.Database
-
Types like int4 in postgres cannot have a modifier. e.g. int4(10) Checks whether the type is allowed to have a modifier
- DataTypeWrapper - Class in liquibase.common.datatype
-
A wrapper class for data types.
- DataTypeWrapper(LiquibaseDataType) - Constructor for class liquibase.common.datatype.DataTypeWrapper
- DATE - Enum constant in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
- DATE - Enum constant in enum org.liquibase.maven.plugins.LiquibaseRollback.RollbackType
- DATE_ARG - Static variable in class liquibase.command.core.RollbackToDateCommandStep
- DATE_FORMAT_ARG - Static variable in class liquibase.command.core.HistoryCommandStep
- dateFunctions - Variable in class liquibase.database.AbstractJdbcDatabase
- DateParseException - Exception in liquibase.exception
- DateParseException(String) - Constructor for exception liquibase.exception.DateParseException
- DateTimeType - Class in liquibase.datatype.core
- DateTimeType() - Constructor for class liquibase.datatype.core.DateTimeType
- DateType - Class in liquibase.datatype.core
- DateType() - Constructor for class liquibase.datatype.core.DateType
- daysTilExpiration() - Method in interface liquibase.license.LicenseService
-
It is possible that users might have multiple licenses installed.
- DB - Static variable in class liquibase.extension.testing.TestFilter
- DB_PORT_ARG - Static variable in class liquibase.command.core.StartH2CommandStep
- DB_URL_VISIBLE_KEYS - Static variable in class liquibase.report.DatabaseInfo
- DB2Database - Class in liquibase.database.core
- DB2Database() - Constructor for class liquibase.database.core.DB2Database
- DB2TestSystem - Class in liquibase.extension.testing.testsystem.core
- DB2TestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.DB2TestSystem
- DB2TestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.DB2TestSystem
- Db2zDatabase - Class in liquibase.database.core
- Db2zDatabase() - Constructor for class liquibase.database.core.Db2zDatabase
- DB2zTestSystem - Class in liquibase.extension.testing.testsystem.core
- DB2zTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.DB2zTestSystem
- DB2zTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.DB2zTestSystem
- DBCL_HISTORY - Static variable in class liquibase.logging.mdc.MdcKey
- dbclHistoryCaptureExtensions - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
If true, extensions are captured in the history table
- dbclHistoryCaptureSql - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
If true, executed SQL is captured in the history table
- dbclHistoryEnabled - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
This property enables Liquibase Pro users to store a record of all database changing liquibase operations in a new table DATABASECHANGELOGHISTORY.
- DbDocCommandStep - Class in liquibase.command.core
- DbDocCommandStep() - Constructor for class liquibase.command.core.DbDocCommandStep
- DBDocTask - Class in liquibase.integration.ant
- DBDocTask() - Constructor for class liquibase.integration.ant.DBDocTask
- DBDocUtil - Class in liquibase.dbdoc
- DBDocUtil() - Constructor for class liquibase.dbdoc.DBDocUtil
- DBDocVisitor - Class in liquibase.changelog.visitor
- DBDocVisitor(Database) - Constructor for class liquibase.changelog.visitor.DBDocVisitor
- DBMS - Static variable in class liquibase.changelog.DatabaseChangeLog
- DBMS - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- DBMS_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- DBMS_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- DbmsChangeSetFilter - Class in liquibase.changelog.filter
- DbmsChangeSetFilter(Database) - Constructor for class liquibase.changelog.filter.DbmsChangeSetFilter
- DBMSPrecondition - Class in liquibase.precondition.core
-
Precondition for specifying the type of database (oracle, mysql, etc.).
- DBMSPrecondition() - Constructor for class liquibase.precondition.core.DBMSPrecondition
- DbmsTargetedChange - Interface in liquibase.change
-
Adding this interface to your Change class allows you to specify a dbms attribute listing the databases the change is applied to.
- DbUrlConnectionArgumentsCommandStep - Class in liquibase.command.core.helpers
-
This class contains only the arguments used by
DbUrlConnectionCommandStep
. - DbUrlConnectionArgumentsCommandStep() - Constructor for class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
- DbUrlConnectionCommandStep - Class in liquibase.command.core.helpers
-
Internal command step to be used on CommandStep pipeline to manage the database connection.
- DbUrlConnectionCommandStep() - Constructor for class liquibase.command.core.helpers.DbUrlConnectionCommandStep
- DDL_LOCK_TIMEOUT - Static variable in class liquibase.GlobalConfiguration
- deactivate - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- debug - Enum constant in enum org.liquibase.maven.plugins.MavenLog.Level
- debug(CharSequence) - Method in class org.liquibase.maven.plugins.MavenLog
- debug(CharSequence, Throwable) - Method in class org.liquibase.maven.plugins.MavenLog
- debug(String) - Method in class liquibase.logging.core.AbstractLogger
- debug(String) - Method in interface liquibase.logging.Logger
-
Deprecated.
- debug(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
- debug(String, Throwable) - Method in interface liquibase.logging.Logger
-
Deprecated.
- debug(Throwable) - Method in class org.liquibase.maven.plugins.MavenLog
- DEBUG - Enum constant in enum liquibase.GlobalConfiguration.DuplicateFileMode
- DEBUG - Enum constant in enum org.liquibase.maven.plugins.MavenLog.Level
- debugStream - Variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Debug output.
- DecimalType - Class in liquibase.datatype.core
- DecimalType() - Constructor for class liquibase.datatype.core.DecimalType
- DEFAULT - Static variable in class liquibase.CatalogAndSchema
- DEFAULT - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
Lexical state.
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
Deprecated.This field is retained for backwards compatibility. Use the fields in
DbUrlConnectionArgumentsCommandStep
instead. - DEFAULT_CHANGE_EXEC_LISTENER_RESULT_KEY - Static variable in class liquibase.command.core.AbstractUpdateCommandStep
- DEFAULT_COMMENT_PATTERN - Static variable in class liquibase.change.core.LoadDataChange
-
CSV Lines starting with that sign(s) will be treated as comments by default
- DEFAULT_QUOTE_CHARACTER - Static variable in class liquibase.util.csv.CSVReader
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
Deprecated.This field is retained for backwards compatibility. Use the fields in
DbUrlConnectionArgumentsCommandStep
instead. - DEFAULT_SEPARATOR - Static variable in class liquibase.util.csv.CSVReader
- defaultAutoIncrementBy - Variable in class liquibase.database.AbstractJdbcDatabase
- defaultAutoIncrementStartWith - Variable in class liquibase.database.AbstractJdbcDatabase
- defaultCatalogName - Variable in class liquibase.database.AbstractJdbcDatabase
- defaultCatalogName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- defaultCatalogName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the default catalog name to use for the database connection.
- defaultChangeExecListener - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- DefaultChangeExecListener - Class in liquibase.changelog.visitor
-
A wrapper ChangeExecListener who keeps track of deployed and failed ChangeSets, while also delegating listener actions to any other ChangeExecListener included when the object is constructed.
- DefaultChangeExecListener(ChangeExecListener...) - Constructor for class liquibase.changelog.visitor.DefaultChangeExecListener
- DefaultDatabaseObjectComparator - Class in liquibase.diff.compare.core
- DefaultDatabaseObjectComparator() - Constructor for class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
- DefaultFormatter() - Constructor for class liquibase.util.StringUtil.DefaultFormatter
- defaultIfNull(T, T) - Static method in class liquibase.util.ObjectUtil
-
Deprecated.use
ObjectUtils.defaultIfNull(Object, Object)
instead - defaultIfNull(U, T, Function<U, T>) - Static method in class liquibase.util.ObjectUtil
-
Return the defaultValue if the object is null.
- DefaultInputHandler<ReturnType> - Class in liquibase.ui
-
Default input handler simply calls
ObjectUtil.convert(Object, Class)
- DefaultInputHandler() - Constructor for class liquibase.ui.DefaultInputHandler
- DefaultLoggerConfiguration - Class in liquibase.logging.core
-
Deprecated.not in use anywhere in Liquibase code and has been superseded by log-level and its associated command line parameters
- DefaultLoggerConfiguration() - Constructor for class liquibase.logging.core.DefaultLoggerConfiguration
-
Deprecated.
- DEFAULTS_FILE - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- defaultSchema - Variable in class liquibase.integration.spring.SpringLiquibase
- defaultSchemaName - Variable in class liquibase.database.AbstractJdbcDatabase
- defaultSchemaName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- defaultSchemaName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the default schema name to use for the database connection.
- defaultsFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- DefaultsFileValueProvider - Class in liquibase.configuration.core
- DefaultsFileValueProvider(File) - Constructor for class liquibase.configuration.core.DefaultsFileValueProvider
- DefaultsFileValueProvider(InputStream, String) - Constructor for class liquibase.configuration.core.DefaultsFileValueProvider
- DefaultsFileValueProvider(Properties) - Constructor for class liquibase.configuration.core.DefaultsFileValueProvider
- defaultValue(DataType) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Convenience version of
CommandArgumentDefinition.Building.defaultValue(Object, String)
but usingString.valueOf(Object)
for the description. - defaultValue(DataType) - Method in class liquibase.command.CommandResultDefinition.Building
-
Set the default value for this result.
- defaultValue(DataType, String) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Set the default value for this argument as well as the description of the default value.
- DefaultXmlWriter - Class in liquibase.util.xml
- DefaultXmlWriter() - Constructor for class liquibase.util.xml.DefaultXmlWriter
- define(String, Class<T>) - Method in class liquibase.configuration.ConfigurationDefinition.Builder
-
Starts a new definition with the given key.
- defineCommandNames() - Method in interface liquibase.command.CommandStep
-
Defines new command names For example, if it is part of `liquibase update`, this should return new String[][]{ new String[] {"update"}}.
- defineCommandNames() - Method in class liquibase.command.core.CalculateChecksumCommandStep
- defineCommandNames() - Method in class liquibase.command.core.ChangelogSyncCommandStep
- defineCommandNames() - Method in class liquibase.command.core.ChangelogSyncSqlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.ChangelogSyncToTagCommandStep
- defineCommandNames() - Method in class liquibase.command.core.ChangelogSyncToTagSqlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.ClearChecksumsCommandStep
- defineCommandNames() - Method in class liquibase.command.core.DbDocCommandStep
- defineCommandNames() - Method in class liquibase.command.core.DiffChangelogCommandStep
- defineCommandNames() - Method in class liquibase.command.core.DiffCommandStep
- defineCommandNames() - Method in class liquibase.command.core.DropAllCommandStep
- defineCommandNames() - Method in class liquibase.command.core.ExecuteSqlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.FutureRollbackCountSqlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.FutureRollbackSqlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.GenerateChangelogCommandStep
- defineCommandNames() - Method in class liquibase.command.core.helpers.AbstractOutputWriterCommandStep
- defineCommandNames() - Method in class liquibase.command.core.helpers.ChangeExecListenerCommandStep
- defineCommandNames() - Method in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- defineCommandNames() - Method in class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
- defineCommandNames() - Method in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
- defineCommandNames() - Method in class liquibase.command.core.helpers.DiffOutputControlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.helpers.LockServiceCommandStep
- defineCommandNames() - Method in class liquibase.command.core.helpers.PreCompareCommandStep
- defineCommandNames() - Method in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- defineCommandNames() - Method in class liquibase.command.core.helpers.ShowSummaryArgument
- defineCommandNames() - Method in class liquibase.command.core.HistoryCommandStep
- defineCommandNames() - Method in class liquibase.command.core.InternalSnapshotCommandStep
- defineCommandNames() - Method in class liquibase.command.core.ListLocksCommandStep
- defineCommandNames() - Method in class liquibase.command.core.MarkNextChangesetRanCommandStep
- defineCommandNames() - Method in class liquibase.command.core.MarkNextChangesetRanSqlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.ReleaseLocksCommandStep
- defineCommandNames() - Method in class liquibase.command.core.RollbackCommandStep
- defineCommandNames() - Method in class liquibase.command.core.RollbackCountCommandStep
- defineCommandNames() - Method in class liquibase.command.core.RollbackCountSqlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.RollbackSqlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.RollbackToDateCommandStep
- defineCommandNames() - Method in class liquibase.command.core.RollbackToDateSqlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.SnapshotCommandStep
- defineCommandNames() - Method in class liquibase.command.core.SnapshotReferenceCommandStep
- defineCommandNames() - Method in class liquibase.command.core.StartH2CommandStep
- defineCommandNames() - Method in class liquibase.command.core.StatusCommandStep
- defineCommandNames() - Method in class liquibase.command.core.StopH2CommandStep
- defineCommandNames() - Method in class liquibase.command.core.TagCommandStep
- defineCommandNames() - Method in class liquibase.command.core.TagExistsCommandStep
- defineCommandNames() - Method in class liquibase.command.core.UnexpectedChangesetsCommandStep
- defineCommandNames() - Method in class liquibase.command.core.UpdateCommandStep
- defineCommandNames() - Method in class liquibase.command.core.UpdateCountCommandStep
- defineCommandNames() - Method in class liquibase.command.core.UpdateCountSqlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.UpdateSqlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.UpdateTestingRollbackCommandStep
- defineCommandNames() - Method in class liquibase.command.core.UpdateToTagCommandStep
- defineCommandNames() - Method in class liquibase.command.core.UpdateToTagSqlCommandStep
- defineCommandNames() - Method in class liquibase.command.core.ValidateCommandStep
- defineCommandNames() - Method in class liquibase.extension.testing.testsystem.command.TestSystemDownCommand
- defineCommandNames() - Method in class liquibase.extension.testing.testsystem.command.TestSystemUpCommand
- definitionMatches(String, String, boolean) - Static method in class liquibase.database.DatabaseList
-
Compares a given database to a database definition string.
- definitionMatches(String, Database, boolean) - Static method in class liquibase.database.DatabaseList
- definitionMatches(Collection<String>, String, boolean) - Static method in class liquibase.database.DatabaseList
-
Same logic as
DatabaseList.definitionMatches(String, liquibase.database.Database, boolean)
but with a collection of definitions rather than a comma separated list. - definitionMatches(Collection<String>, Database, boolean) - Static method in class liquibase.database.DatabaseList
- DelegatedConfigurationContainer(String) - Constructor for class liquibase.configuration.AbstractConfigurationContainer.DelegatedConfigurationContainer
-
Deprecated.
- DeleteDataChange - Class in liquibase.change.core
- DeleteDataChange() - Constructor for class liquibase.change.core.DeleteDataChange
- DeleteGenerator - Class in liquibase.sqlgenerator.core
- DeleteGenerator() - Constructor for class liquibase.sqlgenerator.core.DeleteGenerator
- DeleteStatement - Class in liquibase.statement.core
- DeleteStatement(String, String, String) - Constructor for class liquibase.statement.core.DeleteStatement
- delimiter - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- Delimiter(String) - Constructor for class liquibase.util.StringClauses.Delimiter
- DELIMITER_ARG - Static variable in class liquibase.command.core.ExecuteSqlCommandStep
- DependencyGraph(DependencyUtil.NodeValueListener<T>) - Constructor for class liquibase.util.DependencyUtil.DependencyGraph
- DependencyNotFoundException - Exception in liquibase.integration.cdi.exceptions
- DependencyNotFoundException - Exception in liquibase.integration.jakarta.cdi.exceptions
- DependencyNotFoundException(String) - Constructor for exception liquibase.integration.cdi.exceptions.DependencyNotFoundException
- DependencyNotFoundException(String) - Constructor for exception liquibase.integration.jakarta.cdi.exceptions.DependencyNotFoundException
- DependencyUtil - Class in liquibase.util
- DependencyUtil() - Constructor for class liquibase.util.DependencyUtil
- DependencyUtil.DependencyGraph<T> - Class in liquibase.util
- DependencyUtil.NodeValueListener<T> - Interface in liquibase.util
- depends() - Element in annotation type liquibase.integration.cdi.annotations.LiquibaseSchema
- depends() - Element in annotation type liquibase.integration.jakarta.cdi.annotations.LiquibaseSchema
- DEPLOYMENT_ID - Static variable in class liquibase.logging.mdc.MdcKey
- DEPLOYMENT_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
- DEPLOYMENT_OUTCOME_COUNT - Static variable in class liquibase.logging.mdc.MdcKey
- DeploymentHistory() - Constructor for class liquibase.command.core.HistoryCommandStep.DeploymentHistory
- deploymentId - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateMojo
-
Specifies the update your want to rollback.
- deploymentId - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateSQL
-
Specifies the Deployment ID in the DATABASECHANGELOG table for all changesets you want to rollback.
- DEPLOYMENTS_RESULT - Static variable in class liquibase.command.core.HistoryCommandStep
- DeprecatedConfigurationValueProvider - Class in liquibase.configuration.core
-
Deprecated.
- DeprecatedConfigurationValueProvider() - Constructor for class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- DerbyConnection - Class in liquibase.database.jvm
- DerbyConnection() - Constructor for class liquibase.database.jvm.DerbyConnection
- DerbyConnection(Connection) - Constructor for class liquibase.database.jvm.DerbyConnection
- DerbyDatabase - Class in liquibase.database.core
- DerbyDatabase() - Constructor for class liquibase.database.core.DerbyDatabase
- DerbyTestSystem - Class in liquibase.extension.testing.testsystem.core
- DerbyTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.DerbyTestSystem
- DerbyTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.DerbyTestSystem
- describe() - Method in class liquibase.AbstractExtensibleObject
- describe() - Method in class liquibase.change.core.SQLFileChange
- describe() - Method in class liquibase.configuration.ProvidedValue
- describe() - Method in interface liquibase.ExtensibleObject
-
Output a full description of this object.
- describe() - Method in class liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
-
Describes the configuration of this wrapper.
- describe() - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
- describe() - Method in class liquibase.extension.testing.testsystem.wrapper.JdbcDatabaseWrapper
- describe() - Method in class liquibase.extension.testing.testsystem.wrapper.UnimplementedWrapper
-
Deprecated.
- describe() - Method in class liquibase.Scope
- describeLocations() - Method in class liquibase.integration.spring.SpringResourceAccessor
- describeLocations() - Method in class liquibase.resource.AbstractPathResourceAccessor
- describeLocations() - Method in class liquibase.resource.ClassLoaderResourceAccessor
- describeLocations() - Method in class liquibase.resource.CompositeResourceAccessor
- describeLocations() - Method in interface liquibase.resource.ResourceAccessor
-
Returns a description of the places this classloader will look for paths.
- describeLocations() - Method in class liquibase.resource.ZipResourceAccessor
- describeLocations() - Method in class liquibase.sdk.resource.MockResourceAccessor
- description - Variable in class liquibase.ObjectMetaData.Attribute
-
Description of the attribute.
- description - Variable in class liquibase.resource.ClassLoaderResourceAccessor
- description() - Element in annotation type liquibase.change.DatabaseChange
-
Value to put into
ChangeMetaData.getDescription()
- description() - Element in annotation type liquibase.change.DatabaseChangeProperty
-
Value to put into
ChangeParameterMetaData.getDescription()
- description() - Element in annotation type liquibase.datatype.DataTypeInfo
- description() - Element in annotation type liquibase.ExtensibleObjectAttribute
- description(String) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Add a description
- description(String) - Method in class liquibase.command.CommandResultDefinition.Building
-
Sets the description for this result.
- destroy() - Method in interface liquibase.changelog.ChangeLogHistoryService
- destroy() - Method in class liquibase.changelog.MockChangeLogHistoryService
- destroy() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- destroy() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- destroy() - Method in interface liquibase.lockservice.LockService
- destroy() - Method in class liquibase.lockservice.MockLockService
- destroy() - Method in class liquibase.lockservice.OfflineLockService
- destroy() - Method in class liquibase.lockservice.StandardLockService
- destroy(Database) - Method in interface liquibase.database.LiquibaseTableNames
- destroy(Database) - Method in class liquibase.database.LiquibaseTableNamesFactory
- destroy(Database) - Method in class liquibase.database.StandardLiquibaseTableNames
- determineDriverVersion() - Method in class liquibase.database.core.DerbyDatabase
-
Determine Apache Derby driver major/minor version.
- determineEndDelimiter(CommandScope) - Static method in class liquibase.command.core.ExecuteSqlCommandStep
- DetermineNumberChangesFollowingVisitor - Class in liquibase.changelog.visitor
- DetermineNumberChangesFollowingVisitor(String, String, String) - Constructor for class liquibase.changelog.visitor.DetermineNumberChangesFollowingVisitor
- determineResourceComparator(String) - Method in class liquibase.changelog.DatabaseChangeLog
- DEV_VERSION - Static variable in class liquibase.util.LiquibaseUtil
- diff(Database, Database, CompareControl) - Method in class liquibase.Liquibase
- DIFF_CHANGELOG_FILE - Static variable in class liquibase.logging.mdc.MdcKey
- DIFF_CHANGELOG_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
- DIFF_COLUMN_ORDER - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- DIFF_COLUMN_ORDER - Static variable in class liquibase.GlobalConfiguration
- DIFF_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
- DIFF_OUTPUT_CONTROL - Static variable in class liquibase.command.core.helpers.DiffOutputControlCommandStep
- DIFF_OUTPUT_CONTROL_SCOPE_KEY - Static variable in class liquibase.diff.output.changelog.DiffToChangeLog
- DIFF_RESULT - Static variable in class liquibase.command.core.DiffCommandStep
- DIFF_RESULTS_SUMMARY - Static variable in class liquibase.logging.mdc.MdcKey
- DIFF_SNAPSHOT_DATABASE - Static variable in class liquibase.diff.output.changelog.DiffToChangeLog
- DIFF_TYPES - Static variable in class liquibase.logging.mdc.MdcKey
- DIFF_TYPES_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
- DiffChangelogCommandStep - Class in liquibase.command.core
- DiffChangelogCommandStep() - Constructor for class liquibase.command.core.DiffChangelogCommandStep
- diffChangeLogFile - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
If this parameter is set, the changelog needed to "fix" differences between the two databases is output.
- DiffCommand - Class in liquibase.command.core
-
Deprecated.Implement commands with
CommandStep
and call them withCommandFactory.getCommandDefinition(String...)
. - DiffCommand() - Constructor for class liquibase.command.core.DiffCommand
-
Deprecated.
- DiffCommandStep - Class in liquibase.command.core
- DiffCommandStep() - Constructor for class liquibase.command.core.DiffCommandStep
- DiffDatabaseTask - Class in liquibase.integration.ant
- DiffDatabaseTask() - Constructor for class liquibase.integration.ant.DiffDatabaseTask
- DiffDatabaseToChangeLogTask - Class in liquibase.integration.ant
- DiffDatabaseToChangeLogTask() - Constructor for class liquibase.integration.ant.DiffDatabaseToChangeLogTask
- Difference - Class in liquibase.diff
- Difference(String, Object, Object) - Constructor for class liquibase.diff.Difference
- Difference(String, String, Object, Object) - Constructor for class liquibase.diff.Difference
- diffExcludeObjects - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Objects to be excluded from the changelog.
- diffExcludeObjects - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Objects to be excluded from the changelog.
- DiffGenerator - Interface in liquibase.diff
- DiffGeneratorFactory - Class in liquibase.diff
- DiffGeneratorFactory() - Constructor for class liquibase.diff.DiffGeneratorFactory
- diffIncludeCatalog - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Include the catalog in the diff output?
- diffIncludeObjects - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Objects to be included in the changelog.
- diffIncludeObjects - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Objects to be included in the changelog.
- diffIncludeSchema - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Include the schema in the diff output?
- diffIncludeTablespace - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Include the tablespace in the diff output?
- DiffOutputControl - Class in liquibase.diff.output
- DiffOutputControl() - Constructor for class liquibase.diff.output.DiffOutputControl
- DiffOutputControl(boolean, boolean, boolean, CompareControl.SchemaComparison[]) - Constructor for class liquibase.diff.output.DiffOutputControl
- DiffOutputControlCommandStep - Class in liquibase.command.core.helpers
-
Internal command step to be used on pipeline to instantiate a DiffOutputControl object that is mainly used by diffChangeLog/generateChangeLog .
- DiffOutputControlCommandStep() - Constructor for class liquibase.command.core.helpers.DiffOutputControlCommandStep
- diffResult - Variable in class liquibase.diff.output.report.DiffToReport
- DiffResult - Class in liquibase.diff
- DiffResult(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Constructor for class liquibase.diff.DiffResult
- DiffResultsSummary - Class in liquibase.logging.mdc.customobjects
- DiffResultsSummary() - Constructor for class liquibase.logging.mdc.customobjects.DiffResultsSummary
-
Constructor for service locator.
- DiffResultsSummary(DiffResult) - Constructor for class liquibase.logging.mdc.customobjects.DiffResultsSummary
- DiffStatusListener - Interface in liquibase.diff
- DiffToChangeLog - Class in liquibase.diff.output.changelog
- DiffToChangeLog(DiffResult, DiffOutputControl) - Constructor for class liquibase.diff.output.changelog.DiffToChangeLog
- DiffToChangeLog(DiffResult, DiffOutputControl, boolean) - Constructor for class liquibase.diff.output.changelog.DiffToChangeLog
-
Creates a new DiffToChangeLog with the given DiffResult and default DiffOutputControl
- DiffToChangeLog(DiffOutputControl) - Constructor for class liquibase.diff.output.changelog.DiffToChangeLog
- DiffToChangeLogCommand - Class in liquibase.command.core
-
Deprecated.Implement commands with
CommandStep
and call them withCommandFactory.getCommandDefinition(String...)
. - DiffToChangeLogCommand() - Constructor for class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- DiffToReport - Class in liquibase.diff.output.report
- DiffToReport(DiffResult, PrintStream) - Constructor for class liquibase.diff.output.report.DiffToReport
- diffTypes - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- diffTypes - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
List of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.
- diffTypes - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
List of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.
- DIGIT - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- DIRECT_VALUE - Enum constant in enum liquibase.serializer.LiquibaseSerializable.SerializationType
- DirectoryPathHandler - Class in liquibase.resource
-
PathHandler
that converts the path into aDirectoryResourceAccessor
. - DirectoryPathHandler() - Constructor for class liquibase.resource.DirectoryPathHandler
- DirectoryResourceAccessor - Class in liquibase.resource
-
A @{link ResourceAccessor} implementation for files on the file system.
- DirectoryResourceAccessor(File) - Constructor for class liquibase.resource.DirectoryResourceAccessor
-
Creates a FileSystemResourceAccessor with the given directory as the root.
- DirectoryResourceAccessor(Path) - Constructor for class liquibase.resource.DirectoryResourceAccessor
-
Creates a FileSystemResourceAccessor with the given directory as the root.
- disable() - Method in interface liquibase.license.LicenseService
-
Disable this LicenseService This can be used to turn off license checking after it has been determined that a license key is not valid
- disable_tracing() - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Disable tracing.
- disableForeignKeyChecks() - Method in class liquibase.database.AbstractJdbcDatabase
- disableForeignKeyChecks() - Method in class liquibase.database.core.MockDatabase
- disableForeignKeyChecks() - Method in class liquibase.database.core.MySQLDatabase
- disableForeignKeyChecks() - Method in interface liquibase.database.Database
- DISPLAY_NAME - Static variable in class liquibase.changelog.filter.DbmsChangeSetFilter
- DO_NOT_SEND_EXCEPTION_TO_UI - Static variable in class liquibase.command.CommandScope
- DockerDatabaseWrapper - Class in liquibase.extension.testing.testsystem.wrapper
-
Implementation of
DatabaseWrapper
for databases that are managed via docker inJdbcDatabaseContainer
s. - DockerDatabaseWrapper(JdbcDatabaseContainer, TestSystem) - Constructor for class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
- doDiff(Database, Database, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
- doDiff(Database, Database, String, CompareControl.SchemaComparison[]) - Static method in class liquibase.integration.commandline.CommandLineUtils
- doDiff(Database, Database, String, CompareControl.SchemaComparison[], PrintStream) - Static method in class liquibase.integration.commandline.CommandLineUtils
- doDiff(Database, Database, String, CompareControl.SchemaComparison[], ObjectChangeFilter, PrintStream) - Static method in class liquibase.integration.commandline.CommandLineUtils
- doDiffToChangeLog(String, Database, Database, String, DiffOutputControl, ObjectChangeFilter, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -
CommandLineUtils.doDiffToChangeLog(String, Database, Database, String, DiffOutputControl, ObjectChangeFilter, String, String, String)
- doDiffToChangeLog(String, Database, Database, String, DiffOutputControl, ObjectChangeFilter, String, String, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
- doDiffToChangeLog(String, Database, Database, String, DiffOutputControl, ObjectChangeFilter, String, CompareControl.SchemaComparison[]) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -
CommandLineUtils.doDiffToChangeLog(String, Database, Database, String, DiffOutputControl, ObjectChangeFilter, String, CompareControl.SchemaComparison[], String, String)
- doDiffToChangeLog(String, Database, Database, String, DiffOutputControl, ObjectChangeFilter, String, CompareControl.SchemaComparison[], String, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
- doesTagExist(String) - Method in class liquibase.database.AbstractJdbcDatabase
- doesTagExist(String) - Method in class liquibase.database.core.MockDatabase
- doesTagExist(String) - Method in interface liquibase.database.Database
-
Deprecated.Use
ChangeLogHistoryService.tagExists(String)
instead - doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -
CommandLineUtils.doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl, String, String)
- doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl, String, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
- doGenerateChangeLog(String, Database, CatalogAndSchema[], String, String, String, String, DiffOutputControl) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -
CommandLineUtils.doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl, String, String)
- doGenerateChangeLog(String, Database, CatalogAndSchema[], String, String, String, String, DiffOutputControl, boolean) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
Deprecated.Use version with String runOnChangeTypes, String replaceIfExistsTypes instead -
CommandLineUtils.doGenerateChangeLog(String, Database, CatalogAndSchema[], String, String, String, String, DiffOutputControl, String, String)
- doGenerateChangeLog(String, Database, CatalogAndSchema[], String, String, String, String, DiffOutputControl, boolean, String, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
- doGenerateChangeLog(String, Database, CatalogAndSchema[], String, String, String, String, DiffOutputControl, String, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
- doGet(HttpServletRequest, HttpServletResponse) - Method in class liquibase.integration.servlet.LiquibaseJakartaStatusServlet
- doGet(HttpServletRequest, HttpServletResponse) - Method in class liquibase.integration.servlet.LiquibaseStatusServlet
- doMigration() - Method in class liquibase.integration.commandline.Main
-
Deprecated.Do the actual database migration, i.e. apply the ChangeSets.
- Done() - Method in class liquibase.util.grammar.SimpleCharStream
-
Reset buffer when finished.
- doNowOrToday(String, String) - Static method in class liquibase.util.NowAndTodayUtil
-
Determines value for "NOW" or "TODAY" prefixed value.
- doRollback(CommandResultsBuilder, List<RanChangeSet>, ChangeSetFilter) - Method in class liquibase.command.core.AbstractRollbackCommandStep
- doRollback(CommandResultsBuilder, List<RanChangeSet>, ChangeSetFilter, RollbackReportParameters) - Method in class liquibase.command.core.AbstractRollbackCommandStep
- doRollback(Database, String, String, ChangeLogIterator, ChangeLogParameters, DatabaseChangeLog, ChangeExecListener) - Static method in class liquibase.command.core.AbstractRollbackCommandStep
-
Actually perform the rollback operation.
- doRollback(Database, String, String, ChangeLogIterator, ChangeLogParameters, DatabaseChangeLog, ChangeExecListener, RollbackReportParameters) - Static method in class liquibase.command.core.AbstractRollbackCommandStep
-
Actually perform the rollback operation.
- doSilently(Callable<T>) - Static method in class liquibase.util.ExceptionUtil
-
Executes a given
Callable
and returns its result, swallowing any exceptions that occur. - doSilently(ExceptionUtil.ExceptionRunnable) - Static method in class liquibase.util.ExceptionUtil
-
Executes a given
ExceptionUtil.ExceptionRunnable
, swallowing any exceptions that occur. - DOUBLE_QUOTE_RESULT_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- DoubleDataTypeSnowflake - Class in liquibase.datatype.core
- DoubleDataTypeSnowflake() - Constructor for class liquibase.datatype.core.DoubleDataTypeSnowflake
- DoubleType - Class in liquibase.datatype.core
- DoubleType() - Constructor for class liquibase.datatype.core.DoubleType
- doubleValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
-
Performs the actual "update" work on the database.
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseUpdate
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseUpdateSQL
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseUpdateTestingRollback
- downloadMavenArtifact(String) - Static method in class liquibase.extension.testing.util.DownloadUtil
- downloadMavenArtifact(String, String, String) - Static method in class liquibase.extension.testing.util.DownloadUtil
- DownloadUtil - Class in liquibase.extension.testing.util
- driver - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- driver - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the driver class name to use for the database connection.
- DRIVER - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- DRIVER_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
- DRIVER_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
Deprecated.This field is retained for backwards compatibility. Use the fields in
DbUrlConnectionArgumentsCommandStep
instead. - DRIVER_PROPERTIES_FILE - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
Deprecated.This field is retained for backwards compatibility. Use the fields in
DbUrlConnectionArgumentsCommandStep
instead. - driverPropertiesFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- driverPropertiesFile - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
The JDBC driver properties file
- driverPropertiesFile - Variable in class org.liquibase.maven.plugins.LiquibaseDbclHistoryMojo
-
The JDBC driver properties file
- driverVersionMajor - Variable in class liquibase.database.core.DerbyDatabase
- driverVersionMinor - Variable in class liquibase.database.core.DerbyDatabase
- DROP_DF_MSSQL - Static variable in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
- dropAll() - Method in class liquibase.Liquibase
-
Drops all database objects in the default schema.
- dropAll(Boolean) - Method in class liquibase.Liquibase
-
Drops all database objects in the default schema.
- dropAll(Boolean, CatalogAndSchema...) - Method in class liquibase.Liquibase
-
Drops all database objects in the passed schema(s).
- dropAll(CatalogAndSchema...) - Method in class liquibase.Liquibase
-
Drops all database objects in the passed schema(s).
- DropAllCommandStep - Class in liquibase.command.core
- DropAllCommandStep() - Constructor for class liquibase.command.core.DropAllCommandStep
- DropAllForeignKeyConstraintsChange - Class in liquibase.change.core
- DropAllForeignKeyConstraintsChange() - Constructor for class liquibase.change.core.DropAllForeignKeyConstraintsChange
- DropAllTask - Class in liquibase.integration.ant
- DropAllTask() - Constructor for class liquibase.integration.ant.DropAllTask
- DropColumnChange - Class in liquibase.change.core
-
Drops an existing column from a table.
- DropColumnChange() - Constructor for class liquibase.change.core.DropColumnChange
- DropColumnGenerator - Class in liquibase.sqlgenerator.core
- DropColumnGenerator() - Constructor for class liquibase.sqlgenerator.core.DropColumnGenerator
- DropColumnStatement - Class in liquibase.statement.core
- DropColumnStatement(String, String, String, String) - Constructor for class liquibase.statement.core.DropColumnStatement
- DropColumnStatement(List<DropColumnStatement>) - Constructor for class liquibase.statement.core.DropColumnStatement
- dropDatabaseObjects(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
- dropDatabaseObjects(CatalogAndSchema) - Method in class liquibase.database.core.MockDatabase
- dropDatabaseObjects(CatalogAndSchema) - Method in interface liquibase.database.Database
-
Drops all objects in a specified schema.
- dropDatabaseObjects(CatalogAndSchema, SnapshotControl) - Method in interface liquibase.database.Database
- dropDbclhistory - Variable in class org.liquibase.maven.plugins.LiquibaseDropAll
-
If true, the database changelog history table will be dropped.
- DropDefaultValueChange - Class in liquibase.change.core
-
Removes the default value from an existing column.
- DropDefaultValueChange() - Constructor for class liquibase.change.core.DropDefaultValueChange
- DropDefaultValueGenerator - Class in liquibase.sqlgenerator.core
- DropDefaultValueGenerator() - Constructor for class liquibase.sqlgenerator.core.DropDefaultValueGenerator
- DropDefaultValueGeneratorSnowflake - Class in liquibase.sqlgenerator.core
- DropDefaultValueGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.DropDefaultValueGeneratorSnowflake
- DropDefaultValueStatement - Class in liquibase.statement.core
- DropDefaultValueStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.DropDefaultValueStatement
- dropFirst - Variable in class liquibase.integration.spring.SpringLiquibase
- dropFirst - Variable in class org.liquibase.maven.plugins.LiquibaseUpdate
-
Whether or not to perform a drop on the database before executing the change.
- DropForeignKeyConstraintChange - Class in liquibase.change.core
-
Drops an existing foreign key constraint.
- DropForeignKeyConstraintChange() - Constructor for class liquibase.change.core.DropForeignKeyConstraintChange
- DropForeignKeyConstraintGenerator - Class in liquibase.sqlgenerator.core
- DropForeignKeyConstraintGenerator() - Constructor for class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
- DropForeignKeyConstraintStatement - Class in liquibase.statement.core
- DropForeignKeyConstraintStatement(String, String, String, String) - Constructor for class liquibase.statement.core.DropForeignKeyConstraintStatement
- DropIndexChange - Class in liquibase.change.core
-
Drops an existing index.
- DropIndexChange() - Constructor for class liquibase.change.core.DropIndexChange
- DropIndexGenerator - Class in liquibase.sqlgenerator.core
- DropIndexGenerator() - Constructor for class liquibase.sqlgenerator.core.DropIndexGenerator
- DropIndexStatement - Class in liquibase.statement.core
- DropIndexStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.DropIndexStatement
- DropNotNullConstraintChange - Class in liquibase.change.core
-
Drops a not-null constraint from an existing column.
- DropNotNullConstraintChange() - Constructor for class liquibase.change.core.DropNotNullConstraintChange
- DropPrimaryKeyChange - Class in liquibase.change.core
-
Removes an existing primary key.
- DropPrimaryKeyChange() - Constructor for class liquibase.change.core.DropPrimaryKeyChange
- DropPrimaryKeyGenerator - Class in liquibase.sqlgenerator.core
- DropPrimaryKeyGenerator() - Constructor for class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
- DropPrimaryKeyStatement - Class in liquibase.statement.core
- DropPrimaryKeyStatement(String, String, String, String) - Constructor for class liquibase.statement.core.DropPrimaryKeyStatement
- DropProcedureChange - Class in liquibase.change.core
- DropProcedureChange() - Constructor for class liquibase.change.core.DropProcedureChange
- DropProcedureGenerator - Class in liquibase.sqlgenerator.core
- DropProcedureGenerator() - Constructor for class liquibase.sqlgenerator.core.DropProcedureGenerator
- DropProcedureGeneratorSnowflake - Class in liquibase.sqlgenerator.core
- DropProcedureGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.DropProcedureGeneratorSnowflake
- DropProcedureStatement - Class in liquibase.statement.core
- DropProcedureStatement(String, String, String) - Constructor for class liquibase.statement.core.DropProcedureStatement
- DropSequenceChange - Class in liquibase.change.core
-
Drops an existing sequence.
- DropSequenceChange() - Constructor for class liquibase.change.core.DropSequenceChange
- DropSequenceGenerator - Class in liquibase.sqlgenerator.core
- DropSequenceGenerator() - Constructor for class liquibase.sqlgenerator.core.DropSequenceGenerator
- DropSequenceStatement - Class in liquibase.statement.core
- DropSequenceStatement(String, String, String) - Constructor for class liquibase.statement.core.DropSequenceStatement
- DropTableChange - Class in liquibase.change.core
-
Drops an existing table.
- DropTableChange() - Constructor for class liquibase.change.core.DropTableChange
- DropTableGenerator - Class in liquibase.sqlgenerator.core
- DropTableGenerator() - Constructor for class liquibase.sqlgenerator.core.DropTableGenerator
- DropTableStatement - Class in liquibase.statement.core
- DropTableStatement(String, String, String, boolean) - Constructor for class liquibase.statement.core.DropTableStatement
- DropUniqueConstraintChange - Class in liquibase.change.core
-
Removes an existing unique constraint.
- DropUniqueConstraintChange() - Constructor for class liquibase.change.core.DropUniqueConstraintChange
- DropUniqueConstraintGenerator - Class in liquibase.sqlgenerator.core
- DropUniqueConstraintGenerator() - Constructor for class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
- DropUniqueConstraintStatement - Class in liquibase.statement.core
- DropUniqueConstraintStatement(String, String, String, String) - Constructor for class liquibase.statement.core.DropUniqueConstraintStatement
- DropUniqueConstraintStatement(String, String, String, String, ColumnConfig[]) - Constructor for class liquibase.statement.core.DropUniqueConstraintStatement
- DropViewChange - Class in liquibase.change.core
-
Drops an existing view.
- DropViewChange() - Constructor for class liquibase.change.core.DropViewChange
- DropViewGenerator - Class in liquibase.sqlgenerator.core
- DropViewGenerator() - Constructor for class liquibase.sqlgenerator.core.DropViewGenerator
- DropViewStatement - Class in liquibase.statement.core
- DropViewStatement(String, String, String) - Constructor for class liquibase.statement.core.DropViewStatement
- DropViewStatement(String, String, String, Boolean) - Constructor for class liquibase.statement.core.DropViewStatement
- DUPLICATE_CHANGESETS - Static variable in class liquibase.logging.mdc.MdcKey
- DUPLICATE_FILE_MODE - Static variable in class liquibase.GlobalConfiguration
- DuplicateChangeSetException - Exception in liquibase.exception
- DuplicateChangeSetException(String) - Constructor for exception liquibase.exception.DuplicateChangeSetException
- DuplicateChangesets - Class in liquibase.logging.mdc.customobjects
- DuplicateChangesets() - Constructor for class liquibase.logging.mdc.customobjects.DuplicateChangesets
- duplicateFileMode - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
How to handle multiple files being found in the search path that have duplicate paths.
- DuplicateStatementIdentifierException - Exception in liquibase.exception
- DuplicateStatementIdentifierException(String) - Constructor for exception liquibase.exception.DuplicateStatementIdentifierException
E
- EMPTY - Enum constant in enum liquibase.parser.ChangeLogParserConfiguration.MissingPropertyMode
- EMPTY_CHANGE - Static variable in interface liquibase.change.Change
-
Represent an empty array of
Change
- EMPTY_CHANGE - Static variable in interface liquibase.diff.output.changelog.ChangeGenerator
-
Represent an empty array of
Change
. - EMPTY_QUOTE - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- EMPTY_SQL - Static variable in interface liquibase.sqlgenerator.SqlGenerator
-
Represent an empty array of
Sql
. - EMPTY_SQL_STATEMENT - Static variable in interface liquibase.statement.SqlStatement
-
Represent an empty array of
SqlStatement
. - EmptyChange - Class in liquibase.change.core
- EmptyChange() - Constructor for class liquibase.change.core.EmptyChange
- EmptyDatabaseSnapshot - Class in liquibase.snapshot
- EmptyDatabaseSnapshot(Database) - Constructor for class liquibase.snapshot.EmptyDatabaseSnapshot
- EmptyDatabaseSnapshot(Database, SnapshotControl) - Constructor for class liquibase.snapshot.EmptyDatabaseSnapshot
- EmptyLineAndCommentSkippingInputStream - Class in liquibase.io
-
Input stream that does not read (skips) lines starting with
commentPattern
and line endings. - EmptyLineAndCommentSkippingInputStream(InputStream, String) - Constructor for class liquibase.io.EmptyLineAndCommentSkippingInputStream
-
Creates Input stream that does not read (skips) lines starting with
commentLineStartsWith
- emptyPassword - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Deprecated.Use an empty or null value for the password instead.
- enable_tracing() - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Enable tracing.
- enableColumnAutoIncrementIfAvailable(Column, Database, CachedRow, String, String, String, String) - Method in class liquibase.snapshot.jvm.ColumnAutoIncrementService
-
Verify if a column has auto increment capabilities and set the autoIncrement field with a placeholder object (starts with 1, increment 1)
- ENABLED - Static variable in class liquibase.analytics.configuration.AnalyticsArgs
-
Do not access this value directly to check whether analytics are enabled.
- enableForeignKeyChecks() - Method in class liquibase.database.AbstractJdbcDatabase
- enableForeignKeyChecks() - Method in class liquibase.database.core.MockDatabase
- enableForeignKeyChecks() - Method in class liquibase.database.core.MySQLDatabase
- enableForeignKeyChecks() - Method in interface liquibase.database.Database
- enableMonitoring() - Method in class liquibase.integration.commandline.LiquibaseCommandLine
- encoding - Variable in class liquibase.change.AbstractSQLChange
- END_DELIMITER - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- END_DELIMITER_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- END_DELIMITER_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- endColumn - Variable in class liquibase.util.grammar.Token
-
The column number of the last character of this Token.
- endLine - Variable in class liquibase.util.grammar.Token
-
The line number of the last character of this Token.
- ENDS_WITH_FILTER - Static variable in class liquibase.changelog.DatabaseChangeLog
- endsWith(String, String) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.endsWith(CharSequence, CharSequence)
instead - endsWithFilterIsSet() - Method in class liquibase.resource.ResourceAccessor.SearchOptions
- enter(Map<String, Object>) - Static method in class liquibase.Scope
-
Convenience version of
Scope.enter(LiquibaseListener, Map)
with noLiquibaseListener
- enter(LiquibaseListener, Map<String, Object>) - Static method in class liquibase.Scope
-
Creates a new scope without passing a ScopedRunner.
- EnterpriseDBDatabase - Class in liquibase.database.core
- EnterpriseDBDatabase() - Constructor for class liquibase.database.core.EnterpriseDBDatabase
- entrySet() - Method in class liquibase.util.SmartMap
- enumFromChecksumVersion(int) - Static method in enum liquibase.ChecksumVersion
- EnvironmentValueProvider - Class in liquibase.configuration.core
-
Searches for the configuration values in the system environment variables.
- EnvironmentValueProvider() - Constructor for class liquibase.configuration.core.EnvironmentValueProvider
- EOF - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
End of File.
- EOL - Static variable in exception liquibase.util.grammar.ParseException
-
The end of line string for this machine.
- equals(Object) - Method in class liquibase.AbstractExtensibleObject
-
Default implementation counts objects equal if their describe() methods return equal strings.
- equals(Object) - Method in class liquibase.change.AbstractChange
- equals(Object) - Method in class liquibase.change.CheckSum
- equals(Object) - Method in class liquibase.change.ColumnConfig.ValueNumeric
- equals(Object) - Method in class liquibase.changelog.ChangeSet
- equals(Object) - Method in class liquibase.changelog.DatabaseChangeLog
- equals(Object) - Method in class liquibase.changelog.RanChangeSet
- equals(Object) - Method in class liquibase.command.CommandArgument
-
Deprecated.
- equals(Object) - Method in class liquibase.command.CommandArgumentDefinition
- equals(Object) - Method in class liquibase.command.CommandDefinition
- equals(Object) - Method in class liquibase.command.CommandResultDefinition
- equals(Object) - Method in class liquibase.common.datatype.DataTypeWrapper
- equals(Object) - Method in class liquibase.configuration.ConfigurationDefinition
- equals(Object) - Method in class liquibase.database.AbstractJdbcDatabase
- equals(Object) - Method in class liquibase.database.core.PostgresDatabase
- equals(Object) - Method in class liquibase.database.jvm.JdbcConnection
- equals(Object) - Method in class liquibase.datatype.LiquibaseDataType
- equals(Object) - Method in class liquibase.exception.ValidationErrors
- equals(Object) - Method in class liquibase.extension.testing.testsystem.TestSystem.Definition
- equals(Object) - Method in class liquibase.ObjectMetaData.Attribute
- equals(Object) - Method in class liquibase.parser.core.ParsedNode
- equals(Object) - Method in class liquibase.resource.AbstractResource
- equals(Object) - Method in class liquibase.statement.core.CommentStatement
- equals(Object) - Method in class liquibase.statement.DatabaseFunction
- equals(Object) - Method in class liquibase.structure.core.Catalog
- equals(Object) - Method in class liquibase.structure.core.Column
- equals(Object) - Method in class liquibase.structure.core.ForeignKey
- equals(Object) - Method in class liquibase.structure.core.Index
- equals(Object) - Method in class liquibase.structure.core.PrimaryKey
- equals(Object) - Method in class liquibase.structure.core.Schema
- equals(Object) - Method in class liquibase.structure.core.Sequence
- equals(Object) - Method in class liquibase.structure.core.StoredDatabaseLogic
- equals(Object) - Method in class liquibase.structure.core.Table
- equals(Object) - Method in class liquibase.structure.core.UniqueConstraint
- equals(Object) - Method in class liquibase.structure.core.View
- equals(Object) - Method in class liquibase.util.SmartMap
- equals(Object) - Method in class liquibase.util.StringClauses
- equals(Object, Object) - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- equals(Object, Object, boolean) - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- equals(CatalogAndSchema, Database) - Method in class liquibase.CatalogAndSchema
- equals(DatabaseObject, Database) - Method in class liquibase.database.core.MockDatabase
- equalsIgnoreCaseAndEmpty(String, String) - Static method in class liquibase.util.StringUtil
-
Returns if two strings are equal, ignoring: case (uppercase/lowercase) difference between null, and empty string, and a string that only has spaces
- equalsKey(String) - Method in class liquibase.configuration.ConfigurationDefinition
-
Return true if the given key matches this definition.
- equalsSchemas(Database, String, String) - Method in class liquibase.diff.compare.core.CommonCatalogSchemaComparator
- equalsWordNull(String) - Static method in class liquibase.util.StringUtil
-
Check whether the value is 'null' (case insensitive)
- error - Enum constant in enum org.liquibase.maven.plugins.MavenLog.Level
- error(CharSequence) - Method in class org.liquibase.maven.plugins.MavenLog
- error(CharSequence, Throwable) - Method in class org.liquibase.maven.plugins.MavenLog
- error(Throwable) - Method in class org.liquibase.maven.plugins.MavenLog
- error(ErrorInfo) - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationTestExtension.ErrorListener
- ERROR - Enum constant in enum liquibase.GlobalConfiguration.DuplicateFileMode
- ERROR - Enum constant in enum liquibase.parser.ChangeLogParserConfiguration.MissingPropertyMode
- ERROR - Enum constant in enum org.liquibase.maven.plugins.MavenLog.Level
- ERROR_IF_MISSING - Static variable in class liquibase.changelog.DatabaseChangeLog
- ERROR_IF_MISSING_OR_EMPTY - Static variable in class liquibase.changelog.DatabaseChangeLog
- ERROR_ON_CIRCULAR_INCLUDE_ALL - Static variable in class liquibase.parser.ChangeLogParserConfiguration
- ErrorListener() - Constructor for class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationTestExtension.ErrorListener
- errorMessage - Variable in class liquibase.extension.testing.setup.TestSetupEnvironment
- errorMessages - Variable in class liquibase.exception.ValidationErrors
- ErrorPrecondition - Class in liquibase.precondition
- ErrorPrecondition(Throwable, DatabaseChangeLog, Precondition) - Constructor for class liquibase.precondition.ErrorPrecondition
- ESC_ANY_CHAR - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- ESC_D_QUOTE - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- ESC_S_QUOTE - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- escapeColumnName(String, String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
- escapeColumnName(String, String, String, String) - Method in class liquibase.database.core.MockDatabase
- escapeColumnName(String, String, String, String) - Method in interface liquibase.database.Database
-
Escapes a single column name in a database-dependent manner so reserved words can be used as a column name (i.e.
- escapeColumnName(String, String, String, String, boolean) - Method in class liquibase.database.AbstractJdbcDatabase
- escapeColumnName(String, String, String, String, boolean) - Method in class liquibase.database.core.MockDatabase
- escapeColumnName(String, String, String, String, boolean) - Method in interface liquibase.database.Database
-
Deprecated.Know if you should quote the name or not, and use
Database.escapeColumnName(String, String, String, String)
which will quote things that look like functions, or leave it along as you see fit. Don't rely on this function guessing. - escapeColumnNameList(String) - Method in class liquibase.database.AbstractJdbcDatabase
- escapeColumnNameList(String) - Method in class liquibase.database.core.MockDatabase
- escapeColumnNameList(String) - Method in interface liquibase.database.Database
-
Escapes a list of column names in a database-dependent manner so reserved words can be used as a column name (i.e.
- escapeConstraintName(String) - Method in class liquibase.database.AbstractJdbcDatabase
- escapeConstraintName(String) - Method in class liquibase.database.core.MockDatabase
- escapeConstraintName(String) - Method in interface liquibase.database.Database
- escapeDataTypeName(String) - Method in class liquibase.database.AbstractJdbcDatabase
- escapeDataTypeName(String) - Method in class liquibase.database.core.MockDatabase
- escapeDataTypeName(String) - Method in class liquibase.database.core.MSSQLDatabase
- escapeDataTypeName(String) - Method in interface liquibase.database.Database
- escapeHtml(String) - Static method in class liquibase.util.StringUtil
- escapeIndexName(String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
- escapeIndexName(String, String, String) - Method in class liquibase.database.core.MockDatabase
- escapeIndexName(String, String, String) - Method in class liquibase.database.core.MySQLDatabase
- escapeIndexName(String, String, String) - Method in class liquibase.database.core.SybaseASADatabase
- escapeIndexName(String, String, String) - Method in class liquibase.database.core.SybaseDatabase
- escapeIndexName(String, String, String) - Method in interface liquibase.database.Database
- escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
- escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.H2Database
- escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.HsqlDatabase
- escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MockDatabase
- escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MSSQLDatabase
- escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.PostgresDatabase
-
This has special case logic to handle NOT quoting column names if they are of type 'LiquibaseColumn' - columns in the DATABASECHANGELOG or DATABASECHANGELOGLOCK tables.
- escapeObjectName(String, Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
- escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
- escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.InformixDatabase
- escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MockDatabase
- escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MSSQLDatabase
- escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
- escapeSequenceName(String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
- escapeSequenceName(String, String, String) - Method in class liquibase.database.core.MockDatabase
- escapeSequenceName(String, String, String) - Method in interface liquibase.database.Database
- escapeStringForDatabase(String) - Method in class liquibase.database.AbstractJdbcDatabase
- escapeStringForDatabase(String) - Method in class liquibase.database.core.MockDatabase
- escapeStringForDatabase(String) - Method in class liquibase.database.core.MySQLDatabase
- escapeStringForDatabase(String) - Method in interface liquibase.database.Database
- escapeTableName(String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
- escapeTableName(String, String, String) - Method in class liquibase.database.core.MockDatabase
- escapeTableName(String, String, String) - Method in class liquibase.database.core.MSSQLDatabase
- escapeTableName(String, String, String) - Method in interface liquibase.database.Database
- escapeViewName(String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
- escapeViewName(String, String, String) - Method in class liquibase.database.core.MockDatabase
- escapeViewName(String, String, String) - Method in interface liquibase.database.Database
- escapeXml(String) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
-
Provided as a way for sub-classes to override and be able to convert a string that might have XML reserved characters to an XML-escaped version of that string.
- evaluating(T) - Method in interface liquibase.util.DependencyUtil.NodeValueListener
- Event - Class in liquibase.analytics
- Event(String) - Constructor for class liquibase.analytics.Event
- exampleValue() - Element in annotation type liquibase.change.DatabaseChangeProperty
-
Value to put into
ChangeParameterMetaData.getExampleValue(Database)
- exception - Variable in class liquibase.change.ChangeStatus
- EXCEPTION_DETAILS - Static variable in class liquibase.logging.mdc.MdcKey
- EXCEPTION_MESSAGE - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ExceptionDetails - Class in liquibase.logging.mdc.customobjects
- ExceptionDetails() - Constructor for class liquibase.logging.mdc.customobjects.ExceptionDetails
- ExceptionDetails(Throwable, String) - Constructor for class liquibase.logging.mdc.customobjects.ExceptionDetails
- ExceptionUtil - Class in liquibase.util
- ExceptionUtil() - Constructor for class liquibase.util.ExceptionUtil
- ExceptionUtil.ExceptionRunnable - Interface in liquibase.util
-
Functional interface for code blocks that may throw an
Exception
. - EXCLUDE - Enum constant in enum liquibase.diff.output.StandardObjectChangeFilter.FilterType
- EXCLUDE_OBJECTS - Static variable in class liquibase.logging.mdc.MdcKey
- EXCLUDE_OBJECTS_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
- excludeObjects - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- ExecutablePreparedStatement - Interface in liquibase.statement
-
To be implemented by instances that use a prepared statement for execution
- ExecutablePreparedStatementBase - Class in liquibase.statement
- ExecutablePreparedStatementBase(Database, String, String, String, List<? extends ColumnConfig>, ChangeSet, ResourceAccessor) - Constructor for class liquibase.statement.ExecutablePreparedStatementBase
- ExecutablePreparedStatementBase.LOBContent<T> - Class in liquibase.statement
- execute() - Method in class liquibase.command.CommandScope
-
Executes the command in this scope, and returns the results.
- execute() - Method in class liquibase.integration.ant.BaseLiquibaseTask
- execute() - Method in class org.liquibase.liquibase_maven_plugin.HelpMojo
- execute() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- execute() - Method in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
- execute() - Method in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetMojo
- execute() - Method in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetSQL
- execute() - Method in class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateMojo
- execute() - Method in class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateSQL
- execute(String[]) - Method in class liquibase.integration.commandline.LiquibaseCommandLine
- execute(Change) - Method in class liquibase.executor.AbstractExecutor
- execute(Change) - Method in interface liquibase.executor.Executor
-
Write methods
- execute(Change) - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
- execute(Change, List<SqlVisitor>) - Method in class liquibase.executor.AbstractExecutor
- execute(Change, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
- execute(DatabaseChangeLog, ChangeExecListener, Database) - Method in class liquibase.changelog.ChangeSet
-
This method will actually execute each of the changes in the list against the specified database.
- execute(DatabaseChangeLog, Database) - Method in class liquibase.changelog.ChangeSet
- execute(LiquibaseCommand<T>) - Method in class liquibase.command.CommandFactory
-
Deprecated.
- execute(Database) - Method in interface liquibase.change.custom.CustomTaskChange
-
Runs the change logic for this custom change.
- execute(Database, ChangelogJdbcMdcListener.ExecuteJdbc) - Static method in class liquibase.executor.jvm.ChangelogJdbcMdcListener
-
Execute the given statement via the jdbc executor.
- execute(PreparedStatementFactory) - Method in interface liquibase.statement.ExecutablePreparedStatement
-
Executes the prepared statement created by the given factory.
- execute(PreparedStatementFactory) - Method in class liquibase.statement.ExecutablePreparedStatementBase
- execute(Executor) - Method in interface liquibase.executor.jvm.ChangelogJdbcMdcListener.ExecuteJdbc
- execute(Executor) - Method in interface liquibase.executor.jvm.ChangelogJdbcMdcListener.QueryJdbc
- execute(CallableStatementCallback, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
- execute(StatementCallback, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
- execute(SqlStatement) - Method in interface liquibase.executor.Executor
- execute(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
- execute(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
- execute(SqlStatement) - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
- execute(SqlStatement[], List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
- execute(SqlStatement[], List<SqlVisitor>) - Method in class liquibase.database.core.MockDatabase
- execute(SqlStatement[], List<SqlVisitor>) - Method in interface liquibase.database.Database
- execute(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
- execute(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
- execute(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.SnowflakeJdbcExecutor
- execute(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
- executeAndExtract(String, Database) - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- executeAndExtract(Database, boolean, String, Object...) - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- executeAndExtract(Database, String, Object...) - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- executeCommand(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
- EXECUTED - Enum constant in enum liquibase.changelog.ChangeSet.ExecType
- ExecutedAfterChangeSetFilter - Class in liquibase.changelog.filter
- ExecutedAfterChangeSetFilter(Date, List<RanChangeSet>) - Constructor for class liquibase.changelog.filter.ExecutedAfterChangeSetFilter
- executeInverses(Change) - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
- executeMode - Enum constant in enum liquibase.Scope.Attr
- executePreparedStatement(PreparedStatement) - Method in class liquibase.statement.BatchDmlExecutablePreparedStatement
- executePreparedStatement(PreparedStatement) - Method in class liquibase.statement.ExecutablePreparedStatementBase
- executeRollbackStatements(Change, List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
- executeRollbackStatements(Change, List<SqlVisitor>) - Method in class liquibase.database.core.MockDatabase
- executeRollbackStatements(Change, List<SqlVisitor>) - Method in interface liquibase.database.Database
- executeRollbackStatements(SqlStatement[], List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
- executeRollbackStatements(SqlStatement[], List<SqlVisitor>) - Method in class liquibase.database.core.MockDatabase
- executeRollbackStatements(SqlStatement[], List<SqlVisitor>) - Method in interface liquibase.database.Database
- ExecuteShellCommandChange - Class in liquibase.change.core
-
Executes a given shell executable.
- ExecuteShellCommandChange() - Constructor for class liquibase.change.core.ExecuteShellCommandChange
- ExecuteShellCommandChange.StreamGobbler - Class in liquibase.change.core
- executeSql(String) - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
- ExecuteSqlCommandStep - Class in liquibase.command.core
- ExecuteSqlCommandStep() - Constructor for class liquibase.command.core.ExecuteSqlCommandStep
- executeStatements(Change, DatabaseChangeLog, List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
- executeStatements(Change, DatabaseChangeLog, List<SqlVisitor>) - Method in class liquibase.database.core.MockDatabase
- executeStatements(Change, DatabaseChangeLog, List<SqlVisitor>) - Method in class liquibase.database.core.MSSQLDatabase
- executeStatements(Change, DatabaseChangeLog, List<SqlVisitor>) - Method in interface liquibase.database.Database
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.BaseLiquibaseTask
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.ChangeLogSyncTask
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.ChangeLogSyncToTagTask
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DatabaseRollbackFutureTask
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DatabaseRollbackTask
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DatabaseUpdateTask
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DatabaseUpdateTestingRollbackTask
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DBDocTask
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DiffDatabaseTask
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.DropAllTask
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.GenerateChangeLogTask
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.MarkNextChangeSetRanTask
- executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.TagDatabaseTask
- Executor - Interface in liquibase.executor
-
Interface for a class that is capable of executing statements/queries against a DBMS.
- executorExists(String, Database) - Method in class liquibase.executor.ExecutorService
-
Checks if an executor exists for the given name and database.
- ExecutorService - Class in liquibase.executor
- exists() - Method in class liquibase.resource.PathResource
- exists() - Method in interface liquibase.resource.Resource
- exists() - Method in class liquibase.resource.ResourceAccessor.NotFoundResource
- exists() - Method in class liquibase.resource.URIResource
-
Cannot determine if the URI exists, return true
- exists() - Method in class liquibase.sdk.resource.MockResource
- exit(String) - Static method in class liquibase.Scope
-
Exits the scope started with
Scope.enter(LiquibaseListener, Map)
- ExitCodeException - Interface in liquibase.exception
-
This interface marks an exception as one which can specify the exit code that Liquibase should use if an exception which implements this interface is thrown.
- ExpandBuff(boolean) - Method in class liquibase.util.grammar.SimpleCharStream
- expandExpressions(String, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
-
Expand any expressions in the given string, taking into account parameters local to the given changelog file as well as contexts, labels, and database configured in this instance.
- expandExpressions(ParsedNode) - Method in class liquibase.changelog.DatabaseChangeLog
- ExpectedChangesVisitor - Class in liquibase.changelog.visitor
- ExpectedChangesVisitor(List<RanChangeSet>) - Constructor for class liquibase.changelog.visitor.ExpectedChangesVisitor
- expectedTokenSequences - Variable in exception liquibase.util.grammar.ParseException
-
Each entry in this array is an array of integers.
- ExpressionMatcher - Class in liquibase.util
-
Common functionality for matching set of Context/Labels against provided expression.
- ExtensibleObject - Interface in liquibase
-
This interface defines how objects can be extended with additional attributes at runtime without subclassing and exposes the ability to query attributes without resorting to reflection.
- ExtensibleObjectAttribute - Annotation Type in liquibase
-
Annotation that can be added to fields in
AbstractExtensibleObject
to configureObjectMetaData.Attribute
information about it. - ExtensionName() - Constructor for class liquibase.analytics.configuration.RemoteAnalyticsConfiguration.ExtensionName
- EXTERNAL_FILE_DIR_SCOPE_KEY - Static variable in class liquibase.diff.output.changelog.DiffToChangeLog
- extract(ResultSet) - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- extract(ResultSet, boolean) - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- extractData(ResultSet) - Method in class liquibase.executor.jvm.RowMapperNotNullConstraintsResultSetExtractor
- extractData(ResultSet) - Method in class liquibase.executor.jvm.RowMapperResultSetExtractor
F
- fail(String) - Static method in class liquibase.util.Validate
- FAIL - Enum constant in enum liquibase.changelog.DatabaseChangeLog.OnUnknownFileFormat
-
Fail parsing with an error
- FAIL - Enum constant in enum liquibase.parser.ChangeLogParserConfiguration.MissingIncludeConfiguration
- FAIL - Enum constant in enum liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption
- FAIL - Enum constant in enum liquibase.SupportsMethodValidationLevelsEnum
- FAIL_ON_ERROR - Static variable in class liquibase.logging.mdc.MdcKey
- FAIL_ON_ERROR_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- FAIL_ON_ERROR_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- FAILED - Enum constant in enum liquibase.changelog.ChangeSet.ExecType
- FailedPrecondition - Class in liquibase.precondition
- FailedPrecondition(String, DatabaseChangeLog, Precondition) - Constructor for class liquibase.precondition.FailedPrecondition
- failOnDefferable() - Method in interface liquibase.database.Database
- failure(String) - Static method in class liquibase.util.Validate
- FastCheckService - Class in liquibase.changelog
-
Service to perform a fast check of the historyService to determine if there is no unrun changesets without obtaining an exclusive write lock.
- fastFetch() - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- fastFetch() - Method in class liquibase.snapshot.ResultSetCache.SingleResultSetExtractor
- fastFetchQuery() - Method in class liquibase.snapshot.jvm.SnowflakeResultSetConstraintsExtractor
- fastFetchQuery() - Method in class liquibase.snapshot.ResultSetCache.SingleResultSetExtractor
- FieldFilter() - Constructor for class liquibase.serializer.core.string.StringChangeLogSerializer.FieldFilter
- file - Variable in class liquibase.util.VersionUtils.LibraryInfo
- FILE - Static variable in class liquibase.changelog.DatabaseChangeLog
- FILE_ENCODING - Static variable in class liquibase.GlobalConfiguration
- fileEncoding - Enum constant in enum liquibase.Scope.Attr
-
Deprecated.
- FilenameUtil - Class in liquibase.util
-
General filename and filepath manipulation utilities.
- FilenameUtil() - Constructor for class liquibase.util.FilenameUtil
- FilenameUtils - Class in liquibase.util.file
-
Deprecated.use
FilenameUtil
- FilenameUtils() - Constructor for class liquibase.util.file.FilenameUtils
-
Deprecated.
- FileSystemResourceAccessor - Class in liquibase.resource
-
Deprecated.
- FileSystemResourceAccessor(File...) - Constructor for class liquibase.resource.FileSystemResourceAccessor
-
Deprecated.Creates a FileSystemResourceAccessor with the given directories/files as the roots.
- FileSystemResourceAccessor(String) - Constructor for class liquibase.resource.FileSystemResourceAccessor
-
Deprecated.
- FileUtil - Class in liquibase.util
- FillBuff() - Method in class liquibase.util.grammar.SimpleCharStream
- Filter(Class<DatabaseObject>, Pattern) - Constructor for class liquibase.diff.output.StandardObjectChangeFilter.Filter
- FILTER - Static variable in class liquibase.changelog.DatabaseChangeLog
- FILTER_LOG_MESSAGES - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- FILTER_LOG_MESSAGES - Static variable in class liquibase.GlobalConfiguration
-
Deprecated.No longer used
- filterMessage(String) - Method in class liquibase.logging.core.AbstractLogger
-
Deprecated.now just returns the message
- filterMessage(String) - Method in interface liquibase.logging.LogMessageFilter
-
Deprecated.
- filterRollbackVisitors(List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
-
Takes a list of SqlVisitors and returns a new list with only the SqlVisitors set to apply to rollbacks
- finalCommandArray - Variable in class liquibase.change.core.ExecuteShellCommandChange
- finalizeIndex(Schema, String, Index, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.IndexSnapshotGenerator
- finalizeSearchPath(String) - Method in class liquibase.integration.spring.SpringResourceAccessor
-
Ensure the given searchPath is a valid searchPath.
- finalSchemaComparisons - Variable in class liquibase.diff.compare.CompareControl.ComputedSchemas
- finalTargetSchemas - Variable in class liquibase.diff.compare.CompareControl.ComputedSchemas
- finalUpdate(Liquibase, String, Contexts, LabelExpression) - Method in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
Runs the final update operation in the update-testing-rollback chain
- findAllInstances() - Method in class liquibase.extension.testing.testsystem.TestSystemFactory
- findAllInstances() - Method in class liquibase.plugin.AbstractPluginFactory
-
Finds implementations of the given interface or class and returns instances of them.
- findCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.DatabaseFactory
- findDefaultDriver(String) - Method in class liquibase.database.DatabaseFactory
-
Returns the Java class name of the JDBC driver class (e.g.
- findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
- findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, Set<String>) - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
- findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.CatalogComparator
- findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.ColumnComparator
- findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
- findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.ForeignKeyComparator
- findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.IndexComparator
- findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.PrimaryKeyComparator
- findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.SchemaComparator
- findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.TableComparator
- findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in class liquibase.diff.compare.core.UniqueConstraintComparator
- findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, DatabaseObjectComparatorChain, Set<String>) - Method in interface liquibase.diff.compare.DatabaseObjectComparator
- findExceptionInCauseChain(Throwable, Class<?>) - Static method in class liquibase.util.ExceptionUtil
-
Find an exception in the stack of exception causes whose cause matches the desired one.
- FindForeignKeyConstraintsStatement - Class in liquibase.statement.core
- FindForeignKeyConstraintsStatement(String, String, String) - Constructor for class liquibase.statement.core.FindForeignKeyConstraintsStatement
- findInstances(Class<T>) - Method in interface liquibase.servicelocator.ServiceLocator
- findInstances(Class<T>) - Method in class liquibase.servicelocator.StandardServiceLocator
- findKeyInMapIgnoreCase(String, Map<String, Object>) - Static method in class liquibase.util.CollectionUtil
-
Find the actual key in a map, by searching the keys in the map and checking them ignoring case.
- findResources(String, boolean, IncludeAllFilter, boolean, Comparator<String>, ResourceAccessor, int, int) - Method in class liquibase.changelog.DatabaseChangeLog
-
Deprecated.
- findResources(String, boolean, IncludeAllFilter, boolean, Comparator<String>, ResourceAccessor, int, int, String) - Method in class liquibase.changelog.DatabaseChangeLog
- findSource(Database) - Static method in class liquibase.logging.mdc.customobjects.ExceptionDetails
- fine - Enum constant in enum org.liquibase.maven.plugins.MavenLog.Level
- fine(String) - Method in class liquibase.logging.core.AbstractLogger
- fine(String) - Method in interface liquibase.logging.Logger
-
Logs a debugging event to aid in troubleshooting.
- fine(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
- fine(String, Throwable) - Method in interface liquibase.logging.Logger
-
Logs a debugging event to aid in troubleshooting together with data from an error/exception.
- FINE - Enum constant in enum org.liquibase.maven.plugins.MavenLog.Level
- finish() - Method in class liquibase.change.core.ExecuteShellCommandChange.StreamGobbler
- finishedSnapshot(DatabaseObject, DatabaseObject, Database) - Method in interface liquibase.snapshot.SnapshotListener
-
Called after an object is fully loaded from the database.
- finishInitialization() - Method in class liquibase.change.AbstractChange
-
Default implementation is a no-op
- finishInitialization() - Method in interface liquibase.change.Change
-
This method will be called by the changelog parsing process after all of the properties have been set to allow the task to do any additional initialization logic.
- finishInitialization() - Method in class liquibase.change.core.SQLFileChange
- finishInitialization(String) - Method in class liquibase.datatype.core.BigIntType
- finishInitialization(String) - Method in class liquibase.datatype.core.IntType
- finishInitialization(String) - Method in class liquibase.datatype.core.SmallIntType
- finishInitialization(String) - Method in class liquibase.datatype.LiquibaseDataType
- FirebirdDatabase - Class in liquibase.database.core
-
Firebird database implementation.
- FirebirdDatabase() - Constructor for class liquibase.database.core.FirebirdDatabase
- FirebirdTestSystem - Class in liquibase.extension.testing.testsystem.core
- FirebirdTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.FirebirdTestSystem
- FirebirdTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.FirebirdTestSystem
- fireRan(ChangeSet, DatabaseChangeLog, Database, ChangeSet.ExecType) - Method in class liquibase.changelog.visitor.UpdateVisitor
- fireRollbackFailed(ChangeSet, DatabaseChangeLog, Database, Exception) - Method in class liquibase.changelog.visitor.RollbackVisitor
- fireRunFailed(ChangeSet, DatabaseChangeLog, Database, MigrationFailedException) - Method in class liquibase.changelog.visitor.UpdateVisitor
- fireWillRun(ChangeSet, DatabaseChangeLog, Database, ChangeSet.RunStatus) - Method in class liquibase.changelog.visitor.UpdateVisitor
- FIRST_LINE_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- FIRST_LINE_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorChain
- fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
- fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in interface liquibase.diff.output.changelog.ChangedObjectChangeGenerator
- fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
- fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator
- fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
- fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
- fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
- fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGeneratorSnowflake
- fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedTableChangeGenerator
- fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
- fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorChain
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingDataChangeGenerator
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingDataExternalFileChangeGenerator
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingSequenceChangeGeneratorSnowflake
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
- fixMissing(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in interface liquibase.diff.output.changelog.MissingObjectChangeGenerator
- fixOutputAsSchema(Change[], CompareControl.SchemaComparison[]) - Method in class liquibase.diff.output.changelog.AbstractChangeGenerator
- fixOutputAsSchema(Change[], CompareControl.SchemaComparison[]) - Method in interface liquibase.diff.output.changelog.ChangeGenerator
- fixSchema(Change[], CompareControl.SchemaComparison[]) - Method in class liquibase.diff.output.changelog.AbstractChangeGenerator
- fixSchema(Change[], CompareControl.SchemaComparison[]) - Method in interface liquibase.diff.output.changelog.ChangeGenerator
- fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorChain
- fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
- fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator
- fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator
- fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
- fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
- fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator
- fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator
- fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator
- fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in class liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator
- fixUnexpected(DatabaseObject, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in interface liquibase.diff.output.changelog.UnexpectedObjectChangeGenerator
- fixupArgs(String[]) - Method in class liquibase.integration.commandline.Main
-
Deprecated.On windows machines, it splits args on '=' signs.
- flatten(Map<String, Object>) - Static method in class liquibase.util.CollectionUtil
-
Converts a set of nested maps (like from yaml/json) into a flat map with dot-separated properties
- FloatType - Class in liquibase.datatype.core
- FloatType() - Constructor for class liquibase.datatype.core.FloatType
- floatValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
- FLOW_FILE_FAILED_MESSAGE - Static variable in class liquibase.logging.mdc.MdcKey
- FLOW_FILE_FAILED_STAGE - Static variable in class liquibase.logging.mdc.MdcKey
- FLOW_FILE_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
- FLOW_FILE_ROOT - Static variable in class liquibase.logging.mdc.MdcKey
- FLOW_START_TIME - Static variable in class liquibase.logging.mdc.MdcKey
- FLOW_STOP_TIME - Static variable in class liquibase.logging.mdc.MdcKey
- flowCommandArguments - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseFlowMojo
-
Arbitrary map of parameters that the underlying liquibase command will use.
- FlowCommandArgumentValueProvider - Class in org.liquibase.maven.provider
- FlowCommandArgumentValueProvider(Map<String, Object>) - Constructor for class org.liquibase.maven.provider.FlowCommandArgumentValueProvider
- flowFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseFlowMojo
-
Specifies the flowFile to use.
- flush() - Method in class liquibase.util.csv.CSVWriter
- force - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetMojo
-
A required flag which indicates you intend to run rollbackOneChangeSet
- force - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateMojo
-
A required flag for rollbackOneUpdate.
- force - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateSQL
-
Required flag for RollbackOneChangeSet
- FORCE_ARG - Static variable in class liquibase.command.core.DropAllCommandStep
- forceReleaseLock() - Method in interface liquibase.lockservice.LockService
-
Releases whatever locks are on the database change log table
- forceReleaseLock() - Method in class liquibase.lockservice.MockLockService
- forceReleaseLock() - Method in class liquibase.lockservice.OfflineLockService
- forceReleaseLock() - Method in class liquibase.lockservice.StandardLockService
- forceReleaseLocks() - Method in class liquibase.Liquibase
- forEach(Consumer<? super InputStream>) - Method in class liquibase.resource.InputStreamList
- ForeignKey - Class in liquibase.structure.core
- ForeignKey() - Constructor for class liquibase.structure.core.ForeignKey
- ForeignKey(String) - Constructor for class liquibase.structure.core.ForeignKey
- ForeignKey(String, String, String, String, Column...) - Constructor for class liquibase.structure.core.ForeignKey
- ForeignKeyComparator - Class in liquibase.diff.compare.core
- ForeignKeyComparator() - Constructor for class liquibase.diff.compare.core.ForeignKeyComparator
- ForeignKeyConstraint - Class in liquibase.statement
- ForeignKeyConstraint(String, String) - Constructor for class liquibase.statement.ForeignKeyConstraint
- ForeignKeyConstraint(String, String, boolean) - Constructor for class liquibase.statement.ForeignKeyConstraint
- ForeignKeyConstraint(String, String, String, String) - Constructor for class liquibase.statement.ForeignKeyConstraint
- ForeignKeyConstraint(String, String, String, String, boolean) - Constructor for class liquibase.statement.ForeignKeyConstraint
- ForeignKeyConstraintType - Enum in liquibase.structure.core
- ForeignKeyExistsPrecondition - Class in liquibase.precondition.core
- ForeignKeyExistsPrecondition() - Constructor for class liquibase.precondition.core.ForeignKeyExistsPrecondition
- ForeignKeySnapshotGenerator - Class in liquibase.snapshot.jvm
- ForeignKeySnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- format - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- format - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
Specifies the format file for Liquibase Policy Checks to use.
- format - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
The format in which to display the diff output TXT or JSON
- format - Variable in class org.liquibase.maven.plugins.LiquibaseDbclHistoryMojo
-
Sets the output method to JSON or JSON_PRETTY
- format(Date) - Method in class liquibase.util.ISODateFormat
- format(Time) - Method in class liquibase.util.ISODateFormat
- format(Timestamp) - Method in class liquibase.util.ISODateFormat
- format(Date) - Method in class liquibase.util.ISODateFormat
- FORMAT - Static variable in class liquibase.logging.mdc.MdcKey
- FORMAT_ARG - Static variable in class liquibase.command.core.DiffCommandStep
- FORMAT_ARG - Static variable in class liquibase.command.core.HistoryCommandStep
- formatExpirationDate() - Method in class liquibase.license.LicenseInfo
- formatNumber(String) - Method in class liquibase.datatype.LiquibaseDataType
-
Removes any trailing ".0[...]0" from the end of a number
- formatOutput(String[][], int[], boolean, Writer) - Static method in class liquibase.util.TableOutput
-
This method outputs the input data in a tabular format with wrapping of lines
- formatOutput(String[][], List<Integer>, boolean, Writer) - Static method in class liquibase.util.TableOutput
-
This method outputs the input data in a tabular format with wrapping of lines
- formatOutput(List<List<String>>, int[], boolean, Writer) - Static method in class liquibase.util.TableOutput
-
This method outputs the input data in a tabular format with wrapping of lines
- formatOutput(List<List<String>>, List<Integer>, boolean, Writer) - Static method in class liquibase.util.TableOutput
-
This method outputs the input data in a tabular format with wrapping of lines
- FormattedSqlChangeLogParser - Class in liquibase.parser.core.formattedsql
- FormattedSqlChangeLogParser() - Constructor for class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- FormattedSqlChangeLogSerializer - Class in liquibase.serializer.core.formattedsql
- FormattedSqlChangeLogSerializer() - Constructor for class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
- formatUnwrappedOutput(List<List<String>>, boolean, Writer) - Static method in class liquibase.util.TableOutput
-
This method outputs the input data in a tabular format *without* wrapping of lines
- FORWARD - Enum constant in enum liquibase.changelog.visitor.ChangeSetVisitor.Direction
- found() - Method in class liquibase.configuration.ConfiguredValue
- from(DatabaseDataType, Database) - Method in class liquibase.datatype.DataTypeFactory
- from(DataType, Database) - Method in class liquibase.datatype.DataTypeFactory
- fromChangeset(ChangeSet) - Static method in class liquibase.logging.mdc.customobjects.MdcChangeset
- fromChangeset(ChangeSet) - Static method in class liquibase.logging.mdc.customobjects.MdcChangesetExtended
- fromChangeSet(ChangeSet) - Static method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback.ChangeSet
- fromChangesetList(List<ChangeSet>) - Static method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback
-
Generate a
ChangesetsRolledback
object from a list ofChangeSet
s. - fromDescription(String, Database) - Method in class liquibase.datatype.DataTypeFactory
-
Translates a column data type definition (e.g. varchar(255), java.sql.Types.NVARCHAR(10), VARCHAR2(255 BYTE)... ) into a normalized data type in object form.
- fromLiquibaseEvent(Event, String) - Static method in class liquibase.analytics.AnalyticsBatch
-
Converts a Liquibase-specific event into an
AnalyticsBatch
that is expected by Segment. - fromLiquibaseEvent(Event, String) - Static method in class liquibase.analytics.AnalyticsTrackEvent
- fromName(String) - Static method in class liquibase.change.ColumnConfig
- fromName(String) - Static method in class liquibase.structure.core.Column
- fromObject(Object, Database) - Method in class liquibase.datatype.DataTypeFactory
- fromYaml(Map<String, Object>) - Static method in class liquibase.analytics.configuration.RemoteAnalyticsConfiguration
- functionToSql(DatabaseFunction, Database) - Method in class liquibase.datatype.LiquibaseDataType
- FutureRollbackCountSqlCommandStep - Class in liquibase.command.core
- FutureRollbackCountSqlCommandStep() - Constructor for class liquibase.command.core.FutureRollbackCountSqlCommandStep
- FutureRollbackFromTagSqlCommandStep - Class in liquibase.command.core
- FutureRollbackFromTagSqlCommandStep() - Constructor for class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
- futureRollbackSQL(Writer) - Method in class liquibase.Liquibase
- futureRollbackSQL(Integer, String, Writer) - Method in class liquibase.Liquibase
- futureRollbackSQL(Integer, String, Writer, boolean) - Method in class liquibase.Liquibase
- futureRollbackSQL(Integer, String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- futureRollbackSQL(Integer, String, Contexts, LabelExpression, Writer, boolean) - Method in class liquibase.Liquibase
- futureRollbackSQL(Integer, String, Contexts, LabelExpression, Writer, Database, DatabaseChangeLog, ChangeExecListener) - Method in class liquibase.command.core.AbstractFutureRollbackCommandStep
- futureRollbackSQL(Integer, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- futureRollbackSQL(Integer, Contexts, LabelExpression, Writer, boolean) - Method in class liquibase.Liquibase
- futureRollbackSQL(String, Writer) - Method in class liquibase.Liquibase
- futureRollbackSQL(String, Writer, boolean) - Method in class liquibase.Liquibase
- futureRollbackSQL(String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- futureRollbackSQL(Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- FutureRollbackSqlCommandStep - Class in liquibase.command.core
- FutureRollbackSqlCommandStep() - Constructor for class liquibase.command.core.FutureRollbackSqlCommandStep
G
- generate(Database) - Method in class liquibase.statement.core.RuntimeStatement
- GENERATE_CHANGESET_CREATED_VALUES - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- GENERATE_CHANGESET_CREATED_VALUES - Static variable in class liquibase.GlobalConfiguration
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.AbstractJdbcDatabase
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.MSSQLDatabase
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.MySQLDatabase
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.PostgresDatabase
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SnowflakeDatabase
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SQLiteDatabase
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SybaseASADatabase
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SybaseDatabase
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.AbstractJdbcDatabase
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.MSSQLDatabase
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.MySQLDatabase
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.PostgresDatabase
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SnowflakeDatabase
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SQLiteDatabase
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SybaseASADatabase
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SybaseDatabase
- generateChangeLog(CatalogAndSchema, DiffToChangeLog, PrintStream, Class<? extends DatabaseObject>...) - Method in class liquibase.Liquibase
- generateChangeLog(CatalogAndSchema, DiffToChangeLog, PrintStream, ChangeLogSerializer, Class<? extends DatabaseObject>...) - Method in class liquibase.Liquibase
- GenerateChangeLogCommand - Class in liquibase.command.core
-
Deprecated.Implement commands with
CommandStep
and call them withCommandFactory.getCommandDefinition(String...)
. - GenerateChangeLogCommand() - Constructor for class liquibase.command.core.GenerateChangeLogCommand
-
Deprecated.
- GenerateChangelogCommandStep - Class in liquibase.command.core
- GenerateChangelogCommandStep() - Constructor for class liquibase.command.core.GenerateChangelogCommandStep
- GenerateChangeLogTask - Class in liquibase.integration.ant
- GenerateChangeLogTask() - Constructor for class liquibase.integration.ant.GenerateChangeLogTask
- generateChangeSets() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- generateChecksum() - Method in interface liquibase.change.custom.CustomChangeChecksum
-
Generates a checksum for the current state of the change.
- generateCheckSum() - Method in class liquibase.change.AbstractChange
-
Implementation generates checksum by serializing the change with
StringChangeLogSerializer
- generateCheckSum() - Method in class liquibase.change.AbstractSQLChange
-
Calculates the checksum based on the contained SQL.
- generateCheckSum() - Method in interface liquibase.change.Change
-
Calculates the checksum of this Change based on the current configuration.
- generateCheckSum() - Method in class liquibase.change.core.CreateProcedureChange
-
Calculates the checksum based on the contained SQL.
- generateCheckSum() - Method in class liquibase.change.core.CreateViewChange
-
Calculates the checksum based on the contained SQL.
- generateCheckSum() - Method in class liquibase.change.core.LoadDataChange
- generateCheckSum() - Method in class liquibase.change.core.SQLFileChange
- generateCheckSum() - Method in class liquibase.change.custom.CustomChangeWrapper
- generateCheckSum() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- generateCheckSum() - Method in interface liquibase.sql.visitor.SqlVisitor
- generateCheckSum(ChecksumVersion) - Method in class liquibase.changelog.ChangeSet
- generateCheckSumLatest(String) - Method in class liquibase.change.core.CreateProcedureChange
- generateConnectCommandSuccessMessage() - Method in class liquibase.database.core.SnowflakeDatabase
- generateConnectCommandSuccessMessage() - Method in interface liquibase.database.Database
-
Returns a custom message to be displayed upon successful execution of the connect command.
- generateCountSql(TableIsEmptyStatement, Database) - Method in class liquibase.sqlgenerator.core.TableIsEmptyGenerator
- generateCountSql(TableRowCountStatement, Database) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
- generateCreateTableStatement() - Method in class liquibase.change.core.CreateTableChange
- GENERATED_CHANGESET_IDS_INCLUDE_DESCRIPTION - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- GENERATED_CHANGESET_IDS_INCLUDE_DESCRIPTION - Static variable in class liquibase.GlobalConfiguration
- GENERATED_SQL_ARRAY_SCOPE_KEY - Static variable in class liquibase.sqlgenerator.SqlGeneratorFactory
- generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.database.AbstractJdbcDatabase
- generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.database.core.MockDatabase
- generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.database.core.MySQLDatabase
- generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.database.core.OracleDatabase
- generateDatabaseFunctionValue(DatabaseFunction) - Method in interface liquibase.database.Database
-
Some function names are placeholders that need to be replaced with the specific database value.
- generateDefaultConstraintName(String, String) - Method in class liquibase.database.core.MSSQLDatabase
- generateDefaultConstraintName(String, String) - Method in class liquibase.database.core.SybaseDatabase
- generateDeploymentId() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
- generateDeploymentId() - Method in interface liquibase.changelog.ChangeLogHistoryService
- generateDeploymentId() - Method in class liquibase.changelog.MockChangeLogHistoryService
- generateDocumentation(String) - Method in class liquibase.Liquibase
- generateDocumentation(String, String) - Method in class liquibase.Liquibase
- generateDocumentation(String, String, CatalogAndSchema...) - Method in class liquibase.Liquibase
- generateDocumentation(String, Contexts, LabelExpression, CatalogAndSchema...) - Method in class liquibase.Liquibase
- generateHeader(StringBuilder, InsertSetStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
- generateHeader(StringBuilder, InsertStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertGenerator
- generateId() - Method in class liquibase.analytics.AnonymousSeed
-
Generates a UUID based on the collected system data (username, MAC addresses, machine ID).
- generateId() - Method in class liquibase.snapshot.SnapshotIdService
- generateId(Change[]) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- generateParseException() - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Generate ParseException.
- generatePrimaryKeyName(String) - Method in class liquibase.database.AbstractJdbcDatabase
- generatePrimaryKeyName(String) - Method in class liquibase.database.core.AbstractDb2Database
- generatePrimaryKeyName(String) - Method in class liquibase.database.core.MockDatabase
- generatePrimaryKeyName(String) - Method in class liquibase.database.core.OracleDatabase
- generatePrimaryKeyName(String) - Method in class liquibase.database.core.PostgresDatabase
-
Generates PK following
PostgreSQL
conventions: Postgres PK size is limited with 63 bytes. - generatePrimaryKeyName(String) - Method in interface liquibase.database.Database
- generateRollbackStatements(Database) - Method in class liquibase.change.AbstractChange
-
Implementation relies on value returned from
AbstractChange.createInverses()
. - generateRollbackStatements(Database) - Method in interface liquibase.change.Change
-
Generates the
SqlStatement
objects that would roll back the change. - generateRollbackStatements(Database) - Method in class liquibase.change.core.LoadUpdateDataChange
- generateRollbackStatements(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
-
Finishes configuring the CustomChange based on the values passed to
CustomChangeWrapper.setParam(String, String)
then callsCustomSqlRollback.generateRollbackStatements(liquibase.database.Database)
orCustomTaskRollback.rollback(liquibase.database.Database)
depending on the CustomChange implementation. - generateRollbackStatements(Database) - Method in interface liquibase.change.custom.CustomSqlRollback
-
Generates the SQL statements required to roll back the change
- generateRollbackStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
- generateRollbackStatementsIsVolatile(Database) - Method in interface liquibase.sqlgenerator.SqlGenerator
- generateRollbackStatementsVolatile(Database) - Method in class liquibase.change.AbstractChange
-
Implementation delegates logic to the
SqlGenerator.generateRollbackStatementsIsVolatile(Database)
method on theSqlStatement
objects returned byChange.generateStatements(liquibase.database.Database)
If no or null SqlStatements are returned by generateRollbackStatements then this method returns false. - generateRollbackStatementsVolatile(Database) - Method in class liquibase.change.AbstractSQLChange
- generateRollbackStatementsVolatile(Database) - Method in interface liquibase.change.Change
-
Returns true if this change reads data from the database or other sources that would change during the course of an update in the
Change.generateRollbackStatements(Database)
method. - generateRollbackStatementsVolatile(Database) - Method in class liquibase.change.core.CreateProcedureChange
- generateRollbackStatementsVolatile(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
- generateRollbackStatementsVolatile(Database) - Method in class liquibase.change.core.LoadDataChange
- generateRollbackStatementsVolatile(Database) - Method in class liquibase.change.core.SQLFileChange
- generateRollbackStatementsVolatile(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
- generateSingleColumBaseSQL(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
- generateSingleColumn(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
- generateSingleColumnSQL(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
- generateSingleColumnSQL(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
- generateSql(List<ColumnConfig>) - Method in class liquibase.statement.BatchDmlExecutablePreparedStatement
- generateSql(List<ColumnConfig>) - Method in class liquibase.statement.ExecutablePreparedStatementBase
- generateSql(List<ColumnConfig>) - Method in class liquibase.statement.InsertExecutablePreparedStatement
- generateSql(List<ColumnConfig>) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
- generateSql(Change, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
- generateSql(Database) - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByCheckSumNotNullAndNotLike
- generateSql(Database) - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum
- generateSql(Database) - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByTag
- generateSql(Database) - Method in interface liquibase.statement.core.SelectFromDatabaseChangeLogStatement.WhereClause
- generateSql(BatchDmlExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.BatchDmlExecutablePreparedStatementGenerator
- generateSql(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
- generateSql(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
- generateSql(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2
- generateSql(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
- generateSql(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
- generateSql(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
- generateSql(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
- generateSql(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGenerator
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
- generateSql(AddForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
- generateSql(AddPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
- generateSql(AddPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
- generateSql(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
- generateSql(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
- generateSql(AddUniqueConstraintStatement, Database, SqlGeneratorChain<AddUniqueConstraintStatement>) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
- generateSql(AlterSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AlterSequenceGenerator
- generateSql(ClearDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
- generateSql(CommentStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CommentGenerator
- generateSql(CopyRowsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
- generateSql(CreateDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
- generateSql(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
- generateSql(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
- generateSql(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
-
Generate a CREATE INDEX SQL statement.
- generateSql(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
-
Generate a CREATE INDEX SQL statement for Firebird databases.
- generateSql(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
- generateSql(CreateProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
- generateSql(CreateSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
- generateSql(CreateSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateSequenceGeneratorSnowflake
- generateSql(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGenerator
- generateSql(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
-
Informix SQL-specific implementation of the CREATE TABLE SQL generator.
- generateSql(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGenerator
- generateSql(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
- generateSql(DeleteStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DeleteGenerator
- generateSql(DropColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropColumnGenerator
- generateSql(DropDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
- generateSql(DropDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGeneratorSnowflake
- generateSql(DropForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
- generateSql(DropIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropIndexGenerator
- generateSql(DropPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
- generateSql(DropProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropProcedureGenerator
- generateSql(DropProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropProcedureGeneratorSnowflake
- generateSql(DropSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
- generateSql(DropTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropTableGenerator
- generateSql(DropUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
- generateSql(DropViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropViewGenerator
- generateSql(GetNextChangeSetSequenceValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGenerator
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSnowflake
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
- generateSql(InitializeDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
- generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
- generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
- generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
- generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
- generateSql(InsertSetStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
- generateSql(InsertStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertGenerator
- generateSql(LockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
- generateSql(MarkChangeSetRanStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
- generateSql(ModifyDataTypeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
- generateSql(RawParameterizedSqlStatement, Database, SqlGeneratorChain<RawParameterizedSqlStatement>) - Method in class liquibase.sqlgenerator.core.RawParameterizedSqlGenerator
- generateSql(RawSqlStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RawSqlGenerator
-
Deprecated.
- generateSql(ReindexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
- generateSql(RemoveChangeSetRanStatusStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RemoveChangeSetRanStatusGenerator
- generateSql(RenameColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
- generateSql(RenameSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameSequenceGenerator
- generateSql(RenameTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
- generateSql(RenameTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameTableGeneratorSnowflake
- generateSql(RenameViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
- generateSql(RenameViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameViewGeneratorSnowflake
- generateSql(ReorganizeTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
- generateSql(RuntimeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RuntimeGenerator
- generateSql(SelectFromDatabaseChangeLogLockStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator
- generateSql(SelectFromDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator
- generateSql(SetColumnRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
- generateSql(SetNullableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
- generateSql(SetTableRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
- generateSql(SetViewRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetViewRemarksGenerator
- generateSql(TableIsEmptyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TableIsEmptyGenerator
- generateSql(TableRowCountStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
- generateSql(TagDatabaseStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TagDatabaseGenerator
- generateSql(UnlockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator
- generateSql(UpdateChangeSetChecksumStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateChangeSetChecksumGenerator
- generateSql(UpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateGenerator
- generateSql(InsertExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertDataChangeGenerator
- generateSql(SqlStatement[], Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
- generateSql(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
- generateSql(StoredProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.StoredProcedureGenerator
- generateSql(UpdateExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateDataChangeGenerator
- generateSql(T, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorChain
- generateSql(T, Database, SqlGeneratorChain<T>) - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Generate the actual Sql for the given statement and database.
- generateStatements(String, String, Database) - Method in class liquibase.change.core.CreateProcedureChange
- generateStatements(Database) - Method in class liquibase.change.AbstractSQLChange
-
Generates one or more SqlStatements depending on how the SQL should be parsed.
- generateStatements(Database) - Method in interface liquibase.change.Change
-
Generates the
SqlStatement
objects required to run the change for the given database. - generateStatements(Database) - Method in class liquibase.change.core.AddAutoIncrementChange
- generateStatements(Database) - Method in class liquibase.change.core.AddColumnChange
- generateStatements(Database) - Method in class liquibase.change.core.AddDefaultValueChange
- generateStatements(Database) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- generateStatements(Database) - Method in class liquibase.change.core.AddLookupTableChange
- generateStatements(Database) - Method in class liquibase.change.core.AddNotNullConstraintChange
- generateStatements(Database) - Method in class liquibase.change.core.AddPrimaryKeyChange
- generateStatements(Database) - Method in class liquibase.change.core.AddUniqueConstraintChange
- generateStatements(Database) - Method in class liquibase.change.core.AlterSequenceChange
- generateStatements(Database) - Method in class liquibase.change.core.CreateIndexChange
- generateStatements(Database) - Method in class liquibase.change.core.CreateProcedureChange
- generateStatements(Database) - Method in class liquibase.change.core.CreateSequenceChange
- generateStatements(Database) - Method in class liquibase.change.core.CreateTableChange
- generateStatements(Database) - Method in class liquibase.change.core.CreateViewChange
- generateStatements(Database) - Method in class liquibase.change.core.DeleteDataChange
- generateStatements(Database) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
- generateStatements(Database) - Method in class liquibase.change.core.DropColumnChange
- generateStatements(Database) - Method in class liquibase.change.core.DropDefaultValueChange
- generateStatements(Database) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
- generateStatements(Database) - Method in class liquibase.change.core.DropIndexChange
- generateStatements(Database) - Method in class liquibase.change.core.DropNotNullConstraintChange
- generateStatements(Database) - Method in class liquibase.change.core.DropPrimaryKeyChange
- generateStatements(Database) - Method in class liquibase.change.core.DropProcedureChange
- generateStatements(Database) - Method in class liquibase.change.core.DropSequenceChange
- generateStatements(Database) - Method in class liquibase.change.core.DropTableChange
- generateStatements(Database) - Method in class liquibase.change.core.DropUniqueConstraintChange
- generateStatements(Database) - Method in class liquibase.change.core.DropViewChange
- generateStatements(Database) - Method in class liquibase.change.core.EmptyChange
- generateStatements(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
- generateStatements(Database) - Method in class liquibase.change.core.InsertDataChange
- generateStatements(Database) - Method in class liquibase.change.core.LoadDataChange
- generateStatements(Database) - Method in class liquibase.change.core.MergeColumnChange
- generateStatements(Database) - Method in class liquibase.change.core.ModifyDataTypeChange
- generateStatements(Database) - Method in class liquibase.change.core.OutputChange
- generateStatements(Database) - Method in class liquibase.change.core.RenameColumnChange
- generateStatements(Database) - Method in class liquibase.change.core.RenameSequenceChange
- generateStatements(Database) - Method in class liquibase.change.core.RenameTableChange
- generateStatements(Database) - Method in class liquibase.change.core.RenameViewChange
- generateStatements(Database) - Method in class liquibase.change.core.SetColumnRemarksChange
- generateStatements(Database) - Method in class liquibase.change.core.SetTableRemarksChange
- generateStatements(Database) - Method in class liquibase.change.core.StopChange
- generateStatements(Database) - Method in class liquibase.change.core.TagDatabaseChange
-
Generates the
SqlStatement
objects required to run the change for the given database. - generateStatements(Database) - Method in class liquibase.change.core.UpdateDataChange
- generateStatements(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
-
Finishes configuring the CustomChange based on the values passed to
CustomChangeWrapper.setParam(String, String)
then callsCustomSqlChange.generateStatements(liquibase.database.Database)
orCustomTaskChange.execute(liquibase.database.Database)
depending on the CustomChange implementation. - generateStatements(Database) - Method in interface liquibase.change.custom.CustomSqlChange
-
Generates the SQL statements required to run the change
- generateStatementsFromRows(Database, List<LoadDataChange.LoadDataRowConfig>) - Method in class liquibase.change.core.LoadDataChange
- generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
- generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
- generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
- generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
- generateStatementsIsVolatile(Database) - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Does this change require access to the database metadata?
- generateStatementsVolatile(Database) - Method in class liquibase.change.AbstractChange
-
Implementation delegates logic to the
SqlGenerator.generateStatementsIsVolatile(Database)
method on theSqlStatement
objects returned byChange.generateStatements(liquibase.database.Database)
. - generateStatementsVolatile(Database) - Method in class liquibase.change.AbstractSQLChange
- generateStatementsVolatile(Database) - Method in interface liquibase.change.Change
-
Returns true if this change reads data from the database or other sources that would change during the course of an update in the
Change.generateStatements(Database)
method. - generateStatementsVolatile(Database) - Method in class liquibase.change.core.CreateProcedureChange
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.CreateViewChange
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.DropColumnChange
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.DropPrimaryKeyChange
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.LoadDataChange
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.MergeColumnChange
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.SQLFileChange
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.StopChange
- generateStatementsVolatile(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
- generateStatementsVolatile(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
Return true if the SqlStatement class queries the database in any way to determine Statements to execute.
- generateValidatingVisitor(List<RanChangeSet>) - Method in class liquibase.changelog.visitor.StandardValidatingVisitorGenerator
- generateValidatingVisitor(List<RanChangeSet>) - Method in interface liquibase.changelog.visitor.ValidatingVisitorGenerator
-
Generates a validating visitor for the provided list of ran change sets.
- generateValues(StringBuilder, InsertStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertGenerator
- GENERIC_CHANGELOG_EXTENSION_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
- GENERIC_EXTENSION_XSD - Static variable in class liquibase.parser.core.xml.StandardNamespaceDetails
- GENERIC_SNAPSHOT_EXTENSION_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
- get() - Method in class liquibase.util.Cache
- get(DatabaseObjectType) - Method in class liquibase.snapshot.DatabaseSnapshot
-
Returns the object described by the passed example if it is already included in this snapshot.
- get(DatabaseObjectType, CompareControl.SchemaComparison[]) - Method in class liquibase.structure.DatabaseObjectCollection
-
Returns the object described by the passed example if it is already included in this snapshot.
- get(Class<DatabaseObjectType>) - Method in class liquibase.snapshot.DatabaseSnapshot
-
Returns all objects of the given type that are already included in this snapshot.
- get(Class<DatabaseObjectType>) - Method in class liquibase.structure.DatabaseObjectCollection
-
Returns all objects of the given type that are already included in this snapshot.
- get(Enum) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.get(String)
when using enums. - get(Enum, Class<T>) - Method in class liquibase.Scope
- get(Enum, T) - Method in class liquibase.Scope
- get(Object) - Method in class liquibase.util.SmartMap
- get(String) - Method in class liquibase.database.AbstractJdbcDatabase
- get(String) - Method in interface liquibase.resource.ResourceAccessor
-
Finds a single specific
Resource
. - get(String) - Method in class liquibase.snapshot.CachedRow
- get(String) - Method in class liquibase.util.StringClauses
-
Retrieves the given key.
- get(String, Class<T>) - Method in class liquibase.AbstractExtensibleObject
- get(String, Class<T>) - Method in interface liquibase.ExtensibleObject
-
Return the current value of the given attribute name, converted to the passed type.
- get(String, Class<T>) - Method in class liquibase.Scope
-
Return the value associated with the given key in this scope or any parent scope.
- get(String, Class<T>) - Method in class liquibase.util.SmartMap
-
Return the value for the given key converted to the passed type.
- get(String, T) - Method in class liquibase.AbstractExtensibleObject
- get(String, T) - Method in interface liquibase.ExtensibleObject
-
Works like
ExtensibleObject.get(String, Class)
but if the attribute is null or not defined, returns the passed defaultValue. - get(String, T) - Method in class liquibase.Scope
-
Return the value associated with the given key in this scope or any parent scope.
- get(String, T) - Method in class liquibase.util.SmartMap
-
Return the value for the given key converted to the type of the default value.
- get(String, T, Class<T>) - Method in class liquibase.AbstractExtensibleObject
- get(ResultSetCache.ResultSetExtractor) - Method in class liquibase.snapshot.ResultSetCache
- getActualKey() - Method in class liquibase.configuration.ProvidedValue
-
The actual key/source for the value.
- getAdditionalInformation() - Method in class liquibase.datatype.LiquibaseDataType
-
Returns additional information that was stored during
DataTypeFactory.fromDescription(String, Database)
or other parsers. - getAffectedColumn(AddAutoIncrementStatement) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
- getAffectedColumn(AddColumnStatement) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
- getAffectedColumn(AddDefaultValueStatement) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGenerator
- getAffectedColumn(DropColumnStatement) - Method in class liquibase.sqlgenerator.core.DropColumnGenerator
- getAffectedColumn(DropDefaultValueStatement) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
- getAffectedColumn(SetColumnRemarksStatement) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
- getAffectedColumn(SetNullableStatement) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
- getAffectedColumns(List<AddColumnStatement>) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
- getAffectedDatabaseObjects() - Method in class liquibase.sql.CallableSql
- getAffectedDatabaseObjects() - Method in class liquibase.sql.SingleLineComment
- getAffectedDatabaseObjects() - Method in interface liquibase.sql.Sql
- getAffectedDatabaseObjects() - Method in class liquibase.sql.UnparsedSql
- getAffectedDatabaseObjects(Database) - Method in class liquibase.change.AbstractChange
-
Implementation delegates logic to the
SqlGeneratorFactory.getAffectedDatabaseObjects(liquibase.statement.SqlStatement, liquibase.database.Database)
method on theSqlStatement
objects returned byChange.generateStatements(liquibase.database.Database)
Returns empty set if change is not supported for the passed database - getAffectedDatabaseObjects(Database) - Method in interface liquibase.change.Change
-
Returns example
DatabaseObject
instances describing the objects affected by this change. - getAffectedDatabaseObjects(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
- getAffectedForeignKey(AddForeignKeyConstraintStatement) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
- getAffectedForeignKey(DropForeignKeyConstraintStatement) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
- getAffectedIndex(CreateIndexStatement) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
- getAffectedIndex(DropIndexStatement) - Method in class liquibase.sqlgenerator.core.DropIndexGenerator
- getAffectedNewColumn(RenameColumnStatement) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
- getAffectedNewSequence(RenameSequenceStatement) - Method in class liquibase.sqlgenerator.core.RenameSequenceGenerator
- getAffectedNewTable(RenameTableStatement) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
- getAffectedNewView(RenameViewStatement) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
- getAffectedOldColumn(RenameColumnStatement) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
- getAffectedOldSequence(RenameSequenceStatement) - Method in class liquibase.sqlgenerator.core.RenameSequenceGenerator
- getAffectedOldTable(RenameTableStatement) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
- getAffectedOldView(RenameViewStatement) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
- getAffectedPrimaryKey(AddPrimaryKeyStatement) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
- getAffectedPrimaryKey(DropPrimaryKeyStatement) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
- getAffectedSequence(AlterSequenceStatement) - Method in class liquibase.sqlgenerator.core.AlterSequenceGenerator
- getAffectedSequence(CreateSequenceStatement) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
- getAffectedSequence(DropSequenceStatement) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
- getAffectedSequence(SequenceNextValueFunction) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
- getAffectedTable(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
- getAffectedTable(Database, String) - Method in class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
- getAffectedTable(CopyRowsStatement) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
- getAffectedTable(CreateTableStatement) - Method in class liquibase.sqlgenerator.core.CreateTableGenerator
- getAffectedTable(DeleteStatement) - Method in class liquibase.sqlgenerator.core.DeleteGenerator
- getAffectedTable(DropTableStatement) - Method in class liquibase.sqlgenerator.core.DropTableGenerator
- getAffectedTable(InsertOrUpdateStatement) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
- getAffectedTable(InsertSetStatement) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
- getAffectedTable(InsertStatement) - Method in class liquibase.sqlgenerator.core.InsertGenerator
- getAffectedTable(ModifyDataTypeStatement) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
- getAffectedTable(ReorganizeTableStatement) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
- getAffectedTable(SetTableRemarksStatement) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
- getAffectedTable(SetViewRemarksStatement) - Method in class liquibase.sqlgenerator.core.SetViewRemarksGenerator
- getAffectedTable(UpdateStatement) - Method in class liquibase.sqlgenerator.core.UpdateGenerator
- getAffectedUniqueConstraint(AddUniqueConstraintStatement) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
- getAffectedUniqueConstraint(DropUniqueConstraintStatement) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
- getAffectedView(CreateViewStatement) - Method in class liquibase.sqlgenerator.core.CreateViewGenerator
- getAffectedView(DropViewStatement) - Method in class liquibase.sqlgenerator.core.DropViewGenerator
- getAliases() - Method in class liquibase.command.CommandArgumentDefinition
-
Aliases for the argument.
- getAliases() - Method in class liquibase.common.datatype.DataTypeWrapper
- getAliases() - Method in class liquibase.datatype.LiquibaseDataType
- getAliasKeys() - Method in class liquibase.configuration.ConfigurationDefinition
- getAll() - Method in interface liquibase.logging.mdc.MdcManager
- getAll() - Method in class liquibase.logging.mdc.NoOpMdcManager
- getAll(String) - Method in class liquibase.integration.spring.SpringResourceAccessor
- getAll(String) - Method in class liquibase.resource.AbstractPathResourceAccessor
- getAll(String) - Method in class liquibase.resource.ClassLoaderResourceAccessor
- getAll(String) - Method in class liquibase.resource.CompositeResourceAccessor
- getAll(String) - Method in interface liquibase.resource.ResourceAccessor
-
Returns all
Resource
s at the given path. - getAll(String) - Method in class liquibase.sdk.resource.MockResourceAccessor
- getAllAdditionalChangeSetStatus(ChangeLogIterator) - Method in interface liquibase.report.ShowSummaryGenerator
-
Get all additional change set statuses that should be reported in the show summary verbose output.
- getAllAdditionalChangeSetStatus(ChangeLogIterator) - Method in class liquibase.report.StandardShowSummaryGenerator
- getAllowColumnUpdate(String) - Method in class liquibase.statement.core.InsertOrUpdateStatement
- getAllowPrompt() - Method in class liquibase.ui.CompositeUIService
- getAllowPrompt() - Method in class liquibase.ui.ConsoleUIService
- getAllowPrompt() - Method in class liquibase.ui.LoggerUIService
- getAllowPrompt() - Method in interface liquibase.ui.UIService
-
Return current setting of allow prompt flag
- getAllowUpdate() - Method in class liquibase.change.core.LoadDataColumnConfig
-
Returns true if this Column should be updated.
- getAltCatalog() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Standard alt catalog to use for testing.
- getAlterTableSqls(Database, SQLiteDatabase.AlterTableVisitor, String, String, String) - Static method in class liquibase.database.core.SQLiteDatabase
-
Uses the
SqlGeneratorFactory
to generate SQL statements for altering the specified table in the given database. - getAlterTableStatements(SQLiteDatabase.AlterTableVisitor, Database, String, String, String) - Static method in class liquibase.database.core.SQLiteDatabase
- getAltSchema() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Standard alt schema to use for testing.
- getAltTablespace() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Standard alt tablespace to use for testing.
- getAlwaysOverrideStoredLogicSchema() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getAnalyticsEvent() - Method in class liquibase.Scope
-
Get the current analytics event.
- getApplicableDbms() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- getApplicableDbms() - Method in interface liquibase.sql.visitor.SqlVisitor
- getAppliesTo() - Method in class liquibase.change.ChangeMetaData
-
Returns the types of DatabaseObjects this change would apply to.
- getArgs() - Method in class liquibase.change.core.ExecuteShellCommandChange
- getArgument(String) - Method in class liquibase.command.CommandDefinition
-
Returns the given argument definition for this command.
- getArgumentName() - Method in enum liquibase.command.CommonArgumentNames
- getArgumentName() - Method in exception liquibase.exception.MissingRequiredArgumentException
- getArguments() - Method in class liquibase.command.AbstractCommand
-
Deprecated.
- getArguments() - Method in class liquibase.command.CommandDefinition
-
Returns the arguments for this command.
- getArguments() - Method in interface liquibase.command.LiquibaseCommand
-
Deprecated.
- getArguments(Class<T>) - Method in class liquibase.command.CommandDefinition
-
Convenience method to return the arguments for this command which are of a given type.
- getArgumentValue(CommandArgumentDefinition<T>) - Method in class liquibase.command.CommandScope
-
Convenience method for
CommandScope.getConfiguredValue(CommandArgumentDefinition)
, returningConfiguredValue.getValue()
along with anyCommandArgumentDefinition#getValueConverter()
applied - getArtifactClassloader(MavenProject, boolean, boolean, Class, Log, boolean) - Static method in class org.liquibase.maven.plugins.MavenUtils
-
Obtains a
ClassLoader
that can load from the Maven project dependencies. - getAssociatedWith() - Method in class liquibase.change.core.CreateIndexChange
- getAssociatedWith() - Method in class liquibase.change.core.DropIndexChange
- getAssociatedWith() - Method in class liquibase.statement.core.CreateIndexStatement
- getAssociatedWith() - Method in class liquibase.statement.core.DropIndexStatement
- getAssociatedWith() - Method in class liquibase.structure.core.Index
- getAssociatedWithAsString() - Method in class liquibase.structure.core.Index
- getAttribute(String) - Method in class liquibase.changelog.ChangeSet
- getAttribute(String) - Method in class liquibase.ObjectMetaData
-
Convenience method to return the
ObjectMetaData.Attribute
information for the given attribute. - getAttribute(String, Class<T>) - Method in class liquibase.structure.AbstractDatabaseObject
- getAttribute(String, Class<T>) - Method in interface liquibase.structure.DatabaseObject
-
Retrieves the value of a
DatabaseObject
's attributes and cast it into the desired type. - getAttribute(String, T) - Method in class liquibase.structure.AbstractDatabaseObject
- getAttribute(String, T) - Method in interface liquibase.structure.DatabaseObject
-
Retrieves the value of a
DatabaseObject
's attributes and cast it into the desired type. - getAttributes() - Method in class liquibase.AbstractExtensibleObject
- getAttributes() - Method in interface liquibase.ExtensibleObject
-
Return the names of all the set attributes.
- getAttributes() - Method in class liquibase.structure.AbstractDatabaseObject
- getAttributes() - Method in interface liquibase.structure.DatabaseObject
-
Returns the name of all attributes currently stored for this
DatabaseObject
. - getAuthor() - Method in class liquibase.changelog.ChangeSet
- getAuthor() - Method in class liquibase.command.core.GenerateChangeLogCommand
-
Deprecated.
- getAuthorColumnSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
- getAutoCommit() - Method in interface liquibase.database.DatabaseConnection
- getAutoCommit() - Method in class liquibase.database.jvm.JdbcConnection
- getAutoCommit() - Method in class liquibase.database.MockDatabaseConnection
- getAutoCommit() - Method in class liquibase.database.OfflineConnection
- getAutoCommitMode() - Method in class liquibase.database.AbstractJdbcDatabase
- getAutoCommitMode() - Method in class liquibase.database.core.MockDatabase
- getAutoCommitMode() - Method in interface liquibase.database.Database
-
Auto-commit mode to run in
- getAutoIncrementByClause() - Method in class liquibase.database.AbstractJdbcDatabase
- getAutoIncrementByClause() - Method in class liquibase.database.core.H2Database
- getAutoIncrementByClause() - Method in class liquibase.database.core.MSSQLDatabase
- getAutoIncrementByClause() - Method in class liquibase.database.core.SnowflakeDatabase
- getAutoIncrementClause() - Method in class liquibase.database.AbstractJdbcDatabase
- getAutoIncrementClause() - Method in class liquibase.database.core.H2Database
- getAutoIncrementClause() - Method in class liquibase.database.core.MSSQLDatabase
- getAutoIncrementClause() - Method in class liquibase.database.core.MySQLDatabase
- getAutoIncrementClause() - Method in class liquibase.database.core.PostgresDatabase
- getAutoIncrementClause() - Method in class liquibase.database.core.SnowflakeDatabase
- getAutoIncrementClause() - Method in class liquibase.database.core.SQLiteDatabase
- getAutoIncrementClause() - Method in class liquibase.database.core.SybaseASADatabase
- getAutoIncrementClause() - Method in class liquibase.database.core.SybaseDatabase
- getAutoIncrementClause(String, Boolean) - Method in class liquibase.database.AbstractJdbcDatabase
-
Default implementation.
- getAutoIncrementClause(String, Boolean) - Method in class liquibase.database.core.OracleDatabase
- getAutoIncrementClause(String, Boolean) - Method in class liquibase.database.core.PostgresDatabase
- getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in class liquibase.database.AbstractJdbcDatabase
- getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in class liquibase.database.core.H2Database
- getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in class liquibase.database.core.HsqlDatabase
- getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in class liquibase.database.core.InformixDatabase
- getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in class liquibase.database.core.MockDatabase
- getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in interface liquibase.database.Database
-
Returns database-specific auto-increment DDL clause.
- getAutoIncrementClosing() - Method in class liquibase.database.AbstractJdbcDatabase
- getAutoIncrementClosing() - Method in class liquibase.database.core.MySQLDatabase
- getAutoIncrementConstraint() - Method in class liquibase.statement.core.AddColumnStatement
- getAutoIncrementConstraints() - Method in class liquibase.statement.core.CreateTableStatement
- getAutoIncrementInformation() - Method in class liquibase.structure.core.Column
- getAutoIncrementOpening() - Method in class liquibase.database.AbstractJdbcDatabase
- getAutoIncrementOpening() - Method in class liquibase.database.core.MySQLDatabase
- getAutoIncrementStartWithClause() - Method in class liquibase.database.AbstractJdbcDatabase
- getAutoIncrementStartWithClause() - Method in class liquibase.database.core.H2Database
- getAutoIncrementStartWithClause() - Method in class liquibase.database.core.MSSQLDatabase
- getAutoIncrementStartWithClause() - Method in class liquibase.database.core.MySQLDatabase
- getAutoIncrementStartWithClause() - Method in class liquibase.database.core.SnowflakeDatabase
- getAvailable(Class<T>) - Method in class liquibase.extension.testing.testsystem.TestSystemFactory
- getBackingIndex() - Method in class liquibase.structure.core.ForeignKey
- getBackingIndex() - Method in class liquibase.structure.core.PrimaryKey
- getBackingIndex() - Method in class liquibase.structure.core.UniqueConstraint
- getBanner() - Static method in class liquibase.integration.commandline.CommandLineUtils
- getBaseColumnNames() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getBaseColumnNames() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
- getBaseTableCatalogName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getBaseTableCatalogName() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
- getBaseTableCatalogName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
- getBaseTableCatalogName() - Method in class liquibase.statement.core.DropForeignKeyConstraintStatement
- getBaseTableCatalogName() - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
- getBaseTableName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getBaseTableName() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
- getBaseTableName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
- getBaseTableName() - Method in class liquibase.statement.core.DropForeignKeyConstraintStatement
- getBaseTableName() - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
- getBaseTableSchemaName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getBaseTableSchemaName() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
- getBaseTableSchemaName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
- getBaseTableSchemaName() - Method in class liquibase.statement.core.DropForeignKeyConstraintStatement
- getBaseTableSchemaName() - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
- getBatchThreshold() - Method in class liquibase.statement.core.InsertSetStatement
- getBeanName() - Method in class liquibase.integration.spring.SpringLiquibase
-
Gets the Spring-name of this instance.
- getBeginColumn() - Method in class liquibase.util.grammar.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class liquibase.util.grammar.SimpleCharStream
-
Get token beginning line number.
- getBody() - Method in class liquibase.structure.core.StoredDatabaseLogic
- getBoolean(String) - Method in class liquibase.snapshot.CachedRow
- getBuildNumber() - Static method in class liquibase.util.LiquibaseUtil
- getBuildTime() - Static method in class liquibase.util.LiquibaseUtil
- getBuildVersion() - Static method in class liquibase.util.LiquibaseUtil
-
Return the configured build.version.
- getBuildVersionInfo() - Static method in class liquibase.util.LiquibaseUtil
-
Return the build version for release builds and a more descriptive string for snapshot builds.
- getBytesWithEncoding(String) - Static method in class liquibase.util.StringUtil
- getCachedStatement(String) - Method in class liquibase.statement.ExecutablePreparedStatementBase
- getCacheKey(Map<String, ?>, Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
Return the cache key for the given query row.
- getCacheKey(UniqueConstraint, Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
Return the cache key for the given UniqueConstraint.
- getCacheSize() - Method in class liquibase.change.core.AlterSequenceChange
- getCacheSize() - Method in class liquibase.change.core.CreateSequenceChange
- getCacheSize() - Method in class liquibase.statement.core.CreateSequenceStatement
- getCacheSize() - Method in class liquibase.structure.core.Sequence
- getCatalog() - Method in interface liquibase.database.DatabaseConnection
- getCatalog() - Method in class liquibase.database.jvm.JdbcConnection
- getCatalog() - Method in class liquibase.database.MockDatabaseConnection
- getCatalog() - Method in class liquibase.database.OfflineConnection
- getCatalog() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Standard "catalog" to use for testing.
- getCatalog() - Method in interface liquibase.structure.CatalogLevelObject
- getCatalog() - Method in class liquibase.structure.core.Schema
- getCatalogName() - Method in class liquibase.change.AbstractTableChange
- getCatalogName() - Method in class liquibase.change.core.AbstractModifyDataChange
- getCatalogName() - Method in class liquibase.change.core.AddAutoIncrementChange
- getCatalogName() - Method in class liquibase.change.core.AddColumnChange
- getCatalogName() - Method in class liquibase.change.core.AddDefaultValueChange
- getCatalogName() - Method in class liquibase.change.core.AddNotNullConstraintChange
- getCatalogName() - Method in class liquibase.change.core.AddPrimaryKeyChange
- getCatalogName() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getCatalogName() - Method in class liquibase.change.core.AlterSequenceChange
- getCatalogName() - Method in class liquibase.change.core.CreateIndexChange
- getCatalogName() - Method in class liquibase.change.core.CreateProcedureChange
- getCatalogName() - Method in class liquibase.change.core.CreateSequenceChange
- getCatalogName() - Method in class liquibase.change.core.CreateTableChange
- getCatalogName() - Method in class liquibase.change.core.CreateViewChange
- getCatalogName() - Method in class liquibase.change.core.DropColumnChange
- getCatalogName() - Method in class liquibase.change.core.DropDefaultValueChange
- getCatalogName() - Method in class liquibase.change.core.DropIndexChange
- getCatalogName() - Method in class liquibase.change.core.DropNotNullConstraintChange
- getCatalogName() - Method in class liquibase.change.core.DropPrimaryKeyChange
- getCatalogName() - Method in class liquibase.change.core.DropProcedureChange
- getCatalogName() - Method in class liquibase.change.core.DropSequenceChange
- getCatalogName() - Method in class liquibase.change.core.DropTableChange
- getCatalogName() - Method in class liquibase.change.core.DropUniqueConstraintChange
- getCatalogName() - Method in class liquibase.change.core.DropViewChange
- getCatalogName() - Method in class liquibase.change.core.InsertDataChange
- getCatalogName() - Method in class liquibase.change.core.MergeColumnChange
- getCatalogName() - Method in class liquibase.change.core.ModifyDataTypeChange
- getCatalogName() - Method in class liquibase.change.core.RenameColumnChange
- getCatalogName() - Method in class liquibase.change.core.RenameSequenceChange
- getCatalogName() - Method in class liquibase.change.core.RenameTableChange
- getCatalogName() - Method in class liquibase.change.core.RenameViewChange
- getCatalogName() - Method in class liquibase.change.core.SetColumnRemarksChange
- getCatalogName() - Method in class liquibase.change.core.SetTableRemarksChange
- getCatalogName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
- getCatalogName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
- getCatalogName() - Method in class liquibase.precondition.core.RowCountPrecondition
- getCatalogName() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
- getCatalogName() - Method in class liquibase.precondition.core.TableExistsPrecondition
- getCatalogName() - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- getCatalogName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
- getCatalogName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
- getCatalogName() - Method in class liquibase.statement.core.AddColumnStatement
- getCatalogName() - Method in class liquibase.statement.core.AddDefaultValueStatement
- getCatalogName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
- getCatalogName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
- getCatalogName() - Method in class liquibase.statement.core.ClearDatabaseChangeLogTableStatement
- getCatalogName() - Method in class liquibase.statement.core.CreateProcedureStatement
- getCatalogName() - Method in class liquibase.statement.core.CreateSequenceStatement
- getCatalogName() - Method in class liquibase.statement.core.CreateTableStatement
- getCatalogName() - Method in class liquibase.statement.core.CreateViewStatement
- getCatalogName() - Method in class liquibase.statement.core.DeleteStatement
- getCatalogName() - Method in class liquibase.statement.core.DropColumnStatement
- getCatalogName() - Method in class liquibase.statement.core.DropDefaultValueStatement
- getCatalogName() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
- getCatalogName() - Method in class liquibase.statement.core.DropProcedureStatement
- getCatalogName() - Method in class liquibase.statement.core.DropSequenceStatement
- getCatalogName() - Method in class liquibase.statement.core.DropTableStatement
- getCatalogName() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
- getCatalogName() - Method in class liquibase.statement.core.DropViewStatement
- getCatalogName() - Method in class liquibase.statement.core.GetViewDefinitionStatement
- getCatalogName() - Method in class liquibase.statement.core.InsertSetStatement
- getCatalogName() - Method in class liquibase.statement.core.InsertStatement
- getCatalogName() - Method in class liquibase.statement.core.ModifyDataTypeStatement
- getCatalogName() - Method in class liquibase.statement.core.ReindexStatement
- getCatalogName() - Method in class liquibase.statement.core.RenameColumnStatement
- getCatalogName() - Method in class liquibase.statement.core.RenameSequenceStatement
- getCatalogName() - Method in class liquibase.statement.core.RenameTableStatement
- getCatalogName() - Method in class liquibase.statement.core.RenameViewStatement
- getCatalogName() - Method in class liquibase.statement.core.ReorganizeTableStatement
- getCatalogName() - Method in class liquibase.statement.core.SetColumnRemarksStatement
- getCatalogName() - Method in class liquibase.statement.core.SetNullableStatement
- getCatalogName() - Method in class liquibase.statement.core.SetTableRemarksStatement
- getCatalogName() - Method in class liquibase.statement.core.SetViewRemarksStatement
- getCatalogName() - Method in class liquibase.statement.core.TableIsEmptyStatement
- getCatalogName() - Method in class liquibase.statement.core.TableRowCountStatement
- getCatalogName() - Method in class liquibase.statement.core.UpdateStatement
- getCatalogName() - Method in class liquibase.statement.ExecutablePreparedStatementBase
- getCatalogName() - Method in class liquibase.structure.core.Schema
- getCause() - Method in class liquibase.precondition.ErrorPrecondition
- getChange() - Method in class liquibase.change.visitor.AddColumnChangeVisitor
- getChange() - Method in interface liquibase.change.visitor.ChangeVisitor
- getChange() - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- getChange() - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- getChanged() - Method in class liquibase.logging.mdc.customobjects.DiffResultsSummary
- getChangedObject(DatabaseObject, CompareControl.SchemaComparison[]) - Method in class liquibase.diff.DiffResult
- getChangedObjects() - Method in class liquibase.diff.DiffResult
- getChangedObjects(Class<T>) - Method in class liquibase.diff.DiffResult
- getChangedObjects(Class<T>, Comparator<DatabaseObject>) - Method in class liquibase.diff.DiffResult
- getChangeExecListener() - Method in class liquibase.command.core.ChangelogSyncCommandStep
- getChangeExecListener() - Method in class liquibase.command.core.MarkNextChangesetRanCommandStep
- getChangeExecListener(Database, ResourceAccessor, String, String) - Static method in class liquibase.integration.commandline.ChangeExecListenerUtils
- getChangeLog() - Method in class liquibase.changelog.ChangeSet
- getChangeLog() - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- getChangeLog() - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- getChangeLog() - Method in class liquibase.integration.spring.SpringLiquibase
-
Returns a Resource that is able to resolve to a file or classpath resource.
- getChangelogArgValue() - Method in interface liquibase.report.UpdateRollbackReportParameters
- getChangeLogDirectory() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
Gets the change log directory set from Ant.
- getChangeLogDirectory() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
This method is designed to be overridden by subclasses when a change log is needed.
- getChangeLogFile() - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- getChangeLogFile() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
Gets the change log file set from Ant.
- getChangeLogFile() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
This method is designed to be overridden by subclasses when a change log is needed.
- getChangeLogFile() - Method in class liquibase.integration.ant.DBDocTask
- getChangeLogFile() - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
- getChangelogFileArg(CommandScope) - Method in class liquibase.command.core.AbstractUpdateCommandStep
- getChangelogFileArg(CommandScope) - Method in class liquibase.command.core.UpdateCommandStep
- getChangelogFileArg(CommandScope) - Method in class liquibase.command.core.UpdateCountCommandStep
- getChangelogFileArg(CommandScope) - Method in class liquibase.command.core.UpdateSqlCommandStep
- getChangelogFileArg(CommandScope) - Method in class liquibase.command.core.UpdateToTagCommandStep
- getChangeLogLockRecheckTime() - Method in class liquibase.lockservice.StandardLockService
- getChangeLogLockWaitTime() - Method in class liquibase.lockservice.StandardLockService
- getChangeLogParameters() - Method in class liquibase.changelog.ChangeSet
- getChangeLogParameters() - Method in class liquibase.changelog.DatabaseChangeLog
- getChangeLogParameters() - Method in class liquibase.integration.ant.type.ChangeLogParametersType
- getChangelogPath() - Method in class liquibase.logging.mdc.customobjects.History.Changeset
- getChangelogPath() - Method in class liquibase.logging.mdc.customobjects.Status.Changeset
- getChangeLogService(Database) - Method in class liquibase.changelog.ChangeLogHistoryServiceFactory
- getChangeMetaData(String) - Method in class liquibase.change.ChangeFactory
- getChangeMetaData(Change) - Method in class liquibase.change.ChangeFactory
- getChangeName() - Method in class liquibase.exception.ValidationErrors
- getChangeReplaceIfExistsTypes() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- getChanges() - Method in class liquibase.changelog.ChangeSet
-
Returns an unmodifiable list of changes.
- getChanges() - Method in class liquibase.changelog.RollbackContainer
- getChangeset() - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated
- getChangeSet() - Method in class liquibase.change.AbstractChange
-
Returns the changeSet this Change is part of.
- getChangeSet() - Method in interface liquibase.change.Change
-
Returns the changeSet this Change is part of.
- getChangeSet() - Method in class liquibase.changelog.ChangeSetStatus
- getChangeSet() - Method in class liquibase.statement.core.MarkChangeSetRanStatement
- getChangeSet() - Method in class liquibase.statement.core.RemoveChangeSetRanStatusStatement
- getChangeSet() - Method in class liquibase.statement.core.UpdateChangeSetChecksumStatement
- getChangeSet() - Method in class liquibase.statement.ExecutablePreparedStatementBase
- getChangeSet(String, String, String) - Method in class liquibase.changelog.DatabaseChangeLog
- getChangeSet(RanChangeSet) - Method in class liquibase.changelog.DatabaseChangeLog
- getChangesetAuthor() - Method in class liquibase.logging.mdc.customobjects.History.Changeset
- getChangesetAuthor() - Method in class liquibase.logging.mdc.customobjects.Status.Changeset
- getChangeSetAuthor() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- getChangesetCount() - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated
- getChangesetCount() - Method in class liquibase.logging.mdc.customobjects.History
- getChangesetCount() - Method in class liquibase.logging.mdc.customobjects.SimpleStatus
- getChangeSetFilters() - Method in class liquibase.changelog.ChangeLogIterator
- getChangesetId() - Method in class liquibase.logging.mdc.customobjects.History.Changeset
- getChangesetId() - Method in class liquibase.logging.mdc.customobjects.Status.Changeset
- getChangeSetPath() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- getChangeSetRunOnChangeTypes() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- getChangesets() - Method in class liquibase.logging.mdc.customobjects.History
- getChangeSets() - Method in class liquibase.changelog.DatabaseChangeLog
- getChangeSets(String, String, String) - Method in class liquibase.changelog.DatabaseChangeLog
- getChangeSets(RanChangeSet) - Method in class liquibase.changelog.DatabaseChangeLog
- getChangeSetStatuses(Contexts) - Method in class liquibase.Liquibase
-
Deprecated.use version with LabelExpression
- getChangeSetStatuses(Contexts, LabelExpression) - Method in class liquibase.Liquibase
- getChangeSetStatuses(Contexts, LabelExpression, boolean) - Method in class liquibase.Liquibase
-
Returns the ChangeSetStatuses of all changesets in the change log file and history in the order they would be ran.
- getChangeSetsToRun() - Method in class liquibase.changelog.visitor.StatusVisitor
-
Return the changesets that will execute
- getChangeSetsToSkip() - Method in class liquibase.changelog.visitor.StatusVisitor
-
Return the changesets that will NOT execute
- getChangeVisitors() - Method in class liquibase.changelog.DatabaseChangeLog
- getCharacterOctetLength() - Method in class liquibase.structure.core.DataType
- getCharTypeName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- getCharTypeName(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
- getCharTypeName(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
- getCheckConstraint() - Method in class liquibase.change.ConstraintsConfig
-
Returns the check constraint to use on this column.
- getChecksumVersion() - Method in class liquibase.Scope
- getChild(String, String) - Method in class liquibase.parser.core.ParsedNode
-
Returns the ParsedNode defined by the given namespace and name.
- getChildren() - Method in class liquibase.parser.core.ParsedNode
-
Returns the child ParsedNodes of this node.
- getChildren(String, String) - Method in class liquibase.parser.core.ParsedNode
-
Returns all child nodes with the given namespace and name.
- getChildValue(String, String) - Method in class liquibase.parser.core.ParsedNode
-
Returns the value of the given node with no conversion attempted.
- getChildValue(String, String, Class<T>) - Method in class liquibase.parser.core.ParsedNode
-
Returns the value of the given node, converted to the passed type.
- getChildValue(String, String, T) - Method in class liquibase.parser.core.ParsedNode
-
Convenience method for
ParsedNode.getChildValue(String, String, Class)
but returns the passed defaultValue if the given node is null or not defined. - getClassLoader() - Method in class liquibase.Scope
- getClassLoader(boolean) - Method in class liquibase.Scope
- getClassLoaderIncludingProjectClasspath() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Returns an isolated classloader.
- getClassName() - Method in class liquibase.change.custom.CustomChangeWrapper
-
Returns the name of the custom class set in
CustomChangeWrapper.setClass(String)
- getClassName() - Method in class liquibase.precondition.CustomPreconditionWrapper
- getClauseIterator() - Method in class liquibase.util.StringClauses
- getClustered() - Method in class liquibase.change.core.AddPrimaryKeyChange
- getClustered() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getClustered() - Method in class liquibase.change.core.CreateIndexChange
- getClustered() - Method in class liquibase.structure.core.Index
- getCollation() - Method in class liquibase.extension.testing.testsystem.core.MSSQLTestSystem
- getColumn() - Method in class liquibase.statement.ForeignKeyConstraint
- getColumn() - Method in class liquibase.util.grammar.SimpleCharStream
-
Deprecated.
- getColumn(String) - Method in class liquibase.structure.core.Relation
-
Returns the column object for the given columnName.
- getColumn1Name() - Method in class liquibase.change.core.MergeColumnChange
- getColumn2Name() - Method in class liquibase.change.core.MergeColumnChange
- getColumnConfig(int, String) - Method in class liquibase.change.core.LoadDataChange
- getColumnDataType() - Method in class liquibase.change.core.AddAutoIncrementChange
- getColumnDataType() - Method in class liquibase.change.core.AddDefaultValueChange
- getColumnDataType() - Method in class liquibase.change.core.AddNotNullConstraintChange
- getColumnDataType() - Method in class liquibase.change.core.DropDefaultValueChange
- getColumnDataType() - Method in class liquibase.change.core.DropNotNullConstraintChange
- getColumnDataType() - Method in class liquibase.change.core.RenameColumnChange
- getColumnDataType() - Method in class liquibase.change.core.SetColumnRemarksChange
- getColumnDataType() - Method in class liquibase.statement.core.DropDefaultValueStatement
- getColumnDataType() - Method in class liquibase.statement.core.RenameColumnStatement
- getColumnDataType() - Method in class liquibase.statement.core.SetColumnRemarksStatement
- getColumnDataType() - Method in class liquibase.statement.core.SetNullableStatement
- getColumnKey(String) - Method in class liquibase.executor.jvm.ColumnMapRowMapper
-
Determine the key to use for the given column in the column Map.
- getColumnMapRowMapper() - Method in class liquibase.executor.jvm.JdbcExecutor
-
Create a new RowMapper for reading columns as key-value pairs.
- getColumnName() - Method in class liquibase.change.core.AddAutoIncrementChange
- getColumnName() - Method in class liquibase.change.core.AddDefaultValueChange
- getColumnName() - Method in class liquibase.change.core.AddNotNullConstraintChange
- getColumnName() - Method in class liquibase.change.core.DropColumnChange
- getColumnName() - Method in class liquibase.change.core.DropDefaultValueChange
- getColumnName() - Method in class liquibase.change.core.DropNotNullConstraintChange
- getColumnName() - Method in class liquibase.change.core.ModifyDataTypeChange
- getColumnName() - Method in class liquibase.change.core.SetColumnRemarksChange
- getColumnName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
- getColumnName() - Method in class liquibase.statement.core.DropColumnStatement
- getColumnName() - Method in class liquibase.statement.core.DropDefaultValueStatement
- getColumnName() - Method in class liquibase.statement.core.ModifyDataTypeStatement
- getColumnName() - Method in class liquibase.statement.core.SetColumnRemarksStatement
- getColumnName() - Method in class liquibase.statement.core.SetNullableStatement
- getColumnName() - Method in class liquibase.statement.NotNullConstraint
- getColumnNames() - Method in class liquibase.change.core.AddPrimaryKeyChange
- getColumnNames() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getColumnNames() - Method in class liquibase.precondition.core.IndexExistsPrecondition
- getColumnNames() - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- getColumnNames() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
- getColumnNames() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
- getColumnNames() - Method in class liquibase.structure.core.Index
- getColumnNames() - Method in class liquibase.structure.core.PrimaryKey
- getColumnNames() - Method in class liquibase.structure.core.UniqueConstraint
- getColumnNamesAsList() - Method in class liquibase.structure.core.PrimaryKey
- getColumnParentType() - Method in class liquibase.change.core.SetColumnRemarksChange
- getColumnParentType() - Method in class liquibase.statement.core.SetColumnRemarksStatement
- getColumnRemarks(String) - Method in class liquibase.statement.core.CreateTableStatement
- getColumns() - Method in interface liquibase.change.ChangeWithColumns
-
Return all the
ColumnConfig
objects defined for thisChange
- getColumns() - Method in class liquibase.change.core.AddColumnChange
- getColumns() - Method in class liquibase.change.core.CreateIndexChange
- getColumns() - Method in class liquibase.change.core.CreateTableChange
- getColumns() - Method in class liquibase.change.core.DropColumnChange
- getColumns() - Method in class liquibase.change.core.InsertDataChange
- getColumns() - Method in class liquibase.change.core.LoadDataChange
- getColumns() - Method in class liquibase.change.core.LoadDataChange.LoadDataRowConfig
- getColumns() - Method in class liquibase.change.core.UpdateDataChange
- getColumns() - Method in class liquibase.statement.core.CreateIndexStatement
- getColumns() - Method in class liquibase.statement.core.CreateTableStatement
- getColumns() - Method in class liquibase.statement.core.DropColumnStatement
- getColumns() - Method in class liquibase.statement.ExecutablePreparedStatementBase
- getColumns() - Method in class liquibase.statement.PrimaryKeyConstraint
- getColumns() - Method in class liquibase.statement.UniqueConstraint
- getColumns() - Method in class liquibase.structure.core.Index
- getColumns() - Method in class liquibase.structure.core.PrimaryKey
- getColumns() - Method in class liquibase.structure.core.Relation
- getColumns() - Method in class liquibase.structure.core.UniqueConstraint
- getColumns(String, String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
Return the columns for the given catalog, schema, table, and column.
- getColumnSize() - Method in class liquibase.structure.core.DataType
- getColumnSizeUnit() - Method in class liquibase.structure.core.DataType
- getColumnsToAdd() - Method in interface liquibase.database.core.SQLiteDatabase.AlterTableVisitor
- getColumnsToSelect() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement
- getColumnsToSelect() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
- getColumnTypes() - Method in class liquibase.statement.core.CreateTableStatement
- getColumnValue(String) - Method in class liquibase.statement.core.InsertStatement
- getColumnValue(ResultSet, int) - Method in class liquibase.executor.jvm.ColumnMapRowMapper
-
Retrieve a JDBC object value for the specified column.
- getColumnValues() - Method in class liquibase.statement.core.InsertStatement
- getCommand() - Method in class liquibase.command.CommandScope
-
Returns the
CommandDefinition
for the command in this scope. - getCommand(String) - Method in class liquibase.command.CommandFactory
-
Deprecated.
- getCommandDefinition(String...) - Method in class liquibase.command.CommandFactory
-
Returns the complete
CommandDefinition
for the given commandName. - getCommandName() - Method in class liquibase.command.core.AbstractUpdateCommandStep
- getCommandName() - Method in class liquibase.command.core.UpdateCommandStep
- getCommandName() - Method in class liquibase.command.core.UpdateCountCommandStep
- getCommandName() - Method in class liquibase.command.core.UpdateSqlCommandStep
- getCommandName() - Method in class liquibase.command.core.UpdateToTagCommandStep
- getCommandName() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseFlowMojo
- getCommandName() - Method in class org.liquibase.maven.plugins.LiquibaseFlowMojo
- getCommandName() - Method in class org.liquibase.maven.plugins.LiquibaseFlowValidateMojo
- getCommands(boolean) - Method in class liquibase.command.CommandFactory
-
Returns all known
CommandDefinition
s. - getCommandScope() - Method in class liquibase.command.CommandResults
-
The
CommandScope
that was executed to produce this result. - getCommandScope() - Method in class liquibase.command.CommandResultsBuilder
-
Return the
CommandScope
the results are being built for. - getCommandString() - Method in class liquibase.change.core.ExecuteShellCommandChange
- getCommandTitle() - Method in interface liquibase.report.UpdateRollbackReportParameters
- getComment() - Method in class liquibase.change.core.RawSQLChange
- getCommentLineStartsWith() - Method in class liquibase.change.core.LoadDataChange
- getComments() - Method in class liquibase.change.core.CreateProcedureChange
- getComments() - Method in class liquibase.changelog.ChangeSet
- getComments() - Method in class liquibase.changelog.ChangeSetStatus
-
ChangeSet comments
- getCommitSQL() - Method in class liquibase.database.core.MockDatabase
- getCommonlyUsed() - Method in class liquibase.configuration.ConfigurationDefinition
-
Returns true if this is configuration users are often interested in setting.
- getComparator(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
- getComparator(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlChangeLogSerializer
- getComparator(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlSerializer
- getComparators(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
- getCompareControl() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getCompareControl() - Method in class liquibase.diff.DiffResult
- getComparedTypes() - Method in class liquibase.diff.compare.CompareControl
- getComparedTypes() - Method in class liquibase.diff.DiffResult
- getComparedValue() - Method in class liquibase.diff.Difference
- getComparisonSchema() - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
- getComparisonSchemaOrCatalog(Database, CompareControl.SchemaComparison) - Method in class liquibase.diff.compare.core.CommonCatalogSchemaComparator
- getComparisonSnapshot() - Method in class liquibase.diff.DiffResult
- getCompleteConfigPrefix() - Method in class liquibase.command.CommandScope
-
Returns the complete configuration prefix (without a trailing period) for the command in this scope.
- getCompletePath(String, String) - Method in class liquibase.integration.spring.SpringResourceAccessor
-
Returns the complete path to the resource, taking the relative path into account
- getComputed() - Method in class liquibase.change.ColumnConfig
- getComputed() - Method in class liquibase.structure.core.Column
- getConcatSql(String...) - Method in class liquibase.database.AbstractJdbcDatabase
- getConcatSql(String...) - Method in class liquibase.database.core.H2Database
- getConcatSql(String...) - Method in class liquibase.database.core.HsqlDatabase
- getConcatSql(String...) - Method in class liquibase.database.core.MockDatabase
- getConcatSql(String...) - Method in class liquibase.database.core.MSSQLDatabase
- getConcatSql(String...) - Method in class liquibase.database.core.MySQLDatabase
- getConcatSql(String...) - Method in class liquibase.database.core.SybaseDatabase
- getConcatSql(String...) - Method in interface liquibase.database.Database
-
Returns SQL to concat the passed values.
- getConfiguration(Class<T>) - Method in class liquibase.configuration.LiquibaseConfiguration
-
Deprecated.use
ConfigurationDefinition
instances directly - getConfigurationKeys() - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Return configuration keys supported by this testSystem
- getConfiguredValue(String, Class<T>) - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Convenience method for
TestSystem.getConfiguredValue(String, ConfigurationValueConverter, boolean)
- getConfiguredValue(String, Class<T>, boolean) - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Convenience method for
TestSystem.getConfiguredValue(String, ConfigurationValueConverter, boolean)
- getConfiguredValue(String, ConfigurationValueConverter<T>, boolean) - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Returns the configured value for the given propertyName.
- getConfiguredValue(CommandArgumentDefinition<T>) - Method in class liquibase.command.CommandScope
-
Returns the detailed information about how an argument is set.
- getConfirmationMessage() - Method in interface liquibase.change.Change
-
Confirmation message to be displayed after the change is executed.
- getConfirmationMessage() - Method in class liquibase.change.core.AddAutoIncrementChange
- getConfirmationMessage() - Method in class liquibase.change.core.AddColumnChange
- getConfirmationMessage() - Method in class liquibase.change.core.AddDefaultValueChange
- getConfirmationMessage() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getConfirmationMessage() - Method in class liquibase.change.core.AddLookupTableChange
- getConfirmationMessage() - Method in class liquibase.change.core.AddNotNullConstraintChange
- getConfirmationMessage() - Method in class liquibase.change.core.AddPrimaryKeyChange
- getConfirmationMessage() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getConfirmationMessage() - Method in class liquibase.change.core.AlterSequenceChange
- getConfirmationMessage() - Method in class liquibase.change.core.CreateIndexChange
- getConfirmationMessage() - Method in class liquibase.change.core.CreateProcedureChange
- getConfirmationMessage() - Method in class liquibase.change.core.CreateSequenceChange
- getConfirmationMessage() - Method in class liquibase.change.core.CreateTableChange
- getConfirmationMessage() - Method in class liquibase.change.core.CreateViewChange
- getConfirmationMessage() - Method in class liquibase.change.core.DeleteDataChange
- getConfirmationMessage() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
- getConfirmationMessage() - Method in class liquibase.change.core.DropColumnChange
- getConfirmationMessage() - Method in class liquibase.change.core.DropDefaultValueChange
- getConfirmationMessage() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
- getConfirmationMessage() - Method in class liquibase.change.core.DropIndexChange
- getConfirmationMessage() - Method in class liquibase.change.core.DropNotNullConstraintChange
- getConfirmationMessage() - Method in class liquibase.change.core.DropPrimaryKeyChange
- getConfirmationMessage() - Method in class liquibase.change.core.DropProcedureChange
- getConfirmationMessage() - Method in class liquibase.change.core.DropSequenceChange
- getConfirmationMessage() - Method in class liquibase.change.core.DropTableChange
- getConfirmationMessage() - Method in class liquibase.change.core.DropUniqueConstraintChange
- getConfirmationMessage() - Method in class liquibase.change.core.DropViewChange
- getConfirmationMessage() - Method in class liquibase.change.core.EmptyChange
- getConfirmationMessage() - Method in class liquibase.change.core.ExecuteShellCommandChange
- getConfirmationMessage() - Method in class liquibase.change.core.InsertDataChange
- getConfirmationMessage() - Method in class liquibase.change.core.LoadDataChange
- getConfirmationMessage() - Method in class liquibase.change.core.MergeColumnChange
- getConfirmationMessage() - Method in class liquibase.change.core.ModifyDataTypeChange
- getConfirmationMessage() - Method in class liquibase.change.core.OutputChange
- getConfirmationMessage() - Method in class liquibase.change.core.RawSQLChange
- getConfirmationMessage() - Method in class liquibase.change.core.RenameColumnChange
- getConfirmationMessage() - Method in class liquibase.change.core.RenameSequenceChange
- getConfirmationMessage() - Method in class liquibase.change.core.RenameTableChange
- getConfirmationMessage() - Method in class liquibase.change.core.RenameViewChange
- getConfirmationMessage() - Method in class liquibase.change.core.SetColumnRemarksChange
- getConfirmationMessage() - Method in class liquibase.change.core.SetTableRemarksChange
- getConfirmationMessage() - Method in class liquibase.change.core.SQLFileChange
- getConfirmationMessage() - Method in class liquibase.change.core.StopChange
- getConfirmationMessage() - Method in class liquibase.change.core.TagDatabaseChange
- getConfirmationMessage() - Method in class liquibase.change.core.UpdateDataChange
- getConfirmationMessage() - Method in interface liquibase.change.custom.CustomChange
-
Confirmation message to be displayed after the change is executed
- getConfirmationMessage() - Method in class liquibase.change.custom.CustomChangeWrapper
-
Return the customChange's
CustomChange.getConfirmationMessage()
message as the Change's message. - getConnection() - Method in class liquibase.database.AbstractJdbcDatabase
- getConnection() - Method in class liquibase.database.core.MockDatabase
- getConnection() - Method in interface liquibase.database.Database
- getConnection() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Returns the connection to this database.
- getConnection(String, String) - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Returns the connection to this database.
- getConnection(String, String, String) - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Opens a connection to the given url, username, and password.
- getConnectionCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
- getConnectionCatalogName() - Method in class liquibase.database.core.DerbyDatabase
- getConnectionCatalogName() - Method in class liquibase.database.core.FirebirdDatabase
- getConnectionCatalogName() - Method in class liquibase.database.core.HsqlDatabase
- getConnectionCatalogName() - Method in class liquibase.database.core.OracleDatabase
- getConnectionProperties() - Method in class liquibase.integration.ant.type.DatabaseType
- getConnectionSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
-
Overwrite this method to get the default schema name for the connection.
- getConnectionSchemaName() - Method in class liquibase.database.core.H2Database
- getConnectionSchemaName() - Method in class liquibase.database.core.HsqlDatabase
- getConnectionSchemaName() - Method in class liquibase.database.core.InformixDatabase
- getConnectionSchemaName() - Method in class liquibase.database.core.Ingres9Database
- getConnectionSchemaName() - Method in class liquibase.database.core.SnowflakeDatabase
- getConnectionSchemaName() - Method in class liquibase.database.core.SybaseASADatabase
- getConnectionSchemaNameCallStatement() - Method in class liquibase.database.AbstractJdbcDatabase
-
Used to obtain the connection schema name through a statement Override this method to change the statement.
- getConnectionSchemaNameCallStatement() - Method in class liquibase.database.core.MSSQLDatabase
- getConnectionSchemaNameCallStatement() - Method in class liquibase.database.core.PostgresDatabase
- getConnectionSchemaNameCallStatement() - Method in class liquibase.database.core.SybaseDatabase
- getConnectionUrl() - Method in class liquibase.database.jvm.JdbcConnection
- getConnectionUrl() - Method in class liquibase.extension.testing.testsystem.core.CockroachTestSystem
- getConnectionUrl() - Method in class liquibase.extension.testing.testsystem.core.MSSQLTestSystem
- getConnectionUrl() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Return the url used to connect to this database.
- getConnectionURL() - Method in class liquibase.database.core.MockDatabase
- getConnectionUsername() - Method in class liquibase.database.core.MockDatabase
- getConnectionUserName() - Method in interface liquibase.database.DatabaseConnection
- getConnectionUserName() - Method in class liquibase.database.jvm.JdbcConnection
- getConnectionUserName() - Method in class liquibase.database.MockDatabaseConnection
- getConnectionUserName() - Method in class liquibase.database.OfflineConnection
- getConsole() - Method in class liquibase.ui.ConsoleUIService
-
Creates the
ConsoleUIService.ConsoleWrapper
to use. - getConstraintName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getConstraintName() - Method in class liquibase.change.core.AddLookupTableChange
- getConstraintName() - Method in class liquibase.change.core.AddNotNullConstraintChange
- getConstraintName() - Method in class liquibase.change.core.AddPrimaryKeyChange
- getConstraintName() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getConstraintName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
- getConstraintName() - Method in class liquibase.change.core.DropNotNullConstraintChange
- getConstraintName() - Method in class liquibase.change.core.DropPrimaryKeyChange
- getConstraintName() - Method in class liquibase.change.core.DropUniqueConstraintChange
- getConstraintName() - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- getConstraintName() - Method in class liquibase.statement.core.DropForeignKeyConstraintStatement
- getConstraintName() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
- getConstraintName() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
- getConstraintName() - Method in class liquibase.statement.core.SetNullableStatement
- getConstraintName() - Method in class liquibase.statement.NotNullConstraint
- getConstraintName() - Method in class liquibase.statement.PrimaryKeyConstraint
- getConstraintName() - Method in class liquibase.statement.UniqueConstraint
- getConstraints() - Method in class liquibase.change.ColumnConfig
-
Returns the ConstraintsConfig this ColumnConfig is using.
- getContainer() - Method in class liquibase.configuration.AbstractConfigurationContainer
-
Deprecated.
- getContainer() - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
- getContainerTypes(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
- getContainingObjects() - Method in class liquibase.database.AbstractJdbcDatabase
- getContainingObjects() - Method in class liquibase.database.core.MockDatabase
- getContainingObjects() - Method in class liquibase.structure.core.Catalog
- getContainingObjects() - Method in class liquibase.structure.core.Column
- getContainingObjects() - Method in class liquibase.structure.core.Data
- getContainingObjects() - Method in class liquibase.structure.core.ForeignKey
- getContainingObjects() - Method in class liquibase.structure.core.Index
- getContainingObjects() - Method in class liquibase.structure.core.PrimaryKey
- getContainingObjects() - Method in class liquibase.structure.core.Relation
- getContainingObjects() - Method in class liquibase.structure.core.Schema
- getContainingObjects() - Method in class liquibase.structure.core.Sequence
- getContainingObjects() - Method in class liquibase.structure.core.StoredDatabaseLogic
- getContainingObjects() - Method in class liquibase.structure.core.UniqueConstraint
- getContainingObjects() - Method in interface liquibase.structure.DatabaseObject
- getContainsFullDefinition() - Method in class liquibase.structure.core.View
- getContent() - Method in class liquibase.statement.ExecutablePreparedStatementBase.LOBContent
- getContentLength(InputStream) - Method in class liquibase.statement.ExecutablePreparedStatementBase
- getContentLength(Reader) - Method in class liquibase.statement.ExecutablePreparedStatementBase
- getContents(File) - Static method in class liquibase.util.FileUtil
- getContext() - Method in class liquibase.changelog.ChangeLogProperty
-
Deprecated.alias for
#getContextFilter()
- getContext() - Method in class liquibase.command.core.GenerateChangeLogCommand
-
Deprecated.
- getContext() - Method in class liquibase.diff.output.DiffOutputControl
- getContextFilter() - Method in class liquibase.changelog.ChangeSet
- getContextFilter() - Method in class liquibase.changelog.DatabaseChangeLog
- getContextFilter() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- getContextFilter() - Method in interface liquibase.sql.visitor.SqlVisitor
- getContexts() - Method in class liquibase.changelog.ChangeLogParameters
-
Gets the contexts to filter calls to
ChangeLogParameters.getValue(String, DatabaseChangeLog)
etc. with. - getContexts() - Method in class liquibase.changelog.ChangeSet
-
Deprecated.
- getContexts() - Method in class liquibase.changelog.DatabaseChangeLog
-
Deprecated.
- getContexts() - Method in class liquibase.ContextExpression
- getContexts() - Method in class liquibase.Contexts
- getContexts() - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- getContexts() - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- getContexts() - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
- getContexts() - Method in class liquibase.RuntimeEnvironment
- getContexts() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
Deprecated.
- getContextsArg(CommandScope) - Method in class liquibase.command.core.AbstractUpdateCommandStep
- getContextsArg(CommandScope) - Method in class liquibase.command.core.UpdateCommandStep
- getContextsArg(CommandScope) - Method in class liquibase.command.core.UpdateCountCommandStep
- getContextsArg(CommandScope) - Method in class liquibase.command.core.UpdateSqlCommandStep
- getContextsArg(CommandScope) - Method in class liquibase.command.core.UpdateToTagCommandStep
- getContextsColumn(ChangeSet) - Method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
- getContextsSize() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- getContextsSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
- getCopyColumns() - Method in class liquibase.statement.core.CopyRowsStatement
- getCount(CommandScope) - Method in class liquibase.command.core.AbstractFutureRollbackCommandStep
- getCount(CommandScope) - Method in class liquibase.command.core.FutureRollbackCountSqlCommandStep
- getCSVReader() - Method in class liquibase.change.core.LoadDataChange
- getCurrentCheckSum() - Method in class liquibase.changelog.ChangeSetStatus
- getCurrentConfiguredValue() - Method in class liquibase.configuration.ConfigurationDefinition
- getCurrentConfiguredValue(ConfigurationValueConverter<DataType>, ConfigurationValueObfuscator<DataType>, String...) - Method in class liquibase.configuration.LiquibaseConfiguration
-
Convenience method for
LiquibaseConfiguration.getCurrentConfiguredValue(ConfigurationValueConverter, ConfigurationValueObfuscator, ConfigurationValueProvider[], String...)
with no additional value providers. - getCurrentConfiguredValue(ConfigurationValueConverter<DataType>, ConfigurationValueObfuscator<DataType>, ConfigurationValueProvider[], String...) - Method in class liquibase.configuration.LiquibaseConfiguration
-
Searches for the given keys in the current providers and applies any applicable modifiers.
- getCurrentConfiguredValue(ConfigurationValueProvider...) - Method in class liquibase.configuration.ConfigurationDefinition
- getCurrentDateTimeFunction() - Method in class liquibase.database.AbstractJdbcDatabase
- getCurrentDateTimeFunction() - Method in class liquibase.database.core.MockDatabase
- getCurrentDateTimeFunction() - Method in class liquibase.database.core.UnsupportedDatabase
- getCurrentDateTimeFunction() - Method in interface liquibase.database.Database
-
Returns database-specific function for generating the current date/time.
- getCurrentDateTimeFunction() - Method in class liquibase.integration.ant.type.DatabaseType
- getCurrentDateTimeFunction(int) - Method in class liquibase.database.core.MySQLDatabase
- getCurrentScope() - Static method in class liquibase.Scope
- getCurrentScope() - Method in class liquibase.ScopeManager
- getCurrentScope() - Method in class liquibase.SingletonScopeManager
- getCurrentScope() - Method in class liquibase.ThreadLocalScopeManager
-
Deprecated.
- getCurrentValue() - Method in class liquibase.configuration.ConfigurationDefinition
-
Convenience method around
ConfigurationDefinition.getCurrentConfiguredValue(ConfigurationValueProvider...)
to return the value. - getCurrentValue(Change) - Method in class liquibase.change.ChangeParameterMetaData
-
Returns the current value of this parameter for the given Change.
- getCurrentValueObfuscated() - Method in class liquibase.configuration.ConfigurationDefinition
-
Convenience method around
ConfigurationDefinition.getCurrentConfiguredValue(ConfigurationValueProvider...)
to return the obfuscated version of the value. - getCurrentVersion() - Static method in class liquibase.change.CheckSum
-
Deprecated.Use
ChecksumVersion.latest()
instead - getCustomChange() - Method in class liquibase.change.custom.CustomChangeWrapper
-
Return the CustomChange instance created by the call to
CustomChangeWrapper.setClass(String)
. - getCustomData() - Method in interface liquibase.report.UpdateRollbackReportParameters
- getCustomFormatter() - Method in class liquibase.logging.core.JavaLogService
- getCycle() - Method in class liquibase.change.core.AlterSequenceChange
- getCycle() - Method in class liquibase.change.core.CreateSequenceChange
- getCycle() - Method in class liquibase.statement.core.CreateSequenceStatement
- getDatabase() - Method in class liquibase.changelog.ChangeLogParameters
-
Sets the database to filter calls to
ChangeLogParameters.getValue(String, DatabaseChangeLog)
etc. with. - getDatabase() - Method in class liquibase.command.core.HistoryCommand
-
Deprecated.
- getDatabase() - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- getDatabase() - Method in class liquibase.Scope
- getDatabase() - Method in class liquibase.snapshot.DatabaseSnapshot
- getDatabase(String) - Method in class liquibase.database.DatabaseFactory
- getDatabaseCatalogNames(Database) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
Fetches an array of Strings with the catalog names in the database.
- getDatabaseChangeLog() - Method in class liquibase.Liquibase
- getDatabaseChangeLog(String, ChangeLogParameters, Database) - Static method in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- getDatabaseChangeLogLockPollRate() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getDatabaseChangeLogLockTable(Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
- getDatabaseChangeLogLockTableName() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getDatabaseChangeLogLockTableName() - Method in class liquibase.database.AbstractJdbcDatabase
- getDatabaseChangeLogLockTableName() - Method in class liquibase.database.core.MockDatabase
- getDatabaseChangeLogLockTableName() - Method in class liquibase.database.core.PostgresDatabase
- getDatabaseChangeLogLockTableName() - Method in interface liquibase.database.Database
- getDatabaseChangeLogLockTableName() - Method in class liquibase.integration.ant.type.DatabaseType
- getDatabaseChangeLogLockWaitTime() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getDatabaseChangeLogTable(SnapshotControl, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
- getDatabaseChangeLogTableName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- getDatabaseChangeLogTableName() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getDatabaseChangeLogTableName() - Method in class liquibase.database.AbstractJdbcDatabase
- getDatabaseChangeLogTableName() - Method in class liquibase.database.core.MockDatabase
- getDatabaseChangeLogTableName() - Method in class liquibase.database.core.PostgresDatabase
- getDatabaseChangeLogTableName() - Method in interface liquibase.database.Database
- getDatabaseChangeLogTableName() - Method in class liquibase.integration.ant.type.DatabaseType
- getDatabaseClass() - Method in class liquibase.integration.ant.type.DatabaseType
- getDatabaseConnection() - Method in class liquibase.database.ConnectionServiceFactory
-
Deprecated.
- getDatabaseConnection(String) - Method in class liquibase.database.ConnectionServiceFactory
- getDatabaseDependency() - Method in class liquibase.command.core.helpers.AbstractOutputWriterCommandStep
-
Get the database dependency that is required by this class.
- getDatabaseDependency() - Method in class liquibase.command.core.helpers.OutputWriterCommandStep
- getDatabaseDependency() - Method in class liquibase.command.core.helpers.ReferenceDatabaseOutputWriterCommandStep
- getDatabaseFromFactory() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
- getDatabaseMajorVersion() - Method in class liquibase.database.AbstractJdbcDatabase
- getDatabaseMajorVersion() - Method in class liquibase.database.core.CockroachDatabase
- getDatabaseMajorVersion() - Method in class liquibase.database.core.MockDatabase
- getDatabaseMajorVersion() - Method in class liquibase.database.core.OracleDatabase
- getDatabaseMajorVersion() - Method in class liquibase.database.core.SybaseDatabase
- getDatabaseMajorVersion() - Method in interface liquibase.database.Database
- getDatabaseMajorVersion() - Method in interface liquibase.database.DatabaseConnection
- getDatabaseMajorVersion() - Method in class liquibase.database.jvm.JdbcConnection
- getDatabaseMajorVersion() - Method in class liquibase.database.MockDatabaseConnection
- getDatabaseMajorVersion() - Method in class liquibase.database.OfflineConnection
- getDatabaseMetaData() - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
- getDatabaseMinorVersion() - Method in class liquibase.database.AbstractJdbcDatabase
- getDatabaseMinorVersion() - Method in class liquibase.database.core.CockroachDatabase
- getDatabaseMinorVersion() - Method in class liquibase.database.core.MockDatabase
- getDatabaseMinorVersion() - Method in class liquibase.database.core.OracleDatabase
- getDatabaseMinorVersion() - Method in class liquibase.database.core.SybaseDatabase
- getDatabaseMinorVersion() - Method in interface liquibase.database.Database
- getDatabaseMinorVersion() - Method in interface liquibase.database.DatabaseConnection
- getDatabaseMinorVersion() - Method in class liquibase.database.jvm.JdbcConnection
- getDatabaseMinorVersion() - Method in class liquibase.database.MockDatabaseConnection
- getDatabaseMinorVersion() - Method in class liquibase.database.OfflineConnection
- getDatabaseObjects(Class<DatabaseObjectType>) - Method in class liquibase.structure.core.Catalog
- getDatabaseObjects(Class<T>) - Method in class liquibase.structure.core.Schema
- getDatabasePatchVersion() - Method in class liquibase.database.core.MySQLDatabase
- getDatabaseProductName() - Method in class liquibase.database.AbstractJdbcDatabase
- getDatabaseProductName() - Method in class liquibase.database.core.MockDatabase
- getDatabaseProductName() - Method in interface liquibase.database.Database
-
Returns the name of the database product according to the underlying database.
- getDatabaseProductName() - Method in interface liquibase.database.DatabaseConnection
- getDatabaseProductName() - Method in class liquibase.database.jvm.JdbcConnection
- getDatabaseProductName() - Method in class liquibase.database.MockDatabaseConnection
- getDatabaseProductName() - Method in class liquibase.database.OfflineConnection
- getDatabaseProductName() - Method in class liquibase.integration.spring.SpringLiquibase
- getDatabaseProductName(DatabaseConnection) - Method in class liquibase.database.core.MockDatabase
- getDatabaseProductVersion() - Method in class liquibase.database.AbstractJdbcDatabase
- getDatabaseProductVersion() - Method in class liquibase.database.core.MockDatabase
- getDatabaseProductVersion() - Method in interface liquibase.database.Database
- getDatabaseProductVersion() - Method in interface liquibase.database.DatabaseConnection
- getDatabaseProductVersion() - Method in class liquibase.database.jvm.JdbcConnection
- getDatabaseProductVersion() - Method in class liquibase.database.MockDatabaseConnection
- getDatabaseProductVersion() - Method in class liquibase.database.OfflineConnection
- getDatabaseSchemaNames(Database) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGenerator
-
Fetches an array of Strings with the schema names in the database.
- getDatabaseSchemaNames(Database) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGeneratorSnowflake
- getDataSource() - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
- getDataSource() - Method in class liquibase.integration.spring.SpringLiquibase
-
The DataSource that liquibase will use to perform the migration.
- getDataType() - Method in class liquibase.change.ChangeParameterMetaData
-
Return the data type of value stored in this parameter.
- getDataType() - Method in class liquibase.change.core.AlterSequenceChange
- getDataType() - Method in class liquibase.change.core.CreateSequenceChange
- getDataType() - Method in class liquibase.command.CommandArgument
-
Deprecated.
- getDataType() - Method in class liquibase.command.CommandResultDefinition
-
The datatype of the result.
- getDataType() - Method in class liquibase.configuration.ConfigurationDefinition
- getDataType() - Method in class liquibase.statement.core.CreateSequenceStatement
- getDataType() - Method in class liquibase.structure.core.Sequence
- getDataTypeClass(Object, String) - Method in class liquibase.serializer.ReflectionSerializer
- getDataTypeClassParameters(Object, String) - Method in class liquibase.serializer.ReflectionSerializer
- getDataTypeId() - Method in class liquibase.structure.core.DataType
- getDataTypeMaxParameters(String) - Method in class liquibase.database.AbstractJdbcDatabase
- getDataTypeMaxParameters(String) - Method in class liquibase.database.core.MockDatabase
- getDataTypeMaxParameters(String) - Method in class liquibase.database.core.MSSQLDatabase
- getDataTypeMaxParameters(String) - Method in class liquibase.database.core.OracleDatabase
- getDataTypeMaxParameters(String) - Method in interface liquibase.database.Database
- getDate() - Method in interface liquibase.report.UpdateRollbackReportParameters
- getDateExecuted() - Method in class liquibase.changelog.RanChangeSet
- getDateFormat(Database) - Method in class liquibase.datatype.core.DateType
- getDateFunctions() - Method in class liquibase.database.AbstractJdbcDatabase
- getDateFunctions() - Method in class liquibase.database.core.MockDatabase
- getDateFunctions() - Method in interface liquibase.database.Database
-
Returns list of database native date functions
- getDateLastExecuted() - Method in class liquibase.changelog.ChangeSetStatus
-
Return the date the changeset was last executed.
- getDateLiteral(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
Return a date literal with the same value as a string formatted using ISO 8601.
- getDateLiteral(String) - Method in class liquibase.database.core.AbstractDb2Database
-
Return an DB2 date literal with the same value as a string formatted using ISO 8601.
- getDateLiteral(String) - Method in class liquibase.database.core.DerbyDatabase
- getDateLiteral(String) - Method in class liquibase.database.core.H2Database
- getDateLiteral(String) - Method in class liquibase.database.core.HsqlDatabase
- getDateLiteral(String) - Method in class liquibase.database.core.InformixDatabase
- getDateLiteral(String) - Method in class liquibase.database.core.MockDatabase
- getDateLiteral(String) - Method in class liquibase.database.core.MSSQLDatabase
- getDateLiteral(String) - Method in class liquibase.database.core.OracleDatabase
-
Returns an Oracle date literal with the same value as a string formatted using ISO 8601.
- getDateLiteral(String) - Method in interface liquibase.database.Database
- getDateLiteral(Date) - Method in class liquibase.database.AbstractJdbcDatabase
- getDateLiteral(Date) - Method in class liquibase.database.core.MockDatabase
- getDateLiteral(Date) - Method in interface liquibase.database.Database
- getDateLiteral(Date) - Method in class liquibase.database.AbstractJdbcDatabase
- getDateLiteral(Date) - Method in class liquibase.database.core.MockDatabase
- getDateLiteral(Date) - Method in interface liquibase.database.Database
- getDateTimeFormat(Database) - Method in class liquibase.datatype.core.DateTimeType
- getDateTimeLiteral(Timestamp) - Method in class liquibase.database.AbstractJdbcDatabase
- getDateTimeLiteral(Timestamp) - Method in class liquibase.database.core.MockDatabase
- getDateTimeLiteral(Timestamp) - Method in class liquibase.database.core.SQLiteDatabase
- getDateTimeLiteral(Timestamp) - Method in interface liquibase.database.Database
- getDateTimeTypeString(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
- getDateTimeTypeString(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
- getDbaRecycleBinWarning() - Method in class liquibase.database.core.OracleDatabase
- getDbms() - Method in class liquibase.change.AbstractSQLChange
- getDbms() - Method in class liquibase.change.core.CreateProcedureChange
- getDbms() - Method in class liquibase.change.core.InsertDataChange
- getDbms() - Method in interface liquibase.change.DbmsTargetedChange
- getDbms() - Method in class liquibase.change.visitor.AddColumnChangeVisitor
- getDbms() - Method in interface liquibase.change.visitor.ChangeVisitor
- getDbms() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- getDbmsSet() - Method in class liquibase.changelog.ChangeSet
- getDbObjectComparator() - Method in class liquibase.structure.core.StoredDatabaseLogic
- getDecimalDigits() - Method in class liquibase.structure.core.DataType
- getDeclaredField(Class<?>, String) - Static method in class org.liquibase.maven.plugins.MavenUtils
-
Recursively searches for the field specified by the fieldName in the class and all the super classes until it either finds it, or runs out of parents.
- getDefaultCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
- getDefaultCatalogName() - Method in class liquibase.database.core.AbstractDb2Database
- getDefaultCatalogName() - Method in class liquibase.database.core.MockDatabase
- getDefaultCatalogName() - Method in class liquibase.database.core.MSSQLDatabase
- getDefaultCatalogName() - Method in class liquibase.database.core.OracleDatabase
- getDefaultCatalogName() - Method in class liquibase.database.core.SybaseASADatabase
- getDefaultCatalogName() - Method in class liquibase.database.core.UnsupportedDatabase
-
Always returns null or DATABASECHANGELOG table may not be found.
- getDefaultCatalogName() - Method in interface liquibase.database.Database
- getDefaultCatalogName() - Method in class liquibase.integration.ant.type.DatabaseType
- getDefaultDatabaseProductName() - Method in class liquibase.database.AbstractJdbcDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.AbstractDb2Database
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.CockroachDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.DB2Database
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.Db2zDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.DerbyDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.FirebirdDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.H2Database
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.HsqlDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.InformixDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.Ingres9Database
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.MariaDBDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.MSSQLDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.MySQLDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.OracleDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.PostgresDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.SnowflakeDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.SQLiteDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.SybaseASADatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.SybaseDatabase
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.UnsupportedDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.AbstractDb2Database
- getDefaultDriver(String) - Method in class liquibase.database.core.DerbyDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.EnterpriseDBDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.FirebirdDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.H2Database
- getDefaultDriver(String) - Method in class liquibase.database.core.HsqlDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.InformixDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.Ingres9Database
- getDefaultDriver(String) - Method in class liquibase.database.core.MariaDBDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.MockDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.MSSQLDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.MySQLDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.OracleDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.PostgresDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.SnowflakeDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.SQLiteDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.SybaseASADatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.SybaseDatabase
- getDefaultDriver(String) - Method in class liquibase.database.core.UnsupportedDatabase
- getDefaultDriver(String) - Method in interface liquibase.database.Database
-
If this database understands the given url, return the default driver class name.
- getDefaultFractionalDigitsForTimestamp() - Method in class liquibase.database.AbstractJdbcDatabase
-
SQL Standard (Foundation) says: "...if
is not specified, then 6 is implicit." - getDefaultFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MockDatabase
- getDefaultFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MSSQLDatabase
- getDefaultFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MySQLDatabase
-
Returns the default timestamp fractional digits if nothing is specified.
- getDefaultFractionalDigitsForTimestamp() - Method in interface liquibase.database.Database
-
When a TIMESTAMP column without the parameter "number of fractional digits" is created, what is the default value?
- getDefaultLogService() - Method in class liquibase.logging.core.LogServiceFactory
- getDefaultNullValue() - Method in class liquibase.change.core.AddNotNullConstraintChange
- getDefaultOnNull() - Method in class liquibase.change.ColumnConfig
- getDefaultOnNull() - Method in class liquibase.change.core.AddAutoIncrementChange
- getDefaultOnNull() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
- getDefaultOutputEncoding() - Method in class liquibase.integration.ant.BaseLiquibaseTask
- getDefaultPort() - Method in class liquibase.database.core.AbstractDb2Database
- getDefaultPort() - Method in class liquibase.database.core.CockroachDatabase
- getDefaultPort() - Method in class liquibase.database.core.DerbyDatabase
- getDefaultPort() - Method in class liquibase.database.core.EnterpriseDBDatabase
- getDefaultPort() - Method in class liquibase.database.core.FirebirdDatabase
- getDefaultPort() - Method in class liquibase.database.core.H2Database
- getDefaultPort() - Method in class liquibase.database.core.HsqlDatabase
- getDefaultPort() - Method in class liquibase.database.core.InformixDatabase
- getDefaultPort() - Method in class liquibase.database.core.Ingres9Database
- getDefaultPort() - Method in class liquibase.database.core.MockDatabase
- getDefaultPort() - Method in class liquibase.database.core.MSSQLDatabase
- getDefaultPort() - Method in class liquibase.database.core.MySQLDatabase
- getDefaultPort() - Method in class liquibase.database.core.OracleDatabase
- getDefaultPort() - Method in class liquibase.database.core.PostgresDatabase
- getDefaultPort() - Method in class liquibase.database.core.SnowflakeDatabase
- getDefaultPort() - Method in class liquibase.database.core.SQLiteDatabase
- getDefaultPort() - Method in class liquibase.database.core.SybaseASADatabase
- getDefaultPort() - Method in class liquibase.database.core.SybaseDatabase
- getDefaultPort() - Method in class liquibase.database.core.UnsupportedDatabase
- getDefaultPort() - Method in interface liquibase.database.Database
- getDefaultScaleForNativeDataType(String) - Method in class liquibase.database.AbstractJdbcDatabase
- getDefaultScaleForNativeDataType(String) - Method in class liquibase.database.core.MockDatabase
- getDefaultScaleForNativeDataType(String) - Method in class liquibase.database.core.MSSQLDatabase
- getDefaultScaleForNativeDataType(String) - Method in interface liquibase.database.Database
-
Returns the default precision for a given native data type, e.g.
- getDefaultSchema() - Method in class liquibase.database.AbstractJdbcDatabase
- getDefaultSchema() - Method in class liquibase.database.core.MockDatabase
- getDefaultSchema() - Method in interface liquibase.database.Database
- getDefaultSchema() - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- getDefaultSchema() - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- getDefaultSchema() - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
- getDefaultSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
- getDefaultSchemaName() - Method in class liquibase.database.core.MockDatabase
- getDefaultSchemaName() - Method in interface liquibase.database.Database
- getDefaultSchemaName() - Method in class liquibase.integration.ant.type.DatabaseType
- getDefaultTablespace() - Method in class liquibase.structure.core.Table
- getDefaultValue() - Method in class liquibase.change.ColumnConfig
-
The String default value to assign to this column.
- getDefaultValue() - Method in class liquibase.change.core.AddDefaultValueChange
- getDefaultValue() - Method in class liquibase.command.CommandResultDefinition
-
The default value to use if no value was provided.
- getDefaultValue() - Method in class liquibase.configuration.ConfigurationDefinition
-
The default value used by this definition if no value is currently configured.
- getDefaultValue() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getDefaultValue() - Method in class liquibase.structure.core.Column
- getDefaultValue(String) - Method in class liquibase.statement.core.CreateTableStatement
- getDefaultValueBoolean() - Method in class liquibase.change.ColumnConfig
-
Return the boolean value this column should default to.
- getDefaultValueBoolean() - Method in class liquibase.change.core.AddDefaultValueChange
- getDefaultValueComputed() - Method in class liquibase.change.ColumnConfig
-
Return the function whose value should generate this column's default.
- getDefaultValueComputed() - Method in class liquibase.change.core.AddDefaultValueChange
- getDefaultValueConstraintName() - Method in class liquibase.change.ColumnConfig
- getDefaultValueConstraintName() - Method in class liquibase.change.core.AddDefaultValueChange
- getDefaultValueConstraintName() - Method in class liquibase.structure.core.Column
- getDefaultValueConstraintName(String) - Method in class liquibase.statement.core.CreateTableStatement
- getDefaultValueConstraintNames() - Method in class liquibase.statement.core.CreateTableStatement
- getDefaultValueDate() - Method in class liquibase.change.ColumnConfig
-
Return the date value this column should default to.
- getDefaultValueDate() - Method in class liquibase.change.core.AddDefaultValueChange
- getDefaultValueDescription() - Method in class liquibase.configuration.ConfigurationDefinition
-
A description of the default value.
- getDefaultValueNumeric() - Method in class liquibase.change.ColumnConfig
-
Return the numeric value this column should default to.
- getDefaultValueNumeric() - Method in class liquibase.change.core.AddDefaultValueChange
- getDefaultValueObject() - Method in class liquibase.change.ColumnConfig
-
Return the value to set this column's default to according to the setDefaultValue* function that was called.
- getDefaultValues() - Method in class liquibase.statement.core.CreateTableStatement
- getDefaultValueSequenceNext() - Method in class liquibase.change.ColumnConfig
- getDefaultValueSequenceNext() - Method in class liquibase.change.core.AddDefaultValueChange
- getDeferrable() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getDeferrable() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getDefinedChanges() - Method in class liquibase.change.ChangeFactory
-
Returns all defined changes in the registry.
- getDefinition() - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Return the definition of this test system.
- getDefinition() - Method in class liquibase.structure.core.View
- getDeleteCascade() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
Deprecated.Use
AddForeignKeyConstraintChange.getOnDelete()
. This always returns null so it doesn't impact checksums when settings onDelete vs. deleteCascade - getDeleteRule() - Method in class liquibase.structure.core.ForeignKey
- getDependency(Class<T>) - Method in class liquibase.command.CommandScope
-
Retrieves the registered dependency object provided by this class identifier
- getDeployedChanges(ChangeSet) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
-
Gets list of Changes deployed during the current ChangeSet execution.
- getDeploymentId() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
- getDeploymentId() - Method in interface liquibase.changelog.ChangeLogHistoryService
- getDeploymentId() - Method in class liquibase.changelog.ChangeSet
- getDeploymentId() - Method in class liquibase.changelog.MockChangeLogHistoryService
- getDeploymentId() - Method in class liquibase.command.core.HistoryCommandStep.LegacyDeploymentDetails
- getDeploymentId() - Method in class liquibase.command.core.HistoryCommandStep.TabularDeploymentDetails
- getDeploymentId() - Method in class liquibase.logging.mdc.customobjects.History.Changeset
- getDescending() - Method in class liquibase.change.ColumnConfig
- getDescending() - Method in class liquibase.structure.core.Column
- getDescription() - Method in class liquibase.change.AbstractChange
- getDescription() - Method in interface liquibase.change.Change
-
Short, scannable description for the DATABASECHANGELOG.DESCRIPTION column
- getDescription() - Method in class liquibase.change.ChangeMetaData
-
A description of the Change for documentation purposes.
- getDescription() - Method in class liquibase.change.ChangeParameterMetaData
- getDescription() - Method in class liquibase.changelog.ChangeSet
- getDescription() - Method in class liquibase.changelog.ChangeSetStatus
-
ChangeSet description
- getDescription() - Method in class liquibase.command.CommandArgument
-
Deprecated.
- getDescription() - Method in class liquibase.command.CommandResultDefinition
-
The description of the result.
- getDescription() - Method in class liquibase.configuration.ConfigurationDefinition
-
A user-friendly description of this definition.
- getDescription() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getDescriptors(Class<?>) - Static method in class liquibase.util.ObjectUtil
- getDestinationUrl() - Method in class liquibase.analytics.configuration.LiquibaseRemoteAnalyticsConfiguration
-
Retrieves the destination URL for analytics from the remote configuration.
- getDetails() - Method in exception liquibase.exception.LiquibaseException
- getDiffColumnOrder() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getDifference(String) - Method in class liquibase.diff.ObjectDifferences
- getDifferences() - Method in class liquibase.diff.ObjectDifferences
- getDiffOutputControl() - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- getDiffResult() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
- getDirection() - Method in class liquibase.changelog.visitor.ChangeLogSyncVisitor
- getDirection() - Method in interface liquibase.changelog.visitor.ChangeSetVisitor
- getDirection() - Method in class liquibase.changelog.visitor.DBDocVisitor
- getDirection() - Method in class liquibase.changelog.visitor.DetermineNumberChangesFollowingVisitor
- getDirection() - Method in class liquibase.changelog.visitor.ExpectedChangesVisitor
- getDirection() - Method in class liquibase.changelog.visitor.ListVisitor
- getDirection() - Method in class liquibase.changelog.visitor.RollbackListVisitor
- getDirection() - Method in class liquibase.changelog.visitor.RollbackVisitor
- getDirection() - Method in class liquibase.changelog.visitor.StatusVisitor
- getDirection() - Method in class liquibase.changelog.visitor.UpdateVisitor
- getDirection() - Method in class liquibase.changelog.visitor.ValidatingVisitor
- getDirectory(String) - Static method in class liquibase.util.FilenameUtil
-
If the path is a file, return everything up to the file.
- getDisabled() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getDisplayName() - Method in class liquibase.change.ChangeParameterMetaData
-
A more friendly name of the parameter.
- getDisplayName() - Method in interface liquibase.changelog.filter.ChangeSetFilter
- getDisplayName() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
- getDisplayName() - Method in class liquibase.changelog.filter.ContextChangeSetFilter
- getDisplayName() - Method in class liquibase.changelog.filter.CountChangeSetFilter
- getDisplayName() - Method in class liquibase.changelog.filter.DbmsChangeSetFilter
- getDisplayName() - Method in class liquibase.changelog.filter.IgnoreChangeSetFilter
- getDisplayName() - Method in class liquibase.changelog.filter.LabelChangeSetFilter
- getDisplayName() - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
- getDisplayName() - Method in class liquibase.changelog.filter.UpToTagChangeSetFilter
- getDisplayName() - Method in class liquibase.database.core.SnowflakeDatabase
- getDisplayName() - Method in interface liquibase.database.Database
- getDocumentationLink() - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- getDocumentationLink() - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- getDriver() - Method in class liquibase.integration.ant.type.DatabaseType
- getDriver(String) - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
- getDriverJar() - Method in class liquibase.extension.testing.testsystem.core.H2TestSystem
- getDriverJar() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Returns the driver library to use.
- getDriverName() - Method in class liquibase.database.core.MockDatabase
- getDropIndex() - Method in class liquibase.change.core.DropPrimaryKeyChange
- getDropIndex() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSnowflake
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
- getEnabledTestSystems(String, String) - Static method in class liquibase.extension.testing.testsystem.TestSystem
-
Determine which test systems are considered enabled and should have tests run against them.
- getEncoding() - Method in class liquibase.change.ColumnConfig
-
Return encoding of a file, referenced via
ColumnConfig.valueClobFile
. - getEncoding() - Method in class liquibase.change.core.CreateProcedureChange
- getEncoding() - Method in class liquibase.change.core.CreateViewChange
- getEncoding() - Method in class liquibase.change.core.LoadDataChange
- getEncoding() - Method in class liquibase.change.core.SQLFileChange
-
The encoding of the file containing SQL statements
- getEncoding() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- getEndColumn() - Method in class liquibase.util.grammar.SimpleCharStream
-
Get token end column number.
- getEndDelimiter() - Method in class liquibase.change.AbstractSQLChange
-
Set the end delimiter used to split statements.
- getEndDelimiter() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- getEndDelimiter() - Method in class liquibase.sql.SingleLineComment
- getEndDelimiter() - Method in interface liquibase.sql.Sql
- getEndDelimiter() - Method in class liquibase.sql.UnparsedSql
- getEndDelimiter() - Method in class liquibase.statement.core.CreateProcedureStatement
- getEndDelimiter() - Method in class liquibase.statement.core.RawParameterizedSqlStatement
- getEndDelimiter() - Method in class liquibase.statement.core.RawSqlStatement
-
Deprecated.
- getEndDelimiter(String) - Static method in class liquibase.command.core.ExecuteSqlCommandStep
- getEndDelimiter(ChangeSet) - Method in interface liquibase.changeset.ChangeSetService
-
Default implementation returns null
- getEndLine() - Method in class liquibase.util.grammar.SimpleCharStream
-
Get token end line number.
- getEndMultiLineCommentSequence() - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- getEndMultiLineCommentSequence() - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- getEndsWithFilter() - Method in class liquibase.resource.ResourceAccessor.SearchOptions
- getEngineEdition() - Method in class liquibase.database.core.MSSQLDatabase
-
Determines the capabilities ("Edition") of the SQL Server database.
- getErrorLogLevel() - Method in class liquibase.ui.LoggerUIService
- getErrorMessages() - Method in class liquibase.exception.ValidationErrors
- getErrorPreconditions() - Method in exception liquibase.exception.PreconditionErrorException
- getErrors() - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationTestExtension.ErrorListener
- getErrorStream() - Method in class liquibase.ui.ConsoleUIService
- getExampleValue(Database) - Method in class liquibase.change.ChangeParameterMetaData
- getExcludedFieldFilters(ChecksumVersion) - Method in class liquibase.change.AbstractChange
- getExcludedFieldFilters(ChecksumVersion) - Method in class liquibase.change.core.CreateIndexChange
- getExcludedFieldFilters(ChecksumVersion) - Method in class liquibase.change.core.CreateProcedureChange
-
Listing SQL content fields (for example procedureText, triggerBody, etc.) we don't want to include as part of the checksum computes, because have a separate part that computes that checksum for that part doing the "normalizing" logic, so it is not impacted by the reformatting of the SQL.
- getExcludedFieldFilters(ChecksumVersion) - Method in class liquibase.change.core.CreateTableChange
- getExcludedFieldFilters(ChecksumVersion) - Method in class liquibase.change.core.CreateViewChange
- getExcludedFieldFilters(ChecksumVersion) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- getExecType() - Method in class liquibase.statement.core.MarkChangeSetRanStatement
- getExecutable() - Method in class liquibase.change.core.ExecuteShellCommandChange
- getExecutor(String, Database) - Method in class liquibase.executor.ExecutorService
-
Retrieves a named executor for the specified database.
- getExecutor(Database) - Method in class liquibase.executor.ExecutorService
-
Deprecated.Please use
ExecutorService.getExecutor(String, Database)
instead. - getExisting(String) - Method in interface liquibase.resource.ResourceAccessor
-
Convenience version of
ResourceAccessor.get(String)
which throws an exception if the file does not exist. - getExistingColumnName() - Method in class liquibase.change.core.AddLookupTableChange
- getExistingTableCatalogName() - Method in class liquibase.change.core.AddLookupTableChange
- getExistingTableName() - Method in class liquibase.change.core.AddLookupTableChange
- getExistingTableSchemaName() - Method in class liquibase.change.core.AddLookupTableChange
- getExitCode() - Method in exception liquibase.command.CommandFailedException
- getExitCode() - Method in interface liquibase.exception.ExitCodeException
- getExpectedResult() - Method in class liquibase.precondition.core.SqlPrecondition
- getExpectedRows() - Method in class liquibase.precondition.core.RowCountPrecondition
- getExpirationDate() - Method in interface liquibase.license.LicenseService
-
Get the expiration date of the installed license.
- getExtensionNames() - Method in class liquibase.analytics.configuration.LiquibaseRemoteAnalyticsConfiguration
-
Retrieves the list of extension names included in the remote configuration.
- getExternalSubset(String, String) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
- getFailedPreconditions() - Method in exception liquibase.exception.PreconditionFailedException
- getFailOnError() - Method in class liquibase.changelog.ChangeSet
- getFailureMessage(long, long) - Method in class liquibase.precondition.core.RowCountPrecondition
- getFalseBooleanValue(Database) - Method in class liquibase.datatype.core.BooleanType
-
The database-specific value to use for "false" "boolean" columns.
- getFalseBooleanValue(Database) - Method in class liquibase.datatype.DataTypeFactory
- getFetchSize() - Method in class liquibase.database.AbstractJdbcDatabase
- getFetchSize() - Method in class liquibase.database.core.MockDatabase
- getFetchSize() - Method in interface liquibase.database.Database
- getField() - Method in class liquibase.diff.Difference
- getField(Class, String) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- getFields(Object) - Method in class liquibase.serializer.ReflectionSerializer
- getFieldValue(String, Class) - Method in class liquibase.AbstractExtensibleObject
- getFile() - Method in class liquibase.change.core.LoadDataChange
- getFileEncoding() - Method in class liquibase.Scope
-
Deprecated.
- getFilenameColumnSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
- getFileNotFoundMessage(String) - Static method in class liquibase.util.FileUtil
- getFilePath() - Method in class liquibase.changelog.ChangeSet
- getFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
- getFilter() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
-
Returns the class of the filter that accepted or rejected this changeSet.
- getFilter() - Method in class liquibase.logging.core.AbstractLogService
-
Deprecated.always returns null
- getFilter() - Method in interface liquibase.logging.LogService
- getFilterResults() - Method in class liquibase.changelog.ChangeSetStatus
-
Reasons the changeset will or will not run next time.
- getFinalColumnName() - Method in class liquibase.change.core.MergeColumnChange
- getFinalColumnType() - Method in class liquibase.change.core.MergeColumnChange
- getFinalConstraintName() - Method in class liquibase.change.core.AddLookupTableChange
- getForcePrintedAliases() - Method in class liquibase.command.CommandArgumentDefinition
- getForeignKeyColumns() - Method in class liquibase.structure.core.ForeignKey
- getForeignKeyConstraints() - Method in class liquibase.statement.core.CreateTableStatement
- getForeignKeyName() - Method in class liquibase.change.ConstraintsConfig
-
Returns the name to use for the columns foreign key constraint.
- getForeignKeyName() - Method in class liquibase.statement.ForeignKeyConstraint
- getForeignKeys(String, String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
- getForeignKeyTable() - Method in class liquibase.structure.core.ForeignKey
- getForIndexCatalogName() - Method in class liquibase.change.core.AddPrimaryKeyChange
- getForIndexCatalogName() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getForIndexName() - Method in class liquibase.change.core.AddPrimaryKeyChange
- getForIndexName() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getForIndexSchemaName() - Method in class liquibase.change.core.AddPrimaryKeyChange
- getForIndexSchemaName() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getFormattedPrimaryException() - Method in class liquibase.logging.mdc.customobjects.ExceptionDetails
- getFormattedPrimaryExceptionReason() - Method in class liquibase.logging.mdc.customobjects.ExceptionDetails
- getFormattedPrimaryExceptionSource() - Method in class liquibase.logging.mdc.customobjects.ExceptionDetails
- getFSPFromTimeType(int, int) - Method in class liquibase.database.core.MySQLDatabase
- getFullDefinition() - Method in class liquibase.change.core.CreateViewChange
- getFullPath(String) - Static method in class liquibase.util.file.FilenameUtils
-
Deprecated.
- getGeneratedChangeSetIdsContainDescription() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getGenerationType() - Method in class liquibase.change.ColumnConfig
- getGenerationType() - Method in class liquibase.change.core.AddAutoIncrementChange
- getGenerationType() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
- getGenerator(Database, Database) - Method in class liquibase.diff.DiffGeneratorFactory
- getGenerators() - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
- getGenerators(Class<? extends ChangeGenerator>, Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
- getGenerators(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
- getGenerators(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
- getGroupHelpFooter() - Method in class liquibase.command.CommandDefinition
- getGroupLongDescription(String[]) - Method in class liquibase.command.CommandDefinition
-
The long description of the given command group.
- getGroupShortDescription(String[]) - Method in class liquibase.command.CommandDefinition
-
The short description of the given command group.
- getHeadless() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getHelpFooter() - Method in class liquibase.command.CommandDefinition
- getHidden() - Method in class liquibase.command.CommandArgumentDefinition
-
Hidden arguments are ones that can be called via integrations, but should not be normally shown in help to users.
- getHidden() - Method in class liquibase.command.CommandDefinition
-
Hidden commands are ones that can be called via integrations, but should not be normally shown in help to users.
- getHoldability() - Method in class liquibase.database.jvm.JdbcConnection
- getId() - Method in class liquibase.changelog.ChangeSet
- getIdColumnSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
- getIdentifierMaximumLength() - Method in class liquibase.database.core.OracleDatabase
-
Returns the maximum number of bytes (NOT: characters) for an identifier.
- getIfNotExists() - Method in class liquibase.change.core.CreateTableChange
- getIgnoredFields() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
- GetImage() - Method in class liquibase.util.grammar.SimpleCharStream
-
Get token literal value.
- getImageName() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Docker image of the database to test against.
- getImplementedDatabases() - Method in class liquibase.database.DatabaseFactory
-
Returns instances of all implemented database types.
- getIncludeCatalog() - Method in class liquibase.diff.output.DiffOutputControl
- getIncludeCatalog() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
- getIncludeCatalog() - Method in class liquibase.integration.ant.GenerateChangeLogTask
- getIncludeContextFilter() - Method in class liquibase.changelog.DatabaseChangeLog
- getIncluded() - Method in class liquibase.change.ColumnConfig
- getIncluded() - Method in class liquibase.structure.core.Column
- getIncludedColumns() - Method in class liquibase.structure.core.Index
- getIncludeLabels() - Method in class liquibase.changelog.DatabaseChangeLog
- getIncludeSchema() - Method in class liquibase.diff.output.DiffOutputControl
- getIncludeSchema() - Method in class liquibase.diff.output.report.DiffToReport
- getIncludeSchema() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
- getIncludeSchema() - Method in class liquibase.integration.ant.GenerateChangeLogTask
- getIncludeTablespace() - Method in class liquibase.diff.output.DiffOutputControl
- getIncludeTablespace() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
- getIncludeTablespace() - Method in class liquibase.integration.ant.GenerateChangeLogTask
- getIncrementBy() - Method in class liquibase.change.ColumnConfig
-
Return the amount to auto increment by.
- getIncrementBy() - Method in class liquibase.change.core.AddAutoIncrementChange
- getIncrementBy() - Method in class liquibase.change.core.AlterSequenceChange
- getIncrementBy() - Method in class liquibase.change.core.CreateSequenceChange
- getIncrementBy() - Method in class liquibase.statement.core.CreateSequenceStatement
- getIncrementBy() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
- getIncrementBy() - Method in class liquibase.structure.core.Sequence
- getIndexes() - Method in class liquibase.structure.core.Relation
- getIndexes() - Method in class liquibase.structure.core.Table
- getIndexInfo(String, String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
- getIndexName() - Method in class liquibase.change.core.CreateIndexChange
- getIndexName() - Method in class liquibase.change.core.DropIndexChange
- getIndexName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
- getIndexName() - Method in class liquibase.statement.core.CreateIndexStatement
- getIndexName() - Method in class liquibase.statement.core.DropIndexStatement
- getIndividualStatements() - Method in class liquibase.statement.BatchDmlExecutablePreparedStatement
-
Returns the individual statements that are currently store in this batch.
- getInfo(String, Class<T>) - Method in class liquibase.snapshot.ResultSetCache
- getInheritableContextFilter() - Method in class liquibase.changelog.ChangeSet
- getInheritableLabels() - Method in class liquibase.changelog.ChangeSet
- getInitiallyDeferred() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getInitiallyDeferred() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getInsertGenerator(Database) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSnowflake
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
- getInstance() - Static method in class liquibase.change.ChangeFactory
-
Deprecated.
- getInstance() - Static method in class liquibase.changelog.ChangeLogHistoryServiceFactory
-
Deprecated.Instead use Scope.getCurrentScope().getSingleton(ChangeLogHistoryServiceFactory.class)
- getInstance() - Static method in class liquibase.changeset.ChangeSetServiceFactory
- getInstance() - Static method in class liquibase.command.CommandFactory
- getInstance() - Static method in class liquibase.configuration.LiquibaseConfiguration
-
Deprecated.
- getInstance() - Static method in class liquibase.database.ConnectionServiceFactory
- getInstance() - Static method in class liquibase.database.DatabaseFactory
- getInstance() - Static method in class liquibase.datatype.DataTypeFactory
-
Get this factory singleton
- getInstance() - Static method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
-
Return singleton DatabaseObjectComparatorFactory
- getInstance() - Static method in class liquibase.diff.DiffGeneratorFactory
- getInstance() - Static method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
-
Return singleton ChangeGeneratorFactory
- getInstance() - Static method in class liquibase.extension.testing.TestFilter
- getInstance() - Static method in class liquibase.lockservice.LockServiceFactory
- getInstance() - Static method in class liquibase.logging.LogFactory
-
Deprecated.
- getInstance() - Static method in class liquibase.parser.ChangeLogParserFactory
- getInstance() - Static method in class liquibase.parser.NamespaceDetailsFactory
- getInstance() - Static method in class liquibase.parser.SnapshotParserFactory
- getInstance() - Static method in class liquibase.precondition.PreconditionFactory
- getInstance() - Static method in class liquibase.serializer.ChangeLogSerializerFactory
- getInstance() - Static method in class liquibase.serializer.ReflectionSerializer
- getInstance() - Static method in class liquibase.serializer.SnapshotSerializerFactory
- getInstance() - Static method in class liquibase.snapshot.SnapshotGeneratorFactory
-
Return singleton SnapshotGeneratorFactory
- getInstance() - Static method in class liquibase.snapshot.SnapshotIdService
- getInstance() - Static method in class liquibase.sql.visitor.SqlVisitorFactory
- getInstance() - Static method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
Return singleton SqlGeneratorFactory
- getInstance() - Static method in class liquibase.structure.core.DatabaseObjectFactory
- getInt(String) - Method in class liquibase.snapshot.CachedRow
- getIntegerWithConstraints(Object, String, List<Integer>) - Static method in class liquibase.util.ValueHandlerUtil
-
Get an integer entry, with constraints.
- getInternal() - Method in class liquibase.command.CommandDefinition
-
Internal commands are ones that can be called programmatically, but should not be exposed directly and automatically through integrations.
- getInternalDatabases() - Method in class liquibase.database.DatabaseFactory
-
Returns instances of all "internal" database types.
- getInvalidLicenseMessage(String[]) - Method in interface liquibase.license.LicenseService
- getInvalidMD5Sums() - Method in exception liquibase.exception.ValidationFailedException
- getJavaHome() - Method in class liquibase.logging.mdc.customobjects.Version
- getJavaMajorVersion() - Static method in class liquibase.util.SystemUtil
-
Returns the "major" version of java, including returning "8" for java "1.8"
- getJavaVersion() - Static method in class liquibase.util.SystemUtil
-
Returns java.version system property
- getJdbcBlankPatterns() - Method in class liquibase.database.jvm.ConnectionPatterns
- getJdbcBlankToObfuscatePatterns() - Method in class liquibase.database.jvm.ConnectionPatterns
- getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
- getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.AbstractDb2Database
- getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.MockDatabase
- getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.OracleDatabase
- getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.SybaseASADatabase
- getJdbcCatalogName(Schema) - Method in class liquibase.database.AbstractJdbcDatabase
- getJdbcCatalogName(Schema) - Method in class liquibase.database.core.MockDatabase
- getJdbcObfuscatePatterns() - Method in class liquibase.database.jvm.ConnectionPatterns
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.AbstractDb2Database
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.MockDatabase
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.MSSQLDatabase
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.OracleDatabase
- getJdbcSchemaName(Schema) - Method in class liquibase.database.AbstractJdbcDatabase
- getJdbcSchemaName(Schema) - Method in class liquibase.database.core.MockDatabase
- getJdbcUrl() - Method in interface liquibase.report.UpdateRollbackReportParameters
- getJoinString() - Method in class liquibase.change.core.MergeColumnChange
- getKeepRunning() - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Return whether this testSystem should/will keep running after the JVM interacting with it exits.
- getKey() - Method in class liquibase.configuration.ConfigurationDefinition
-
The standard configuration key for this definition.
- getKeyPermutations() - Method in class liquibase.snapshot.ResultSetCache.RowData
- getLabelFilter() - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
- getLabelFilter() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
- getLabelFilterArg(CommandScope) - Method in class liquibase.command.core.AbstractUpdateCommandStep
- getLabelFilterArg(CommandScope) - Method in class liquibase.command.core.UpdateCommandStep
- getLabelFilterArg(CommandScope) - Method in class liquibase.command.core.UpdateCountCommandStep
- getLabelFilterArg(CommandScope) - Method in class liquibase.command.core.UpdateSqlCommandStep
- getLabelFilterArg(CommandScope) - Method in class liquibase.command.core.UpdateToTagCommandStep
- getLabels() - Method in class liquibase.changelog.ChangeLogParameters
-
Gets the labels to filter calls to
ChangeLogParameters.getValue(String, DatabaseChangeLog)
etc. with. - getLabels() - Method in class liquibase.changelog.ChangeSet
- getLabels() - Method in class liquibase.diff.output.DiffOutputControl
- getLabels() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
Deprecated.use
#getLabelFilter()
- getLabels() - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- getLabels() - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- getLabels() - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
-
Deprecated.use
GenericServletListener.getLabelFilter()
- getLabels() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
Deprecated.use
#getLabelFilter()
- getLabels() - Method in class liquibase.integration.spring.SpringLiquibase
-
Deprecated.use
#getLabelFilter()
- getLabels() - Method in class liquibase.LabelExpression
- getLabels() - Method in class liquibase.Labels
- getLabels() - Method in class liquibase.RuntimeEnvironment
- getLabels() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- getLabels() - Method in interface liquibase.sql.visitor.SqlVisitor
- getLabelsColumn(ChangeSet) - Method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
- getLabelsSize() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- getLabelsSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
- getLastBlockComment(String) - Static method in class liquibase.util.StringUtil
-
Retrieves the last block comment in a SQL string, if any.
- getLastDeploymentId() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
-
Returns the deployment ID of the last changeset that has been run, or
null
if no changesets have been run yet. - getLastLineComment(String) - Static method in class liquibase.util.StringUtil
-
Returns the last line comment from a given SQL string, if there is one.
- getLastReturnedValue() - Method in class liquibase.structure.core.Sequence
- getLength() - Method in class liquibase.statement.ExecutablePreparedStatementBase.LOBContent
- getLibraries() - Method in class liquibase.logging.mdc.customobjects.Version.LiquibaseLibraries
- getLibraryCount() - Method in class liquibase.logging.mdc.customobjects.Version.LiquibaseLibraries
- getLibraryInfoMap() - Static method in class liquibase.util.VersionUtils
- getLicenseInfo() - Method in interface liquibase.license.LicenseService
- getLicenseInfoObject() - Method in interface liquibase.license.LicenseService
- getLicenseKey() - Method in interface liquibase.license.LicenseService
- getLicenseKey() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Get the specified license key.
- getLicenseService() - Method in class liquibase.license.LicenseServiceFactory
- getLimit() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
- getLine() - Method in class liquibase.util.grammar.SimpleCharStream
-
Deprecated.
- getLineComment() - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns database-specific line comment string.
- getLineComment() - Method in class liquibase.database.core.MockDatabase
- getLineComment() - Method in class liquibase.database.core.MySQLDatabase
- getLineComment() - Method in interface liquibase.database.Database
- getLineSeparator() - Method in class liquibase.Scope
- getLineSeparator() - Static method in class liquibase.util.StreamUtil
- getLiquibase() - Method in class liquibase.integration.ant.BaseLiquibaseTask
- getLiquibase() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- getLiquibaseBuildVersion() - Static method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
- getLiquibaseBundles() - Static method in class liquibase.osgi.Activator
- getLiquibaseCatalogName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- getLiquibaseCatalogName() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.Name of the catalog to use for liquibase database objects
- getLiquibaseCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
- getLiquibaseCatalogName() - Method in class liquibase.database.core.MockDatabase
- getLiquibaseCatalogName() - Method in interface liquibase.database.Database
- getLiquibaseCatalogName() - Method in class liquibase.integration.ant.type.DatabaseType
- getLiquibaseGeneratedTableNames(Database) - Method in interface liquibase.database.LiquibaseTableNames
-
Given a database, return a list of Liquibase generated tables.
- getLiquibaseGeneratedTableNames(Database) - Method in class liquibase.database.StandardLiquibaseTableNames
- getLiquibaseHomePath(Path) - Static method in class liquibase.util.VersionUtils
- getLiquibaseLibraries() - Method in class liquibase.logging.mdc.customobjects.Version
- getLiquibaseRepresenter(DumperOptions) - Method in class liquibase.serializer.core.yaml.YamlSerializer
- getLiquibaseRepresenter(DumperOptions) - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer
- getLiquibaseResolver() - Method in class liquibase.serializer.core.yaml.YamlSerializer
- getLiquibaseSchemaName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- getLiquibaseSchemaName() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.Name of the schema to use for liquibase database objects
- getLiquibaseSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
- getLiquibaseSchemaName() - Method in class liquibase.database.core.MockDatabase
- getLiquibaseSchemaName() - Method in interface liquibase.database.Database
- getLiquibaseSchemaName() - Method in class liquibase.integration.ant.type.DatabaseType
- getLiquibaseTableNames(Database) - Method in class liquibase.database.LiquibaseTableNamesFactory
- getLiquibaseTablespaceName() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getLiquibaseTablespaceName() - Method in class liquibase.database.AbstractJdbcDatabase
- getLiquibaseTablespaceName() - Method in class liquibase.database.core.MockDatabase
- getLiquibaseTablespaceName() - Method in interface liquibase.database.Database
- getLiquibaseTablespaceName() - Method in class liquibase.integration.ant.type.DatabaseType
- getLiquibaseTargetUrl() - Method in class liquibase.logging.mdc.customobjects.History
- getLiquibaseTargetUrl() - Method in class liquibase.logging.mdc.customobjects.SimpleStatus
- getLiquibaseVersion() - Method in class liquibase.logging.mdc.customobjects.Version
- getListeners(Class<T>) - Method in class liquibase.Scope
-
Returns
LiquibaseListener
s defined in this scope and/or all its parents that are of the given type. - getLoadTypeName() - Method in class liquibase.common.datatype.DataTypeWrapper
- getLoadTypeName() - Method in class liquibase.datatype.core.BigIntType
- getLoadTypeName() - Method in class liquibase.datatype.core.BinaryTypeSnowflake
- getLoadTypeName() - Method in class liquibase.datatype.core.BlobType
- getLoadTypeName() - Method in class liquibase.datatype.core.BooleanType
- getLoadTypeName() - Method in class liquibase.datatype.core.CharType
- getLoadTypeName() - Method in class liquibase.datatype.core.ClobType
- getLoadTypeName() - Method in class liquibase.datatype.core.ClobTypeSnowflake
- getLoadTypeName() - Method in class liquibase.datatype.core.CurrencyType
- getLoadTypeName() - Method in class liquibase.datatype.core.DatabaseFunctionType
- getLoadTypeName() - Method in class liquibase.datatype.core.DateTimeType
- getLoadTypeName() - Method in class liquibase.datatype.core.DateType
- getLoadTypeName() - Method in class liquibase.datatype.core.DecimalType
- getLoadTypeName() - Method in class liquibase.datatype.core.DoubleType
- getLoadTypeName() - Method in class liquibase.datatype.core.FloatType
- getLoadTypeName() - Method in class liquibase.datatype.core.IntType
- getLoadTypeName() - Method in class liquibase.datatype.core.MediumIntType
- getLoadTypeName() - Method in class liquibase.datatype.core.NumberType
- getLoadTypeName() - Method in class liquibase.datatype.core.NVarcharType
- getLoadTypeName() - Method in class liquibase.datatype.core.SmallIntType
- getLoadTypeName() - Method in class liquibase.datatype.core.TextDataTypeSnowflake
- getLoadTypeName() - Method in class liquibase.datatype.core.TimestampNTZTypeSnowflake
- getLoadTypeName() - Method in class liquibase.datatype.core.TimestampType
- getLoadTypeName() - Method in class liquibase.datatype.core.TimeType
- getLoadTypeName() - Method in class liquibase.datatype.core.TinyIntType
- getLoadTypeName() - Method in class liquibase.datatype.core.UnknownType
- getLoadTypeName() - Method in class liquibase.datatype.core.UUIDType
- getLoadTypeName() - Method in class liquibase.datatype.core.XMLType
- getLoadTypeName() - Method in class liquibase.datatype.LiquibaseDataType
-
Returns one of the four basic data types for use in LoadData: BOOLEAN, NUMERIC, DATE or STRING
- getLocalHostAddress() - Static method in class liquibase.util.NetUtil
- getLocalHostName() - Static method in class liquibase.util.NetUtil
- getLockGranted() - Method in class liquibase.lockservice.DatabaseChangeLogLock
- getLockService(Database) - Method in class liquibase.lockservice.LockServiceFactory
- getLog() - Method in class liquibase.Liquibase
-
Return the log used by this Liquibase instance.
- getLog() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- getLog(Class) - Method in class liquibase.integration.ant.AntTaskLogService
- getLog(Class) - Method in class liquibase.logging.core.BufferedLogService
-
Deprecated.
- getLog(Class) - Method in class liquibase.logging.core.CompositeLogService
- getLog(Class) - Method in class liquibase.logging.core.JavaLogService
- getLog(Class) - Method in class liquibase.logging.core.NoOpLogService
- getLog(Class) - Method in interface liquibase.logging.LogService
-
Creates a logger for logging from the given class.
- getLog(Class) - Method in class liquibase.Scope
- getLog(Class) - Method in class org.liquibase.maven.plugins.MavenLogService
- getLogAsString(Level) - Method in class liquibase.logging.core.BufferedLogService
-
Deprecated.
- getLogger() - Static method in class liquibase.logging.LogFactory
-
Deprecated.
- getLogger(String) - Static method in class liquibase.logging.LogFactory
-
Deprecated.
- getLogicalFilePath() - Method in class liquibase.changelog.ChangeSet
-
Returns the logical file path defined directly on this node.
- getLogicalFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
- getLogLevel() - Method in exception liquibase.exception.LiquibaseException
- getLogName(Class) - Method in class liquibase.logging.core.JavaLogService
-
Because java.util.logging differentiates between the log name and the class/method logging, we can collapses the log names to a simpler/smaller set to allow configuration to rely on the class name less.
- getLongDescription() - Method in class liquibase.command.CommandDefinition
-
The long description of the command.
- getMap() - Method in class liquibase.configuration.AbstractMapConfigurationValueProvider
- getMap() - Method in class liquibase.configuration.core.DefaultsFileValueProvider
- getMap() - Method in class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- getMap() - Method in class liquibase.configuration.core.EnvironmentValueProvider
- getMap() - Method in class liquibase.configuration.core.SystemPropertyValueProvider
- getMap() - Method in class liquibase.extension.testing.LiquibaseSdkConfigurationValueProvider
- getMap() - Method in class liquibase.integration.commandline.CommandLineArgumentValueProvider
- getMap() - Method in class org.liquibase.maven.provider.FlowCommandArgumentValueProvider
- getMapHash() - Method in class liquibase.configuration.AbstractMapConfigurationValueProvider
-
Used by
AbstractMapConfigurationValueProvider.getProvidedValue(String...)
to determine if the underlying data has changed vs. the cached results. - getMavenArtifactClassLoader() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- getMaxDepth() - Method in class liquibase.resource.ResourceAccessor.SearchOptions
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.AbstractJdbcDatabase
-
Most relational databases support 9 fractional digits, and subclasses must overwrite this method if they support less than that.
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.AbstractDb2Database
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.DerbyDatabase
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.H2Database
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.HsqlDatabase
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MariaDBDatabase
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MockDatabase
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MySQLDatabase
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.PostgresDatabase
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.SybaseASADatabase
- getMaxFractionalDigitsForTimestamp() - Method in interface liquibase.database.Database
-
Determines the maximum precision (number of fractional digits) for TIMESTAMP columns for the given database.
- getMaxParameters(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
- getMaxParameters(Database) - Method in class liquibase.datatype.LiquibaseDataType
- getMaxStreamGobblerOutput() - Method in class liquibase.change.core.ExecuteShellCommandChange
-
Max bytes to copy from output to
ExecuteShellCommandChange.processResult(int, String, String, Database)
. - getMaxValue() - Method in class liquibase.change.core.AlterSequenceChange
- getMaxValue() - Method in class liquibase.change.core.CreateSequenceChange
- getMaxValue() - Method in class liquibase.statement.core.CreateSequenceStatement
- getMaxValue() - Method in class liquibase.structure.core.Sequence
- getMdcManager() - Method in class liquibase.logging.mdc.MdcManagerFactory
- getMdcManager() - Method in class liquibase.Scope
-
Get the current MDC manager.
- getMdcName() - Method in class liquibase.changelog.filter.AlreadyRanChangeSetFilter
- getMdcName() - Method in interface liquibase.changelog.filter.ChangeSetFilter
- getMdcName() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
- getMdcName() - Method in class liquibase.changelog.filter.ContextChangeSetFilter
- getMdcName() - Method in class liquibase.changelog.filter.CountChangeSetFilter
- getMdcName() - Method in class liquibase.changelog.filter.DbmsChangeSetFilter
- getMdcName() - Method in class liquibase.changelog.filter.IgnoreChangeSetFilter
- getMdcName() - Method in class liquibase.changelog.filter.LabelChangeSetFilter
- getMdcName() - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
- getMdcName() - Method in class liquibase.changelog.filter.UpToTagChangeSetFilter
- getMessage() - Method in class liquibase.change.ChangeStatus
- getMessage() - Method in class liquibase.change.core.OutputChange
- getMessage() - Method in class liquibase.change.core.StopChange
- getMessage() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
-
Free-form text message from the filter giving the reason for accepting or rejecting.
- getMessage() - Method in class liquibase.diff.Difference
- getMessage() - Method in exception liquibase.exception.MigrationFailedException
- getMessage() - Method in exception liquibase.exception.ValidationFailedException
- getMessage() - Method in class liquibase.logging.mdc.customobjects.SimpleStatus
- getMessage() - Method in class liquibase.precondition.FailedPrecondition
- getMessage() - Method in error liquibase.util.grammar.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessages() - Method in class liquibase.exception.Warnings
- getMetaData() - Method in class liquibase.database.jvm.JdbcConnection
- getMetaDataFromCache() - Method in class liquibase.snapshot.JdbcDatabaseSnapshot
- getMinDepth() - Method in class liquibase.resource.ResourceAccessor.SearchOptions
- getMinimumVersionForFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MariaDBDatabase
- getMinimumVersionForFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MySQLDatabase
- getMinParameters(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
- getMinParameters(Database) - Method in class liquibase.datatype.LiquibaseDataType
- getMinValue() - Method in class liquibase.change.core.AlterSequenceChange
- getMinValue() - Method in class liquibase.change.core.CreateSequenceChange
- getMinValue() - Method in class liquibase.statement.core.CreateSequenceStatement
- getMinValue() - Method in class liquibase.structure.core.Sequence
- getMissing() - Method in class liquibase.logging.mdc.customobjects.DiffResultsSummary
- getMissingObject(T, CompareControl.SchemaComparison[]) - Method in class liquibase.diff.DiffResult
- getMissingObjects() - Method in class liquibase.diff.DiffResult
- getMissingObjects(Class<T>) - Method in class liquibase.diff.DiffResult
- getMissingObjects(Class<T>, Comparator<DatabaseObject>) - Method in class liquibase.diff.DiffResult
- getModifyString(Database) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
- getMustEqualExisting() - Method in class liquibase.change.ChangeParameterMetaData
-
Returns a dot-delimited chain of
DatabaseObject
fields describing what existing value this parameter would need to be set if applying the Change to a particular DatabaseObject. - getName() - Method in class liquibase.change.ChangeMetaData
-
Return the name of the change used to identify it.
- getName() - Method in enum liquibase.change.ChangeStatus.Status
- getName() - Method in class liquibase.change.ColumnConfig
-
The name of the column.
- getName() - Method in class liquibase.change.visitor.AddColumnChangeVisitor
- getName() - Method in interface liquibase.change.visitor.ChangeVisitor
- getName() - Method in class liquibase.command.CommandArgument
-
Deprecated.
- getName() - Method in class liquibase.command.CommandDefinition
-
The fully qualified name of this command.
- getName() - Method in class liquibase.command.CommandResultDefinition
-
The name of the result.
- getName() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getName() - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- getName() - Method in class liquibase.command.core.GenerateChangeLogCommand
-
Deprecated.
- getName() - Method in class liquibase.command.core.HistoryCommand
-
Deprecated.
- getName() - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- getName() - Method in interface liquibase.command.LiquibaseCommand
-
Deprecated.
- getName() - Method in class liquibase.common.datatype.DataTypeWrapper
- getName() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getName() - Method in class liquibase.database.AbstractJdbcDatabase
- getName() - Method in class liquibase.database.core.MockDatabase
- getName() - Method in class liquibase.datatype.LiquibaseDataType
- getName() - Method in class liquibase.executor.AbstractExecutor
-
Return the name of the Executor
- getName() - Method in interface liquibase.executor.Executor
-
Return the name of the Executor
- getName() - Method in class liquibase.executor.jvm.JdbcExecutor
-
Return the name of the Executor
- getName() - Method in class liquibase.executor.LoggingExecutor
-
Return the name of the Executor
- getName() - Method in class liquibase.extension.testing.testsystem.TestSystem.Definition
- getName() - Method in class liquibase.logging.mdc.customobjects.Version.Library
- getName() - Method in class liquibase.parser.core.ParsedNode
-
Each node key contains both a namespace and a name which together identifies the node.
- getName() - Method in class liquibase.precondition.core.AndPrecondition
- getName() - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
- getName() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
- getName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
- getName() - Method in class liquibase.precondition.core.DBMSPrecondition
- getName() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
- getName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
- getName() - Method in class liquibase.precondition.core.NotPrecondition
- getName() - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
- getName() - Method in class liquibase.precondition.core.OrPrecondition
- getName() - Method in class liquibase.precondition.core.PreconditionContainer
- getName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
- getName() - Method in class liquibase.precondition.core.RowCountPrecondition
- getName() - Method in class liquibase.precondition.core.RunningAsPrecondition
- getName() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
- getName() - Method in class liquibase.precondition.core.SqlPrecondition
- getName() - Method in class liquibase.precondition.core.TableExistsPrecondition
- getName() - Method in class liquibase.precondition.core.TableIsEmptyPrecondition
- getName() - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- getName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
- getName() - Method in class liquibase.precondition.CustomPreconditionWrapper
- getName() - Method in interface liquibase.precondition.Precondition
- getName() - Method in class liquibase.sql.visitor.AppendSqlVisitor
- getName() - Method in class liquibase.sql.visitor.PrependSqlVisitor
- getName() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
- getName() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
- getName() - Method in interface liquibase.sql.visitor.SqlVisitor
- getName() - Method in class liquibase.structure.core.Catalog
- getName() - Method in class liquibase.structure.core.Column
- getName() - Method in class liquibase.structure.core.Data
- getName() - Method in class liquibase.structure.core.ForeignKey
- getName() - Method in class liquibase.structure.core.Index
- getName() - Method in class liquibase.structure.core.PrimaryKey
- getName() - Method in class liquibase.structure.core.Relation
- getName() - Method in class liquibase.structure.core.Schema
- getName() - Method in class liquibase.structure.core.Sequence
- getName() - Method in class liquibase.structure.core.StoredDatabaseLogic
- getName() - Method in class liquibase.structure.core.UniqueConstraint
- getName() - Method in interface liquibase.structure.DatabaseObject
- getNamespace() - Method in class liquibase.configuration.AbstractConfigurationContainer
-
Deprecated.
- getNamespace() - Method in interface liquibase.configuration.ConfigurationContainer
-
Deprecated.
- getNamespace() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getNamespace() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getNamespace() - Method in class liquibase.parser.core.ParsedNode
-
Each node key contains both a namespace and a name which together identifies the node.
- getNamespaceDetails() - Method in class liquibase.parser.NamespaceDetailsFactory
- getNamespaceDetails(LiquibaseParser, String) - Method in class liquibase.parser.NamespaceDetailsFactory
- getNamespaceDetails(LiquibaseSerializer, String) - Method in class liquibase.parser.NamespaceDetailsFactory
- getNamespaces() - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
- getNamespaces() - Method in interface liquibase.parser.NamespaceDetails
- getNestedPreconditions() - Method in class liquibase.precondition.PreconditionLogic
- getNewColumnDataType() - Method in class liquibase.change.core.AddLookupTableChange
- getNewColumnName() - Method in class liquibase.change.core.AddLookupTableChange
- getNewColumnName() - Method in class liquibase.change.core.RenameColumnChange
- getNewColumnName() - Method in class liquibase.statement.core.RenameColumnStatement
- getNewColumnValues() - Method in class liquibase.statement.core.UpdateStatement
- getNewDataType() - Method in class liquibase.change.core.ModifyDataTypeChange
- getNewDataType() - Method in class liquibase.statement.core.ModifyDataTypeStatement
- getNewSequenceName() - Method in class liquibase.change.core.RenameSequenceChange
- getNewSequenceName() - Method in class liquibase.statement.core.RenameSequenceStatement
- getNewTableCatalogName() - Method in class liquibase.change.core.AddLookupTableChange
- getNewTableName() - Method in class liquibase.change.core.AddLookupTableChange
- getNewTableName() - Method in class liquibase.change.core.RenameTableChange
- getNewTableName() - Method in class liquibase.statement.core.RenameTableStatement
- getNewTableSchemaName() - Method in class liquibase.change.core.AddLookupTableChange
- getNewViewName() - Method in class liquibase.change.core.RenameViewChange
- getNewViewName() - Method in class liquibase.statement.core.RenameViewStatement
- GetNextChangeSetSequenceValueGenerator - Class in liquibase.sqlgenerator.core
- GetNextChangeSetSequenceValueGenerator() - Constructor for class liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator
- GetNextChangeSetSequenceValueStatement - Class in liquibase.statement.core
- GetNextChangeSetSequenceValueStatement() - Constructor for class liquibase.statement.core.GetNextChangeSetSequenceValueStatement
- getNextSequenceValue() - Method in interface liquibase.changelog.ChangeLogHistoryService
- getNextSequenceValue() - Method in class liquibase.changelog.MockChangeLogHistoryService
- getNextSequenceValue() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- getNextSequenceValue() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- getNextToken() - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Get the next Token.
- getNextToken() - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Get the next Token.
- getNextValidGenerator() - Method in class liquibase.snapshot.SnapshotGeneratorChain
- getNotes(String) - Method in class liquibase.change.ChangeMetaData
- getNotNullColumns() - Method in class liquibase.statement.core.CreateTableStatement
- getNotNullConst(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
Return the NotNullConstraints for the given catalog, schema, table, and column.
- getNotNullConstraintName() - Method in class liquibase.change.ConstraintsConfig
-
If
ConstraintsConfig.isNullable()
is 'false' and database supports named not null constraints - getNotNullConstraints() - Method in class liquibase.structure.core.Table
- getNullPlaceholder() - Method in class liquibase.change.core.LoadDataColumnConfig
- getNumChangeSetsFollowing() - Method in class liquibase.changelog.visitor.DetermineNumberChangesFollowingVisitor
- getObjectChangeFilter() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getObjectChangeFilter() - Method in class liquibase.diff.output.DiffOutputControl
- getObjectMetaData() - Method in class liquibase.AbstractExtensibleObject
- getObjectMetaData() - Method in interface liquibase.ExtensibleObject
-
Returns the
ObjectMetaData
describing this instance. - getObjectQuotingStrategy() - Method in class liquibase.changelog.DatabaseChangeLog
- getObjectQuotingStrategy() - Method in class liquibase.database.AbstractJdbcDatabase
- getObjectQuotingStrategy() - Method in class liquibase.database.core.MockDatabase
- getObjectQuotingStrategy() - Method in interface liquibase.database.Database
- getObjectQuotingStrategy() - Method in class liquibase.diff.output.DiffOutputControl
- getObjects() - Method in class liquibase.structure.core.Catalog
- getObjects() - Method in class liquibase.structure.core.Schema
- getObjectTypeName() - Method in class liquibase.structure.AbstractDatabaseObject
- getObjectTypeName() - Method in interface liquibase.structure.DatabaseObject
- getOldColumnName() - Method in class liquibase.change.core.RenameColumnChange
- getOldColumnName() - Method in class liquibase.statement.core.RenameColumnStatement
- getOldSequenceName() - Method in class liquibase.change.core.RenameSequenceChange
- getOldSequenceName() - Method in class liquibase.statement.core.RenameSequenceStatement
- getOldTableName() - Method in class liquibase.change.core.RenameTableChange
- getOldTableName() - Method in class liquibase.statement.core.RenameTableStatement
- getOldViewName() - Method in class liquibase.change.core.RenameViewChange
- getOldViewName() - Method in class liquibase.statement.core.RenameViewStatement
- getOnDelete() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getOnError() - Method in class liquibase.precondition.core.PreconditionContainer
- getOnErrorMessage() - Method in class liquibase.precondition.core.PreconditionContainer
- getOnFail() - Method in class liquibase.precondition.core.PreconditionContainer
- getOnFailMessage() - Method in class liquibase.precondition.core.PreconditionContainer
- getOnlyUpdate() - Method in class liquibase.change.core.LoadUpdateDataChange
- getOnlyUpdate() - Method in class liquibase.statement.core.InsertOrUpdateStatement
- getOnSqlOutput() - Method in class liquibase.precondition.core.PreconditionContainer
- getOnUpdate() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getOnValidationFail() - Method in class liquibase.changelog.ChangeSet
- getOperation() - Method in exception liquibase.exception.DatabaseIncapableOfOperation
- getOperationInfo() - Method in interface liquibase.report.UpdateRollbackReportParameters
- getOptionalParameters(Database) - Method in class liquibase.change.ChangeMetaData
-
Returns the optional parameters for this change for the given database.
- getOrder() - Method in interface liquibase.configuration.ConfiguredValueModifier
-
Returns the order in which modifiers should be run.
- getOrder() - Method in interface liquibase.database.LiquibaseTableNames
-
Returns the order in which modifiers should be run.
- getOrder() - Method in class liquibase.database.StandardLiquibaseTableNames
- getOrder() - Method in class liquibase.structure.core.Column
- getOrder(CommandDefinition) - Method in class liquibase.command.AbstractCommandStep
- getOrder(CommandDefinition) - Method in interface liquibase.command.CommandStep
-
Deprecated.
- getOrderByColumns() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
- getOrdered() - Method in class liquibase.statement.core.CreateSequenceStatement
- getOrdered() - Method in class liquibase.structure.core.Sequence
- getOrderedOutputTypes(Class<? extends ChangeGenerator>) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- getOriginalString() - Method in class liquibase.LabelExpression
- getOs() - Method in class liquibase.change.core.ExecuteShellCommandChange
- getOutgoingForeignKeys() - Method in class liquibase.structure.core.Table
-
Returns the list of all outgoing FOREIGN KEYS from this table
- getOutput() - Method in class liquibase.executor.LoggingExecutor
- getOutputDefaultCatalog() - Method in class liquibase.database.AbstractJdbcDatabase
- getOutputDefaultCatalog() - Method in class liquibase.database.core.MockDatabase
- getOutputDefaultCatalog() - Method in interface liquibase.database.Database
- getOutputDefaultSchema() - Method in class liquibase.database.AbstractJdbcDatabase
- getOutputDefaultSchema() - Method in class liquibase.database.core.MockDatabase
- getOutputDefaultSchema() - Method in interface liquibase.database.Database
-
Should the schema be included in identifiers even if it is the default schema?
- getOutputDirectory() - Method in class org.liquibase.maven.plugins.LiquibaseDBDocMojo
- getOutputEncoding() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getOutputEncoding() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
- getOutputEncoding(ChangeLogOutputFile) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
- getOutputFileHandler(String) - Method in class liquibase.io.OutputFileHandlerFactory
- getOutputFileWriter() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
- getOutputLineSeparator() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getOutputSchemaAs() - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
- getOutputServices() - Method in class liquibase.ui.CompositeUIService
- getOutputStackTraces() - Method in class liquibase.ui.ConsoleUIService
- getOutputStream() - Method in class liquibase.command.CommandResultsBuilder
-
Returns the
OutputStream
for output for the command. - getOutputStream() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getOutputStream() - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- getOutputStream() - Method in class liquibase.command.core.HistoryCommand
-
Deprecated.
- getOutputStream() - Method in class liquibase.ui.ConsoleUIService
- getOutputStream(String) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Returns the OutputStream based on whether there is an outputFile provided.
- getOutputWriter(File) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- getOverrideDelimiter(String) - Method in interface liquibase.changeset.ChangeSetService
-
Check for an override for a change-level delimiter
- getOverrideStripComments(boolean) - Method in interface liquibase.changeset.ChangeSetService
-
Check for an override for a change-level strip comments
- getParameterName() - Method in class liquibase.change.ChangeParameterMetaData
-
Programmatic Name of the parameter.
- getParameters() - Method in class liquibase.change.ChangeMetaData
-
Return the parameters of this Change.
- getParameters() - Method in class liquibase.common.datatype.DataTypeWrapper
- getParameters() - Method in class liquibase.datatype.LiquibaseDataType
-
Returns an array with the parameters to the data type, e.g.
- getParameters() - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- getParameters() - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- getParameters() - Method in class liquibase.statement.core.RawParameterizedSqlStatement
- getParameters() - Method in class liquibase.statement.StoredProcedureStatement
- getParameters(Change) - Method in class liquibase.change.ChangeFactory
- getParameterType(String) - Method in class liquibase.statement.StoredProcedureStatement
- getParams() - Method in class liquibase.change.custom.CustomChangeWrapper
-
Returns the parameters set by
CustomChangeWrapper.setParam(String, String)
. - getParamValue(String) - Method in class liquibase.change.custom.CustomChangeWrapper
-
Get the value of a parameter set by
CustomChangeWrapper.setParam(String, String)
. - getParamValue(String) - Method in class liquibase.precondition.CustomPreconditionWrapper
- getParent() - Method in class liquibase.logging.core.JavaLogService
- getParent() - Method in class liquibase.Scope
-
Returns the parent scope to this scope.
- getParentChangeLog() - Method in class liquibase.changelog.DatabaseChangeLog
- getParser(String, ResourceAccessor) - Method in class liquibase.parser.ChangeLogParserFactory
- getParser(String, ResourceAccessor) - Method in class liquibase.parser.SnapshotParserFactory
- getParsers() - Method in class liquibase.parser.ChangeLogParserFactory
- getParsers() - Method in class liquibase.parser.SnapshotParserFactory
- getPassword() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Standard password to use when connecting.
- getPassword() - Method in class liquibase.extension.testing.testsystem.wrapper.JdbcDatabaseWrapper
- getPassword() - Method in class liquibase.integration.ant.type.DatabaseType
- getPath() - Method in class liquibase.change.core.CreateProcedureChange
- getPath() - Method in class liquibase.change.core.CreateViewChange
- getPath() - Method in class liquibase.change.core.SQLFileChange
- getPath() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- getPath() - Method in class liquibase.logging.mdc.customobjects.Version.JavaHome
- getPath() - Method in class liquibase.logging.mdc.customobjects.Version.Library
- getPath() - Method in class liquibase.resource.AbstractResource
- getPath() - Method in interface liquibase.resource.Resource
-
Returns the normalized, ResourceAccessor-relative path for this resource.
- getPhysicalFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
- getPipeline() - Method in class liquibase.command.CommandDefinition
-
Returns the steps in the command's pipeline
- getPlugin() - Method in class liquibase.analytics.configuration.AnalyticsConfigurationFactory
- getPlugin(Object...) - Method in class liquibase.plugin.AbstractPluginFactory
-
Finds the plugin for which
AbstractPluginFactory.getPriority(Plugin, Object...)
returns the highest value for the given scope and args. - getPluginClass() - Method in class liquibase.analytics.AnalyticsFactory
- getPluginClass() - Method in class liquibase.analytics.configuration.AnalyticsConfigurationFactory
- getPluginClass() - Method in class liquibase.change.ChangeFactory
- getPluginClass() - Method in class liquibase.changelog.ChangeLogHistoryServiceFactory
- getPluginClass() - Method in class liquibase.changelog.visitor.ValidatingVisitorGeneratorFactory
- getPluginClass() - Method in class liquibase.changeset.ChangeSetServiceFactory
- getPluginClass() - Method in class liquibase.executor.ExecutorService
- getPluginClass() - Method in class liquibase.extension.testing.testsystem.TestSystemFactory
- getPluginClass() - Method in class liquibase.io.OutputFileHandlerFactory
- getPluginClass() - Method in class liquibase.license.LicenseServiceFactory
- getPluginClass() - Method in class liquibase.logging.core.LogServiceFactory
- getPluginClass() - Method in class liquibase.logging.LogFactory
- getPluginClass() - Method in class liquibase.logging.mdc.MdcManagerFactory
- getPluginClass() - Method in class liquibase.parser.SqlParserFactory
- getPluginClass() - Method in class liquibase.plugin.AbstractPluginFactory
- getPluginClass() - Method in class liquibase.report.ShowSummaryGeneratorFactory
- getPluginClass() - Method in class liquibase.resource.PathHandlerFactory
- getPluginClass() - Method in class liquibase.ui.UIServiceFactory
- getPlugins(Object...) - Method in class liquibase.plugin.AbstractPluginFactory
- getPostUpdateStatements(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
- getPostUpdateStatements(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
- getPostUpdateStatements(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
- getPrecedence() - Method in interface liquibase.configuration.ConfigurationValueProvider
-
Returns the precedence of values returned by this provider.
- getPrecedence() - Method in class liquibase.configuration.core.DefaultsFileValueProvider
- getPrecedence() - Method in class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- getPrecedence() - Method in class liquibase.configuration.core.EnvironmentValueProvider
- getPrecedence() - Method in class liquibase.configuration.core.ScopeValueProvider
- getPrecedence() - Method in class liquibase.configuration.core.SystemPropertyValueProvider
- getPrecedence() - Method in class liquibase.extension.testing.LiquibaseSdkConfigurationValueProvider
- getPrecedence() - Method in class liquibase.integration.commandline.CommandLineArgumentValueProvider
- getPrecedence() - Method in class liquibase.integration.servlet.ServletConfigurationValueProvider
- getPrecedence() - Method in class org.liquibase.maven.provider.FlowCommandArgumentValueProvider
- getPrecondition() - Method in class liquibase.precondition.ErrorPrecondition
- getPrecondition() - Method in class liquibase.precondition.FailedPrecondition
- getPreconditions() - Method in class liquibase.changelog.ChangeSet
- getPreconditions() - Method in class liquibase.changelog.DatabaseChangeLog
- getPreconditions() - Method in interface liquibase.precondition.Conditional
- getPreconditions() - Method in class liquibase.precondition.PreconditionFactory
- getPreDataTypeString(Database) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
- getPreviouslyRan() - Method in class liquibase.changelog.ChangeSetStatus
-
Returns true if the changeset was run previously.
- getPrimaryKey() - Method in class liquibase.change.core.LoadUpdateDataChange
- getPrimaryKey() - Method in class liquibase.statement.core.InsertOrUpdateStatement
- getPrimaryKey() - Method in class liquibase.structure.core.Table
- getPrimaryKeyColumns() - Method in class liquibase.structure.core.ForeignKey
- getPrimaryKeyConstraint() - Method in class liquibase.statement.core.CreateTableStatement
- getPrimaryKeyName() - Method in class liquibase.change.ConstraintsConfig
-
Returns the name to use for the primary key constraint.
- getPrimaryKeys(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
- getPrimaryKeyTable() - Method in class liquibase.structure.core.ForeignKey
- getPrimaryKeyTablespace() - Method in class liquibase.change.ConstraintsConfig
-
Returns the tablespace to use for the defined primary key.
- getPriority() - Method in interface liquibase.analytics.AnalyticsListener
- getPriority() - Method in interface liquibase.analytics.configuration.AnalyticsConfiguration
- getPriority() - Method in class liquibase.analytics.configuration.LiquibaseRemoteAnalyticsConfiguration
- getPriority() - Method in class liquibase.analytics.LiquibaseAnalyticsListener
- getPriority() - Method in class liquibase.analytics.NoOpAnalyticsListener
- getPriority() - Method in class liquibase.change.ChangeMetaData
-
The priority of a Change implementation controls which implementation is used if several exist for the same "name".
- getPriority() - Method in interface liquibase.changelog.ChangeLogHistoryService
- getPriority() - Method in class liquibase.changelog.MockChangeLogHistoryService
- getPriority() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- getPriority() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- getPriority() - Method in class liquibase.changelog.visitor.StandardValidatingVisitorGenerator
- getPriority() - Method in interface liquibase.changelog.visitor.ValidatingVisitorGenerator
- getPriority() - Method in interface liquibase.changeset.ChangeSetService
-
Return the plugin priority
- getPriority() - Method in class liquibase.changeset.StandardChangeSetService
- getPriority() - Method in class liquibase.common.datatype.DataTypeWrapper
- getPriority() - Method in class liquibase.database.core.AbstractDb2Database
- getPriority() - Method in class liquibase.database.core.CockroachDatabase
- getPriority() - Method in class liquibase.database.core.DerbyDatabase
- getPriority() - Method in class liquibase.database.core.EnterpriseDBDatabase
- getPriority() - Method in class liquibase.database.core.FirebirdDatabase
- getPriority() - Method in class liquibase.database.core.H2Database
- getPriority() - Method in class liquibase.database.core.HsqlDatabase
- getPriority() - Method in class liquibase.database.core.InformixDatabase
- getPriority() - Method in class liquibase.database.core.Ingres9Database
- getPriority() - Method in class liquibase.database.core.MockDatabase
- getPriority() - Method in class liquibase.database.core.MSSQLDatabase
- getPriority() - Method in class liquibase.database.core.MySQLDatabase
- getPriority() - Method in class liquibase.database.core.OracleDatabase
- getPriority() - Method in class liquibase.database.core.PostgresDatabase
- getPriority() - Method in class liquibase.database.core.SnowflakeDatabase
- getPriority() - Method in class liquibase.database.core.SQLiteDatabase
- getPriority() - Method in class liquibase.database.core.SybaseASADatabase
- getPriority() - Method in class liquibase.database.core.SybaseDatabase
- getPriority() - Method in class liquibase.database.core.UnsupportedDatabase
- getPriority() - Method in class liquibase.database.jvm.JdbcConnection
- getPriority() - Method in class liquibase.database.MockDatabaseConnection
- getPriority() - Method in class liquibase.database.OfflineConnection
- getPriority() - Method in class liquibase.datatype.core.BinaryTypeSnowflake
- getPriority() - Method in class liquibase.datatype.core.ClobTypeSnowflake
- getPriority() - Method in class liquibase.datatype.core.DoubleDataTypeSnowflake
- getPriority() - Method in class liquibase.datatype.core.TimestampNTZTypeSnowflake
- getPriority() - Method in class liquibase.datatype.LiquibaseDataType
- getPriority() - Method in class liquibase.diff.core.StandardDiffGenerator
- getPriority() - Method in class liquibase.executor.AbstractExecutor
-
Return the Executor priority
- getPriority() - Method in interface liquibase.executor.Executor
-
Return the Executor priority
- getPriority() - Method in class liquibase.executor.jvm.JdbcExecutor
-
Return the Executor priority
- getPriority() - Method in class liquibase.executor.jvm.SnowflakeJdbcExecutor
- getPriority() - Method in class liquibase.executor.LoggingExecutor
-
Return the Executor priority
- getPriority() - Method in class liquibase.integration.ant.AntTaskLogService
- getPriority() - Method in interface liquibase.io.OutputFileHandler
-
Returns the priority of the output file handler based on the specified output file.
- getPriority() - Method in class liquibase.io.StandardOutputFileHandler
- getPriority() - Method in interface liquibase.license.LicenseService
-
This method returns a priority value for an implementation.
- getPriority() - Method in class liquibase.lockservice.LockServiceImpl
-
Deprecated.
- getPriority() - Method in class liquibase.lockservice.MockLockService
- getPriority() - Method in class liquibase.lockservice.OfflineLockService
- getPriority() - Method in class liquibase.lockservice.StandardLockService
- getPriority() - Method in class liquibase.logging.core.BufferedLogService
-
Deprecated.
- getPriority() - Method in class liquibase.logging.core.CompositeLogService
- getPriority() - Method in class liquibase.logging.core.JavaLogService
- getPriority() - Method in class liquibase.logging.core.NoOpLogService
- getPriority() - Method in interface liquibase.logging.LogService
- getPriority() - Method in interface liquibase.logging.mdc.MdcManager
- getPriority() - Method in class liquibase.logging.mdc.NoOpMdcManager
- getPriority() - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- getPriority() - Method in class liquibase.parser.core.sql.SqlChangeLogParser
- getPriority() - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
- getPriority() - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
- getPriority() - Method in class liquibase.parser.core.yaml.YamlParser
- getPriority() - Method in interface liquibase.parser.LiquibaseSqlParser
- getPriority() - Method in interface liquibase.report.ShowSummaryGenerator
-
This method returns a priority value for an implementation.
- getPriority() - Method in class liquibase.report.StandardShowSummaryGenerator
- getPriority() - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
- getPriority() - Method in class liquibase.serializer.core.string.StringChangeLogSerializer
- getPriority() - Method in class liquibase.serializer.core.string.StringSnapshotSerializer
- getPriority() - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
- getPriority() - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
- getPriority() - Method in class liquibase.serializer.core.yaml.YamlChangeLogSerializer
- getPriority() - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer
- getPriority() - Method in interface liquibase.servicelocator.PrioritizedService
- getPriority() - Method in interface liquibase.servicelocator.ServiceLocator
- getPriority() - Method in class liquibase.servicelocator.StandardServiceLocator
- getPriority() - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
- getPriority() - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
- getPriority() - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
- getPriority() - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
- getPriority() - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
- getPriority() - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
-
Informs the SqlGeneratorFactory that we are the preferred generator for CREATE INDEX statements in a Firebird database.
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateSequenceGeneratorSnowflake
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
- getPriority() - Method in class liquibase.sqlgenerator.core.DropDefaultValueGeneratorSnowflake
- getPriority() - Method in class liquibase.sqlgenerator.core.DropProcedureGeneratorSnowflake
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSnowflake
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
- getPriority() - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
- getPriority() - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
- getPriority() - Method in class liquibase.sqlgenerator.core.RenameTableGeneratorSnowflake
- getPriority() - Method in class liquibase.sqlgenerator.core.RenameViewGeneratorSnowflake
- getPriority() - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
- getPriority() - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
- getPriority() - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGeneratorSnowflake
- getPriority() - Method in class liquibase.sqlgenerator.core.SetTableRemarksGeneratorSnowflake
- getPriority() - Method in class liquibase.sqlgenerator.core.TableIsEmptyGenerator
- getPriority() - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
- getPriority() - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Of all the SqlGenerators that "support" a given SqlStatement/Database, SqlGeneratorFactory will return the one with the highest priority.
- getPriority() - Method in class liquibase.ui.CompositeUIService
- getPriority() - Method in class liquibase.ui.ConsoleUIService
-
Returns
Plugin.PRIORITY_NOT_APPLICABLE
because it must be manually configured as needed - getPriority() - Method in class liquibase.ui.LoggerUIService
- getPriority() - Method in interface liquibase.ui.UIService
- getPriority() - Method in class liquibase.util.StandardSqlParser
- getPriority() - Method in class org.liquibase.maven.plugins.MavenLogService
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.CatalogComparator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.ColumnComparator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.ForeignKeyComparator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.IndexComparator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.PrimaryKeyComparator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.SchemaComparator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.TableComparator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.UniqueConstraintComparator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in interface liquibase.diff.compare.DatabaseObjectComparator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in interface liquibase.diff.output.changelog.ChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGeneratorSnowflake
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedTableChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingDataChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingDataExternalFileChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingSequenceChangeGeneratorSnowflake
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorH2
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorInformix
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorOracle
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGeneratorSnowflake
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGeneratorSnowflake
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGeneratorSnowflake
- getPriority(Class<? extends DatabaseObject>, Database) - Method in interface liquibase.snapshot.SnapshotGenerator
-
Inquire if this SnapshotGenerator is capable of snapshotting objects of type objectType (e.g.
- getPriority(String) - Method in class liquibase.command.AbstractCommand
-
Deprecated.
- getPriority(String) - Method in interface liquibase.command.LiquibaseCommand
-
Deprecated.
- getPriority(String) - Method in class liquibase.resource.DirectoryPathHandler
-
Returns
Plugin.PRIORITY_DEFAULT
for all paths except for ones that are for a non-"file:" protocol. - getPriority(String) - Method in interface liquibase.resource.PathHandler
-
Priority of this parser for the given path.
- getPriority(String) - Method in class liquibase.resource.ZipPathHandler
-
Returns
Plugin.PRIORITY_SPECIALIZED
for all "jar:file:" or files that end in ".jar" or ".zip" - getPriority(AnalyticsListener, Object...) - Method in class liquibase.analytics.AnalyticsFactory
- getPriority(AnalyticsConfiguration, Object...) - Method in class liquibase.analytics.configuration.AnalyticsConfigurationFactory
- getPriority(Change, Object...) - Method in class liquibase.change.ChangeFactory
- getPriority(ChangeLogHistoryService, Object...) - Method in class liquibase.changelog.ChangeLogHistoryServiceFactory
- getPriority(ValidatingVisitorGenerator, Object...) - Method in class liquibase.changelog.visitor.ValidatingVisitorGeneratorFactory
- getPriority(ChangeSetService, Object...) - Method in class liquibase.changeset.ChangeSetServiceFactory
- getPriority(Executor, Object...) - Method in class liquibase.executor.ExecutorService
- getPriority(TestSystem.Definition) - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Default implementation returns PRIORITY_DEFAULT if the name matches the given definition, without taking any profiles etc. into account.
- getPriority(TestSystem, Object...) - Method in class liquibase.extension.testing.testsystem.TestSystemFactory
- getPriority(OutputFileHandler, Object...) - Method in class liquibase.io.OutputFileHandlerFactory
- getPriority(LicenseService, Object...) - Method in class liquibase.license.LicenseServiceFactory
- getPriority(LogService, Object...) - Method in class liquibase.logging.core.LogServiceFactory
- getPriority(LogService, Object...) - Method in class liquibase.logging.LogFactory
- getPriority(MdcManager, Object...) - Method in class liquibase.logging.mdc.MdcManagerFactory
- getPriority(LiquibaseSqlParser, Object...) - Method in class liquibase.parser.SqlParserFactory
- getPriority(ShowSummaryGenerator, Object...) - Method in class liquibase.report.ShowSummaryGeneratorFactory
- getPriority(PathHandler, Object...) - Method in class liquibase.resource.PathHandlerFactory
- getPriority(UIService, Object...) - Method in class liquibase.ui.UIServiceFactory
- getPriority(T, Object...) - Method in class liquibase.plugin.AbstractPluginFactory
-
Returns the priority of the given object based on the passed args array.
- getProcedureBody() - Method in class liquibase.change.core.CreateProcedureChange
-
Deprecated.
- getProcedureName() - Method in class liquibase.change.core.CreateProcedureChange
- getProcedureName() - Method in class liquibase.change.core.DropProcedureChange
- getProcedureName() - Method in class liquibase.statement.core.CreateProcedureStatement
- getProcedureName() - Method in class liquibase.statement.core.DropProcedureStatement
- getProcedureName() - Method in class liquibase.statement.StoredProcedureStatement
- getProcedureText() - Method in class liquibase.change.core.CreateProcedureChange
- getProcedureText() - Method in class liquibase.statement.core.CreateProcedureStatement
- getProductNameDiff() - Method in class liquibase.diff.DiffResult
- getProductVersionDiff() - Method in class liquibase.diff.DiffResult
- getProfiles() - Method in class liquibase.extension.testing.testsystem.TestSystem.Definition
- getProperties() - Method in class liquibase.configuration.AbstractConfigurationContainer
-
Deprecated.
- getProperties() - Method in interface liquibase.configuration.ConfigurationContainer
-
Deprecated.
- getProperties() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getProperties() - Method in class liquibase.extension.testing.testsystem.TestSystem.Definition
- getProperties(Class<? extends Object>) - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
- getPropertiesAsMap() - Method in class liquibase.analytics.Event
- getProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
-
For a given object, try to find the appropriate reader method and return the value, if set for the object.
- getProperty(String) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
-
Deprecated.
- getProperty(String) - Method in class liquibase.configuration.AbstractConfigurationContainer
-
Deprecated.
- getProperty(String) - Method in interface liquibase.configuration.ConfigurationContainer
-
Deprecated.
- getProperty(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getPropertySets() - Method in class liquibase.integration.ant.type.ChangeLogParametersType
- getPropertyType(Object, String) - Static method in class liquibase.util.ObjectUtil
-
Tried to determine the appropriate reader method for a given propertyName of a given object and, if found, returns the class of its return type.
- getProvidedValue() - Method in class liquibase.configuration.ConfiguredValue
-
Returns the "winning" value across all the possible
ConfigurationValueProvider
. - getProvidedValue(String...) - Method in class liquibase.configuration.AbstractMapConfigurationValueProvider
-
Default implementation stores a cache of found known values, falling back to
AbstractMapConfigurationValueProvider.lookupProvidedValue(String...)
when it is asked about a new key. - getProvidedValue(String...) - Method in interface liquibase.configuration.ConfigurationValueProvider
-
Lookup the given key(s) in this source.
- getProvidedValue(String...) - Method in class liquibase.configuration.core.ScopeValueProvider
- getProvidedValue(String...) - Method in class liquibase.integration.servlet.ServletConfigurationValueProvider
-
Try to read the value that is stored by the given key from JNDI the servlet context's init parameters system properties
- getProvidedValues() - Method in class liquibase.configuration.ConfiguredValue
- getProvidedWriterDependency() - Method in class liquibase.command.core.helpers.AbstractOutputWriterCommandStep
-
Get the dependency that is provided by this class.
- getProvidedWriterDependency() - Method in class liquibase.command.core.helpers.OutputWriterCommandStep
- getProvidedWriterDependency() - Method in class liquibase.command.core.helpers.ReferenceDatabaseOutputWriterCommandStep
- getProvider() - Method in class liquibase.configuration.ProvidedValue
-
The provider for this value
- getProvider(ConfigurationValueProvider) - Method in class liquibase.configuration.LiquibaseConfiguration
- getProviders() - Method in class liquibase.configuration.LiquibaseConfiguration
- getQuotchar() - Method in class liquibase.change.core.LoadDataChange
- getQuotingEndCharacter() - Method in class liquibase.database.AbstractJdbcDatabase
- getQuotingEndCharacter() - Method in class liquibase.database.core.MSSQLDatabase
- getQuotingEndCharacter() - Method in class liquibase.database.core.MySQLDatabase
- getQuotingEndCharacter() - Method in class liquibase.database.core.SybaseDatabase
- getQuotingEndReplacement() - Method in class liquibase.database.AbstractJdbcDatabase
- getQuotingEndReplacement() - Method in class liquibase.database.core.MSSQLDatabase
- getQuotingStartCharacter() - Method in class liquibase.database.AbstractJdbcDatabase
- getQuotingStartCharacter() - Method in class liquibase.database.core.MSSQLDatabase
- getQuotingStartCharacter() - Method in class liquibase.database.core.MySQLDatabase
- getQuotingStartCharacter() - Method in class liquibase.database.core.SybaseDatabase
- getRadix() - Method in class liquibase.structure.core.DataType
- getRanChangeSet() - Method in class liquibase.changelog.ChangeSetStatus
- getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
- getRanChangeSet(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
- getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.filter.RanChangeSetFilter
- getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.MockChangeLogHistoryService
- getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.StandardChangeLogHistoryService
- getRanChangeSet(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
- getRanChangeSet(ChangeSet) - Method in class liquibase.database.core.MockDatabase
- getRanChangeSet(ChangeSet) - Method in interface liquibase.database.Database
- getRanChangeSetList() - Method in class liquibase.database.AbstractJdbcDatabase
- getRanChangeSetList() - Method in class liquibase.database.core.MockDatabase
- getRanChangeSetList() - Method in interface liquibase.database.Database
-
Returns the ChangeSets that have been run against the current database.
- getRanChangeSets() - Method in interface liquibase.changelog.ChangeLogHistoryService
- getRanChangeSets() - Method in class liquibase.changelog.MockChangeLogHistoryService
- getRanChangeSets() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- getRanChangeSets() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
Returns the ChangeSets that have been run against the current getDatabase().
- getRanChangeSets(boolean) - Method in interface liquibase.changelog.ChangeLogHistoryService
-
Deprecated.use
ChangeLogHistoryService.getRanChangeSets()
instead - getRanChangeSets(boolean) - Method in class liquibase.changelog.MockChangeLogHistoryService
- getRanDate(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
- getRanDate(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
-
Returns the date the given changeSet was run.
- getRanDate(ChangeSet) - Method in class liquibase.changelog.MockChangeLogHistoryService
- getRanDate(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
- getRanDate(ChangeSet) - Method in class liquibase.database.core.MockDatabase
- getRanDate(ChangeSet) - Method in interface liquibase.database.Database
- getRanSql() - Method in class liquibase.sdk.executor.MockExecutor
- getRawDatabaseChangeLogLockTableName() - Method in class liquibase.database.AbstractJdbcDatabase
-
Method used by extensions to get raw dbcll table name
- getRawDatabaseChangeLogTableName() - Method in class liquibase.database.AbstractJdbcDatabase
-
Method used by extensions to get raw dbcl table name
- getRawDefinition() - Method in class liquibase.datatype.LiquibaseDataType
-
Obtains the "raw" data type definition if one was used to create this object as a result of parsing
- getReason() - Method in exception liquibase.exception.DatabaseIncapableOfOperation
- getReason() - Method in exception liquibase.exception.StatementNotSupportedOnDatabaseException
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSnowflake
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
- getRecursive() - Method in class liquibase.resource.ResourceAccessor.SearchOptions
- getReferenceDatabase() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getReferencedColumnNames() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getReferencedColumnNames() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
- getReferencedColumnNames() - Method in class liquibase.statement.ForeignKeyConstraint
- getReferencedTableCatalogName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getReferencedTableCatalogName() - Method in class liquibase.statement.ForeignKeyConstraint
- getReferencedTableName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getReferencedTableName() - Method in class liquibase.statement.ForeignKeyConstraint
- getReferencedTableSchemaName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getReferencedTableSchemaName() - Method in class liquibase.statement.ForeignKeyConstraint
- getReferences() - Method in class liquibase.change.ConstraintsConfig
-
Returns the "references" clause to use for the foreign key.
- getReferences() - Method in class liquibase.statement.ForeignKeyConstraint
- getReferenceSchema() - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
- getReferenceSchemaOrCatalog(Database, CompareControl.SchemaComparison) - Method in class liquibase.diff.compare.core.CommonCatalogSchemaComparator
- getReferenceSnapshot() - Method in class liquibase.diff.DiffResult
- getReferenceSnapshotControl() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getReferencesUniqueColumn() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
Deprecated.No longer supported in 3.0
- getReferenceValue() - Method in class liquibase.diff.Difference
- getReferenceVersion() - Method in class liquibase.diff.StringDiff
- getRegisteredDefinition(String) - Method in class liquibase.configuration.LiquibaseConfiguration
- getRegisteredDefinitions(boolean) - Method in class liquibase.configuration.LiquibaseConfiguration
-
Returns all registered
ConfigurationDefinition
s. - getRelation() - Method in class liquibase.structure.core.Column
- getRelation() - Method in class liquibase.structure.core.Index
- getRelation() - Method in class liquibase.structure.core.UniqueConstraint
- getRelativeTo() - Method in class liquibase.change.core.LoadDataChange
- getRelativeToChangelogFile() - Method in class liquibase.change.core.CreateViewChange
- getRelativeToChangelogFile() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- getRemarks() - Method in class liquibase.change.ColumnConfig
-
Return the remarks to apply to this column.
- getRemarks() - Method in class liquibase.change.core.CreateTableChange
- getRemarks() - Method in class liquibase.change.core.CreateViewChange
- getRemarks() - Method in class liquibase.change.core.RenameColumnChange
- getRemarks() - Method in class liquibase.change.core.SetColumnRemarksChange
- getRemarks() - Method in class liquibase.change.core.SetTableRemarksChange
- getRemarks() - Method in class liquibase.statement.core.CreateTableStatement
- getRemarks() - Method in class liquibase.statement.core.RenameColumnStatement
- getRemarks() - Method in class liquibase.statement.core.SetColumnRemarksStatement
- getRemarks() - Method in class liquibase.statement.core.SetTableRemarksStatement
- getRemarks() - Method in class liquibase.statement.core.SetViewRemarksStatement
- getRemarks() - Method in class liquibase.structure.core.Column
- getRemarks() - Method in class liquibase.structure.core.Relation
- getReplace() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
- getReplace() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
- getReplaceIfExists() - Method in class liquibase.change.core.CreateProcedureChange
- getReplaceIfExists() - Method in class liquibase.change.core.CreateViewChange
- getReplaceIfExists() - Method in class liquibase.statement.core.CreateProcedureStatement
- getRequestedKey() - Method in class liquibase.configuration.ProvidedValue
-
The configuration key the code asked the provider for.
- getRequiredErrorMessages() - Method in class liquibase.exception.ValidationErrors
- getRequiredForDatabase() - Method in class liquibase.change.ChangeParameterMetaData
-
Return the database types for which this parameter is required.
- getRequiredParameters(Database) - Method in class liquibase.change.ChangeMetaData
-
Returns the required parameters for this change for the given database.
- getReservedWords() - Method in class liquibase.database.core.H2Database
- getResource(String) - Method in class liquibase.integration.spring.SpringResourceAccessor
-
Looks up the given resource.
- getResource(String) - Method in class liquibase.resource.DirectoryPathHandler
- getResource(String) - Method in interface liquibase.resource.PathHandler
-
Parse the given "absolute" path and return a
Resource
for it if it exists. - getResource(String) - Method in class liquibase.resource.PathHandlerFactory
-
Return the resource for the given path.
- getResource(String) - Method in class liquibase.resource.ZipPathHandler
- getResourceAccessor() - Method in class liquibase.change.AbstractChange
-
Deprecated.
- getResourceAccessor() - Method in class liquibase.integration.ant.BaseLiquibaseTask
- getResourceAccessor() - Method in class liquibase.Scope
- getResourceAccessor() - Method in class liquibase.statement.ExecutablePreparedStatementBase
- getResourceAccessor(ClassLoader) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
- getResourceAccessor(ClassLoader) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- getResourceAccessor(String) - Method in class liquibase.resource.DirectoryPathHandler
- getResourceAccessor(String) - Method in interface liquibase.resource.PathHandler
-
Parse the given path and return a
ResourceAccessor
for it. - getResourceAccessor(String) - Method in class liquibase.resource.PathHandlerFactory
-
Creates a
ResourceAccessor
for the given path. - getResourceAccessor(String) - Method in class liquibase.resource.ZipPathHandler
- getResourceAsStream(String) - Method in class liquibase.statement.ExecutablePreparedStatementBase
- getResourcePath(Resource) - Method in class liquibase.integration.spring.SpringResourceAccessor
-
Returns the lookup path to the given resource.
- getResult(String) - Method in class liquibase.command.CommandResults
-
Return the result value for the given key.
- getResult(String) - Method in class liquibase.command.CommandResultsBuilder
-
Allows any step of the pipeline to access any of the results.
- getResult(CommandResultDefinition<DataType>) - Method in class liquibase.command.CommandResults
-
Return the value for the given
CommandResultDefinition
, or the default value if not set. - getResults() - Method in exception liquibase.command.CommandFailedException
- getResults() - Method in class liquibase.command.CommandResults
-
Returns all the results for this command.
- getResultSetCache(String) - Method in class liquibase.snapshot.DatabaseSnapshot
- getResultSetValue(ResultSet, int) - Static method in class liquibase.util.JdbcUtil
-
Retrieve a JDBC column value from a ResultSet, using the most appropriate value type.
- getRollback() - Method in class liquibase.changelog.ChangeSet
- getRollbackDate() - Method in class liquibase.integration.ant.DatabaseRollbackTask
- getRootChangeLog() - Method in class liquibase.changelog.DatabaseChangeLog
- getRootPath() - Method in class liquibase.resource.AbstractPathResourceAccessor
- getRootPath() - Method in class liquibase.resource.DirectoryResourceAccessor
- getRootPath() - Method in class liquibase.resource.ZipResourceAccessor
- getRowDependencies() - Method in class liquibase.change.core.CreateTableChange
- getRun() - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
- getRunPreviously() - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
- getRunStatus(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
- getRunStatus(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
- getRunStatus(ChangeSet) - Method in class liquibase.changelog.MockChangeLogHistoryService
- getRunStatus(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
- getRunStatus(ChangeSet) - Method in class liquibase.database.core.MockDatabase
- getRunStatus(ChangeSet) - Method in interface liquibase.database.Database
-
Returns the run status for the given ChangeSet
- getRuntimeEnvironment() - Method in class liquibase.changelog.DatabaseChangeLog
- getRuntimeInfo() - Method in interface liquibase.report.UpdateRollbackReportParameters
- getRunWith() - Method in class liquibase.changelog.ChangeSet
- getRunWith() - Method in class liquibase.changelog.ModifyChangeSets
- getRunWithSpool() - Method in class liquibase.changelog.ModifyChangeSets
- getRunWithSpoolFile() - Method in class liquibase.changelog.ChangeSet
- getSaxParserFactory() - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
- getSchema() - Method in class liquibase.database.core.MockDatabase
- getSchema() - Method in class liquibase.database.OfflineConnection
- getSchema() - Method in class liquibase.structure.core.Catalog
- getSchema() - Method in class liquibase.structure.core.Column
- getSchema() - Method in class liquibase.structure.core.Data
- getSchema() - Method in class liquibase.structure.core.ForeignKey
- getSchema() - Method in class liquibase.structure.core.Index
- getSchema() - Method in class liquibase.structure.core.PrimaryKey
- getSchema() - Method in class liquibase.structure.core.Relation
- getSchema() - Method in class liquibase.structure.core.Schema
- getSchema() - Method in class liquibase.structure.core.Sequence
- getSchema() - Method in class liquibase.structure.core.StoredDatabaseLogic
- getSchema() - Method in class liquibase.structure.core.UniqueConstraint
- getSchema() - Method in interface liquibase.structure.DatabaseObject
- getSchemaAndCatalogCase() - Method in class liquibase.database.AbstractJdbcDatabase
-
This logic is used when db support catalogs
- getSchemaAndCatalogCase() - Method in class liquibase.database.core.AbstractDb2Database
-
DB2 database are not case sensitive.
- getSchemaAndCatalogCase() - Method in class liquibase.database.core.MockDatabase
- getSchemaAndCatalogCase() - Method in class liquibase.database.core.PostgresDatabase
- getSchemaAndCatalogCase() - Method in interface liquibase.database.Database
- getSchemaComparisons() - Method in class liquibase.diff.compare.CompareControl
- getSchemaComparisons() - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
- getSchemaComparisons() - Method in class liquibase.diff.ObjectDifferences
- getSchemaComparisons() - Method in class liquibase.diff.output.DiffOutputControl
- getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
- getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.core.AbstractDb2Database
- getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.core.MockDatabase
- getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.core.MySQLDatabase
- getSchemaKey(CachedRow) - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- getSchemaName() - Method in class liquibase.change.AbstractTableChange
- getSchemaName() - Method in class liquibase.change.core.AbstractModifyDataChange
- getSchemaName() - Method in class liquibase.change.core.AddAutoIncrementChange
- getSchemaName() - Method in class liquibase.change.core.AddColumnChange
- getSchemaName() - Method in class liquibase.change.core.AddDefaultValueChange
- getSchemaName() - Method in class liquibase.change.core.AddNotNullConstraintChange
- getSchemaName() - Method in class liquibase.change.core.AddPrimaryKeyChange
- getSchemaName() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getSchemaName() - Method in class liquibase.change.core.AlterSequenceChange
- getSchemaName() - Method in class liquibase.change.core.CreateIndexChange
- getSchemaName() - Method in class liquibase.change.core.CreateProcedureChange
- getSchemaName() - Method in class liquibase.change.core.CreateSequenceChange
- getSchemaName() - Method in class liquibase.change.core.CreateTableChange
- getSchemaName() - Method in class liquibase.change.core.CreateViewChange
- getSchemaName() - Method in class liquibase.change.core.DropColumnChange
- getSchemaName() - Method in class liquibase.change.core.DropDefaultValueChange
- getSchemaName() - Method in class liquibase.change.core.DropIndexChange
- getSchemaName() - Method in class liquibase.change.core.DropNotNullConstraintChange
- getSchemaName() - Method in class liquibase.change.core.DropPrimaryKeyChange
- getSchemaName() - Method in class liquibase.change.core.DropProcedureChange
- getSchemaName() - Method in class liquibase.change.core.DropSequenceChange
- getSchemaName() - Method in class liquibase.change.core.DropTableChange
- getSchemaName() - Method in class liquibase.change.core.DropUniqueConstraintChange
- getSchemaName() - Method in class liquibase.change.core.DropViewChange
- getSchemaName() - Method in class liquibase.change.core.InsertDataChange
- getSchemaName() - Method in class liquibase.change.core.MergeColumnChange
- getSchemaName() - Method in class liquibase.change.core.ModifyDataTypeChange
- getSchemaName() - Method in class liquibase.change.core.RenameColumnChange
- getSchemaName() - Method in class liquibase.change.core.RenameSequenceChange
- getSchemaName() - Method in class liquibase.change.core.RenameTableChange
- getSchemaName() - Method in class liquibase.change.core.RenameViewChange
- getSchemaName() - Method in class liquibase.change.core.SetColumnRemarksChange
- getSchemaName() - Method in class liquibase.change.core.SetTableRemarksChange
- getSchemaName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
- getSchemaName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
- getSchemaName() - Method in class liquibase.precondition.core.RowCountPrecondition
- getSchemaName() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
- getSchemaName() - Method in class liquibase.precondition.core.TableExistsPrecondition
- getSchemaName() - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- getSchemaName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
- getSchemaName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
- getSchemaName() - Method in class liquibase.statement.core.AddColumnStatement
- getSchemaName() - Method in class liquibase.statement.core.AddDefaultValueStatement
- getSchemaName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
- getSchemaName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
- getSchemaName() - Method in class liquibase.statement.core.ClearDatabaseChangeLogTableStatement
- getSchemaName() - Method in class liquibase.statement.core.CreateProcedureStatement
- getSchemaName() - Method in class liquibase.statement.core.CreateSequenceStatement
- getSchemaName() - Method in class liquibase.statement.core.CreateTableStatement
- getSchemaName() - Method in class liquibase.statement.core.CreateViewStatement
- getSchemaName() - Method in class liquibase.statement.core.DeleteStatement
- getSchemaName() - Method in class liquibase.statement.core.DropColumnStatement
- getSchemaName() - Method in class liquibase.statement.core.DropDefaultValueStatement
- getSchemaName() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
- getSchemaName() - Method in class liquibase.statement.core.DropProcedureStatement
- getSchemaName() - Method in class liquibase.statement.core.DropSequenceStatement
- getSchemaName() - Method in class liquibase.statement.core.DropTableStatement
- getSchemaName() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
- getSchemaName() - Method in class liquibase.statement.core.DropViewStatement
- getSchemaName() - Method in class liquibase.statement.core.GetViewDefinitionStatement
- getSchemaName() - Method in class liquibase.statement.core.InsertSetStatement
- getSchemaName() - Method in class liquibase.statement.core.InsertStatement
- getSchemaName() - Method in class liquibase.statement.core.ModifyDataTypeStatement
- getSchemaName() - Method in class liquibase.statement.core.ReindexStatement
- getSchemaName() - Method in class liquibase.statement.core.RenameColumnStatement
- getSchemaName() - Method in class liquibase.statement.core.RenameSequenceStatement
- getSchemaName() - Method in class liquibase.statement.core.RenameTableStatement
- getSchemaName() - Method in class liquibase.statement.core.RenameViewStatement
- getSchemaName() - Method in class liquibase.statement.core.ReorganizeTableStatement
- getSchemaName() - Method in class liquibase.statement.core.SetColumnRemarksStatement
- getSchemaName() - Method in class liquibase.statement.core.SetNullableStatement
- getSchemaName() - Method in class liquibase.statement.core.SetTableRemarksStatement
- getSchemaName() - Method in class liquibase.statement.core.SetViewRemarksStatement
- getSchemaName() - Method in class liquibase.statement.core.TableIsEmptyStatement
- getSchemaName() - Method in class liquibase.statement.core.TableRowCountStatement
- getSchemaName() - Method in class liquibase.statement.core.UpdateStatement
- getSchemaName() - Method in class liquibase.statement.DatabaseFunction
- getSchemaName() - Method in class liquibase.statement.ExecutablePreparedStatementBase
- getSchemas(CompareControl.DatabaseRole) - Method in class liquibase.diff.compare.CompareControl
- getSchemaUrl(String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
- getSchemaUrl(String) - Method in interface liquibase.parser.NamespaceDetails
- getSchemaVersion() - Static method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
- getScratchData(String) - Method in class liquibase.snapshot.DatabaseSnapshot
-
Used to get and store misc data that should be scoped to the snapshot.
- getSearchClassloader() - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
-
Return the classloader used to look for XSD files in the classpath.
- getSearchPath() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
Gets the change log directory set from Ant.
- getSearchPath() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
This method is designed to be overridden by subclasses when a change log is needed.
- getSeenChangeSets() - Method in class liquibase.changelog.visitor.ListVisitor
- getSelectChangeLogLockSQL() - Method in class liquibase.database.core.MockDatabase
- getSelectQuery() - Method in class liquibase.change.core.CreateViewChange
- getSelectQuery() - Method in class liquibase.statement.core.CreateViewStatement
- getSelectSequenceStatement(Schema, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
- getSelectSequenceStatement(Schema, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGeneratorSnowflake
- getSendsStringParametersAsUnicode() - Method in class liquibase.database.OfflineConnection
- getSeparator() - Method in class liquibase.change.core.LoadDataChange
- getSequenceName() - Method in class liquibase.change.core.AlterSequenceChange
- getSequenceName() - Method in class liquibase.change.core.CreateSequenceChange
- getSequenceName() - Method in class liquibase.change.core.DropSequenceChange
- getSequenceName() - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- getSequenceName() - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- getSequenceName() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
- getSequenceName() - Method in class liquibase.statement.core.CreateSequenceStatement
- getSequenceName() - Method in class liquibase.statement.core.DropSequenceStatement
- getSequenceSchemaName() - Method in class liquibase.statement.SequenceCurrentValueFunction
-
Deprecated.
- getSequenceSchemaName() - Method in class liquibase.statement.SequenceNextValueFunction
-
Deprecated.
- getSerializableFieldDataTypeClass(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
- getSerializableFieldDataTypeClassParameters(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
- getSerializableFieldNamespace(String) - Method in class liquibase.change.AbstractChange
- getSerializableFieldNamespace(String) - Method in class liquibase.changelog.ChangeSet
- getSerializableFieldNamespace(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
- getSerializableFieldNamespace(String) - Method in interface liquibase.serializer.LiquibaseSerializable
- getSerializableFieldNamespace(String) - Method in class liquibase.snapshot.DatabaseSnapshot
- getSerializableFieldNamespace(String) - Method in class liquibase.snapshot.SnapshotControl
- getSerializableFieldNamespace(String) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- getSerializableFieldNamespace(String) - Method in class liquibase.structure.AbstractDatabaseObject
- getSerializableFieldNamespace(String) - Method in class liquibase.structure.DatabaseObjectCollection
- getSerializableFields() - Method in class liquibase.change.AbstractChange
-
Returns the fields on this change that are serializable.
- getSerializableFields() - Method in class liquibase.change.custom.CustomChangeWrapper
- getSerializableFields() - Method in class liquibase.changelog.ChangeLogInclude
- getSerializableFields() - Method in class liquibase.changelog.ChangeLogIncludeAll
- getSerializableFields() - Method in class liquibase.changelog.ChangeLogProperty
- getSerializableFields() - Method in class liquibase.changelog.ChangeSet
- getSerializableFields() - Method in class liquibase.precondition.core.PreconditionContainer
- getSerializableFields() - Method in class liquibase.precondition.CustomPreconditionWrapper
- getSerializableFields() - Method in class liquibase.serializer.AbstractLiquibaseSerializable
- getSerializableFields() - Method in interface liquibase.serializer.LiquibaseSerializable
- getSerializableFields() - Method in class liquibase.snapshot.DatabaseSnapshot
- getSerializableFields() - Method in class liquibase.snapshot.SnapshotControl
- getSerializableFields() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- getSerializableFields() - Method in class liquibase.structure.AbstractDatabaseObject
- getSerializableFields() - Method in class liquibase.structure.core.Catalog
- getSerializableFields() - Method in class liquibase.structure.core.Column
- getSerializableFields() - Method in class liquibase.structure.core.Schema
- getSerializableFields() - Method in class liquibase.structure.DatabaseObjectCollection
- getSerializableFieldType(String) - Method in class liquibase.change.AbstractChange
- getSerializableFieldType(String) - Method in class liquibase.change.ColumnConfig
- getSerializableFieldType(String) - Method in class liquibase.change.custom.CustomChangeWrapper
- getSerializableFieldType(String) - Method in class liquibase.changelog.ChangeSet
- getSerializableFieldType(String) - Method in class liquibase.precondition.core.SqlPrecondition
- getSerializableFieldType(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
- getSerializableFieldType(String) - Method in interface liquibase.serializer.LiquibaseSerializable
- getSerializableFieldType(String) - Method in class liquibase.snapshot.DatabaseSnapshot
- getSerializableFieldType(String) - Method in class liquibase.snapshot.SnapshotControl
- getSerializableFieldType(String) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- getSerializableFieldType(String) - Method in class liquibase.structure.AbstractDatabaseObject
- getSerializableFieldType(String) - Method in class liquibase.structure.DatabaseObjectCollection
- getSerializableFieldValue(String) - Method in class liquibase.change.AbstractChange
- getSerializableFieldValue(String) - Method in class liquibase.change.ColumnConfig
- getSerializableFieldValue(String) - Method in class liquibase.change.core.CreateIndexChange
- getSerializableFieldValue(String) - Method in class liquibase.change.core.DropColumnChange
- getSerializableFieldValue(String) - Method in class liquibase.change.core.OutputChange
- getSerializableFieldValue(String) - Method in class liquibase.change.custom.CustomChangeWrapper
- getSerializableFieldValue(String) - Method in class liquibase.changelog.ChangeSet
- getSerializableFieldValue(String) - Method in class liquibase.precondition.core.PreconditionContainer
- getSerializableFieldValue(String) - Method in class liquibase.precondition.CustomPreconditionWrapper
- getSerializableFieldValue(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
- getSerializableFieldValue(String) - Method in interface liquibase.serializer.LiquibaseSerializable
- getSerializableFieldValue(String) - Method in class liquibase.snapshot.DatabaseSnapshot
- getSerializableFieldValue(String) - Method in class liquibase.snapshot.SnapshotControl
- getSerializableFieldValue(String) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- getSerializableFieldValue(String) - Method in class liquibase.structure.AbstractDatabaseObject
- getSerializableFieldValue(String) - Method in class liquibase.structure.core.Index
- getSerializableFieldValue(String) - Method in class liquibase.structure.DatabaseObjectCollection
- getSerializableObjectFields(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlSerializer
- getSerializationType() - Method in class liquibase.change.ChangeParameterMetaData
-
Return the
LiquibaseSerializable.SerializationType
to use when serializing this object. - getSerializedObjectName() - Method in class liquibase.change.AbstractChange
- getSerializedObjectName() - Method in class liquibase.change.ColumnConfig
- getSerializedObjectName() - Method in class liquibase.change.ConstraintsConfig
- getSerializedObjectName() - Method in class liquibase.change.visitor.AddColumnChangeVisitor
- getSerializedObjectName() - Method in class liquibase.changelog.ChangeLogInclude
- getSerializedObjectName() - Method in class liquibase.changelog.ChangeLogIncludeAll
- getSerializedObjectName() - Method in class liquibase.changelog.ChangeLogProperty
- getSerializedObjectName() - Method in class liquibase.changelog.ChangeSet
- getSerializedObjectName() - Method in class liquibase.changelog.RollbackContainer
- getSerializedObjectName() - Method in class liquibase.diff.Difference
- getSerializedObjectName() - Method in class liquibase.precondition.AbstractPrecondition
- getSerializedObjectName() - Method in interface liquibase.serializer.LiquibaseSerializable
- getSerializedObjectName() - Method in class liquibase.snapshot.DatabaseSnapshot
- getSerializedObjectName() - Method in class liquibase.snapshot.SnapshotControl
- getSerializedObjectName() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- getSerializedObjectName() - Method in class liquibase.structure.AbstractDatabaseObject
- getSerializedObjectName() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
- getSerializedObjectName() - Method in class liquibase.structure.core.DataType
- getSerializedObjectName() - Method in class liquibase.structure.DatabaseObjectCollection
- getSerializedObjectNamespace() - Method in class liquibase.change.AbstractChange
- getSerializedObjectNamespace() - Method in class liquibase.change.ColumnConfig
- getSerializedObjectNamespace() - Method in class liquibase.change.ConstraintsConfig
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddAutoIncrementChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddColumnChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddDefaultValueChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddLookupTableChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddNotNullConstraintChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddPrimaryKeyChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AlterSequenceChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateIndexChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateProcedureChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateSequenceChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateTableChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateViewChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DeleteDataChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropColumnChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropDefaultValueChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropIndexChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropNotNullConstraintChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropPrimaryKeyChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropProcedureChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropSequenceChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropTableChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropUniqueConstraintChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropViewChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.EmptyChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.ExecuteShellCommandChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.InsertDataChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.LoadDataChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.LoadUpdateDataChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.MergeColumnChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.ModifyDataTypeChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.OutputChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.RawSQLChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameColumnChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameSequenceChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameTableChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameViewChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.SetColumnRemarksChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.SetTableRemarksChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.SQLFileChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.StopChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.TagDatabaseChange
- getSerializedObjectNamespace() - Method in class liquibase.change.core.UpdateDataChange
- getSerializedObjectNamespace() - Method in class liquibase.change.custom.CustomChangeWrapper
- getSerializedObjectNamespace() - Method in class liquibase.change.visitor.AddColumnChangeVisitor
- getSerializedObjectNamespace() - Method in class liquibase.changelog.ChangeLogInclude
- getSerializedObjectNamespace() - Method in class liquibase.changelog.ChangeLogIncludeAll
- getSerializedObjectNamespace() - Method in class liquibase.changelog.ChangeLogProperty
- getSerializedObjectNamespace() - Method in class liquibase.changelog.ChangeSet
- getSerializedObjectNamespace() - Method in class liquibase.changelog.RollbackContainer
- getSerializedObjectNamespace() - Method in class liquibase.diff.Difference
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.AndPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.DBMSPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.IndexExistsPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.NotPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.OrPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.PreconditionContainer
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.RowCountPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.RunningAsPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.SqlPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.TableExistsPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.TableIsEmptyPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ViewExistsPrecondition
- getSerializedObjectNamespace() - Method in class liquibase.precondition.CustomPreconditionWrapper
- getSerializedObjectNamespace() - Method in interface liquibase.serializer.LiquibaseSerializable
- getSerializedObjectNamespace() - Method in class liquibase.snapshot.DatabaseSnapshot
- getSerializedObjectNamespace() - Method in class liquibase.snapshot.SnapshotControl
- getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.AppendSqlVisitor
- getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.PrependSqlVisitor
- getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
- getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
- getSerializedObjectNamespace() - Method in class liquibase.structure.AbstractDatabaseObject
- getSerializedObjectNamespace() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
- getSerializedObjectNamespace() - Method in class liquibase.structure.core.DataType
- getSerializedObjectNamespace() - Method in class liquibase.structure.DatabaseObjectCollection
- getSerializer(String) - Method in class liquibase.serializer.ChangeLogSerializerFactory
- getSerializer(String) - Method in class liquibase.serializer.SnapshotSerializerFactory
- getSerializerFormat() - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- getSerializers() - Method in class liquibase.serializer.SnapshotSerializerFactory
- getSerializers(String) - Method in class liquibase.serializer.ChangeLogSerializerFactory
- getSerializers(String) - Method in class liquibase.serializer.SnapshotSerializerFactory
- getServiceLocator() - Method in class liquibase.Scope
- getSetParameters(Change) - Method in class liquibase.change.ChangeMetaData
-
Return the parameters of the given change that are set to a non-null value.
- getSetting(LiquibaseLauncherSettings.LiquibaseLauncherSetting) - Static method in class liquibase.util.LiquibaseLauncherSettings
- getSetupPassword() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
"Privileged" password to use for
DatabaseTestSystem.setup()
. - getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.CockroachTestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.DB2TestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.DB2zTestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.DerbyTestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.FirebirdTestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.H2TestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.HsqlTestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.InformixTestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.MariaDBTestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.MSSQLTestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.MySQLTestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.OracleTestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.PostgresTestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.SnowflakeTestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.SQLiteTestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.SybaseASATestSystem
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Define SQL to run by
DatabaseTestSystem.setup()
- getSetupUsername() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
"Privileged" username to use for
DatabaseTestSystem.setup()
. - getShort(String) - Method in class liquibase.snapshot.CachedRow
- getShortDescription() - Method in class liquibase.command.CommandDefinition
-
The short description of the command.
- getShortName() - Method in class liquibase.database.core.CockroachDatabase
- getShortName() - Method in class liquibase.database.core.DB2Database
- getShortName() - Method in class liquibase.database.core.Db2zDatabase
- getShortName() - Method in class liquibase.database.core.DerbyDatabase
- getShortName() - Method in class liquibase.database.core.EnterpriseDBDatabase
- getShortName() - Method in class liquibase.database.core.FirebirdDatabase
- getShortName() - Method in class liquibase.database.core.H2Database
- getShortName() - Method in class liquibase.database.core.HsqlDatabase
- getShortName() - Method in class liquibase.database.core.InformixDatabase
- getShortName() - Method in class liquibase.database.core.Ingres9Database
- getShortName() - Method in class liquibase.database.core.MariaDBDatabase
- getShortName() - Method in class liquibase.database.core.MockDatabase
- getShortName() - Method in class liquibase.database.core.MSSQLDatabase
- getShortName() - Method in class liquibase.database.core.MySQLDatabase
- getShortName() - Method in class liquibase.database.core.OracleDatabase
- getShortName() - Method in class liquibase.database.core.PostgresDatabase
- getShortName() - Method in class liquibase.database.core.SnowflakeDatabase
- getShortName() - Method in class liquibase.database.core.SQLiteDatabase
- getShortName() - Method in class liquibase.database.core.SybaseASADatabase
- getShortName() - Method in class liquibase.database.core.SybaseDatabase
- getShortName() - Method in class liquibase.database.core.UnsupportedDatabase
- getShortName() - Method in interface liquibase.database.Database
-
Returns an all-lower-case short name of the product.
- getShortName(String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
- getShortName(String) - Method in interface liquibase.parser.NamespaceDetails
- getShouldFilterLogMessages() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.always returns "false"
- getShouldRun() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getShouldRun() - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- getShouldRun() - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- getShouldSnapshotData() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getShowSummary(CommandScope) - Method in class liquibase.command.core.AbstractUpdateCommandStep
- getShowSummary(CommandScope) - Method in class liquibase.command.core.UpdateCommandStep
- getShowSummary(CommandScope) - Method in class liquibase.command.core.UpdateCountCommandStep
- getShowSummary(CommandScope) - Method in class liquibase.command.core.UpdateCountSqlCommandStep
- getShowSummary(CommandScope) - Method in class liquibase.command.core.UpdateSqlCommandStep
- getShowSummary(CommandScope) - Method in class liquibase.command.core.UpdateToTagCommandStep
- getShowSummary(CommandScope) - Method in class liquibase.command.core.UpdateToTagSqlCommandStep
- getShowSummaryGenerator() - Method in class liquibase.report.ShowSummaryGeneratorFactory
- getShowSummaryOutput(CommandScope) - Method in class liquibase.command.core.AbstractUpdateCommandStep
- getShutdownEmbeddedDerby() - Method in class liquibase.database.core.DerbyDatabase
- getSimpleResourceAccessor() - Method in class liquibase.sdk.supplier.resource.ResourceSupplier
- getSingleColumnRowMapper(Class) - Method in class liquibase.executor.jvm.JdbcExecutor
-
Create a new RowMapper for reading result objects from a single column.
- getSingleLineCommentOneCharacter() - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- getSingleLineCommentOneCharacter() - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- getSingleLineCommentSequence() - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- getSingleLineCommentSequence() - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- getSingleton(Class<T>) - Method in class liquibase.Scope
-
Looks up the singleton object of the given type.
- getSize() - Method in class liquibase.datatype.core.CharType
-
Return the size of this data type definition.
- getSkipped() - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
- getSkippedBecauseOfLicenseChangeSets() - Method in class liquibase.changelog.DatabaseChangeLog
- getSkippedChangeSets() - Method in class liquibase.changelog.DatabaseChangeLog
- getSnapshot(DatabaseObject[]) - Method in class liquibase.database.OfflineConnection
-
Returns a copy of the current simulated content of the database, filtered by the given array.
- getSnapshotControl() - Method in class liquibase.snapshot.DatabaseSnapshot
- getSnapshotControl(CommandScope, Database) - Method in class liquibase.command.core.DropAllCommandStep
- getSnapshotId() - Method in class liquibase.structure.AbstractDatabaseObject
- getSnapshotId() - Method in interface liquibase.structure.DatabaseObject
- getSnapshotListener() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getSnapshotListener() - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- getSnapshotListener() - Method in class liquibase.snapshot.SnapshotControl
- getSnapshotMetadata() - Method in class liquibase.command.core.InternalSnapshotCommandStep
- getSnapshotTypes() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getSourceDescription() - Method in class liquibase.configuration.AbstractMapConfigurationValueProvider
- getSourceDescription() - Method in class liquibase.configuration.core.DefaultsFileValueProvider
- getSourceDescription() - Method in class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- getSourceDescription() - Method in class liquibase.configuration.core.EnvironmentValueProvider
- getSourceDescription() - Method in class liquibase.configuration.core.SystemPropertyValueProvider
- getSourceDescription() - Method in class liquibase.configuration.ProvidedValue
-
A description of where the value came from.
- getSourceDescription() - Method in class liquibase.extension.testing.LiquibaseSdkConfigurationValueProvider
- getSourceDescription() - Method in class liquibase.integration.commandline.CommandLineArgumentValueProvider
- getSourceDescription() - Method in class org.liquibase.maven.provider.FlowCommandArgumentValueProvider
- getSourceTable() - Method in class liquibase.statement.core.CopyRowsStatement
- getSplitStatements() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- getSql() - Method in class liquibase.change.AbstractSQLChange
-
Return the raw SQL managed by this Change
- getSql() - Method in class liquibase.change.core.RawSQLChange
- getSql() - Method in class liquibase.change.core.SQLFileChange
- getSql() - Method in class liquibase.precondition.core.SqlPrecondition
- getSql() - Method in class liquibase.statement.core.RawParameterizedSqlStatement
- getSql() - Method in class liquibase.statement.core.RawSqlStatement
-
Deprecated.
- getSql(boolean) - Method in class liquibase.change.core.SQLFileChange
- getSqlFromSource(String, String) - Static method in class liquibase.command.core.ExecuteSqlCommandStep
- getSqlParser() - Method in class liquibase.parser.SqlParserFactory
- getSqlScript(String, String) - Method in class liquibase.command.core.ExecuteSqlCommandStep
- getSqlString(SqlStatement, SqlGeneratorFactory, Database) - Static method in class liquibase.util.SqlUtil
-
Get the string sql statements from a given SqlStatement
- getSqlVisitors() - Method in class liquibase.changelog.ChangeSet
- getStandardChangeLogComparator() - Method in class liquibase.changelog.DatabaseChangeLog
- getStandardChangelogIterator(CommandScope, Database, Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.command.core.AbstractUpdateCommandStep
- getStandardChangelogIterator(CommandScope, Database, Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.command.core.UpdateCountCommandStep
- getStandardChangelogIterator(CommandScope, Database, Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.command.core.UpdateToTagCommandStep
- getStandardChangelogIterator(Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.Liquibase
-
Return a ChangeLogIterator constructed with standard filters for processing the specified changelog.
- getStandardChangelogIterator(Contexts, LabelExpression, DatabaseChangeLog, Database) - Method in class liquibase.command.core.StatusCommandStep
- getStandardChangelogIteratorFilters(Database, Contexts, LabelExpression) - Method in class liquibase.command.core.AbstractUpdateCommandStep
- getStandardLogLevel() - Method in class liquibase.ui.LoggerUIService
- getStandardTypes() - Method in class liquibase.structure.core.DatabaseObjectFactory
- getStartMultiLineCommentSequence() - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- getStartMultiLineCommentSequence() - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- getStartValue() - Method in class liquibase.change.core.CreateSequenceChange
- getStartValue() - Method in class liquibase.statement.core.CreateSequenceStatement
- getStartValue() - Method in class liquibase.structure.core.Sequence
- getStartWith() - Method in class liquibase.change.ColumnConfig
-
Return the number to start auto incrementing with.
- getStartWith() - Method in class liquibase.change.core.AddAutoIncrementChange
- getStartWith() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
- getStatements() - Method in class liquibase.statement.core.InsertSetStatement
- getStatementsArray() - Method in class liquibase.statement.core.InsertSetStatement
- getStatus() - Method in class liquibase.change.ChangeStatus
- getStatus(ChangeSet) - Method in class liquibase.changelog.visitor.StatusVisitor
-
Convenience method to return the ChangeSetStatus of a given changeSet.
- getStatusChangelogIterator(CommandScope, Database, Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.command.core.AbstractUpdateCommandStep
- getStatusChangelogIterator(CommandScope, Database, Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.command.core.UpdateCountCommandStep
- getStatusChangelogIterator(CommandScope, Database, Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.command.core.UpdateToTagCommandStep
- getStatuses() - Method in class liquibase.changelog.visitor.StatusVisitor
-
Return the status of all changeSets, in the order they exist in the databasechangelog.
- getStoredCheckSum() - Method in class liquibase.changelog.ChangeSet
-
Gets storedCheckSum
- getStoredCheckSum() - Method in class liquibase.changelog.ChangeSetStatus
-
Return the checksum stored from the last execution of the changeset.
- getStoredFilePath() - Method in class liquibase.changelog.ChangeSet
- getString(String) - Method in class liquibase.snapshot.CachedRow
- getStripComments() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- getStripComments(ChangeSet) - Method in interface liquibase.changeset.ChangeSetService
-
Default implementation returns null
- getSubclause(Enum) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.getSubclause(String)
when using enums - getSubclause(String) - Method in class liquibase.util.StringClauses
-
Retrieves the given key.
- GetSuffix(int) - Method in class liquibase.util.grammar.SimpleCharStream
-
Get the suffix.
- getSupportedDatabases() - Method in class liquibase.change.ChangeParameterMetaData
- getSupportedFileExtensions() - Method in class liquibase.parser.core.json.JsonChangeLogParser
- getSupportedFileExtensions() - Method in class liquibase.parser.core.json.JsonSnapshotParser
- getSupportedFileExtensions() - Method in class liquibase.parser.core.yaml.YamlParser
- getSystemSchema() - Method in class liquibase.database.AbstractJdbcDatabase
- getSystemSchema() - Method in class liquibase.database.core.InformixDatabase
- getSystemSchema() - Method in class liquibase.database.core.MockDatabase
- getSystemSchema() - Method in interface liquibase.database.Database
- getSystemTables() - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns system (undroppable) views.
- getSystemTables() - Method in class liquibase.database.core.MSSQLDatabase
- getSystemTables() - Method in class liquibase.database.core.SnowflakeDatabase
- getSystemTables() - Method in class liquibase.database.core.SQLiteDatabase
- getSystemTableWhereClause(String) - Method in class liquibase.database.core.OracleDatabase
- getSystemViews() - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns system (undroppable) views.
- getSystemViews() - Method in class liquibase.database.core.InformixDatabase
- getSystemViews() - Method in class liquibase.database.core.MSSQLDatabase
- getSystemViews() - Method in class liquibase.database.core.PostgresDatabase
- getSystemViews() - Method in class liquibase.database.core.SnowflakeDatabase
- getSystemViews() - Method in class liquibase.database.core.SQLiteDatabase
- getSystemViews() - Method in class liquibase.database.core.SybaseASADatabase
- getSystemViews() - Method in class liquibase.database.core.SybaseDatabase
- getTable() - Method in class liquibase.structure.core.Data
- getTable() - Method in class liquibase.structure.core.Index
-
Deprecated.
- getTable() - Method in class liquibase.structure.core.PrimaryKey
-
Returns the Table object this PrimaryKey belongs to.
- getTable() - Method in class liquibase.structure.core.UniqueConstraint
-
Deprecated.
- getTableCatalogName() - Method in class liquibase.statement.core.CreateIndexStatement
- getTableCatalogName() - Method in class liquibase.statement.core.DropIndexStatement
- getTableName() - Method in class liquibase.change.AbstractTableChange
- getTableName() - Method in class liquibase.change.core.AbstractModifyDataChange
- getTableName() - Method in class liquibase.change.core.AddAutoIncrementChange
- getTableName() - Method in class liquibase.change.core.AddColumnChange
- getTableName() - Method in class liquibase.change.core.AddDefaultValueChange
- getTableName() - Method in class liquibase.change.core.AddNotNullConstraintChange
- getTableName() - Method in class liquibase.change.core.AddPrimaryKeyChange
- getTableName() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getTableName() - Method in class liquibase.change.core.CreateIndexChange
- getTableName() - Method in class liquibase.change.core.CreateTableChange
- getTableName() - Method in class liquibase.change.core.DropColumnChange
- getTableName() - Method in class liquibase.change.core.DropDefaultValueChange
- getTableName() - Method in class liquibase.change.core.DropIndexChange
- getTableName() - Method in class liquibase.change.core.DropNotNullConstraintChange
- getTableName() - Method in class liquibase.change.core.DropPrimaryKeyChange
- getTableName() - Method in class liquibase.change.core.DropTableChange
- getTableName() - Method in class liquibase.change.core.DropUniqueConstraintChange
- getTableName() - Method in class liquibase.change.core.InsertDataChange
- getTableName() - Method in class liquibase.change.core.LoadDataChange
- getTableName() - Method in class liquibase.change.core.LoadUpdateDataChange
- getTableName() - Method in class liquibase.change.core.MergeColumnChange
- getTableName() - Method in class liquibase.change.core.ModifyDataTypeChange
- getTableName() - Method in class liquibase.change.core.RenameColumnChange
- getTableName() - Method in class liquibase.change.core.SetColumnRemarksChange
- getTableName() - Method in class liquibase.change.core.SetTableRemarksChange
- getTableName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
- getTableName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
- getTableName() - Method in class liquibase.precondition.core.RowCountPrecondition
- getTableName() - Method in class liquibase.precondition.core.TableExistsPrecondition
- getTableName() - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- getTableName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
- getTableName() - Method in class liquibase.statement.core.AddColumnStatement
- getTableName() - Method in class liquibase.statement.core.AddDefaultValueStatement
- getTableName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
- getTableName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
- getTableName() - Method in class liquibase.statement.core.CreateIndexStatement
- getTableName() - Method in class liquibase.statement.core.CreateTableStatement
- getTableName() - Method in class liquibase.statement.core.DeleteStatement
- getTableName() - Method in class liquibase.statement.core.DropColumnStatement
- getTableName() - Method in class liquibase.statement.core.DropDefaultValueStatement
- getTableName() - Method in class liquibase.statement.core.DropIndexStatement
- getTableName() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
- getTableName() - Method in class liquibase.statement.core.DropTableStatement
- getTableName() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
- getTableName() - Method in class liquibase.statement.core.InsertSetStatement
- getTableName() - Method in class liquibase.statement.core.InsertStatement
- getTableName() - Method in class liquibase.statement.core.ModifyDataTypeStatement
- getTableName() - Method in class liquibase.statement.core.ReindexStatement
- getTableName() - Method in class liquibase.statement.core.RenameColumnStatement
- getTableName() - Method in class liquibase.statement.core.ReorganizeTableStatement
- getTableName() - Method in class liquibase.statement.core.SetColumnRemarksStatement
- getTableName() - Method in class liquibase.statement.core.SetNullableStatement
- getTableName() - Method in class liquibase.statement.core.SetTableRemarksStatement
- getTableName() - Method in class liquibase.statement.core.TableIsEmptyStatement
- getTableName() - Method in class liquibase.statement.core.TableRowCountStatement
- getTableName() - Method in class liquibase.statement.core.UpdateStatement
- getTableName() - Method in class liquibase.statement.ExecutablePreparedStatementBase
- getTableOptionAutoIncrementStartWithClause(BigInteger) - Method in class liquibase.database.core.MySQLDatabase
- getTables(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
- getTableSchemaName() - Method in class liquibase.statement.core.CreateIndexStatement
- getTableSchemaName() - Method in class liquibase.statement.core.DropIndexStatement
- getTablespace() - Method in class liquibase.change.core.AddPrimaryKeyChange
- getTablespace() - Method in class liquibase.change.core.AddUniqueConstraintChange
- getTablespace() - Method in class liquibase.change.core.CreateIndexChange
- getTablespace() - Method in class liquibase.change.core.CreateTableChange
- getTablespace() - Method in class liquibase.statement.core.CreateIndexStatement
- getTablespace() - Method in class liquibase.statement.core.CreateTableStatement
- getTablespace() - Method in class liquibase.statement.PrimaryKeyConstraint
- getTablespace() - Method in class liquibase.structure.core.Index
- getTablespace() - Method in class liquibase.structure.core.PrimaryKey
- getTablespace() - Method in class liquibase.structure.core.Table
- getTableType() - Method in class liquibase.change.core.CreateTableChange
- getTableType() - Method in class liquibase.statement.core.CreateTableStatement
- getTabSize() - Method in class liquibase.util.grammar.SimpleCharStream
- getTag() - Method in class liquibase.change.core.TagDatabaseChange
- getTag() - Method in class liquibase.statement.core.TagDatabaseStatement
- getTag(Class<?>, Tag) - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
- getTag(CommandScope) - Method in class liquibase.command.core.AbstractFutureRollbackCommandStep
- getTag(CommandScope) - Method in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
- getTagFromChangeset(ChangeSet) - Static method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
- getTarget() - Method in class liquibase.change.core.OutputChange
- getTargetDatabase() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getTargetDatabase() - Method in class liquibase.RuntimeEnvironment
- getTargetDatabase(ChangeSet) - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
- getTargetExtension() - Method in class liquibase.dbdoc.ChangeLogListWriter
- getTargetExtension() - Method in class liquibase.dbdoc.HTMLListWriter
- getTargetSnapshot(CommandResultsBuilder) - Method in class liquibase.command.core.DiffCommandStep
- getTargetSnapshotControl() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getTargetTable() - Method in class liquibase.statement.core.CopyRowsStatement
- getTargetVersion() - Method in class liquibase.diff.StringDiff
- getTestSystem(String) - Method in class liquibase.extension.testing.testsystem.TestSystemFactory
-
Convenience method for
TestSystemFactory.getTestSystem(TestSystem.Definition)
without having to parse the definition yourself. - getTestSystem(TestSystem.Definition) - Method in class liquibase.extension.testing.testsystem.TestSystemFactory
-
Return the
TestSystem
for the givenTestSystem.Definition
. - getTestSystemNames() - Method in class liquibase.extension.testing.testsystem.TestSystemFactory
- getText() - Method in class liquibase.statement.core.CommentStatement
- getTextContent(Node) - Static method in class liquibase.util.XMLUtil
-
Extracts the text from the given element.
- getTimeFormat(Database) - Method in class liquibase.datatype.core.TimeType
- getTimeLiteral(Time) - Method in class liquibase.database.AbstractJdbcDatabase
- getTimeLiteral(Time) - Method in class liquibase.database.core.MockDatabase
- getTimeLiteral(Time) - Method in interface liquibase.database.Database
- getTimeout() - Method in class liquibase.change.core.ExecuteShellCommandChange
- getTimeoutInMillis() - Method in class liquibase.change.core.ExecuteShellCommandChange
- getTimeoutMillis() - Method in class liquibase.analytics.configuration.LiquibaseRemoteAnalyticsConfiguration
-
Retrieves the timeout value in milliseconds from the remote configuration.
- getTimestamp() - Method in exception liquibase.exception.LiquibaseException
- getTimeZone() - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
- getToken(int) - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Get the specific Token.
- getToTag() - Method in class liquibase.integration.ant.DatabaseUpdateTask
- getTotalChangesets() - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
- getTransactionIsolation() - Method in class liquibase.database.jvm.JdbcConnection
- getTrigger(String, String) - Method in class liquibase.database.core.SQLiteDatabase
- getTrueBooleanValue(Database) - Method in class liquibase.datatype.core.BooleanType
-
The database-specific value to use for "true" "boolean" columns.
- getTrueBooleanValue(Database) - Method in class liquibase.datatype.DataTypeFactory
- getType() - Method in class liquibase.change.ColumnConfig
-
The data type fof the column.
- getType() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getType() - Method in class liquibase.datatype.DatabaseDataType
- getType() - Method in class liquibase.precondition.core.DBMSPrecondition
- getType() - Method in class liquibase.structure.core.Column
- getTypeEnum() - Method in class liquibase.change.core.LoadDataColumnConfig
-
Returns the type of this
LoadDataChange
as a standard enum, or null if the type isnull
, ORLoadDataChange.LOAD_DATA_TYPE.UNKNOWN
if it doesn't match a standard type. - getTypeMap() - Method in class liquibase.database.jvm.JdbcConnection
- getTypeName() - Method in class liquibase.structure.core.DataType
- getTypeName(Class<? extends DatabaseObject>) - Method in class liquibase.diff.output.report.DiffToReport
- getTypesToInclude() - Method in class liquibase.snapshot.SnapshotControl
-
Return the types to be included in snapshots
- getUI() - Method in class liquibase.Scope
- getUndeployedChangesets() - Method in class liquibase.logging.mdc.customobjects.Status
- getUnderlyingConnection() - Method in class liquibase.database.jvm.JdbcConnection
- getUnderlyingDataType() - Method in class liquibase.common.datatype.DataTypeWrapper
- getUnexpected() - Method in class liquibase.logging.mdc.customobjects.DiffResultsSummary
- getUnexpectedChangeSets() - Method in class liquibase.changelog.visitor.ExpectedChangesVisitor
- getUnexpectedObject(T, CompareControl.SchemaComparison[]) - Method in class liquibase.diff.DiffResult
- getUnexpectedObjects() - Method in class liquibase.diff.DiffResult
- getUnexpectedObjects(Class<T>) - Method in class liquibase.diff.DiffResult
- getUnexpectedObjects(Class<T>, Comparator<DatabaseObject>) - Method in class liquibase.diff.DiffResult
- getUniqueColumns() - Method in class liquibase.change.core.DropUniqueConstraintChange
- getUniqueColumns() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
- getUniqueConstraintName() - Method in class liquibase.change.ConstraintsConfig
-
Returns the name to use for the unique constraint.
- getUniqueConstraints() - Method in class liquibase.statement.core.CreateTableStatement
- getUniqueConstraints() - Method in class liquibase.structure.core.Relation
- getUniqueConstraints() - Method in class liquibase.structure.core.Table
- getUniqueConstraints(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
- getUniqueStatementName() - Method in class liquibase.statement.core.AddColumnStatement
- getUnsupportedErrorMessages() - Method in class liquibase.exception.ValidationErrors
- getUpdateDate() - Method in class liquibase.logging.mdc.customobjects.History.Changeset
- getUpdateRule() - Method in class liquibase.structure.core.ForeignKey
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
Generates an SQL UPDATE statement for the specified insert or update statement, database, and SQL generator chain.
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSnowflake
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
- getUri() - Method in class liquibase.resource.AbstractResource
- getUri() - Method in interface liquibase.resource.Resource
-
Returns a unique and complete identifier for this resource.
- getURIs() - Method in class liquibase.resource.InputStreamList
- getUrl() - Method in class liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
- getUrl() - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
- getUrl() - Method in class liquibase.extension.testing.testsystem.wrapper.JdbcDatabaseWrapper
- getUrl() - Method in class liquibase.extension.testing.testsystem.wrapper.UnimplementedWrapper
-
Deprecated.
- getUrl() - Method in class liquibase.integration.ant.type.DatabaseType
- getURL() - Method in interface liquibase.database.DatabaseConnection
- getURL() - Method in class liquibase.database.jvm.JdbcConnection
- getURL() - Method in class liquibase.database.MockDatabaseConnection
- getURL() - Method in class liquibase.database.OfflineConnection
- getUseAffectedRows() - Method in class liquibase.database.core.MySQLDatabase
- getUsePreparedStatements() - Method in class liquibase.change.core.LoadDataChange
- getUser() - Method in class liquibase.integration.ant.type.DatabaseType
- getUserDefinedTypes() - Method in class liquibase.database.core.OracleDatabase
- getUsername() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Standard username to use when connecting.
- getUsername() - Method in class liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
- getUsername() - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
- getUsername() - Method in class liquibase.extension.testing.testsystem.wrapper.JdbcDatabaseWrapper
- getUsername() - Method in class liquibase.extension.testing.testsystem.wrapper.UnimplementedWrapper
-
Deprecated.
- getUsername() - Method in class liquibase.precondition.core.RunningAsPrecondition
- getValidate() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
the VALIDATE keyword defines whether to check if a foreign key constraint on a column in a table refers to a valid row or not.
- getValidate() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
In certain SQL dialects, the VALIDATE keyword defines whether a NOT NULL constraint on a column in a table should be checked if it refers to a valid row or not.
- getValidate() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
the VALIDATE keyword defines whether a primary key constraint on a column in a table should be checked if it refers to a valid row or not.
- getValidate() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
In Oracle PL/SQL, the VALIDATE keyword defines whether a newly added unique constraint on a column in a table should cause existing rows to be checked to see if they satisfy the uniqueness constraint or not.
- getValidate() - Method in class liquibase.structure.core.Column
-
VALIDATE keyword defines whether all constraints on a column in a table should be checked if it refers to a valid row or not.
- getValidateForeignKey() - Method in class liquibase.change.ConstraintsConfig
-
Returns whether a ForeignKeyConst defined for this column should validate.
- getValidateNullable() - Method in class liquibase.change.ConstraintsConfig
-
Returns whether a NotNullConst defined for this column should validate.
- getValidateNullable() - Method in class liquibase.structure.core.Column
-
Returns
false
for Nornull
constraints created withENABLE NOVALIDATE
mode, otherwise returnstrue
. - getValidatePrimaryKey() - Method in class liquibase.change.ConstraintsConfig
-
Returns whether a PrimaryKeyConst defined for this column should validate.
- getValidateUnique() - Method in class liquibase.change.ConstraintsConfig
-
Returns whether a UniqueConst defined for this column should validate.
- getValidatingVisitorGenerator() - Method in class liquibase.changelog.visitor.ValidatingVisitorGeneratorFactory
- getValidCheckSums() - Method in class liquibase.changelog.ChangeSet
- getValidFileExtensions() - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
- getValidFileExtensions() - Method in class liquibase.serializer.core.json.JsonChangeLogSerializer
- getValidFileExtensions() - Method in class liquibase.serializer.core.json.JsonSnapshotSerializer
- getValidFileExtensions() - Method in class liquibase.serializer.core.string.StringChangeLogSerializer
- getValidFileExtensions() - Method in class liquibase.serializer.core.string.StringSnapshotSerializer
- getValidFileExtensions() - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
- getValidFileExtensions() - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
- getValidFileExtensions() - Method in class liquibase.serializer.core.yaml.YamlSerializer
- getValidFileExtensions() - Method in interface liquibase.serializer.LiquibaseSerializer
- getValidFileExtensions() - Method in interface liquibase.serializer.SnapshotSerializer
- getValue() - Method in class liquibase.change.ColumnConfig
-
The String value to set this column to.
- getValue() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getValue() - Method in class liquibase.configuration.ConfiguredValue
- getValue() - Method in class liquibase.configuration.ProvidedValue
-
The value found by the provider.
- getValue() - Method in class liquibase.license.Location
- getValue() - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
- getValue() - Method in class liquibase.parser.core.ParsedNode
-
Return the value associated with this node.
- getValue() - Method in class liquibase.sql.visitor.PrependSqlVisitor
- getValue() - Method in class liquibase.statement.DatabaseFunction
- getValue() - Method in class liquibase.util.grammar.Token
-
An optional attribute value of the Token.
- getValue(Class<T>) - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getValue(Class<T>) - Method in class liquibase.parser.core.ParsedNode
-
Return the value associated with this node converted to the given type.
- getValue(Object, String) - Method in class liquibase.serializer.ReflectionSerializer
- getValue(String, Class<T>) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
-
Deprecated.
- getValue(String, Class<T>) - Method in class liquibase.configuration.AbstractConfigurationContainer
-
Deprecated.
- getValue(String, Class<T>) - Method in interface liquibase.configuration.ConfigurationContainer
-
Deprecated.
- getValue(String, Class<T>) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getValue(String, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
-
Get the value of the given parameter, taking into account parameters local to the given changelog file and values configured in
ChangeLogParameters.getContexts()
andChangeLogParameters.getLabels()
and the database. - getValueBlobFile() - Method in class liquibase.change.ColumnConfig
-
Return the file containing the data to load into a BLOB.
- getValueBoolean() - Method in class liquibase.change.ColumnConfig
-
Return the boolean value this column should be set to.
- getValueClobFile() - Method in class liquibase.change.ColumnConfig
-
Return the file containing the data to load into a CLOB.
- getValueComputed() - Method in class liquibase.change.ColumnConfig
-
Return the function this column should be set from.
- getValueConverter() - Method in class liquibase.configuration.ConfigurationDefinition
- getValueDate() - Method in class liquibase.change.ColumnConfig
-
Return the date value this column should be set to.
- getValueForColumn(ResultSet, String, Database) - Static method in class liquibase.util.JdbcUtil
-
Checks whether a result set has a column matching the specified column name.
- getValueNumeric() - Method in class liquibase.change.ColumnConfig
-
Return the numeric value this column should be set to.
- getValueObfuscated() - Method in class liquibase.configuration.ConfiguredValue
- getValueObject() - Method in class liquibase.change.ColumnConfig
-
Return the value from whatever setValue* function was called.
- getValuePath(String, Class) - Method in class liquibase.AbstractExtensibleObject
- getValuePath(String, Class) - Method in interface liquibase.ExtensibleObject
-
Traverses dot-separated attributes in the attributePath and returns a list containing all the intermediate values.
- getValueSequenceCurrent() - Method in class liquibase.change.ColumnConfig
- getValueSequenceNext() - Method in class liquibase.change.ColumnConfig
- getValueToWrite(Object) - Static method in class liquibase.change.core.LoadDataChange
-
Transform a value read from a CSV file into a string to be written into the database if the column type is not known.
- getVersion() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Version of the database to test against."
- getVersion() - Method in class liquibase.integration.commandline.LiquibaseCommandLine.LiquibaseVersionProvider
- getVersion() - Method in class liquibase.logging.mdc.customobjects.Version.JavaHome
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.AbstractJdbcDatabase
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.AbstractDb2Database
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.DerbyDatabase
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.H2Database
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.InformixDatabase
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.Ingres9Database
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.MockDatabase
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.MSSQLDatabase
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SnowflakeDatabase
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SQLiteDatabase
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SybaseASADatabase
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SybaseDatabase
- getViewDefinition(CatalogAndSchema, String) - Method in interface liquibase.database.Database
- GetViewDefinitionGenerator - Class in liquibase.sqlgenerator.core
- GetViewDefinitionGenerator() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGenerator
- GetViewDefinitionGeneratorDB2 - Class in liquibase.sqlgenerator.core
- GetViewDefinitionGeneratorDB2() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
- GetViewDefinitionGeneratorDerby - Class in liquibase.sqlgenerator.core
- GetViewDefinitionGeneratorDerby() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
- GetViewDefinitionGeneratorFirebird - Class in liquibase.sqlgenerator.core
- GetViewDefinitionGeneratorFirebird() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
- GetViewDefinitionGeneratorHsql - Class in liquibase.sqlgenerator.core
- GetViewDefinitionGeneratorHsql() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
- GetViewDefinitionGeneratorInformix - Class in liquibase.sqlgenerator.core
- GetViewDefinitionGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
- GetViewDefinitionGeneratorMSSQL - Class in liquibase.sqlgenerator.core
- GetViewDefinitionGeneratorMSSQL() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
- GetViewDefinitionGeneratorOracle - Class in liquibase.sqlgenerator.core
- GetViewDefinitionGeneratorOracle() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
- GetViewDefinitionGeneratorPostgres - Class in liquibase.sqlgenerator.core
- GetViewDefinitionGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
- GetViewDefinitionGeneratorSnowflake - Class in liquibase.sqlgenerator.core
-
Snowflake-specific view definition generator.
- GetViewDefinitionGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSnowflake
- GetViewDefinitionGeneratorSybase - Class in liquibase.sqlgenerator.core
- GetViewDefinitionGeneratorSybase() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
- GetViewDefinitionGeneratorSybaseASA - Class in liquibase.sqlgenerator.core
- GetViewDefinitionGeneratorSybaseASA() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
- GetViewDefinitionStatement - Class in liquibase.statement.core
- GetViewDefinitionStatement(String, String, String) - Constructor for class liquibase.statement.core.GetViewDefinitionStatement
- getViewName() - Method in class liquibase.change.core.CreateViewChange
- getViewName() - Method in class liquibase.change.core.DropViewChange
- getViewName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
- getViewName() - Method in class liquibase.statement.core.CreateViewStatement
- getViewName() - Method in class liquibase.statement.core.DropViewStatement
- getViewName() - Method in class liquibase.statement.core.GetViewDefinitionStatement
- getViewName() - Method in class liquibase.statement.core.SetViewRemarksStatement
- getViews(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
- getVisibleDatabaseUrl() - Method in class liquibase.report.DatabaseInfo
-
Used in mustache template.
- getVisibleUrl(String) - Method in class liquibase.report.DatabaseInfo
-
Builds a simpler version of the jdbc url if the url is longer than
DatabaseInfo.CONNECTION_URL_MAX_LENGTH
If the original url was "jdbc:sqlserver://localhost:1433;someParam=nothing;databaseName=blah;someParam2=nothing;someParam3=nothing;..." - getWarningMessages() - Method in class liquibase.exception.ValidationErrors
- getWarnings() - Method in class liquibase.database.jvm.JdbcConnection
- getWasOverridden() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getWhere() - Method in class liquibase.change.core.AbstractModifyDataChange
- getWhere() - Method in class liquibase.statement.core.DeleteStatement
- getWhereClause() - Method in class liquibase.change.core.AbstractModifyDataChange
-
Deprecated.use getWhere().
- getWhereClause() - Method in class liquibase.statement.core.DeleteStatement
-
Deprecated.
- getWhereClause() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
- getWhereClause() - Method in class liquibase.statement.core.UpdateStatement
- getWhereClause() - Method in class liquibase.statement.UpdateExecutablePreparedStatement
- getWhereClause(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
- getWhereColumnNames() - Method in class liquibase.statement.core.DeleteStatement
- getWhereColumnNames() - Method in class liquibase.statement.core.UpdateStatement
- getWhereColumnNames() - Method in class liquibase.statement.UpdateExecutablePreparedStatement
- getWhereParameters() - Method in class liquibase.statement.core.DeleteStatement
- getWhereParameters() - Method in class liquibase.statement.core.UpdateStatement
- getWhereParameters() - Method in class liquibase.statement.UpdateExecutablePreparedStatement
- getWhereParams() - Method in class liquibase.change.core.AbstractModifyDataChange
- getWillCycle() - Method in class liquibase.structure.core.Sequence
- getWillRun() - Method in class liquibase.changelog.ChangeSetStatus
-
Will the changeset run next time.
- getWith() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
- getWith() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
- getWrappedConnection() - Method in class liquibase.database.jvm.JdbcConnection
-
Returns the connection that this Delegate is using.
- getWriteKey() - Method in class liquibase.analytics.configuration.LiquibaseRemoteAnalyticsConfiguration
-
Retrieves the write key used for analytics reporting from the remote configuration.
- GLOBAL - Static variable in class liquibase.changelog.DatabaseChangeLog
- GLOBAL_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- GLOBAL_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- GlobalConfiguration - Class in liquibase.configuration
-
Deprecated.
- GlobalConfiguration - Class in liquibase
-
Configuration container for global properties.
- GlobalConfiguration() - Constructor for class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- GlobalConfiguration() - Constructor for class liquibase.GlobalConfiguration
- GlobalConfiguration.DuplicateFileMode - Enum in liquibase
H
- H2Database - Class in liquibase.database.core
- H2Database() - Constructor for class liquibase.database.core.H2Database
- H2TestSystem - Class in liquibase.extension.testing.testsystem.core
- H2TestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.H2TestSystem
- H2TestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.H2TestSystem
- HALT - Enum constant in enum liquibase.changelog.ChangeSet.ValidationFailOption
- HALT - Enum constant in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
- HALT - Enum constant in enum liquibase.precondition.core.PreconditionContainer.FailOption
- handleAdditionalLines(DatabaseChangeLog, ResourceAccessor, String) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- handleAutoIncrementDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
- handleChangeSet(String, ChangeLogParameters, ChangeSet, StringBuilder, AbstractSQLChange, DatabaseChangeLog, StringBuilder, Matcher, boolean, String) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- handleChildNode(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.ChangeSet
- handleChildNode(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.DatabaseChangeLog
- handleChildNode(ParsedNode, ResourceAccessor, Map<String, Object>) - Method in class liquibase.changelog.DatabaseChangeLog
- handleChildNodeHelper(ParsedNode, ResourceAccessor, Map<String, Object>) - Method in class liquibase.changelog.DatabaseChangeLog
- handleDbms(ChangeLogParameters, String, DatabaseChangeLog) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- handleDefaultValueDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
- handleDuplicateFileModeLogging(StringBuilder, GlobalConfiguration.DuplicateFileMode, Resource) - Method in interface liquibase.resource.ResourceAccessor
-
Handles logging based on the
GlobalConfiguration.DuplicateFileMode
setting when duplicate files are found. - handleEndDelimiter(String, AbstractSQLChange) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- handleEvent(Event) - Method in class liquibase.analytics.AnalyticsFactory
- handleEvent(Event) - Method in interface liquibase.analytics.AnalyticsListener
-
Handles the specified event.
- handleEvent(Event) - Method in class liquibase.analytics.LiquibaseAnalyticsListener
- handleEvent(Event) - Method in class liquibase.analytics.NoOpAnalyticsListener
- handleException(Throwable) - Method in class liquibase.integration.commandline.LiquibaseCommandLine
- handleInvalidEmptyPreconditionCase(ChangeLogParameters, ChangeSet, Matcher) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- handleInvalidEmptyPreconditionCase(ChangeLogParameters, ChangeSet, Matcher) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- handleNullableDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
- handleOutput(CommandResultsBuilder, String) - Method in class liquibase.command.core.ExecuteSqlCommandStep
- handlePreconditionCase(ChangeLogParameters, ChangeSet, Matcher) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- handlePreconditionCase(ChangeLogParameters, ChangeSet, Matcher) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- handlePreconditionsCase(ChangeSet, int, Matcher) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- handlePreconditionsCase(ChangeSet, int, Matcher) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- handleRollbackNode(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.ChangeSet
- handleSplitStatements(String, ChangeSet, AbstractSQLChange) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- handleSqlServerDbUrlParameters(List<String>, String) - Static method in class liquibase.util.UrlUtil
-
Move the specified keys up in the connection url for better readability and remove additional parameters.
- handleStripComments(String, ChangeSet, AbstractSQLChange) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- handleTagVersionInput(Object) - Static method in enum liquibase.TagVersionEnum
- handleTypeDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
- handleUpdateException(LiquibaseException) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
- has(Enum) - Method in class liquibase.Scope
-
Return true if the given key is defined.
- has(String) - Method in class liquibase.AbstractExtensibleObject
-
Return true if the given key is defined.
- has(String) - Method in interface liquibase.ExtensibleObject
-
Returns true if the given attribute is set and not null.
- has(String) - Method in class liquibase.Scope
-
Return true if the given key is defined.
- has(DatabaseObject, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
Checks if a specific object is present in a database
- hasAttributes() - Method in class liquibase.report.IndividualChangesetInfo
-
Used in the report template.
- hasChangeLogLock - Variable in class liquibase.lockservice.StandardLockService
- hasChangeLogLock() - Method in interface liquibase.lockservice.LockService
- hasChangeLogLock() - Method in class liquibase.lockservice.MockLockService
- hasChangeLogLock() - Method in class liquibase.lockservice.OfflineLockService
- hasChangeLogLock() - Method in class liquibase.lockservice.StandardLockService
- hasCustomRollbackChanges() - Method in class liquibase.changelog.ChangeSet
-
Returns whether custom rollback steps are specified for this changeSet, or whether auto-generated ones should be used
- hasDatabaseChangeLogLockTable - Variable in class liquibase.lockservice.StandardLockService
- hasDatabaseChangeLogLockTable(Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
- hasDatabaseChangeLogTable() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- hasDatabaseChangeLogTable(Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
- hasDefaultValue() - Method in class liquibase.change.ColumnConfig
-
Returns true if any of the setDefaultValue* functions have had a non-null value set
- hasDifferences() - Method in class liquibase.diff.ObjectDifferences
- hasErrors() - Method in class liquibase.exception.ValidationErrors
- hash(DatabaseObject, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
- hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.CatalogComparator
- hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.ColumnComparator
- hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
- hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.ForeignKeyComparator
- hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.IndexComparator
- hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.PrimaryKeyComparator
- hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.SchemaComparator
- hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.TableComparator
- hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.UniqueConstraintComparator
- hash(DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in interface liquibase.diff.compare.DatabaseObjectComparator
- hash(DatabaseObject, CompareControl.SchemaComparison[], Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
- hashCode() - Method in class liquibase.AbstractExtensibleObject
- hashCode() - Method in class liquibase.change.AbstractChange
- hashCode() - Method in class liquibase.change.CheckSum
- hashCode() - Method in class liquibase.change.ColumnConfig.ValueNumeric
- hashCode() - Method in class liquibase.changelog.ChangeSet
- hashCode() - Method in class liquibase.changelog.DatabaseChangeLog
- hashCode() - Method in class liquibase.changelog.RanChangeSet
- hashCode() - Method in class liquibase.command.CommandArgument
-
Deprecated.
- hashCode() - Method in class liquibase.command.CommandArgumentDefinition
- hashCode() - Method in class liquibase.command.CommandDefinition
- hashCode() - Method in class liquibase.command.CommandResultDefinition
- hashCode() - Method in class liquibase.common.datatype.DataTypeWrapper
- hashCode() - Method in class liquibase.configuration.ConfigurationDefinition
- hashCode() - Method in class liquibase.database.AbstractJdbcDatabase
- hashCode() - Method in class liquibase.database.core.PostgresDatabase
- hashCode() - Method in class liquibase.database.jvm.JdbcConnection
- hashCode() - Method in class liquibase.datatype.LiquibaseDataType
- hashCode() - Method in class liquibase.exception.ValidationErrors
- hashCode() - Method in class liquibase.extension.testing.testsystem.TestSystem.Definition
- hashCode() - Method in class liquibase.ObjectMetaData.Attribute
- hashCode() - Method in class liquibase.parser.core.ParsedNode
- hashCode() - Method in class liquibase.resource.AbstractResource
- hashCode() - Method in class liquibase.statement.core.CommentStatement
- hashCode() - Method in class liquibase.statement.DatabaseFunction
- hashCode() - Method in class liquibase.structure.core.Catalog
- hashCode() - Method in class liquibase.structure.core.Column
- hashCode() - Method in class liquibase.structure.core.ForeignKey
- hashCode() - Method in class liquibase.structure.core.Index
- hashCode() - Method in class liquibase.structure.core.PrimaryKey
- hashCode() - Method in class liquibase.structure.core.Schema
- hashCode() - Method in class liquibase.structure.core.Sequence
- hashCode() - Method in class liquibase.structure.core.StoredDatabaseLogic
- hashCode() - Method in class liquibase.structure.core.Table
- hashCode() - Method in class liquibase.structure.core.UniqueConstraint
- hashCode() - Method in class liquibase.structure.core.View
- hashCode() - Method in class liquibase.util.SmartMap
- hashCode() - Method in class liquibase.util.StringClauses
- hasIgnoreNested(DatabaseObject, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
Checks if a specific object is present in a database.
- hasLowerCase(String) - Static method in class liquibase.util.StringUtil
- hasMixedCase(String) - Method in class liquibase.database.core.PostgresDatabase
- hasNext() - Method in class liquibase.util.StringClauses.ClauseIterator
- hasPreparedStatementsImplemented() - Method in class liquibase.change.core.LoadDataChange
- hasPreparedStatementsImplemented() - Method in class liquibase.change.core.LoadUpdateDataChange
- hasProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
-
Examines the given object's class and returns true if reader and writer methods both exist for the given property name.
- hasReadProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
-
Examines the given object's class and returns true if a reader method exists for the given property name.
- hasUpperCase(String) - Static method in class liquibase.util.StringUtil
- hasValue(String, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
-
Return whether the given parameters is defined, taking into account parameters local to the given changelog file as well as contexts, labels, and database configured on this instance
- hasWarnings() - Method in class liquibase.exception.Warnings
- hasWriteProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
-
Examines the given object's class and returns true if a writer method exists for the given property name.
- HEADLESS - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- HEADLESS - Static variable in class liquibase.GlobalConfiguration
- HelpMojo - Class in org.liquibase.liquibase_maven_plugin
-
Display help information on liquibase-maven-plugin.
Callmvn liquibase:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.liquibase.liquibase_maven_plugin.HelpMojo
- HelpUtil - Class in liquibase.util
- HelpUtil() - Constructor for class liquibase.util.HelpUtil
- hidden() - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Mark argument as hidden.
- hideCommandNameInHelpView(CommandDefinition) - Static method in class liquibase.util.HelpUtil
-
Hides the command name when running liquibase --help
- History - Class in liquibase.logging.mdc.customobjects
- History() - Constructor for class liquibase.logging.mdc.customobjects.History
- History(String, int, List<History.Changeset>) - Constructor for class liquibase.logging.mdc.customobjects.History
- HISTORY - Static variable in class liquibase.logging.mdc.MdcKey
- HISTORY_URL - Static variable in class liquibase.util.HelpUtil
- History.Changeset - Class in liquibase.logging.mdc.customobjects
- HistoryCommand - Class in liquibase.command.core
-
Deprecated.Implement commands with
CommandStep
and call them withCommandFactory.getCommandDefinition(String...)
. - HistoryCommand() - Constructor for class liquibase.command.core.HistoryCommand
-
Deprecated.
- HistoryCommandStep - Class in liquibase.command.core
- HistoryCommandStep() - Constructor for class liquibase.command.core.HistoryCommandStep
- HistoryCommandStep.DeploymentHistory - Class in liquibase.command.core
- HistoryCommandStep.LegacyDeploymentDetails - Class in liquibase.command.core
- HistoryCommandStep.TabularDeploymentDetails - Class in liquibase.command.core
- HistoryFormat - Enum in liquibase.command.core
- hostaddress - Static variable in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
- hostDescription - Static variable in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
- hostname - Static variable in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
- HsqlConnection - Class in liquibase.database.jvm
- HsqlConnection() - Constructor for class liquibase.database.jvm.HsqlConnection
- HsqlConnection(Connection) - Constructor for class liquibase.database.jvm.HsqlConnection
- HsqlDatabase - Class in liquibase.database.core
- HsqlDatabase() - Constructor for class liquibase.database.core.HsqlDatabase
- HsqlTestSystem - Class in liquibase.extension.testing.testsystem.core
- HsqlTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.HsqlTestSystem
- HsqlTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.HsqlTestSystem
- HTMLListWriter - Class in liquibase.dbdoc
- HTMLListWriter(String, String, String, Resource) - Constructor for class liquibase.dbdoc.HTMLListWriter
- HTMLWriter - Class in liquibase.dbdoc
- HTMLWriter(Resource, Database) - Constructor for class liquibase.dbdoc.HTMLWriter
I
- ID - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- IGNORE - Enum constant in enum liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption
- IGNORE - Static variable in class liquibase.changelog.DatabaseChangeLog
- IGNORE - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- IGNORE_LINES_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- IGNORE_LINES_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- IGNORE_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- IGNORE_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- IgnoreChangeSetFilter - Class in liquibase.changelog.filter
- IgnoreChangeSetFilter() - Constructor for class liquibase.changelog.filter.IgnoreChangeSetFilter
- image - Variable in class liquibase.util.grammar.Token
-
The string image of the token.
- importedKeyCascade - Enum constant in enum liquibase.structure.core.ForeignKeyConstraintType
- importedKeyNoAction - Enum constant in enum liquibase.structure.core.ForeignKeyConstraintType
- importedKeyRestrict - Enum constant in enum liquibase.structure.core.ForeignKeyConstraintType
- importedKeySetDefault - Enum constant in enum liquibase.structure.core.ForeignKeyConstraintType
- importedKeySetNull - Enum constant in enum liquibase.structure.core.ForeignKeyConstraintType
- inBuf - Variable in class liquibase.util.grammar.SimpleCharStream
- include(Object, String, Object) - Method in class liquibase.serializer.core.string.StringChangeLogSerializer.FieldFilter
- include(String) - Method in interface liquibase.changelog.IncludeAllFilter
- include(String, boolean, boolean, ResourceAccessor, ContextExpression, LabelExpression, Boolean, boolean) - Method in class liquibase.changelog.DatabaseChangeLog
- include(String, boolean, boolean, ResourceAccessor, ContextExpression, Labels, Boolean, boolean) - Method in class liquibase.changelog.DatabaseChangeLog
- include(String, boolean, boolean, ResourceAccessor, ContextExpression, Labels, Boolean, String, DatabaseChangeLog.OnUnknownFileFormat) - Method in class liquibase.changelog.DatabaseChangeLog
- include(String, boolean, boolean, ResourceAccessor, ContextExpression, Labels, Boolean, String, DatabaseChangeLog.OnUnknownFileFormat, ModifyChangeSets) - Method in class liquibase.changelog.DatabaseChangeLog
- include(String, boolean, boolean, ResourceAccessor, ContextExpression, Labels, Boolean, DatabaseChangeLog.OnUnknownFileFormat) - Method in class liquibase.changelog.DatabaseChangeLog
- include(DatabaseObject) - Method in interface liquibase.diff.output.ObjectChangeFilter
- include(DatabaseObject) - Method in class liquibase.diff.output.StandardObjectChangeFilter
- include(T) - Method in class liquibase.snapshot.DatabaseSnapshot
-
Include the object described by the passed example object in this snapshot.
- INCLUDE - Enum constant in enum liquibase.diff.output.StandardObjectChangeFilter.FilterType
- INCLUDE - Static variable in class liquibase.changelog.DatabaseChangeLog
- INCLUDE_ALL - Static variable in class liquibase.changelog.DatabaseChangeLog
- INCLUDE_CATALOG - Static variable in class liquibase.logging.mdc.MdcKey
- INCLUDE_CATALOG_ARG - Static variable in class liquibase.command.core.helpers.DiffOutputControlCommandStep
- INCLUDE_CATALOG_IN_SPECIFICATION - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- INCLUDE_CATALOG_IN_SPECIFICATION - Static variable in class liquibase.GlobalConfiguration
- INCLUDE_MATCHING_TAG_IN_ROLLBACK_OLDEST - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- INCLUDE_OBJECTS - Static variable in class liquibase.logging.mdc.MdcKey
- INCLUDE_OBJECTS_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
- INCLUDE_RELATIONS_FOR_COMPUTED_COLUMNS - Static variable in class liquibase.GlobalConfiguration
- INCLUDE_SCHEMA - Static variable in class liquibase.logging.mdc.MdcKey
- INCLUDE_SCHEMA_ARG - Static variable in class liquibase.command.core.helpers.DiffOutputControlCommandStep
- INCLUDE_SYSTEM_CLASSPATH - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- INCLUDE_TABLESPACE - Static variable in class liquibase.logging.mdc.MdcKey
- INCLUDE_TABLESPACE_ARG - Static variable in class liquibase.command.core.helpers.DiffOutputControlCommandStep
- includeAll(String, boolean, IncludeAllFilter, boolean, Comparator<String>, ResourceAccessor, ContextExpression, LabelExpression, boolean) - Method in class liquibase.changelog.DatabaseChangeLog
- includeAll(String, boolean, IncludeAllFilter, boolean, Comparator<String>, ResourceAccessor, ContextExpression, Labels, boolean, int, int, ModifyChangeSets) - Method in class liquibase.changelog.DatabaseChangeLog
-
Deprecated.
- includeAll(String, boolean, IncludeAllFilter, boolean, Comparator<String>, ResourceAccessor, ContextExpression, Labels, boolean, String, int, int) - Method in class liquibase.changelog.DatabaseChangeLog
- includeAll(String, boolean, IncludeAllFilter, boolean, Comparator<String>, ResourceAccessor, ContextExpression, Labels, boolean, String, int, int, String, ModifyChangeSets) - Method in class liquibase.changelog.DatabaseChangeLog
- IncludeAllFilter - Interface in liquibase.changelog
- includeArtifact - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Includes a Maven project artifact in the class loader which obtains the liquibase.properties and changelog files.
- includeCatalog - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- includeChanged(DatabaseObject, ObjectDifferences, Database, Database) - Method in interface liquibase.diff.output.ObjectChangeFilter
- includeChanged(DatabaseObject, ObjectDifferences, Database, Database) - Method in class liquibase.diff.output.StandardObjectChangeFilter
- includeMissing(DatabaseObject, Database, Database) - Method in interface liquibase.diff.output.ObjectChangeFilter
- includeMissing(DatabaseObject, Database, Database) - Method in class liquibase.diff.output.StandardObjectChangeFilter
- includeObjects - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- includeSchema - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- includeSchema - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Flag to Indicate liquibase whether or not to include schema name on changelog
- includeSchemaComparison(String) - Method in class liquibase.diff.output.report.DiffToReport
- includeSystemClasspath - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- includeTableNameInCacheKey(Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
Should the given database include the table name in the key?
- includeTablespace - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- includeTestOutputDirectory - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Includes the Maven test output directory in the class loader which obtains the liquibase.properties and changelog files.
- includeUnexpected(DatabaseObject, Database, Database) - Method in interface liquibase.diff.output.ObjectChangeFilter
- includeUnexpected(DatabaseObject, Database, Database) - Method in class liquibase.diff.output.StandardObjectChangeFilter
- incorrect - Enum constant in enum liquibase.change.ChangeStatus.Status
- incrementFormattedSqlChangelogCount() - Method in class liquibase.analytics.Event
- incrementJsonChangelogCount() - Method in class liquibase.analytics.Event
- incrementSqlChangelogCount() - Method in class liquibase.analytics.Event
- incrementXmlChangelogCount() - Method in class liquibase.analytics.Event
- incrementYamlChangelogCount() - Method in class liquibase.analytics.Event
- indent(String) - Static method in class liquibase.util.StringUtil
- indent(String, int) - Static method in class liquibase.util.StringUtil
- INDENT_SPACES - Static variable in exception liquibase.exception.ValidationFailedException
- Index - Class in liquibase.structure.core
- Index() - Constructor for class liquibase.structure.core.Index
- Index(String) - Constructor for class liquibase.structure.core.Index
- Index(String, String, String, String, Column...) - Constructor for class liquibase.structure.core.Index
- IndexComparator - Class in liquibase.diff.compare.core
- IndexComparator() - Constructor for class liquibase.diff.compare.core.IndexComparator
- IndexExistsPrecondition - Class in liquibase.precondition.core
- IndexExistsPrecondition() - Constructor for class liquibase.precondition.core.IndexExistsPrecondition
- IndexSnapshotGenerator - Class in liquibase.snapshot.jvm
-
Analyses the properties of a database index and creates an object representation ("snapshot").
- IndexSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.IndexSnapshotGenerator
- IndividualChangesetInfo - Class in liquibase.report
- IndividualChangesetInfo() - Constructor for class liquibase.report.IndividualChangesetInfo
- info - Enum constant in enum org.liquibase.maven.plugins.MavenLog.Level
- info(CharSequence) - Method in class org.liquibase.maven.plugins.MavenLog
- info(CharSequence, Throwable) - Method in class org.liquibase.maven.plugins.MavenLog
- info(String) - Method in class liquibase.logging.core.AbstractLogger
- info(String) - Method in interface liquibase.logging.Logger
-
Logs a general event that might be useful for the user.
- info(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
- info(String, Throwable) - Method in interface liquibase.logging.Logger
-
Logs a general event that might be useful for the user together with data from an error/exception.
- info(Throwable) - Method in class org.liquibase.maven.plugins.MavenLog
- INFO - Enum constant in enum liquibase.GlobalConfiguration.DuplicateFileMode
- INFO - Enum constant in enum org.liquibase.maven.plugins.MavenLog.Level
- InformixDatabase - Class in liquibase.database.core
- InformixDatabase() - Constructor for class liquibase.database.core.InformixDatabase
- InformixTestSystem - Class in liquibase.extension.testing.testsystem.core
- InformixTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.InformixTestSystem
- InformixTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.InformixTestSystem
- Ingres9Database - Class in liquibase.database.core
-
Created by martoccia.i on 19/10/2016.
- Ingres9Database() - Constructor for class liquibase.database.core.Ingres9Database
- init() - Method in interface liquibase.changelog.ChangeLogHistoryService
-
Ensures the change log history container is correctly initialized for use.
- init() - Method in class liquibase.changelog.MockChangeLogHistoryService
- init() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- init() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- init() - Method in class liquibase.integration.ant.BaseLiquibaseTask
- init() - Method in interface liquibase.lockservice.LockService
- init() - Method in class liquibase.lockservice.MockLockService
- init() - Method in class liquibase.lockservice.OfflineLockService
- init() - Method in class liquibase.lockservice.StandardLockService
- init() - Method in class liquibase.resource.ClassLoaderResourceAccessor
-
Performs the configuration of this resourceAccessor.
- init() - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
- init() - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
- init() - Method in class liquibase.util.BomAwareInputStream
-
Deprecated.
- init(Scope) - Method in class liquibase.configuration.LiquibaseConfiguration
-
Finishes configuration of this service.
- init(Scope) - Method in class liquibase.ScopeManager
- init(Scope) - Method in class liquibase.SingletonScopeManager
- init(Scope) - Method in class liquibase.ThreadLocalScopeManager
-
Deprecated.
- init(DatabaseObject[]) - Method in class liquibase.snapshot.DatabaseSnapshot
- initializeChangelogService(Database) - Static method in class liquibase.command.core.ListLocksCommandStep
- initializeDatabase(String, String, Database) - Static method in class liquibase.database.core.DatabaseUtils
-
Executes RawParameterizedSqlStatement particular to each database engine to set the default schema for the given Database
- InitializeDatabaseChangeLogLockTableGenerator - Class in liquibase.sqlgenerator.core
- InitializeDatabaseChangeLogLockTableGenerator() - Constructor for class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
- InitializeDatabaseChangeLogLockTableStatement - Class in liquibase.statement.core
- InitializeDatabaseChangeLogLockTableStatement() - Constructor for class liquibase.statement.core.InitializeDatabaseChangeLogLockTableStatement
- initialUpdate(Liquibase, String, Contexts, LabelExpression) - Method in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
Runs the first update operation in the update-testing-rollback chain
- input_stream - Variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
- InputHandler<ReturnType> - Interface in liquibase.ui
- inputService - Variable in class liquibase.ui.CompositeUIService
- inputStream - Variable in class liquibase.util.grammar.SimpleCharStream
- InputStreamList - Class in liquibase.resource
-
A list of
InputStream
s. - InputStreamList() - Constructor for class liquibase.resource.InputStreamList
- InputStreamList(URI, InputStream) - Constructor for class liquibase.resource.InputStreamList
- insertAfter(Enum, String) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.insertAfter(String, String)
when using enums - insertAfter(String, String) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.insertAfter(String, String, String)
using the newValue as the newKey. - insertAfter(String, String, String) - Method in class liquibase.util.StringClauses
-
Inserts a new clause after the given key.
- insertAfter(String, String, StringClauses) - Method in class liquibase.util.StringClauses
-
Inserts a new sub-clause after the given key.
- insertBefore(Enum, Enum, String) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.insertBefore(String, String)
when using enums. - insertBefore(Enum, String) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.insertBefore(String, String)
when using enums. - insertBefore(String, String) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.insertBefore(String, String, String)
where the new clause key is equal to the newValue. - insertBefore(String, String, String) - Method in class liquibase.util.StringClauses
-
Inserts a new clause before the given key.
- insertBefore(String, String, StringClauses) - Method in class liquibase.util.StringClauses
-
Inserts a new sub-clause before the given key.
- InsertDataChange - Class in liquibase.change.core
-
Inserts data into an existing table.
- InsertDataChange() - Constructor for class liquibase.change.core.InsertDataChange
- InsertDataChangeGenerator - Class in liquibase.sqlgenerator.core
-
Dummy SQL generator for
InsertDataChange.ExecutableStatement
- InsertDataChangeGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertDataChangeGenerator
- InsertExecutablePreparedStatement - Class in liquibase.statement
-
Handles INSERT Execution
- InsertExecutablePreparedStatement(Database, String, String, String, List<? extends ColumnConfig>, ChangeSet, ResourceAccessor) - Constructor for class liquibase.statement.InsertExecutablePreparedStatement
- InsertGenerator - Class in liquibase.sqlgenerator.core
- InsertGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertGenerator
- InsertOrUpdateGenerator - Class in liquibase.sqlgenerator.core
- InsertOrUpdateGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
- InsertOrUpdateGeneratorDB2 - Class in liquibase.sqlgenerator.core
- InsertOrUpdateGeneratorDB2() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
- InsertOrUpdateGeneratorH2 - Class in liquibase.sqlgenerator.core
- InsertOrUpdateGeneratorH2() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
- InsertOrUpdateGeneratorHsql - Class in liquibase.sqlgenerator.core
- InsertOrUpdateGeneratorHsql() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
- InsertOrUpdateGeneratorInformix - Class in liquibase.sqlgenerator.core
- InsertOrUpdateGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
- InsertOrUpdateGeneratorMSSQL - Class in liquibase.sqlgenerator.core
- InsertOrUpdateGeneratorMSSQL() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
- InsertOrUpdateGeneratorMySQL - Class in liquibase.sqlgenerator.core
- InsertOrUpdateGeneratorMySQL() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
- InsertOrUpdateGeneratorOracle - Class in liquibase.sqlgenerator.core
- InsertOrUpdateGeneratorOracle() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
- InsertOrUpdateGeneratorPostgres - Class in liquibase.sqlgenerator.core
- InsertOrUpdateGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
- InsertOrUpdateGeneratorSnowflake - Class in liquibase.sqlgenerator.core
- InsertOrUpdateGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSnowflake
- InsertOrUpdateGeneratorSQLite - Class in liquibase.sqlgenerator.core
-
Adds an ON CONFLICT REPLACE clause to an INSERT INTO ... statement for SQLite.
- InsertOrUpdateGeneratorSQLite() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
- InsertOrUpdateGeneratorSybaseASA - Class in liquibase.sqlgenerator.core
- InsertOrUpdateGeneratorSybaseASA() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
- InsertOrUpdateStatement - Class in liquibase.statement.core
- InsertOrUpdateStatement(String, String, String, String) - Constructor for class liquibase.statement.core.InsertOrUpdateStatement
- InsertOrUpdateStatement(String, String, String, String, boolean) - Constructor for class liquibase.statement.core.InsertOrUpdateStatement
- InsertSetGenerator - Class in liquibase.sqlgenerator.core
- InsertSetGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertSetGenerator
- InsertSetStatement - Class in liquibase.statement.core
- InsertSetStatement(String, String, String) - Constructor for class liquibase.statement.core.InsertSetStatement
- InsertSetStatement(String, String, String, int) - Constructor for class liquibase.statement.core.InsertSetStatement
- InsertStatement - Class in liquibase.statement.core
- InsertStatement(String, String, String) - Constructor for class liquibase.statement.core.InsertStatement
- installLicense(Location...) - Method in interface liquibase.license.LicenseService
-
Given a list of potential locations that a license file could be located, check each one and install any .lic files that are found there, iterating until a valid license is installed successfully or all the locations have been tried.
- instance - Static variable in class liquibase.extension.testing.TestFilter
- INTEGRATION_NAME - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- integrationDetails - Enum constant in enum liquibase.Scope.Attr
- IntegrationDetails - Class in liquibase.integration
-
Stores information about the integration running Liquibase.
- IntegrationDetails() - Constructor for class liquibase.integration.IntegrationDetails
- interceptCleanupMethod(IMethodInvocation) - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationMethodInterceptor
- interceptCleanupSpecMethod(IMethodInvocation) - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationMethodInterceptor
-
Required for executing Spock cleanupSpec fixture method.
- interceptSetupMethod(IMethodInvocation) - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationMethodInterceptor
- interceptSetupSpecMethod(IMethodInvocation) - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationMethodInterceptor
- InternalDatabase - Interface in liquibase.database
-
Marker interface for liquibase.database.InternalDatabase implementations that are for internal Liquibase usage, not user-exposed databases.
- InternalSnapshotCommandStep - Class in liquibase.command.core
- InternalSnapshotCommandStep() - Constructor for class liquibase.command.core.InternalSnapshotCommandStep
- IntType - Class in liquibase.datatype.core
-
Represents a signed integer number using 32 bits of storage.
- IntType() - Constructor for class liquibase.datatype.core.IntType
- intValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
- INVALID_EMPTY_PRECONDITION_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- INVALID_EMPTY_PRECONDITION_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- INVALID_LEXICAL_STATE - Static variable in error liquibase.util.grammar.TokenMgrError
-
Tried to change to an invalid lexical state.
- INVALID_MD5SUM - Enum constant in enum liquibase.changelog.ChangeSet.RunStatus
- INVALID_STRING_ENCODING_MESSAGE - Static variable in class liquibase.serializer.core.xml.XMLChangeLogSerializer
- InvalidChangeDefinitionException - Exception in liquibase.exception
- InvalidChangeDefinitionException(String, Change) - Constructor for exception liquibase.exception.InvalidChangeDefinitionException
- InvalidExampleException - Exception in liquibase.snapshot
-
Thrown if a descriptive example is not specific enough to perform a snapshot.
- InvalidExampleException() - Constructor for exception liquibase.snapshot.InvalidExampleException
- InvalidExampleException(String) - Constructor for exception liquibase.snapshot.InvalidExampleException
- InvalidExampleException(String, Throwable) - Constructor for exception liquibase.snapshot.InvalidExampleException
- InvalidExampleException(Throwable) - Constructor for exception liquibase.snapshot.InvalidExampleException
- is(String...) - Method in class liquibase.command.CommandDefinition
-
Return true if this command represents the given command
- isAbsolute(String) - Static method in class liquibase.util.FileUtil
- isAccepted() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
-
Was the changeSet accepted by the filter
- isAlwaysRun() - Method in class liquibase.changelog.ChangeSet
- isAnalyticsEnabled() - Static method in class liquibase.analytics.configuration.AnalyticsArgs
-
Check whether analytics are enabled.
- isAppend() - Method in class liquibase.resource.OpenOptions
-
Should an existing file be appended to when opened.
- isApplyToRollback() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- isApplyToRollback() - Method in interface liquibase.sql.visitor.SqlVisitor
- isAscii(char) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
CharUtils.isAscii(char)
instead - isAscii(String) - Static method in class liquibase.util.StringUtil
- isAssociatedWith(String) - Method in class liquibase.structure.core.Index
- isAtLeast(MavenLog.Level) - Method in enum org.liquibase.maven.plugins.MavenLog.Level
- isAtLeastJava11() - Static method in class liquibase.util.SystemUtil
- isAutoCommit() - Method in class liquibase.database.AbstractJdbcDatabase
- isAutoCommit() - Method in class liquibase.database.core.MockDatabase
- isAutoCommit() - Method in interface liquibase.database.Database
- isAutoIncrement() - Method in class liquibase.change.ColumnConfig
-
Returns true if this Column should be set to be auto increment.
- isAutoIncrement() - Method in class liquibase.datatype.core.BigIntType
- isAutoIncrement() - Method in class liquibase.datatype.core.DecimalType
- isAutoIncrement() - Method in class liquibase.datatype.core.IntType
- isAutoIncrement() - Method in class liquibase.datatype.core.MediumIntType
- isAutoIncrement() - Method in class liquibase.datatype.core.NumberType
- isAutoIncrement() - Method in class liquibase.datatype.core.SmallIntType
- isAutoIncrement() - Method in class liquibase.datatype.core.TinyIntType
- isAutoIncrement() - Method in class liquibase.datatype.core.UnknownType
- isAutoIncrement() - Method in class liquibase.datatype.DatabaseDataType
-
Mainly for postgres, check if the column is a serial data type.
- isAutoIncrement() - Method in class liquibase.datatype.LiquibaseDataType
- isAutoIncrement() - Method in class liquibase.statement.core.AddColumnStatement
- isAutoIncrement() - Method in class liquibase.structure.core.Column
- isAzureDb() - Method in class liquibase.database.core.MSSQLDatabase
-
Returns true if the connected MS SQL instance is a Microsoft Cloud ("Azure")-hosted instance of MSSQL.
- isBoolean(int) - Static method in class liquibase.util.SqlUtil
- isCascadeConstraints() - Method in class liquibase.change.core.DropTableChange
- isCascadeConstraints() - Method in class liquibase.statement.core.DropTableStatement
- isCaseSensitive() - Method in class liquibase.database.AbstractJdbcDatabase
- isCaseSensitive() - Method in class liquibase.database.core.HsqlDatabase
- isCaseSensitive() - Method in class liquibase.database.core.MockDatabase
- isCaseSensitive() - Method in class liquibase.database.core.MSSQLDatabase
- isCaseSensitive() - Method in interface liquibase.database.Database
- isCaseSensitive() - Method in class liquibase.database.OfflineConnection
- isCatalogOrSchemaType(Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
- isCertainDataType() - Method in class liquibase.structure.core.Column
- isCertainName() - Method in class liquibase.structure.core.PrimaryKey
- isChangeProperty() - Element in annotation type liquibase.change.DatabaseChangeProperty
-
If false, this field or method will not be included in
ChangeParameterMetaData
- isChecksumIssue(ChangeSet, RanChangeSet, DatabaseChangeLog, Database) - Static method in class liquibase.util.ValidatingVisitorUtil
- isCheckSumValid(CheckSum) - Method in class liquibase.changelog.ChangeSet
- isClosed() - Method in interface liquibase.database.DatabaseConnection
- isClosed() - Method in class liquibase.database.jvm.JdbcConnection
- isClosed() - Method in class liquibase.database.MockDatabaseConnection
- isClosed() - Method in class liquibase.database.OfflineConnection
- isClustered() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
- isClustered() - Method in class liquibase.statement.core.CreateIndexStatement
- isClustered() - Method in class liquibase.structure.core.UniqueConstraint
- isComputed(String) - Method in class liquibase.statement.core.CreateTableStatement
- isCorrectDatabaseImplementation(Database) - Method in class liquibase.database.OfflineConnection
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.CockroachDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.DB2Database
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.Db2zDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.DerbyDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.EnterpriseDBDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.FirebirdDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.H2Database
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.HsqlDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.InformixDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.Ingres9Database
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.MariaDBDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.MockDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.MSSQLDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.MySQLDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.OracleDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.PostgresDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SnowflakeDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SQLiteDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SybaseASADatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SybaseDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.UnsupportedDatabase
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in interface liquibase.database.Database
-
Is this AbstractDatabase subclass the correct one to use for the given connection.
- isCreateIfNeeded() - Method in class liquibase.resource.OpenOptions
-
If true, create the resource if it does not exist.
- isCurrentDateTimeFunction(String, Database) - Method in class liquibase.datatype.LiquibaseDataType
-
Determines if the given function name refers to the function that returns the current time and date for a specific DBMS.
- isCurrentTimeFunction(String) - Method in class liquibase.database.AbstractJdbcDatabase
- isDatabaseChangeLogLockTableCreated() - Method in class liquibase.lockservice.StandardLockService
- isDatabaseChangeLogLockTableCreated(boolean) - Method in class liquibase.lockservice.StandardLockService
-
Check whether the databasechangeloglock table exists in the database.
- isDatabaseChangeLogLockTableInitialized - Variable in class liquibase.lockservice.StandardLockService
- isDatabaseChangeLogLockTableInitialized(boolean) - Method in class liquibase.lockservice.StandardLockService
- isDatabaseChangeLogLockTableInitialized(boolean, boolean) - Method in class liquibase.lockservice.StandardLockService
-
Determine whether the databasechangeloglock table has been initialized.
- isDatabaseChecksumsCompatible() - Method in interface liquibase.changelog.ChangeLogHistoryService
-
This method should return true if all checksums in dbcl table have the same version as {@link liquibase.ChecksumVersion#latest().getVersion()}.
- isDatabaseChecksumsCompatible() - Method in class liquibase.changelog.MockChangeLogHistoryService
- isDatabaseChecksumsCompatible() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- isDatabaseChecksumsCompatible() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- isDataTypeDifferent(Column) - Method in class liquibase.structure.core.Column
- isDate(int) - Static method in class liquibase.util.SqlUtil
- isDateOnly(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns true if the String conforms to an ISO 8601 date, e.g. 2016-12-31.
- isDateTime(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns true if the String conforms to an ISO 8601 date plus a time (hours, minutes, whole seconds and optionally fraction of a second) in UTC, e.g. 2016-12-31T18:43:59.
- isDbmsMatch(String) - Method in class liquibase.changelog.DatabaseChangeLog
- isDbmsMatch(Set<String>) - Method in class liquibase.changelog.DatabaseChangeLog
- isDebugEnabled() - Method in class org.liquibase.maven.plugins.MavenLog
- isDefault() - Method in class liquibase.structure.core.Catalog
- isDefault() - Method in class liquibase.structure.core.Schema
- isDefaultCatalog(String) - Method in class liquibase.database.AbstractJdbcDatabase
- isDefaultCatalog(String) - Method in class liquibase.database.core.MockDatabase
- isDefaultCatalog(String) - Method in interface liquibase.database.Database
-
If the database supports catalogs, test if a given catalog name equals to the default catalog of the current logged in user.
- isDefaultCatalog(Catalog, Database) - Method in class liquibase.snapshot.jvm.CatalogSnapshotGenerator
- isDefaultSchema(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
- isDefaultSchema(String, String) - Method in class liquibase.database.core.MockDatabase
- isDefaultSchema(String, String) - Method in interface liquibase.database.Database
-
If the database supports schemas, test if a given combination of catalog and schema name equals to the default catalog and schema of the current logged in user.
- isDefaultTablespace() - Method in class liquibase.structure.core.Table
- isDeferrable() - Method in class liquibase.change.ConstraintsConfig
-
Returns if a foreign key defined for this column should deferrable.
- isDeferrable() - Method in class liquibase.statement.ForeignKeyConstraint
- isDeferrable() - Method in class liquibase.statement.PrimaryKeyConstraint
- isDeferrable() - Method in class liquibase.structure.core.ForeignKey
- isDeferrable() - Method in class liquibase.structure.core.UniqueConstraint
- isDeleteCascade() - Method in class liquibase.change.ConstraintsConfig
-
Returns if a foreign key defined for this column should cascade deletes.
- isDeleteCascade() - Method in class liquibase.statement.ForeignKeyConstraint
- isDelimiter(String, String, String) - Static method in class liquibase.util.StringUtil
-
Returns true if the input is a delimiter in one of the popular RDBMSs.
- isDevVersion() - Static method in class liquibase.util.LiquibaseUtil
- isDifferent(String) - Method in class liquibase.diff.ObjectDifferences
- isDifferent(Column) - Method in class liquibase.structure.core.Column
- isDisabled() - Method in class liquibase.structure.core.UniqueConstraint
- isDropFirst() - Method in class liquibase.integration.ant.DatabaseUpdateTask
- isDropFirst() - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- isDropFirst() - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- isEmpty() - Method in class liquibase.ContextExpression
- isEmpty() - Method in class liquibase.Contexts
- isEmpty() - Method in class liquibase.LabelExpression
- isEmpty() - Method in class liquibase.Labels
- isEmpty() - Method in class liquibase.resource.InputStreamList
- isEmpty() - Method in class liquibase.util.SmartMap
- isEmpty() - Method in class liquibase.util.StringClauses
- isEmpty(CharSequence) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.isEmpty(CharSequence)
- isEmpty(String) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.isEmpty(CharSequence)
instead - isErrorEnabled() - Method in class org.liquibase.maven.plugins.MavenLog
- isExecuteDdlAgainstDatabase() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- isExecuteDmlAgainstDatabase() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- isExpected() - Method in exception liquibase.command.CommandFailedException
-
In certain circumstances, this exception is thrown solely to set the exit code of a command's execution, in which case, the exception is expected.
- isFilteredBy(Class<? extends ChangeSetFilter>) - Method in class liquibase.changelog.ChangeSetStatus
-
Convenience method to check wither a given ChangeSetFilter type is a reason for running the changeset or not.
- isForIndex() - Method in class liquibase.structure.core.Column
- isFullDefinition() - Method in class liquibase.statement.core.CreateViewStatement
-
Returns the property "Does the statement contain a full CREATE [OR REPLACE] VIEW ...
- isFunction(String) - Method in class liquibase.database.AbstractJdbcDatabase
- isFunction(String) - Method in class liquibase.database.core.MockDatabase
- isFunction(String) - Method in interface liquibase.database.Database
- isHidden() - Method in class liquibase.configuration.ConfigurationDefinition
-
Return true if this configuration should not be printed to the console for any help command.
- isIfExists() - Method in class liquibase.change.core.DropViewChange
- isIfExists() - Method in class liquibase.statement.core.DropViewStatement
- isIfNotExists() - Method in class liquibase.statement.core.CreateTableStatement
- isIgnore() - Method in class liquibase.changelog.ChangeSet
- isIgnoreOriginalSplitStatements() - Method in class liquibase.change.AbstractSQLChange
-
Deprecated.
- isIncludeIgnore() - Method in class liquibase.changelog.DatabaseChangeLog
- isInfoEnabled() - Method in class org.liquibase.maven.plugins.MavenLog
- isInheritableIgnore() - Method in class liquibase.changelog.ChangeSet
- isInitialized() - Method in class liquibase.integration.cdi.CDILiquibase
- isInitialized() - Method in class liquibase.integration.jakarta.cdi.CDILiquibase
- isInitiallyDeferred() - Method in class liquibase.change.ConstraintsConfig
-
Returns if a foreign key defined for this column should be "initially deferred".
- isInitiallyDeferred() - Method in class liquibase.statement.ForeignKeyConstraint
- isInitiallyDeferred() - Method in class liquibase.statement.PrimaryKeyConstraint
- isInitiallyDeferred() - Method in class liquibase.structure.core.ForeignKey
- isInitiallyDeferred() - Method in class liquibase.structure.core.UniqueConstraint
- isInternal() - Method in class liquibase.configuration.ConfigurationDefinition
-
Return true if this configuration is for internal and/or programmatic use only.
- isInvalidProperty(PropertyDescriptor) - Method in class liquibase.change.AbstractChange
- isJson() - Method in class liquibase.serializer.core.yaml.YamlSerializer
- isLiquibaseObject(DatabaseObject) - Method in class liquibase.database.AbstractJdbcDatabase
- isLiquibaseObject(DatabaseObject) - Method in class liquibase.database.core.MockDatabase
- isLiquibaseObject(DatabaseObject) - Method in interface liquibase.database.Database
- isMdcKeyPresent(String) - Method in class liquibase.Scope
-
Check if the provided mdc key is present
- isMinimumMySQLVersion(String) - Method in class liquibase.database.core.MySQLDatabase
-
Checks whether this instance of a MySQL database is equal to or greater than the specified version.
- isMinimumVersion(String, int, int, int) - Static method in class liquibase.util.StringUtil
-
Compares a minimum version number given in string form (only the first three parts are considered) with a candidate version given as the three ints major, minor and patch.
- isMultiple() - Method in class liquibase.statement.core.AddColumnStatement
- isMultiple() - Method in class liquibase.statement.core.DropColumnStatement
- isNotEmpty(String) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.isNotEmpty(CharSequence)
instead - isNotEndDelimiter(AbstractSQLChange) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- isNotEndDelimiter(AbstractSQLChange) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- isNowOrTodayFormat(String) - Static method in class liquibase.util.NowAndTodayUtil
-
Checks if date starts with "NOW" or "TODAY".
- isNullabilityDifferent(Column) - Method in class liquibase.structure.core.Column
- isNullable() - Method in class liquibase.change.ConstraintsConfig
-
Returns if the column should be nullable.
- isNullable() - Method in class liquibase.statement.core.AddColumnStatement
- isNullable() - Method in class liquibase.statement.core.SetNullableStatement
- isNullable() - Method in class liquibase.structure.core.Column
- isNullValue(String, LoadDataColumnConfig) - Method in class liquibase.change.core.LoadDataChange
- isNumeric(int) - Static method in class liquibase.util.JdbcUtil
-
Check whether the given SQL type is numeric.
- isNumeric(int) - Static method in class liquibase.util.SqlUtil
- isNumeric(CharSequence) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.isNumeric(CharSequence)
instead - isNumericBoolean(Database) - Method in class liquibase.datatype.core.BooleanType
- ISODateFormat - Class in liquibase.util
- ISODateFormat() - Constructor for class liquibase.util.ISODateFormat
- isOrdered() - Method in class liquibase.change.core.AlterSequenceChange
- isOrdered() - Method in class liquibase.change.core.CreateSequenceChange
- isOsgiPlatform() - Static method in class liquibase.osgi.ContainerChecker
- isOssAnalyticsEnabled() - Method in interface liquibase.analytics.configuration.AnalyticsConfiguration
- isOssAnalyticsEnabled() - Method in class liquibase.analytics.configuration.LiquibaseRemoteAnalyticsConfiguration
-
Determines if OSS analytics are enabled by reading the remote configuration.
- isOutputDefaultCatalog() - Method in class liquibase.integration.ant.type.DatabaseType
- isOutputDefaultSchema() - Method in class liquibase.integration.ant.type.DatabaseType
- isPrimaryKey() - Method in class liquibase.change.ConstraintsConfig
-
Returns true if the column should be part of the primary key.
- isPrimaryKey() - Method in class liquibase.statement.core.AddColumnStatement
- isProAnalyticsEnabled() - Method in interface liquibase.analytics.configuration.AnalyticsConfiguration
- isProAnalyticsEnabled() - Method in class liquibase.analytics.configuration.LiquibaseRemoteAnalyticsConfiguration
-
Determines if Pro analytics are enabled by reading the remote configuration.
- isProLicenseValid() - Static method in class liquibase.license.LicenseServiceUtils
-
Check for a Liquibase Pro License.
- isPromptOnNonLocalDatabase() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
Deprecated.no longer prompts
- isPromptOnNonLocalDatabase() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Deprecated.no longer prompts
- isReadOnly() - Method in class liquibase.database.jvm.JdbcConnection
- isRelativeToChangelogFile() - Method in class liquibase.change.core.CreateProcedureChange
- isRelativeToChangelogFile() - Method in class liquibase.change.core.LoadDataChange
- isRelativeToChangelogFile() - Method in class liquibase.change.core.SQLFileChange
- isReplaceIfExists() - Method in class liquibase.statement.core.CreateViewStatement
- isRequired() - Method in class liquibase.command.CommandArgument
-
Deprecated.
- isRequiredFor(Database) - Method in class liquibase.change.ChangeParameterMetaData
-
A convenience method for testing the value returned by
ChangeParameterMetaData.getRequiredForDatabase()
against a given database. - isRerunnable() - Method in class liquibase.change.core.RawSQLChange
- isReservedWord(String) - Method in class liquibase.database.AbstractJdbcDatabase
- isReservedWord(String) - Method in class liquibase.database.core.H2Database
- isReservedWord(String) - Method in class liquibase.database.core.HsqlDatabase
- isReservedWord(String) - Method in class liquibase.database.core.MockDatabase
- isReservedWord(String) - Method in class liquibase.database.core.MySQLDatabase
- isReservedWord(String) - Method in class liquibase.database.core.OracleDatabase
- isReservedWord(String) - Method in class liquibase.database.core.PostgresDatabase
- isReservedWord(String) - Method in interface liquibase.database.Database
- isRowDependencies() - Method in class liquibase.statement.core.CreateTableStatement
- isRunInTransaction() - Method in class liquibase.changelog.ChangeSet
- isRunOnChange() - Method in class liquibase.changelog.ChangeSet
- isSafeToRunUpdate() - Method in class liquibase.database.AbstractJdbcDatabase
-
Default implementation of the
AbstractJdbcDatabase.isSafeToRunUpdate()
method. - isSafeToRunUpdate() - Method in class liquibase.database.core.H2Database
- isSafeToRunUpdate() - Method in class liquibase.database.core.MockDatabase
- isSafeToRunUpdate() - Method in interface liquibase.database.Database
- isSafeToRunUpdate() - Method in class liquibase.Liquibase
-
Returns true if it is "save" to migrate the database.
- isSameAs(ChangeSet) - Method in class liquibase.changelog.RanChangeSet
- isSameObject(DatabaseObject, DatabaseObject, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.CatalogComparator
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.ColumnComparator
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.ForeignKeyComparator
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.IndexComparator
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.PrimaryKeyComparator
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.SchemaComparator
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.TableComparator
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.UniqueConstraintComparator
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in interface liquibase.diff.compare.DatabaseObjectComparator
- isSameObject(DatabaseObject, DatabaseObject, CompareControl.SchemaComparison[], Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
- isSeenTag() - Method in class liquibase.changelog.filter.UpToTagChangeSetFilter
- isSplitStatements() - Method in class liquibase.change.AbstractSQLChange
-
Return if the SQL should be split into multiple statements before passing it to the database.
- isSplitStatementsSet() - Method in class liquibase.change.AbstractSQLChange
-
Deprecated.To be removed when splitStatements is changed to be Boolean type
- isStripComments() - Method in class liquibase.change.AbstractSQLChange
-
Return if comments should be stripped from the SQL before passing it to the database.
- isSuppressedField(Class<? extends DatabaseObject>, String) - Method in class liquibase.diff.compare.CompareControl
- isSystemObject(DatabaseObject) - Method in class liquibase.database.AbstractJdbcDatabase
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.AbstractDb2Database
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.Db2zDatabase
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.FirebirdDatabase
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.Ingres9Database
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.MockDatabase
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.MSSQLDatabase
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.OracleDatabase
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.PostgresDatabase
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.SybaseDatabase
- isSystemObject(DatabaseObject) - Method in interface liquibase.database.Database
- isSystemView(CatalogAndSchema, String) - Method in class liquibase.database.AbstractJdbcDatabase
- isTestRollbackOnUpdate() - Method in class liquibase.integration.spring.SpringLiquibase
-
Returns whether a rollback should be tested at update time or not.
- isTimeOnly(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns true if the String conforms to an ISO 8601 time (hours, minutes and whole seconds) in UTC, e.g. 18:43:59.
- isTimestamp(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns true if the String conforms to an ISO 8601 date plus a timestamp (hours, minutes, seconds and at least one decimal fraction) in UTC, e.g. 2016-12-31T18:43:59.3 or 2016-12-31T18:43:59.345.
- isTrue(boolean, String) - Static method in class liquibase.util.Validate
-
Throws exception if test is not true.
- isTrue(Boolean) - Static method in class liquibase.util.BooleanUtil
-
Deprecated.use
BooleanUtils.isTrue(Boolean)
instead - isTruncate() - Method in class liquibase.resource.OpenOptions
-
Should an existing file be truncated when opened.
- isUnique() - Method in class liquibase.change.ConstraintsConfig
-
Returns if the column is part of a unique constraint.
- isUnique() - Method in class liquibase.change.core.CreateIndexChange
- isUnique() - Method in class liquibase.statement.core.AddColumnStatement
- isUnique() - Method in class liquibase.statement.core.CreateIndexStatement
- isUnique() - Method in class liquibase.structure.core.Index
- isUpdateSuccessful() - Method in class liquibase.integration.cdi.CDILiquibase
- isUpdateSuccessful() - Method in class liquibase.integration.jakarta.cdi.CDILiquibase
- isUpToDate(CommandScope, Database, DatabaseChangeLog, Contexts, LabelExpression, OutputStream) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
Checks if the database is up-to-date.
- isUpToDateFastCheck(List<ChangeSetFilter>, Database, DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.changelog.FastCheckService
-
Performs check of the historyService to determine if there is no unrun changesets without obtaining an exclusive write lock.
- isUpToDateFastCheck(Contexts, LabelExpression) - Method in class liquibase.Liquibase
-
Deprecated.this method has been moved to
FastCheckService
, use that one instead. - isUsingOracleSyntax() - Method in class liquibase.database.core.HsqlDatabase
- isValid() - Method in class liquibase.structure.core.StoredDatabaseLogic
- isValidate() - Method in class liquibase.statement.core.SetNullableStatement
- isValidOracleIdentifier(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.OracleDatabase
-
Tests if the given String would be a valid identifier in Oracle DBMS.
- isValueSet(Object) - Method in class liquibase.configuration.AbstractMapConfigurationValueProvider
-
Used by
ConfigurationValueProvider.getProvidedValue(String[])
to determine if the given value is a "real" value. - isValueSet(Object) - Method in class liquibase.extension.testing.LiquibaseSdkConfigurationValueProvider
- isWarnEnabled() - Method in class org.liquibase.maven.plugins.MavenLog
- isWarnIfObjectNotFound() - Method in class liquibase.snapshot.SnapshotControl
-
Returns if the code should log a LogLevel.WARNING message if the object to be snapshotted could not be found.
- isWhitespace(CharSequence) - Static method in class liquibase.util.StringUtil
-
Returns true if the given string only consists of whitespace characters (null-safe)
- isWindows() - Method in class liquibase.integration.commandline.Main
-
Deprecated.Determines if this program is executed on a Microsoft Windows-type of operating system.
- isWindows() - Static method in class liquibase.util.SystemUtil
- isWritable() - Method in class liquibase.resource.AbstractResource
- isWritable() - Method in class liquibase.resource.PathResource
- isWritable() - Method in interface liquibase.resource.Resource
-
Return true if the resource can be written to
- isWritable() - Method in class liquibase.resource.ResourceAccessor.NotFoundResource
- isWrongCatalog(DatabaseObject) - Method in class liquibase.snapshot.DatabaseSnapshot
- isWrongSchema(DatabaseObject) - Method in class liquibase.snapshot.DatabaseSnapshot
- iterator() - Method in class liquibase.resource.InputStreamList
J
- JAVA_PROPERTIES - Static variable in class liquibase.Scope
- JavaHome() - Constructor for class liquibase.logging.mdc.customobjects.Version.JavaHome
- JavaHome(String, String) - Constructor for class liquibase.logging.mdc.customobjects.Version.JavaHome
- JavaLogger - Class in liquibase.logging.core
-
The default logger for Liquibase.
- JavaLogger(Logger) - Constructor for class liquibase.logging.core.JavaLogger
- JavaLogger(Logger, LogMessageFilter) - Constructor for class liquibase.logging.core.JavaLogger
-
Deprecated.
- JavaLogService - Class in liquibase.logging.core
- JavaLogService() - Constructor for class liquibase.logging.core.JavaLogService
- jdbcCallsCatalogsSchemas() - Method in class liquibase.database.AbstractJdbcDatabase
- jdbcCallsCatalogsSchemas() - Method in class liquibase.database.core.AbstractDb2Database
- jdbcCallsCatalogsSchemas() - Method in class liquibase.database.core.DerbyDatabase
- jdbcCallsCatalogsSchemas() - Method in class liquibase.database.core.OracleDatabase
- JdbcConnection - Class in liquibase.database.jvm
-
A ConnectionWrapper implementation which delegates completely to an underlying java.sql.connection.
- JdbcConnection() - Constructor for class liquibase.database.jvm.JdbcConnection
- JdbcConnection(Connection) - Constructor for class liquibase.database.jvm.JdbcConnection
- JdbcConnectionPatterns - Class in liquibase.database.jvm
- JdbcConnectionPatterns() - Constructor for class liquibase.database.jvm.JdbcConnectionPatterns
- JdbcDatabaseSnapshot - Class in liquibase.snapshot
- JdbcDatabaseSnapshot(DatabaseObject[], Database) - Constructor for class liquibase.snapshot.JdbcDatabaseSnapshot
- JdbcDatabaseSnapshot(DatabaseObject[], Database, SnapshotControl) - Constructor for class liquibase.snapshot.JdbcDatabaseSnapshot
- JdbcDatabaseSnapshot.CachingDatabaseMetaData - Class in liquibase.snapshot
- JdbcDatabaseWrapper - Class in liquibase.extension.testing.testsystem.wrapper
-
Implementation of
DatabaseWrapper
for databases that are connected to via a JDBC url and are not "started" in a traditional sense. - JdbcDatabaseWrapper(String, String, String) - Constructor for class liquibase.extension.testing.testsystem.wrapper.JdbcDatabaseWrapper
- JdbcExecutor - Class in liquibase.executor.jvm
-
Class to simplify execution of SqlStatements.
- JdbcExecutor() - Constructor for class liquibase.executor.jvm.JdbcExecutor
- JdbcSnapshotGenerator - Class in liquibase.snapshot.jvm
- JdbcSnapshotGenerator(Class<? extends DatabaseObject>) - Constructor for class liquibase.snapshot.jvm.JdbcSnapshotGenerator
- JdbcSnapshotGenerator(Class<? extends DatabaseObject>, Class<? extends DatabaseObject>[]) - Constructor for class liquibase.snapshot.jvm.JdbcSnapshotGenerator
- JdbcUtil - Class in liquibase.util
- JdbcUtil() - Constructor for class liquibase.util.JdbcUtil
- JdbcUtils - Class in liquibase.util
-
Deprecated.use
JdbcUtil
- JdbcUtils() - Constructor for class liquibase.util.JdbcUtils
-
Deprecated.
- jj_nt - Variable in class liquibase.util.grammar.SimpleSqlGrammar
-
Next token.
- jjFillToken() - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
- jjnewLexState - Static variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Token literal values.
- join(int[], String) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.join(int[], char)
instead - join(Integer[], String) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.join(Object[], String)
instead - join(Object[], String, StringUtil.StringUtilFormatter) - Static method in class liquibase.util.StringUtil
- join(String[], String) - Static method in class liquibase.util.StringUtil
- join(Collection<String>, String) - Static method in class liquibase.util.StringUtil
- join(Collection<String>, String, boolean) - Static method in class liquibase.util.StringUtil
- join(Collection, String, StringUtil.StringUtilFormatter) - Static method in class liquibase.util.StringUtil
- join(Collection, String, StringUtil.StringUtilFormatter, boolean) - Static method in class liquibase.util.StringUtil
- join(Map, String) - Static method in class liquibase.util.StringUtil
- join(Map, String, StringUtil.StringUtilFormatter) - Static method in class liquibase.util.StringUtil
- join(ExtensibleObject, String) - Static method in class liquibase.util.StringUtil
- join(ExtensibleObject, String, StringUtil.StringUtilFormatter) - Static method in class liquibase.util.StringUtil
- JSON - Enum constant in enum liquibase.logging.LogFormat
- JSON_PRETTY - Enum constant in enum liquibase.logging.LogFormat
- JsonChangeLogParser - Class in liquibase.parser.core.json
- JsonChangeLogParser() - Constructor for class liquibase.parser.core.json.JsonChangeLogParser
- JsonChangeLogSerializer - Class in liquibase.serializer.core.json
- JsonChangeLogSerializer() - Constructor for class liquibase.serializer.core.json.JsonChangeLogSerializer
- JsonSnapshotParser - Class in liquibase.parser.core.json
- JsonSnapshotParser() - Constructor for class liquibase.parser.core.json.JsonSnapshotParser
- JsonSnapshotSerializer - Class in liquibase.serializer.core.json
- JsonSnapshotSerializer() - Constructor for class liquibase.serializer.core.json.JsonSnapshotSerializer
K
- key - Variable in class liquibase.changelog.ChangeSet
- key() - Element in annotation type org.liquibase.maven.property.PropertyElement
-
Specify key if field name is not corresponded to liquibase property key name
- keyMatches(String, String) - Method in class liquibase.configuration.AbstractMapConfigurationValueProvider
-
Used by
ConfigurationValueProvider.getProvidedValue(String[])
to determine of a given map entry matches the wanted key. - keyMatches(String, String) - Method in class liquibase.configuration.core.DefaultsFileValueProvider
- keyMatches(String, String) - Method in class liquibase.configuration.core.EnvironmentValueProvider
- keyMatches(String, String) - Method in class liquibase.integration.commandline.CommandLineArgumentValueProvider
- keyMatches(String, String) - Method in class org.liquibase.maven.provider.FlowCommandArgumentValueProvider
- keySet() - Method in class liquibase.util.SmartMap
- kind - Variable in class liquibase.util.grammar.Token
-
An integer that describes the kind of this token.
L
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.DiffChangelogCommandStep
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.UpdateCommandStep
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.UpdateCountCommandStep
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.UpdateCountSqlCommandStep
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.UpdateSqlCommandStep
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.UpdateToTagCommandStep
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.UpdateToTagSqlCommandStep
- LabelChangeSetFilter - Class in liquibase.changelog.filter
- LabelChangeSetFilter() - Constructor for class liquibase.changelog.filter.LabelChangeSetFilter
- LabelChangeSetFilter(LabelExpression) - Constructor for class liquibase.changelog.filter.LabelChangeSetFilter
- LabelExpression - Class in liquibase
-
Wrapper for list of labels.
- LabelExpression() - Constructor for class liquibase.LabelExpression
- LabelExpression(String) - Constructor for class liquibase.LabelExpression
- LabelExpression(String...) - Constructor for class liquibase.LabelExpression
- LabelExpression(Collection<String>) - Constructor for class liquibase.LabelExpression
- labelFilter - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- labelFilter - Variable in class liquibase.integration.spring.SpringLiquibase
- labelFilter - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
Specifies which Liquibase labels Liquibase will execute, which can be separated by a comma if multiple labels are required or you need to designate a more complex expression.
- labels - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- labels - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
Deprecated.
- Labels - Class in liquibase
- Labels() - Constructor for class liquibase.Labels
- Labels(String) - Constructor for class liquibase.Labels
- Labels(String...) - Constructor for class liquibase.Labels
- Labels(Collection<String>) - Constructor for class liquibase.Labels
- LABELS - Static variable in class liquibase.changelog.DatabaseChangeLog
- LABELS - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- LABELS_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- LABELS_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- LABELS_SIZE - Static variable in class liquibase.changelog.StandardChangeLogHistoryService
- latest() - Static method in enum liquibase.ChecksumVersion
- latestChecksumVersion - Enum constant in enum liquibase.Scope.Attr
- LAUNCH_BROWSER_ARG - Static variable in class liquibase.command.core.StartH2CommandStep
- LAX - Enum constant in enum liquibase.parser.ChangeLogParserConfiguration.ChangelogParseMode
- leftPad(String, int) - Static method in class liquibase.util.StringUtil
-
Adds spaces to the left of the input value until the string has reached the given length.
- LEGACY - Enum constant in enum liquibase.database.ObjectQuotingStrategy
- LEGACY_COMMAND_NAME - Static variable in class liquibase.command.core.UpdateCommandStep
- LEGACY_COMMAND_NAME - Static variable in class liquibase.command.core.UpdateSqlCommandStep
- LegacyDeploymentDetails(CommandScope) - Constructor for class liquibase.command.core.HistoryCommandStep.LegacyDeploymentDetails
- LETTER - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- LEXICAL_ERROR - Static variable in error liquibase.util.grammar.TokenMgrError
-
Lexical error occurred.
- LexicalErr(boolean, int, int, int, String, int) - Static method in error liquibase.util.grammar.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
- lexStateNames - Static variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Lexer state names.
- Library() - Constructor for class liquibase.logging.mdc.customobjects.Version.Library
- Library(String, String) - Constructor for class liquibase.logging.mdc.customobjects.Version.Library
- LibraryInfo() - Constructor for class liquibase.util.VersionUtils.LibraryInfo
- LICENSE_KEY_CHARS - Static variable in class liquibase.analytics.configuration.AnalyticsArgs
- LicenseInfo - Class in liquibase.license
- LicenseInfo(String, Date) - Constructor for class liquibase.license.LicenseInfo
- LicenseInstallResult - Class in liquibase.license
-
encapsulates overall install result and any messages.
- LicenseInstallResult(int) - Constructor for class liquibase.license.LicenseInstallResult
- LicenseInstallResult(int, String) - Constructor for class liquibase.license.LicenseInstallResult
- LicenseInstallResult(int, List<String>) - Constructor for class liquibase.license.LicenseInstallResult
- licenseIsAboutToExpire() - Method in interface liquibase.license.LicenseService
- licenseIsInstalled() - Method in interface liquibase.license.LicenseService
-
This method checks whether there is any license with any valid subject installed.
- licenseIsValid(String) - Method in interface liquibase.license.LicenseService
-
Check if an installed license with the given subject is valid or not.
- LicenseService - Interface in liquibase.license
- LicenseServiceFactory - Class in liquibase.license
- LicenseServiceUtils - Class in liquibase.license
-
This class provides a static method for verifying licenses
- LicenseServiceUtils() - Constructor for class liquibase.license.LicenseServiceUtils
- limitSize(String, int) - Static method in class liquibase.util.StringUtil
- line - Variable in class liquibase.util.grammar.SimpleCharStream
- LINE_COMMENT - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- lineSeparator - Enum constant in enum liquibase.Scope.Attr
- liquibase - package liquibase
-
Liquibase top level namespace package.
- Liquibase - Class in liquibase
-
Primary facade class for interacting with Liquibase.
- Liquibase - Annotation Type in liquibase.integration.cdi.annotations
- Liquibase - Annotation Type in liquibase.integration.jakarta.cdi.annotations
- Liquibase(String, ResourceAccessor, Database) - Constructor for class liquibase.Liquibase
-
Creates a Liquibase instance.
- Liquibase(String, ResourceAccessor, DatabaseConnection) - Constructor for class liquibase.Liquibase
-
Creates a Liquibase instance for a given DatabaseConnection.
- Liquibase(DatabaseChangeLog, ResourceAccessor, Database) - Constructor for class liquibase.Liquibase
- LIQUIBASE_CATALOG_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- LIQUIBASE_CATALOG_NAME - Static variable in class liquibase.GlobalConfiguration
- LIQUIBASE_CATALOG_NAME - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_COMMAND_NAME - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_HOME - Enum constant in enum liquibase.util.LiquibaseLauncherSettings.LiquibaseLauncherSetting
- LIQUIBASE_HOST_NAME - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_INTERNAL_COMMAND - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_LAUNCHER_DEBUG - Enum constant in enum liquibase.util.LiquibaseLauncherSettings.LiquibaseLauncherSetting
- LIQUIBASE_LAUNCHER_PARENT_CLASSLOADER - Enum constant in enum liquibase.util.LiquibaseLauncherSettings.LiquibaseLauncherSetting
- LIQUIBASE_PSQL_ARGS - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_PSQL_KEEP_TEMP - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_PSQL_KEEP_TEMP_NAME - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_PSQL_KEEP_TEMP_PATH - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_PSQL_LOG_FILE - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_PSQL_PATH - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_PSQL_TIMEOUT - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_REF_URL - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SCHEMA_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- LIQUIBASE_SCHEMA_NAME - Static variable in class liquibase.GlobalConfiguration
- LIQUIBASE_SCHEMA_NAME - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SCHEMA_VERSION - Static variable in class liquibase.parser.core.xml.XMLChangeLogSAXParser
- LIQUIBASE_SQLCMD_ARGS - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLCMD_CATALOG_NAME - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLCMD_KEEP_TEMP - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLCMD_KEEP_TEMP_NAME - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLCMD_KEEP_TEMP_PATH - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLCMD_LOG_FILE - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLCMD_PATH - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLCMD_TEMP_OVERWRITE - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLCMD_TIMEOUT - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLPLUS_ARGS - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLPLUS_CREATE_SPOOL - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLPLUS_KEEP_TEMP - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLPLUS_KEEP_TEMP_NAME - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLPLUS_KEEP_TEMP_PATH - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLPLUS_PATH - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLPLUS_SPOOL_FILE - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLPLUS_TEMP_OVERWRITE - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SQLPLUS_TIMEOUT - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_SYSTEM_NAME - Static variable in class liquibase.logging.mdc.MdcKey
-
Deprecated.
- LIQUIBASE_SYSTEM_USER - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_TABLESPACE_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- LIQUIBASE_TABLESPACE_NAME - Static variable in class liquibase.GlobalConfiguration
- LIQUIBASE_TARGET_URL - Static variable in class liquibase.logging.mdc.MdcKey
- LIQUIBASE_VERSION - Static variable in class liquibase.logging.mdc.MdcKey
- liquibase.analytics - package liquibase.analytics
- liquibase.analytics.configuration - package liquibase.analytics.configuration
- liquibase.change - package liquibase.change
-
The change package contains the available database "changes".
- liquibase.change.core - package liquibase.change.core
-
Technically, a Change expresses an intention for alter the structure of the Database.
- liquibase.change.custom - package liquibase.change.custom
-
Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create your own custom refactoring class.
- liquibase.change.visitor - package liquibase.change.visitor
- liquibase.changelog - package liquibase.changelog
- liquibase.changelog.column - package liquibase.changelog.column
- liquibase.changelog.filter - package liquibase.changelog.filter
- liquibase.changelog.visitor - package liquibase.changelog.visitor
- liquibase.changeset - package liquibase.changeset
- liquibase.command - package liquibase.command
- liquibase.command.core - package liquibase.command.core
- liquibase.command.core.helpers - package liquibase.command.core.helpers
- liquibase.command.providers - package liquibase.command.providers
- liquibase.common.datatype - package liquibase.common.datatype
- liquibase.configuration - package liquibase.configuration
- liquibase.configuration.core - package liquibase.configuration.core
- liquibase.database - package liquibase.database
- liquibase.database.core - package liquibase.database.core
- liquibase.database.jvm - package liquibase.database.jvm
- liquibase.datatype - package liquibase.datatype
- liquibase.datatype.core - package liquibase.datatype.core
- liquibase.dbdoc - package liquibase.dbdoc
- liquibase.diff - package liquibase.diff
- liquibase.diff.compare - package liquibase.diff.compare
- liquibase.diff.compare.core - package liquibase.diff.compare.core
- liquibase.diff.core - package liquibase.diff.core
- liquibase.diff.output - package liquibase.diff.output
- liquibase.diff.output.changelog - package liquibase.diff.output.changelog
- liquibase.diff.output.changelog.core - package liquibase.diff.output.changelog.core
- liquibase.diff.output.report - package liquibase.diff.output.report
- liquibase.exception - package liquibase.exception
- liquibase.executor - package liquibase.executor
- liquibase.executor.jvm - package liquibase.executor.jvm
- liquibase.extension.testing - package liquibase.extension.testing
- liquibase.extension.testing.setup - package liquibase.extension.testing.setup
- liquibase.extension.testing.testsystem - package liquibase.extension.testing.testsystem
- liquibase.extension.testing.testsystem.command - package liquibase.extension.testing.testsystem.command
- liquibase.extension.testing.testsystem.core - package liquibase.extension.testing.testsystem.core
- liquibase.extension.testing.testsystem.spock - package liquibase.extension.testing.testsystem.spock
- liquibase.extension.testing.testsystem.wrapper - package liquibase.extension.testing.testsystem.wrapper
- liquibase.extension.testing.util - package liquibase.extension.testing.util
- liquibase.integration - package liquibase.integration
- liquibase.integration.ant - package liquibase.integration.ant
- liquibase.integration.ant.type - package liquibase.integration.ant.type
- liquibase.integration.cdi - package liquibase.integration.cdi
- liquibase.integration.cdi.annotations - package liquibase.integration.cdi.annotations
- liquibase.integration.cdi.exceptions - package liquibase.integration.cdi.exceptions
- liquibase.integration.commandline - package liquibase.integration.commandline
- liquibase.integration.jakarta.cdi - package liquibase.integration.jakarta.cdi
- liquibase.integration.jakarta.cdi.annotations - package liquibase.integration.jakarta.cdi.annotations
- liquibase.integration.jakarta.cdi.exceptions - package liquibase.integration.jakarta.cdi.exceptions
- liquibase.integration.servlet - package liquibase.integration.servlet
- liquibase.integration.spring - package liquibase.integration.spring
- liquibase.io - package liquibase.io
- liquibase.license - package liquibase.license
- liquibase.listener - package liquibase.listener
- liquibase.lockservice - package liquibase.lockservice
- liquibase.logging - package liquibase.logging
- liquibase.logging.core - package liquibase.logging.core
- liquibase.logging.mdc - package liquibase.logging.mdc
- liquibase.logging.mdc.customobjects - package liquibase.logging.mdc.customobjects
- liquibase.osgi - package liquibase.osgi
- liquibase.parser - package liquibase.parser
- liquibase.parser.core - package liquibase.parser.core
- liquibase.parser.core.formattedsql - package liquibase.parser.core.formattedsql
- liquibase.parser.core.json - package liquibase.parser.core.json
- liquibase.parser.core.sql - package liquibase.parser.core.sql
- liquibase.parser.core.xml - package liquibase.parser.core.xml
- liquibase.parser.core.yaml - package liquibase.parser.core.yaml
- liquibase.plugin - package liquibase.plugin
- liquibase.precondition - package liquibase.precondition
- liquibase.precondition.core - package liquibase.precondition.core
- liquibase.report - package liquibase.report
- liquibase.resource - package liquibase.resource
- liquibase.sdk.exception - package liquibase.sdk.exception
- liquibase.sdk.executor - package liquibase.sdk.executor
- liquibase.sdk.resource - package liquibase.sdk.resource
- liquibase.sdk.supplier.resource - package liquibase.sdk.supplier.resource
- liquibase.serializer - package liquibase.serializer
- liquibase.serializer.core.formattedsql - package liquibase.serializer.core.formattedsql
- liquibase.serializer.core.json - package liquibase.serializer.core.json
- liquibase.serializer.core.string - package liquibase.serializer.core.string
- liquibase.serializer.core.xml - package liquibase.serializer.core.xml
- liquibase.serializer.core.yaml - package liquibase.serializer.core.yaml
- liquibase.servicelocator - package liquibase.servicelocator
- liquibase.snapshot - package liquibase.snapshot
- liquibase.snapshot.jvm - package liquibase.snapshot.jvm
- liquibase.sql - package liquibase.sql
- liquibase.sql.visitor - package liquibase.sql.visitor
- liquibase.sqlgenerator - package liquibase.sqlgenerator
- liquibase.sqlgenerator.core - package liquibase.sqlgenerator.core
- liquibase.statement - package liquibase.statement
- liquibase.statement.core - package liquibase.statement.core
- liquibase.structure - package liquibase.structure
- liquibase.structure.core - package liquibase.structure.core
- liquibase.ui - package liquibase.ui
- liquibase.util - package liquibase.util
- liquibase.util.csv - package liquibase.util.csv
- liquibase.util.file - package liquibase.util.file
- liquibase.util.grammar - package liquibase.util.grammar
- liquibase.util.xml - package liquibase.util.xml
- LiquibaseAnalyticsListener - Class in liquibase.analytics
- LiquibaseAnalyticsListener() - Constructor for class liquibase.analytics.LiquibaseAnalyticsListener
- LiquibaseBundle(Bundle, String) - Constructor for class liquibase.osgi.Activator.LiquibaseBundle
- liquibaseCatalogName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- LiquibaseChangeLogSyncMojo - Class in org.liquibase.maven.plugins
-
Marks all unapplied changes to the database as applied in the change log.
- LiquibaseChangeLogSyncMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChangeLogSyncMojo
- LiquibaseChangeLogSyncSQLMojo - Class in org.liquibase.maven.plugins
-
Generates SQL that marks all unapplied changes as applied.
- LiquibaseChangeLogSyncSQLMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChangeLogSyncSQLMojo
- LiquibaseChangeLogSyncToTagMojo - Class in org.liquibase.maven.plugins
-
Marks all unapplied changes up to and include a specified tag to the database as applied in the change log.
- LiquibaseChangeLogSyncToTagMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagMojo
- LiquibaseChangeLogSyncToTagSQLMojo - Class in org.liquibase.maven.plugins
-
Generates SQL that marks all unapplied changes up to and including a specified tag as applied.
- LiquibaseChangeLogSyncToTagSQLMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagSQLMojo
- LiquibaseChecksRunMojo - Class in org.liquibase.maven.plugins
-
Check the changelog for issues
- LiquibaseChecksRunMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
- LiquibaseChecksShowMojo - Class in org.liquibase.maven.plugins
-
List available checks, their configuration options, and current settings
- LiquibaseChecksShowMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChecksShowMojo
- LiquibaseClearChecksumsMojo - Class in org.liquibase.maven.plugins
-
Clears all checksums in the current changelog, so they will be recalculated next update.
- LiquibaseClearChecksumsMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseClearChecksumsMojo
- LiquibaseColumn - Class in liquibase.changelog.column
-
This class is just a marker class that is used to distinguish columns that are used in the DATABASECHANGELOG and DATABASECHANGELOGLOCK tables from other columns that might be used in Liquibase-managed database schemas.
- LiquibaseColumn() - Constructor for class liquibase.changelog.column.LiquibaseColumn
- LiquibaseCommand<T extends CommandResult> - Interface in liquibase.command
-
Deprecated.Define command with the new
CommandStep
interface - LiquibaseCommandLine - Class in liquibase.integration.commandline
- LiquibaseCommandLine() - Constructor for class liquibase.integration.commandline.LiquibaseCommandLine
- LiquibaseCommandLine.LiquibaseVersionProvider - Class in liquibase.integration.commandline
- LiquibaseCommandLineConfiguration - Class in liquibase.integration.commandline
-
Common configuration settings for integrations
- LiquibaseCommandLineConfiguration() - Constructor for class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- LiquibaseCommandLineConfiguration.ArgumentConverter - Interface in liquibase.integration.commandline
- LiquibaseConfiguration - Class in liquibase.configuration
-
Provides unified management of configuration properties within Liquibase core and in extensions.
- LiquibaseConfiguration() - Constructor for class liquibase.configuration.LiquibaseConfiguration
- LiquibaseConnectMojo - Class in org.liquibase.maven.plugins
-
Test connection to the configured database.
- LiquibaseConnectMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseConnectMojo
- LiquibaseDatabaseDiff - Class in org.liquibase.maven.plugins
-
Generates a diff between the specified database and the reference database.
- LiquibaseDatabaseDiff() - Constructor for class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
- LiquibaseDataType - Class in liquibase.datatype
-
Object representing a data type, instead of a plain string.
- LiquibaseDataType() - Constructor for class liquibase.datatype.LiquibaseDataType
- LiquibaseDataType(String, int, int) - Constructor for class liquibase.datatype.LiquibaseDataType
- LiquibaseDataType(LiquibaseDataType) - Constructor for class liquibase.datatype.LiquibaseDataType
- LiquibaseDbclHistoryMojo - Class in org.liquibase.maven.plugins
-
List all rows from the Liquibase Pro 'DATABASECHANGELOGHISTORY' tracking table.
- LiquibaseDbclHistoryMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseDbclHistoryMojo
- LiquibaseDBDocMojo - Class in org.liquibase.maven.plugins
-
Generates dbDocs against the database.
- LiquibaseDBDocMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseDBDocMojo
- LiquibaseDropAll - Class in org.liquibase.maven.plugins
-
Drops all database objects in the configured schema(s).
- LiquibaseDropAll() - Constructor for class org.liquibase.maven.plugins.LiquibaseDropAll
- LiquibaseEntityResolver - Class in liquibase.parser.core.xml
-
Finds the Liquibase schema from the classpath rather than fetching it over the Internet.
- LiquibaseEntityResolver() - Constructor for class liquibase.parser.core.xml.LiquibaseEntityResolver
- LiquibaseException - Exception in liquibase.exception
-
Base class for all Liquibase exceptions.
- LiquibaseException() - Constructor for exception liquibase.exception.LiquibaseException
- LiquibaseException(String) - Constructor for exception liquibase.exception.LiquibaseException
- LiquibaseException(String, Throwable) - Constructor for exception liquibase.exception.LiquibaseException
- LiquibaseException(String, Level) - Constructor for exception liquibase.exception.LiquibaseException
- LiquibaseException(Throwable) - Constructor for exception liquibase.exception.LiquibaseException
- LiquibaseExtDriver - Interface in liquibase.database
- LiquibaseFlowMojo - Class in org.liquibase.maven.plugins
-
Run a series of commands contained in one or more stages, as configured in a liquibase flow-file.
- LiquibaseFlowMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseFlowMojo
- LiquibaseFlowValidateMojo - Class in org.liquibase.maven.plugins
-
Validate a series of commands contained in one or more stages, as configured in a liquibase flow-file.
- LiquibaseFlowValidateMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseFlowValidateMojo
- LiquibaseFutureRollbackSQL - Class in org.liquibase.maven.plugins
-
Generates the SQL that is required to rollback the database to current state after the next update.
- LiquibaseFutureRollbackSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseFutureRollbackSQL
- LiquibaseGenerateChangeLogMojo - Class in org.liquibase.maven.plugins
-
Generates a changelog based on the current database schema.
- LiquibaseGenerateChangeLogMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
- LiquibaseGlobalExtension - Class in liquibase.extension.testing.testsystem.spock
- LiquibaseGlobalExtension() - Constructor for class liquibase.extension.testing.testsystem.spock.LiquibaseGlobalExtension
- LiquibaseHistoryMojo - Class in org.liquibase.maven.plugins
-
Outputs history of deployments against the configured database.
- LiquibaseHistoryMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseHistoryMojo
- LiquibaseIntegrationMethodInterceptor - Class in liquibase.extension.testing.testsystem.spock
- LiquibaseIntegrationTest - Annotation Type in liquibase.extension.testing.testsystem.spock
- LiquibaseIntegrationTestExtension - Class in liquibase.extension.testing.testsystem.spock
- LiquibaseIntegrationTestExtension() - Constructor for class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationTestExtension
- LiquibaseIntegrationTestExtension.ErrorListener - Class in liquibase.extension.testing.testsystem.spock
- LiquibaseJakartaServletListener - Class in liquibase.integration.servlet
- LiquibaseJakartaServletListener() - Constructor for class liquibase.integration.servlet.LiquibaseJakartaServletListener
- LiquibaseJakartaStatusServlet - Class in liquibase.integration.servlet
- LiquibaseJakartaStatusServlet() - Constructor for class liquibase.integration.servlet.LiquibaseJakartaStatusServlet
- LiquibaseLauncher - Class in liquibase.integration.commandline
-
Launcher which builds up the classpath needed to run Liquibase, then calls
LiquibaseCommandLine.main(String[])
. - LiquibaseLauncher() - Constructor for class liquibase.integration.commandline.LiquibaseLauncher
- LiquibaseLauncherSettings - Class in liquibase.util
-
Convenience class for reading well known Liquibase command line settings (System and/or environment properties).
- LiquibaseLauncherSettings() - Constructor for class liquibase.util.LiquibaseLauncherSettings
- LiquibaseLauncherSettings.LiquibaseLauncherSetting - Enum in liquibase.util
-
Agglutinates the different settings, i.e., environment variables or associated JVM system properties, that can be used for customizing the behavior of the class.
- LiquibaseLibraries() - Constructor for class liquibase.logging.mdc.customobjects.Version.LiquibaseLibraries
- LiquibaseLibraries(int, List<Version.Library>) - Constructor for class liquibase.logging.mdc.customobjects.Version.LiquibaseLibraries
- LiquibaseListener - Interface in liquibase.listener
-
Base interface for all the different listeners available in liquibase.
- LiquibaseListLocksMojo - Class in org.liquibase.maven.plugins
-
Lists all Liquibase updater locks on the current database.
- LiquibaseListLocksMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseListLocksMojo
- LiquibaseParseException - Exception in liquibase.exception
- LiquibaseParseException() - Constructor for exception liquibase.exception.LiquibaseParseException
- LiquibaseParseException(String) - Constructor for exception liquibase.exception.LiquibaseParseException
- LiquibaseParseException(String, Throwable) - Constructor for exception liquibase.exception.LiquibaseParseException
- LiquibaseParseException(Throwable) - Constructor for exception liquibase.exception.LiquibaseParseException
- LiquibaseParser - Interface in liquibase.parser
- liquibaseProLicenseKey - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- LiquibaseReleaseLocksMojo - Class in org.liquibase.maven.plugins
-
Removes any Liquibase updater locks from the current database.
- LiquibaseReleaseLocksMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseReleaseLocksMojo
- LiquibaseRemoteAnalyticsConfiguration - Class in liquibase.analytics.configuration
-
LiquibaseRemoteAnalyticsConfiguration is responsible for fetching and providing remote analytics configurations used by Liquibase.
- LiquibaseRemoteAnalyticsConfiguration() - Constructor for class liquibase.analytics.configuration.LiquibaseRemoteAnalyticsConfiguration
- LiquibaseReportStatusMojo - Class in org.liquibase.maven.plugins
-
Prints which changesets need to be applied to the database.
- LiquibaseReportStatusMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseReportStatusMojo
- LiquibaseRepresenter(DumperOptions) - Constructor for class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
- LiquibaseResolver() - Constructor for class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseResolver
- LiquibaseRollback - Class in org.liquibase.maven.plugins
-
Invokes Liquibase to rollback the database (and mark changesets as unapplied).
- LiquibaseRollback() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollback
- LiquibaseRollback.RollbackType - Enum in org.liquibase.maven.plugins
- LiquibaseRollbackOneChangeSetMojo - Class in org.liquibase.maven.plugins
-
Reverts (rolls back) one non-sequential changeSet made during a previous change to your database.
- LiquibaseRollbackOneChangeSetMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetMojo
- LiquibaseRollbackOneChangeSetSQL - Class in org.liquibase.maven.plugins
-
Displays the SQL which will be executed when the corresponding rollbackOneChangeSet command is executed.
- LiquibaseRollbackOneChangeSetSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetSQL
- LiquibaseRollbackOneUpdateMojo - Class in org.liquibase.maven.plugins
-
Rolls back all changesets from any specific update, if all changesets can be rolled back.
- LiquibaseRollbackOneUpdateMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateMojo
- LiquibaseRollbackOneUpdateSQL - Class in org.liquibase.maven.plugins
-
Displays the SQL which will be executed when the corresponding rollbackOneUpdate command is executed.
- LiquibaseRollbackOneUpdateSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateSQL
- LiquibaseRollbackSQL - Class in org.liquibase.maven.plugins
-
Generates the SQL that is required to rollback the database using one or more of the specified attributes 'rollbackCount', 'rollbackTag' and/or 'rollbackDate'
- LiquibaseRollbackSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollbackSQL
- liquibaseSchema - Variable in class liquibase.integration.spring.SpringLiquibase
- LiquibaseSchema - Annotation Type in liquibase.integration.cdi.annotations
- LiquibaseSchema - Annotation Type in liquibase.integration.jakarta.cdi.annotations
- liquibaseSchemaName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- LiquibaseSdkConfigurationValueProvider - Class in liquibase.extension.testing
- LiquibaseSdkConfigurationValueProvider() - Constructor for class liquibase.extension.testing.LiquibaseSdkConfigurationValueProvider
- LiquibaseSerializable - Interface in liquibase.serializer
- LiquibaseSerializable.SerializationType - Enum in liquibase.serializer
- LiquibaseSerializer - Interface in liquibase.serializer
- LiquibaseService - Annotation Type in liquibase.servicelocator
- LiquibaseServletListener - Class in liquibase.integration.servlet
-
Version of
GenericServletListener
that uses javax.servlet and NOT jakarta.servlet - LiquibaseServletListener() - Constructor for class liquibase.integration.servlet.LiquibaseServletListener
- LiquibaseSnapshotMojo - Class in org.liquibase.maven.plugins
-
The snapshot command captures the current state of the url database, which is the target database.
- LiquibaseSnapshotMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseSnapshotMojo
- LiquibaseSqlParser - Interface in liquibase.parser
- LiquibaseStatusServlet - Class in liquibase.integration.servlet
-
Version of
GenericStatusServlet
that uses javax.servlet and NOT jakarta.servlet - LiquibaseStatusServlet() - Constructor for class liquibase.integration.servlet.LiquibaseStatusServlet
- LiquibaseTableNames - Interface in liquibase.database
- LiquibaseTableNamesFactory - Class in liquibase.database
- liquibaseTablespace - Variable in class liquibase.integration.spring.SpringLiquibase
- LiquibaseTag - Class in org.liquibase.maven.plugins
-
Writes a Liquibase tag to the database.
- LiquibaseTag() - Constructor for class org.liquibase.maven.plugins.LiquibaseTag
- LiquibaseTagExistsMojo - Class in org.liquibase.maven.plugins
-
Checks for existence of the specified Liquibase tag in the database
- LiquibaseTagExistsMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseTagExistsMojo
- LiquibaseType - Annotation Type in liquibase.integration.cdi.annotations
-
Qualifier Annotation
- LiquibaseType - Annotation Type in liquibase.integration.jakarta.cdi.annotations
-
Qualifier Annotation
- LiquibaseUnexpectedChangeSetsMojo - Class in org.liquibase.maven.plugins
-
Print a list of changesets that have been executed but are not in the current changelog
- LiquibaseUnexpectedChangeSetsMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseUnexpectedChangeSetsMojo
- LiquibaseUpdate - Class in org.liquibase.maven.plugins
-
Applies the DatabaseChangeLogs to the database.
- LiquibaseUpdate() - Constructor for class org.liquibase.maven.plugins.LiquibaseUpdate
- LiquibaseUpdateSQL - Class in org.liquibase.maven.plugins
-
Generates the SQL that is required to update the database to the current version as specified in the DatabaseChangeLogs.
- LiquibaseUpdateSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseUpdateSQL
- LiquibaseUpdateTestingRollback - Class in org.liquibase.maven.plugins
-
Applies the DatabaseChangeLogs to the database, testing rollback.
- LiquibaseUpdateTestingRollback() - Constructor for class org.liquibase.maven.plugins.LiquibaseUpdateTestingRollback
- LiquibaseUtil - Class in liquibase.util
- LiquibaseUtil() - Constructor for class liquibase.util.LiquibaseUtil
- LiquibaseValidate - Class in org.liquibase.maven.plugins
-
Validates liquibase changelog
- LiquibaseValidate() - Constructor for class org.liquibase.maven.plugins.LiquibaseValidate
- LiquibaseVersionProvider() - Constructor for class liquibase.integration.commandline.LiquibaseCommandLine.LiquibaseVersionProvider
- list(String, String, boolean, boolean, boolean) - Method in interface liquibase.resource.ResourceAccessor
-
Deprecated.
- listColumns(UniqueConstraint, Database, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
- listColumns(UniqueConstraint, Database, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGeneratorSnowflake
- listConstraints(Table, DatabaseSnapshot, Schema) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
- listConstraints(Table, DatabaseSnapshot, Schema) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGeneratorSnowflake
- listFromNames(String) - Static method in class liquibase.structure.core.Column
- listLibraries(Map<String, VersionUtils.LibraryInfo>, Path, Path, Version) - Static method in class liquibase.util.VersionUtils
- listLocks() - Method in class liquibase.database.core.MockDatabase
- listLocks() - Method in class liquibase.Liquibase
-
Display change log lock information.
- listLocks() - Method in interface liquibase.lockservice.LockService
- listLocks() - Method in class liquibase.lockservice.MockLockService
- listLocks() - Method in class liquibase.lockservice.OfflineLockService
- listLocks() - Method in class liquibase.lockservice.StandardLockService
- listLocks(Database) - Static method in class liquibase.command.core.ListLocksCommandStep
-
Display change log lock information.
- ListLocksCommandStep - Class in liquibase.command.core
- ListLocksCommandStep() - Constructor for class liquibase.command.core.ListLocksCommandStep
- listUnexpectedChangeSets(String) - Method in class liquibase.Liquibase
- listUnexpectedChangeSets(Contexts, LabelExpression) - Method in class liquibase.Liquibase
- listUnexpectedChangeSets(Database, DatabaseChangeLog, Contexts, LabelExpression) - Static method in class liquibase.command.core.UnexpectedChangesetsCommandStep
- listUnrunChangeSets(Contexts) - Method in class liquibase.Liquibase
-
Deprecated.use version with LabelExpression
- listUnrunChangeSets(Contexts, LabelExpression) - Method in class liquibase.Liquibase
- listUnrunChangeSets(Contexts, LabelExpression, boolean) - Method in class liquibase.Liquibase
- listUnrunChangeSets(Contexts, LabelExpression, DatabaseChangeLog, Database) - Method in class liquibase.command.core.StatusCommandStep
- ListVisitor - Class in liquibase.changelog.visitor
- ListVisitor() - Constructor for class liquibase.changelog.visitor.ListVisitor
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.AbstractChange
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.AddColumnConfig
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.ColumnConfig
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.ConstraintsConfig
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.LoadDataColumnConfig
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.custom.CustomChangeWrapper
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.visitor.AddColumnChangeVisitor
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.ChangeSet
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.DatabaseChangeLog
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.precondition.core.PreconditionContainer
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.precondition.CustomPreconditionWrapper
- load(ParsedNode, ResourceAccessor) - Method in interface liquibase.precondition.Precondition
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.precondition.PreconditionLogic
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
- load(ParsedNode, ResourceAccessor) - Method in interface liquibase.serializer.LiquibaseSerializable
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.snapshot.DatabaseSnapshot
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.snapshot.SnapshotControl
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.AbstractDatabaseObject
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.core.Column.AutoIncrementInformation
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.core.Column
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.core.Index
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.core.UniqueConstraint
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.DatabaseObjectCollection
- loadClass(String) - Static method in class liquibase.util.OsgiUtil
-
Tries to load a class under OSGI environment.
- loadConstraints(ParsedNode) - Method in class liquibase.change.ColumnConfig
- LoadDataChange - Class in liquibase.change.core
- LoadDataChange() - Constructor for class liquibase.change.core.LoadDataChange
- LoadDataChange.LOAD_DATA_TYPE - Enum in liquibase.change.core
- LoadDataChange.LoadDataRowConfig - Class in liquibase.change.core
- LoadDataColumnConfig - Class in liquibase.change.core
- LoadDataColumnConfig() - Constructor for class liquibase.change.core.LoadDataColumnConfig
- LoadDataRowConfig(boolean, List<LoadDataColumnConfig>) - Constructor for class liquibase.change.core.LoadDataChange.LoadDataRowConfig
- loadObjects(Map<String, DatabaseObject>, Map<String, DatabaseObject>, ParsedNode, ResourceAccessor) - Method in class liquibase.snapshot.DatabaseSnapshot
- LoadUpdateDataChange - Class in liquibase.change.core
- LoadUpdateDataChange() - Constructor for class liquibase.change.core.LoadUpdateDataChange
- LOBContent(T, long) - Constructor for class liquibase.statement.ExecutablePreparedStatementBase.LOBContent
- Location - Class in liquibase.license
-
A Location is an object that has a name, and value, used to represent a license.
- Location(String, String) - Constructor for class liquibase.license.Location
- LockDatabaseChangeLogGenerator - Class in liquibase.sqlgenerator.core
- LockDatabaseChangeLogGenerator() - Constructor for class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
- LockDatabaseChangeLogStatement - Class in liquibase.statement.core
- LockDatabaseChangeLogStatement() - Constructor for class liquibase.statement.core.LockDatabaseChangeLogStatement
- LockException - Exception in liquibase.exception
- LockException(String) - Constructor for exception liquibase.exception.LockException
- LockException(String, Throwable) - Constructor for exception liquibase.exception.LockException
- LockException(Throwable) - Constructor for exception liquibase.exception.LockException
- lockService - Enum constant in enum liquibase.Scope.Attr
- LockService - Interface in liquibase.lockservice
- LockServiceCommandStep - Class in liquibase.command.core.helpers
-
Internal command step to be used on CommandStep pipeline to create lock services.
- LockServiceCommandStep() - Constructor for class liquibase.command.core.helpers.LockServiceCommandStep
- LockServiceFactory - Class in liquibase.lockservice
- LockServiceImpl - Class in liquibase.lockservice
-
Deprecated.use StandardLockService instead
- LockServiceImpl() - Constructor for class liquibase.lockservice.LockServiceImpl
-
Deprecated.
- log - Variable in class liquibase.integration.spring.SpringLiquibase
- log - Variable in class liquibase.parser.core.yaml.YamlParser
- log(Level, String, Throwable) - Method in class liquibase.integration.ant.AntTaskLogger
- log(Level, String, Throwable) - Method in class liquibase.logging.core.BufferedLogger
-
Deprecated.
- log(Level, String, Throwable) - Method in class liquibase.logging.core.CompositeLogger
- log(Level, String, Throwable) - Method in class liquibase.logging.core.JavaLogger
- log(Level, String, Throwable) - Method in class liquibase.logging.core.NoOpLogger
- log(Level, String, Throwable) - Method in interface liquibase.logging.Logger
-
Generic log method that can log at any log level
- LOG - Enum constant in enum liquibase.UpdateSummaryOutputEnum
- LOG_CHANNELS - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- LOG_FILE - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- LOG_FORMAT - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- LOG_LEVEL - Static variable in class liquibase.analytics.configuration.AnalyticsArgs
- LOG_LEVEL - Static variable in interface liquibase.configuration.ConfigurationValueConverter
-
Standard value -> java.util.logging.Level converter
- LOG_LEVEL - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- LOG_LEVEL - Static variable in class liquibase.logging.core.DefaultLoggerConfiguration
-
Deprecated.
- LOG_SEPARATOR - Static variable in class org.liquibase.maven.plugins.MavenUtils
- LogFactory - Class in liquibase.logging
- logFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- logFormat - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Sets the format of log output to console or log files.
- LogFormat - Enum in liquibase.logging
- Logger - Interface in liquibase.logging
-
Interface to class that does the actual logging.
- LOGGER - Enum constant in enum liquibase.ui.UIServiceEnum
- LoggerUIService - Class in liquibase.ui
-
Sends all UI requests to the configured Logger.
- LoggerUIService() - Constructor for class liquibase.ui.LoggerUIService
- logging - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Deprecated.Logging managed by maven
- LoggingChangeExecListener - Class in liquibase.changelog.visitor
- LoggingChangeExecListener() - Constructor for class liquibase.changelog.visitor.LoggingChangeExecListener
- LoggingExecutor - Class in liquibase.executor
-
A variant of the Executor service that does not actually modify the target database(s).
- LoggingExecutor(Executor, Writer, Database) - Constructor for class liquibase.executor.LoggingExecutor
- LoggingExecutorTextUtil - Class in liquibase.util
-
Write texts to the current logging executor
- LOGICAL_FILE_PATH - Static variable in class liquibase.changelog.DatabaseChangeLog
- LOGICAL_FILE_PATH - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- LOGICAL_FILE_PATH_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- LOGICAL_FILE_PATH_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- logLevel - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- logLevel - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Determines the minimum log level liquibase uses when logging.
- logMatch(String, String, Class<? extends AbstractFormattedChangeLogParser>) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- logMdc(String, String, String, String) - Static method in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- logMdc(String, Database) - Static method in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
- logMdcData(ChangeSet) - Method in interface liquibase.changelog.visitor.ChangeSetVisitor
- logMdcProperties(String, String, String) - Static method in class liquibase.command.core.helpers.PreCompareCommandStep
- LogMessageFilter - Interface in liquibase.logging
-
Deprecated.No longer used for filtering log messages. Log messages should be filtered for sensitive information before sending them to the log.
- logService - Enum constant in enum liquibase.Scope.Attr
- LogService - Interface in liquibase.logging
-
This service is used to create named
Logger
instances through aLogService
. - LogServiceFactory - Class in liquibase.logging.core
- logUnsupportedDatabase(Database, Class) - Static method in class liquibase.command.core.InternalSnapshotCommandStep
- LogUtil - Class in liquibase.util
- LogUtil() - Constructor for class liquibase.util.LogUtil
- LONG_IDENTIFIERS_LEGNTH - Variable in class liquibase.database.core.OracleDatabase
- longValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
- looksLikeFunctionCall(String, Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
-
Tries to find out if a given value (part a database-specific SQL statement) is just a simple literal (e.g.
- lookupExecutor(String) - Static method in class liquibase.changelog.ChangeSet
-
Look for a configuration property that matches liquibase.
.executor and if found, return its value as the executor name - lookupProvidedValue(String...) - Method in class liquibase.configuration.AbstractMapConfigurationValueProvider
-
Finds the given key in the result of
AbstractMapConfigurationValueProvider.getMap()
usingAbstractMapConfigurationValueProvider.keyMatches(String, String)
to determine key equality. - LOOP_DETECTED - Static variable in error liquibase.util.grammar.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
- LOWER_CASE - Enum constant in enum liquibase.CatalogAndSchema.CatalogAndSchemaCase
- lowerCaseFirst(String) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.uncapitalize(String)
instead - lowerOrEqualThan(ChecksumVersion) - Method in enum liquibase.ChecksumVersion
M
- main(String[]) - Static method in class liquibase.integration.commandline.LiquibaseCommandLine
- main(String[]) - Static method in class liquibase.integration.commandline.LiquibaseLauncher
- main(String[]) - Static method in class liquibase.integration.commandline.Main
-
Deprecated.Entry point.
- Main - Class in liquibase.integration.commandline
-
Deprecated.use liquibase.integration.commandline.LiquibaseCommandLine.
- Main() - Constructor for class liquibase.integration.commandline.Main
-
Deprecated.
- Main.CodePointCheck - Class in liquibase.integration.commandline
-
Deprecated.
- mapPorts(JdbcDatabaseContainer) - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
- mapRow(ResultSet, int) - Method in class liquibase.executor.jvm.ColumnMapRowMapper
- mapRow(ResultSet, int) - Method in interface liquibase.executor.jvm.RowMapper
-
Implementations must implement this method to map each row of data in the ResultSet.
- MariaDBDatabase - Class in liquibase.database.core
-
Encapsulates MySQL database support.
- MariaDBDatabase() - Constructor for class liquibase.database.core.MariaDBDatabase
- MariaDBTestSystem - Class in liquibase.extension.testing.testsystem.core
- MariaDBTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.MariaDBTestSystem
- MariaDBTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.MariaDBTestSystem
- mark(int) - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
- mark(int) - Method in class liquibase.change.NormalizingStreamV8
-
Deprecated.
- mark(int) - Method in class liquibase.changelog.PropertyExpandingStream
- MARK_FOREIGN_KEY - Static variable in class liquibase.structure.core.Index
-
Marks Index as associated with Foreign Key [FK]
- MARK_PRIMARY_KEY - Static variable in class liquibase.structure.core.Index
-
Marks Index as associated with Primary Key [PK]
- MARK_RAN - Enum constant in enum liquibase.changelog.ChangeSet.ExecType
- MARK_RAN - Enum constant in enum liquibase.changelog.ChangeSet.RunStatus
- MARK_RAN - Enum constant in enum liquibase.changelog.ChangeSet.ValidationFailOption
- MARK_RAN - Enum constant in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
- MARK_RAN - Enum constant in enum liquibase.precondition.core.PreconditionContainer.FailOption
- MARK_UNIQUE_CONSTRAINT - Static variable in class liquibase.structure.core.Index
-
Marks Index as associated with Unique Constraint [UC]
- markChangeSetExecStatus(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.database.AbstractJdbcDatabase
- markChangeSetExecStatus(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.database.core.MockDatabase
- markChangeSetExecStatus(ChangeSet, ChangeSet.ExecType) - Method in interface liquibase.database.Database
-
After the changeset has been run against the database this method will update the change log table with the information.
- MarkChangeSetRanGenerator - Class in liquibase.sqlgenerator.core
- MarkChangeSetRanGenerator() - Constructor for class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
- MarkChangeSetRanStatement - Class in liquibase.statement.core
- MarkChangeSetRanStatement(ChangeSet, ChangeSet.ExecType) - Constructor for class liquibase.statement.core.MarkChangeSetRanStatement
- markedRan(ChangeSet, DatabaseChangeLog, Database) - Method in interface liquibase.changelog.visitor.ChangeLogSyncListener
- markedRan(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
- markedRanFailed(ChangeSet, DatabaseChangeLog, Database, Exception) - Method in interface liquibase.changelog.visitor.ChangeLogSyncListener
- markNextChangeSetRan(String) - Method in class liquibase.Liquibase
- markNextChangeSetRan(String, Writer) - Method in class liquibase.Liquibase
- markNextChangeSetRan(Contexts, LabelExpression) - Method in class liquibase.Liquibase
- markNextChangeSetRan(Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- MarkNextChangesetRanCommandStep - Class in liquibase.command.core
- MarkNextChangesetRanCommandStep() - Constructor for class liquibase.command.core.MarkNextChangesetRanCommandStep
- MarkNextChangesetRanSqlCommandStep - Class in liquibase.command.core
- MarkNextChangesetRanSqlCommandStep() - Constructor for class liquibase.command.core.MarkNextChangesetRanSqlCommandStep
- MarkNextChangeSetRanTask - Class in liquibase.integration.ant
- MarkNextChangeSetRanTask() - Constructor for class liquibase.integration.ant.MarkNextChangeSetRanTask
- markSeen(ChangeSet) - Method in class liquibase.changelog.ChangeLogIterator
- markSupported() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
- markSupported() - Method in class liquibase.change.NormalizingStreamV8
-
Deprecated.
- markSupported() - Method in class liquibase.changelog.PropertyExpandingStream
- matches(String, Collection<String>) - Static method in class liquibase.util.ExpressionMatcher
-
Test provided
expression
against list ofitems
. - matches(Contexts) - Method in class liquibase.ContextExpression
-
Returns true if the passed runtime contexts match this context expression
- matches(Labels) - Method in class liquibase.LabelExpression
-
Returns true if the passed runtime labels match this label expression
- matches(DatabaseObject) - Method in class liquibase.diff.output.StandardObjectChangeFilter.Filter
- matchesAll(Collection<ContextExpression>, Contexts) - Static method in class liquibase.ContextExpression
- matchesAll(Collection<Labels>, LabelExpression) - Static method in class liquibase.LabelExpression
-
Return true if all the LabelExpression objects match the runtime
- mavenConfigurationProperties - Enum constant in enum liquibase.Scope.Attr
-
A
Map<String, String>
of arguments/configuration properties used in the maven invocation of Liquibase. - MavenLog - Class in org.liquibase.maven.plugins
- MavenLog(Log, String) - Constructor for class org.liquibase.maven.plugins.MavenLog
- MavenLog(Log, MavenLog.Level) - Constructor for class org.liquibase.maven.plugins.MavenLog
- MavenLog.Level - Enum in org.liquibase.maven.plugins
- MavenLogService - Class in org.liquibase.maven.plugins
- MavenLogService(Log) - Constructor for class org.liquibase.maven.plugins.MavenLogService
- MavenResourceAccessor - Class in org.liquibase.maven.plugins
-
Extension of
ClassLoaderResourceAccessor
for Maven which will use a default or user specifiedClassLoader
to load files/resources. - MavenResourceAccessor(ClassLoader) - Constructor for class org.liquibase.maven.plugins.MavenResourceAccessor
- MavenUi - Class in org.liquibase.maven.plugins
- MavenUi(Log) - Constructor for class org.liquibase.maven.plugins.MavenUi
- MavenUtils - Class in org.liquibase.maven.plugins
-
A Utilities class for Maven plugins.
- MavenUtils() - Constructor for class org.liquibase.maven.plugins.MavenUtils
- MAX_CHAR_SIZE_IN_BYTES - Static variable in class liquibase.io.EmptyLineAndCommentSkippingInputStream
- MAX_DEPTH - Static variable in class liquibase.changelog.DatabaseChangeLog
- MAX_LOG_LENGTH - Static variable in class liquibase.logging.core.BufferedLogService
-
Deprecated.
- maxNextCharInd - Variable in class liquibase.util.grammar.SimpleCharStream
- maxParameters() - Element in annotation type liquibase.datatype.DataTypeInfo
- maxStreamGobblerOutput - Variable in class liquibase.change.core.ExecuteShellCommandChange
- MD5Util - Class in liquibase.util
-
Generates md5-sums based on a string.
- MD5Util() - Constructor for class liquibase.util.MD5Util
- MDC_NAME - Static variable in class liquibase.changelog.filter.DbmsChangeSetFilter
- MdcChangeset - Class in liquibase.logging.mdc.customobjects
- MdcChangeset() - Constructor for class liquibase.logging.mdc.customobjects.MdcChangeset
- MdcChangesetExtended - Class in liquibase.logging.mdc.customobjects
- MdcChangesetExtended(String, String, String, String, String) - Constructor for class liquibase.logging.mdc.customobjects.MdcChangesetExtended
- MdcKey - Class in liquibase.logging.mdc
- MdcKey() - Constructor for class liquibase.logging.mdc.MdcKey
- MdcManager - Interface in liquibase.logging.mdc
- MdcManagerFactory - Class in liquibase.logging.mdc
- MdcObject - Class in liquibase.logging.mdc
- MdcObject(String, Object) - Constructor for class liquibase.logging.mdc.MdcObject
- MdcValue - Class in liquibase.logging.mdc
- MdcValue() - Constructor for class liquibase.logging.mdc.MdcValue
- MediumIntType - Class in liquibase.datatype.core
- MediumIntType() - Constructor for class liquibase.datatype.core.MediumIntType
- merge(SnapshotCommand.SnapshotCommandResult) - Method in class liquibase.command.core.SnapshotCommand.SnapshotCommandResult
-
Deprecated.
- merge(DatabaseSnapshot) - Method in class liquibase.snapshot.DatabaseSnapshot
-
Method which merges two object snapshot models into one
- MergeColumnChange - Class in liquibase.change.core
-
Combines data from two existing columns into a new column and drops the original columns.
- MergeColumnChange() - Constructor for class liquibase.change.core.MergeColumnChange
- message - Variable in class liquibase.command.CommandResult
-
Deprecated.
- messages - Variable in class liquibase.license.LicenseInstallResult
- METADATA_DEFERRABILITY - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- METADATA_DELETE_RULE - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- METADATA_FKCOLUMN_NAME - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- METADATA_FKTABLE_CAT - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- METADATA_FKTABLE_NAME - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- METADATA_FKTABLE_SCHEM - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- METADATA_PKCOLUMN_NAME - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- METADATA_PKTABLE_CAT - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- METADATA_PKTABLE_NAME - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- METADATA_PKTABLE_SCHEM - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- METADATA_UPDATE_RULE - Static variable in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- MigrationFailedException - Exception in liquibase.exception
- MigrationFailedException() - Constructor for exception liquibase.exception.MigrationFailedException
- MigrationFailedException(ChangeSet, String) - Constructor for exception liquibase.exception.MigrationFailedException
- MigrationFailedException(ChangeSet, String, Throwable) - Constructor for exception liquibase.exception.MigrationFailedException
- MigrationFailedException(ChangeSet, Throwable) - Constructor for exception liquibase.exception.MigrationFailedException
- migrationSqlOutputFile - Variable in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncSQLMojo
-
The file to output the Migration SQL script to, if it exists it will be overwritten.
- migrationSqlOutputFile - Variable in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagSQLMojo
-
The file to output the Migration SQL script to, if it exists it will be overwritten.
- migrationSqlOutputFile - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackSQL
-
The file to output the Rollback SQL script to, if it exists it will be overwritten.
- migrationSqlOutputFile - Variable in class org.liquibase.maven.plugins.LiquibaseUpdateSQL
-
The file to output the Migration SQL script to, if it exists it will be overwritten.
- MIN_DEPTH - Static variable in class liquibase.changelog.DatabaseChangeLog
- MINGW64 - Static variable in class liquibase.ui.ConsoleUIService
- MINIMUM_DBMS_MAJOR_VERSION - Static variable in class liquibase.database.core.PostgresDatabase
- MINIMUM_DBMS_MINOR_VERSION - Static variable in class liquibase.database.core.PostgresDatabase
- minParameters() - Element in annotation type liquibase.datatype.DataTypeInfo
- MINTTY - Static variable in class liquibase.ui.ConsoleUIService
- MIRROR_CONSOLE_MESSAGES_TO_LOG - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- MISSING_PROPERTY_MODE - Static variable in class liquibase.parser.ChangeLogParserConfiguration
- MissingColumnChangeGenerator - Class in liquibase.diff.output.changelog.core
- MissingColumnChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
- MissingDataChangeGenerator - Class in liquibase.diff.output.changelog.core
- MissingDataChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingDataChangeGenerator
- MissingDataExternalFileChangeGenerator - Class in liquibase.diff.output.changelog.core
- MissingDataExternalFileChangeGenerator(String) - Constructor for class liquibase.diff.output.changelog.core.MissingDataExternalFileChangeGenerator
- MissingForeignKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
- MissingForeignKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator
- MissingIndexChangeGenerator - Class in liquibase.diff.output.changelog.core
- MissingIndexChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
- MissingObjectChangeGenerator - Interface in liquibase.diff.output.changelog
- MissingPrimaryKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
- MissingPrimaryKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
- MissingRequiredArgumentException - Exception in liquibase.exception
-
Exception indicating that the required argument is missing.
- MissingRequiredArgumentException(String) - Constructor for exception liquibase.exception.MissingRequiredArgumentException
- MissingSequenceChangeGenerator - Class in liquibase.diff.output.changelog.core
- MissingSequenceChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
- MissingSequenceChangeGeneratorSnowflake - Class in liquibase.diff.output.changelog.core
- MissingSequenceChangeGeneratorSnowflake() - Constructor for class liquibase.diff.output.changelog.core.MissingSequenceChangeGeneratorSnowflake
- MissingTableChangeGenerator - Class in liquibase.diff.output.changelog.core
- MissingTableChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
- MissingUniqueConstraintChangeGenerator - Class in liquibase.diff.output.changelog.core
- MissingUniqueConstraintChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
- MissingViewChangeGenerator - Class in liquibase.diff.output.changelog.core
- MissingViewChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
- MockChangeLogHistoryService - Class in liquibase.changelog
- MockChangeLogHistoryService() - Constructor for class liquibase.changelog.MockChangeLogHistoryService
- MockConsoleWrapper - Class in liquibase.ui
- MockConsoleWrapper(String...) - Constructor for class liquibase.ui.MockConsoleWrapper
- MockDatabase - Class in liquibase.database.core
-
A DBMS that effectively does nothing, but it is useful for tests where everything should work in the same way for all databases.
- MockDatabase() - Constructor for class liquibase.database.core.MockDatabase
- MockDatabaseConnection - Class in liquibase.database
- MockDatabaseConnection() - Constructor for class liquibase.database.MockDatabaseConnection
- MockExecutor - Class in liquibase.sdk.executor
- MockExecutor() - Constructor for class liquibase.sdk.executor.MockExecutor
- MockLockService - Class in liquibase.lockservice
- MockLockService() - Constructor for class liquibase.lockservice.MockLockService
- MockResource - Class in liquibase.sdk.resource
- MockResource(String, String) - Constructor for class liquibase.sdk.resource.MockResource
- MockResourceAccessor - Class in liquibase.sdk.resource
- MockResourceAccessor() - Constructor for class liquibase.sdk.resource.MockResourceAccessor
- MockResourceAccessor(Map<String, String>) - Constructor for class liquibase.sdk.resource.MockResourceAccessor
- modifiedBundle(Bundle, BundleEvent, Activator.LiquibaseBundle) - Method in class liquibase.osgi.Activator
- modify(ChangeVisitor) - Method in class liquibase.change.AbstractChange
- modify(ChangeVisitor) - Method in interface liquibase.change.Change
- modify(ChangeVisitor) - Method in class liquibase.change.core.AddColumnChange
- MODIFY_CHANGE_SETS - Static variable in class liquibase.changelog.DatabaseChangeLog
- modifyChangeSet(ChangeSet) - Method in class liquibase.executor.AbstractExecutor
-
Allow this Executor to make any needed changes to the changeset.
- modifyChangeSet(ChangeSet) - Method in interface liquibase.executor.Executor
-
Allow this Executor to make any needed changes to the changeset
- modifyChangeSets(ChangeSet, ModifyChangeSets) - Method in interface liquibase.changeset.ChangeSetService
-
Given a change set and a ModifyChangeSets instance, perform the modifications
- modifyChangeSets(ChangeSet, ModifyChangeSets) - Method in class liquibase.changeset.StandardChangeSetService
- ModifyChangeSets - Class in liquibase.changelog
-
Container class to handle the modifyChangeSets tag.
- ModifyChangeSets(String, String) - Constructor for class liquibase.changelog.ModifyChangeSets
- ModifyChangeSets(ParsedNode) - Constructor for class liquibase.changelog.ModifyChangeSets
- ModifyDataTypeChange - Class in liquibase.change.core
- ModifyDataTypeChange() - Constructor for class liquibase.change.core.ModifyDataTypeChange
- ModifyDataTypeGenerator - Class in liquibase.sqlgenerator.core
- ModifyDataTypeGenerator() - Constructor for class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
- ModifyDataTypeStatement - Class in liquibase.statement.core
- ModifyDataTypeStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.ModifyDataTypeStatement
- modifySql(String, Database) - Method in class liquibase.sql.visitor.AppendSqlIfNotPresentVisitor
- modifySql(String, Database) - Method in class liquibase.sql.visitor.AppendSqlVisitor
- modifySql(String, Database) - Method in class liquibase.sql.visitor.PrependSqlVisitor
- modifySql(String, Database) - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
- modifySql(String, Database) - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
- modifySql(String, Database) - Method in interface liquibase.sql.visitor.SqlVisitor
- mojoExecution - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- MONITOR_PERFORMANCE - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- MSG_COULD_NOT_RELEASE_LOCK - Static variable in class liquibase.Liquibase
- MSSQL_DEFAULT_TCP_PORT - Static variable in class liquibase.database.core.MSSQLDatabase
- MSSQL_TYPE_TIME_DEFAULT_PRECISION - Static variable in class liquibase.datatype.core.TimeType
- MSSQL2008 - Static variable in class liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS
- MSSQL2012 - Static variable in class liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS
- MSSQL2014 - Static variable in class liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS
- MSSQL2016 - Static variable in class liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS
- MSSQL2017 - Static variable in class liquibase.database.core.MSSQLDatabase.MSSQL_SERVER_VERSIONS
- MSSQLDatabase - Class in liquibase.database.core
-
Encapsulates MS-SQL database support.
- MSSQLDatabase() - Constructor for class liquibase.database.core.MSSQLDatabase
- MSSQLDatabase.MSSQL_SERVER_VERSIONS - Class in liquibase.database.core
- MSSQLTestSystem - Class in liquibase.extension.testing.testsystem.core
- MSSQLTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.MSSQLTestSystem
- MSSQLTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.MSSQLTestSystem
- MSYSTEM - Static variable in class liquibase.ui.ConsoleUIService
- MULTI_LINE_COMMENT - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- MultiTenantSpringLiquibase - Class in liquibase.integration.spring
-
A wrapper of Liquibase suitable in multi-tenant environments where multiple data sources represent tenants.
- MultiTenantSpringLiquibase() - Constructor for class liquibase.integration.spring.MultiTenantSpringLiquibase
- mustEqualExisting() - Element in annotation type liquibase.change.DatabaseChangeProperty
-
Value to put into
ChangeParameterMetaData.getMustEqualExisting()
- mustQuoteObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
- mustQuoteObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.AbstractDb2Database
- mustQuoteObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.H2Database
- mustQuoteObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MySQLDatabase
- mustQuoteObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.SybaseDatabase
- MySQLDatabase - Class in liquibase.database.core
-
Encapsulates MySQL database support.
- MySQLDatabase() - Constructor for class liquibase.database.core.MySQLDatabase
- MySQLTestSystem - Class in liquibase.extension.testing.testsystem.core
- MySQLTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.MySQLTestSystem
- MySQLTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.MySQLTestSystem
N
- name - Variable in class liquibase.license.Location
- name - Variable in class liquibase.ObjectMetaData.Attribute
-
Name of the attribute.
- name - Variable in class liquibase.util.VersionUtils.LibraryInfo
- name() - Element in annotation type liquibase.change.DatabaseChange
-
Value to put into
ChangeMetaData.getName()
- name() - Element in annotation type liquibase.datatype.DataTypeInfo
- name() - Element in annotation type liquibase.integration.cdi.annotations.LiquibaseSchema
- name() - Element in annotation type liquibase.integration.jakarta.cdi.annotations.LiquibaseSchema
- NAME - Static variable in class liquibase.changelog.DatabaseChangeLog
- NAME - Static variable in class liquibase.extension.testing.testsystem.command.TestSystemDownCommand
- NAME - Static variable in class liquibase.extension.testing.testsystem.command.TestSystemUpCommand
- NAME_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- NAME_PATTERN - Static variable in class liquibase.util.SqlUtil
- NAME_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- NAMED_FIELD - Enum constant in enum liquibase.serializer.LiquibaseSerializable.SerializationType
- nameMatches(DatabaseObject, DatabaseObject, Database) - Static method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
- NamespaceDetails - Interface in liquibase.parser
- NamespaceDetailsFactory - Class in liquibase.parser
- namespaceMatches(ParsedNode, String) - Method in class liquibase.parser.core.ParsedNode
- nativeSQL(String) - Method in interface liquibase.database.DatabaseConnection
- nativeSQL(String) - Method in class liquibase.database.jvm.JdbcConnection
- nativeSQL(String) - Method in class liquibase.database.jvm.SybaseASAConnection
- nativeSQL(String) - Method in class liquibase.database.MockDatabaseConnection
- nativeSQL(String) - Method in class liquibase.database.OfflineConnection
- NCharType - Class in liquibase.datatype.core
- NCharType() - Constructor for class liquibase.datatype.core.NCharType
- needsPreparedStatement() - Method in class liquibase.change.core.LoadDataChange.LoadDataRowConfig
- NESTED_OBJECT - Enum constant in enum liquibase.serializer.LiquibaseSerializable.SerializationType
- NetUtil - Class in liquibase.util
- newCliChangelogParameters - Static variable in class liquibase.integration.commandline.Main
-
Deprecated.
- NEWEST - Enum constant in enum liquibase.TagVersionEnum
- newToken(int) - Static method in class liquibase.util.grammar.Token
- newToken(int, String) - Static method in class liquibase.util.grammar.Token
-
Returns a new Token object, by default.
- next - Variable in class liquibase.util.grammar.Token
-
A reference to the next regular (non-special) token from the input stream.
- next() - Method in class liquibase.util.StringClauses.ClauseIterator
- nextNonWhitespace() - Method in class liquibase.util.StringClauses.ClauseIterator
- NO_PREFIX_PATTERN - Static variable in class liquibase.command.CommandScope
- nodeMatches(ParsedNode, String, String) - Method in class liquibase.parser.core.ParsedNode
-
Matches the namespace and name of this node.
- NODENAME_COLUMN - Static variable in class liquibase.change.AbstractChange
- NONE - Static variable in class liquibase.change.ChangeParameterMetaData
- NONE - Static variable in interface liquibase.configuration.ConfigurationValueObfuscator
-
Not really an obfuscator -- simply returns the passed value directly.
- nonPrintableStyle - Variable in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
- NoOpAnalyticsListener - Class in liquibase.analytics
- NoOpAnalyticsListener() - Constructor for class liquibase.analytics.NoOpAnalyticsListener
- NoOpLogger - Class in liquibase.logging.core
-
Logger which does nothing with the log records it is provided.
- NoOpLogger() - Constructor for class liquibase.logging.core.NoOpLogger
- NoOpLogService - Class in liquibase.logging.core
-
Log service for the
NoOpLogger
which does nothing with the log records it is provided. - NoOpLogService() - Constructor for class liquibase.logging.core.NoOpLogService
- NoOpMdcManager - Class in liquibase.logging.mdc
-
Default MDC manager, which does nothing.
- NoOpMdcManager() - Constructor for class liquibase.logging.mdc.NoOpMdcManager
- normalize(String) - Static method in class liquibase.util.FilenameUtil
-
Normalizes a path, removing double and single dot path steps as well as standardizing on "/" for a slash.
- normalizeLineEndings(String) - Method in class liquibase.change.AbstractSQLChange
- normalizePath(String) - Static method in class liquibase.changelog.DatabaseChangeLog
- NormalizingStream(InputStream) - Constructor for class liquibase.change.AbstractSQLChange.NormalizingStream
- NormalizingStream(String, Boolean, Boolean, InputStream) - Constructor for class liquibase.change.AbstractSQLChange.NormalizingStream
-
Deprecated.
- NormalizingStreamV8 - Class in liquibase.change
-
Deprecated.
- NormalizingStreamV8(String, Boolean, Boolean, InputStream) - Constructor for class liquibase.change.NormalizingStreamV8
-
Deprecated.
- NOT_RAN - Enum constant in enum liquibase.changelog.ChangeSet.RunStatus
- notApplied - Enum constant in enum liquibase.change.ChangeStatus.Status
- notes() - Element in annotation type liquibase.change.DatabaseChangeNote
- NotFoundResource(String, ResourceAccessor) - Constructor for class liquibase.resource.ResourceAccessor.NotFoundResource
- NotInChangeLogChangeSetFilter - Class in liquibase.changelog.filter
- NotInChangeLogChangeSetFilter(DatabaseChangeLog) - Constructor for class liquibase.changelog.filter.NotInChangeLogChangeSetFilter
- notNull(Object, String) - Static method in class liquibase.util.Validate
-
Throws exception if passed object is null
- NotNullConstraint - Class in liquibase.statement
- NotNullConstraint() - Constructor for class liquibase.statement.NotNullConstraint
- NotNullConstraint(String) - Constructor for class liquibase.statement.NotNullConstraint
- NotNullConstraint(String, boolean) - Constructor for class liquibase.statement.NotNullConstraint
- NotPrecondition - Class in liquibase.precondition.core
-
Class for controling "not" logic in preconditions.
- NotPrecondition() - Constructor for class liquibase.precondition.core.NotPrecondition
- NotRanChangeSetFilter - Class in liquibase.changelog.filter
- NotRanChangeSetFilter(List<RanChangeSet>) - Constructor for class liquibase.changelog.filter.NotRanChangeSetFilter
- NowAndTodayUtil - Class in liquibase.util
-
Handles 'NOW' and 'TODAY' for Date / Time type columns
- numberToSql(Number, Database) - Method in class liquibase.datatype.LiquibaseDataType
- NumberType - Class in liquibase.datatype.core
- NumberType() - Constructor for class liquibase.datatype.core.NumberType
- NumberUtil - Class in liquibase.util
-
Miscellaneous utility methods for number conversion and parsing.
- NumberUtil() - Constructor for class liquibase.util.NumberUtil
- NumberUtils - Class in liquibase.util
-
Deprecated.use
NumberUtil
- NumberUtils() - Constructor for class liquibase.util.NumberUtils
-
Deprecated.
- NUMERIC - Enum constant in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
- NVarcharType - Class in liquibase.datatype.core
- NVarcharType() - Constructor for class liquibase.datatype.core.NVarcharType
O
- obfuscate(DataType) - Method in interface liquibase.configuration.ConfigurationValueObfuscator
-
Return an "obfuscated" version of the given value, suitable for logging or storing in non-secure environments.
- OBJECT_CHANGE_FILTER_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
- OBJECT_CHANGE_FILTER_RESULT - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
- ObjectChangeFilter - Interface in liquibase.diff.output
- ObjectDifferences - Class in liquibase.diff
- ObjectDifferences(CompareControl) - Constructor for class liquibase.diff.ObjectDifferences
- ObjectDifferences.CompareFunction - Interface in liquibase.diff
- ObjectDifferences.DatabaseObjectNameCompareFunction - Class in liquibase.diff
- ObjectDifferences.DataTypeCompareFunction - Class in liquibase.diff
- ObjectDifferences.OrderedCollectionCompareFunction - Class in liquibase.diff
- ObjectDifferences.StandardCompareFunction - Class in liquibase.diff
- ObjectDifferences.ToStringCompareFunction - Class in liquibase.diff
- ObjectDifferences.UnOrderedCollectionCompareFunction - Class in liquibase.diff
- ObjectMetaData - Class in liquibase
-
Contains metadata about an
ExtensibleObject
. - ObjectMetaData() - Constructor for class liquibase.ObjectMetaData
- ObjectMetaData.Attribute - Class in liquibase
-
Metadata about a particular attribute.
- ObjectQuotingStrategy - Enum in liquibase.database
-
Strategy regards quoting object names e.g. table, column, index names etc.
- ObjectQuotingStrategyPrecondition - Class in liquibase.precondition.core
- ObjectQuotingStrategyPrecondition() - Constructor for class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
- objectToSql(Object, Database) - Method in class liquibase.common.datatype.DataTypeWrapper
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.BigIntType
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.BlobType
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.BooleanType
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.CharType
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.ClobType
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.DatabaseFunctionType
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.DateTimeType
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.DateType
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.IntType
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.MediumIntType
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.SmallIntType
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.TimeType
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.TinyIntType
- objectToSql(Object, Database) - Method in class liquibase.datatype.core.UnknownType
- objectToSql(Object, Database) - Method in class liquibase.datatype.LiquibaseDataType
-
Returns the value object in a format to include in SQL.
- ObjectUtil - Class in liquibase.util
-
Various methods that make it easier to read and write object properties using the propertyName, instead of having to look up the correct reader/writer methods manually first.
- ObjectUtil() - Constructor for class liquibase.util.ObjectUtil
- obtainDatabase(CommandScope) - Method in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
Try to retrieve and set the database object from the command scope, otherwise creates a new one .
- obtainSequencesInformation(Database, Schema, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ColumnAutoIncrementService
-
If the database support autoincrement columns details (as starts with and increment by), this method returns the detailed information about them.
- of(T, U) - Static method in class liquibase.database.jvm.ConnectionPatterns.PatternPair
- OFF - Enum constant in enum liquibase.SupportsMethodValidationLevelsEnum
- OFF - Enum constant in enum liquibase.UpdateSummaryEnum
- OfflineChangeLogHistoryService - Class in liquibase.changelog
- OfflineChangeLogHistoryService(Database, File, boolean, boolean) - Constructor for class liquibase.changelog.OfflineChangeLogHistoryService
- OfflineConnection - Class in liquibase.database
- OfflineConnection() - Constructor for class liquibase.database.OfflineConnection
- OfflineConnection(String, ResourceAccessor) - Constructor for class liquibase.database.OfflineConnection
- OfflineLockService - Class in liquibase.lockservice
- OfflineLockService() - Constructor for class liquibase.lockservice.OfflineLockService
- OLDEST - Enum constant in enum liquibase.TagVersionEnum
- ON_ERROR - Static variable in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- ON_ERROR_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ON_ERROR_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ON_FAIL - Static variable in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- ON_FAIL_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ON_FAIL_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ON_MISSING_INCLUDE_CHANGELOG - Static variable in class liquibase.parser.ChangeLogParserConfiguration
- ON_MISSING_SQL_FILE - Static variable in class liquibase.parser.ChangeLogParserConfiguration
- ON_SQL_OUTPUT - Static variable in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- ON_UPDATE - Static variable in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- onStartup() - Method in class liquibase.integration.cdi.CDILiquibase
- onStartup() - Method in class liquibase.integration.jakarta.cdi.CDILiquibase
- open(String, Driver, Properties) - Method in interface liquibase.database.DatabaseConnection
- open(String, Driver, Properties) - Method in class liquibase.database.jvm.JdbcConnection
- open(String, Driver, Properties) - Method in class liquibase.database.MockDatabaseConnection
- open(String, Driver, Properties) - Method in class liquibase.database.OfflineConnection
- openChangeLogFile(String, ResourceAccessor) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- openConnection(String, String, String, String, String, String, String, ResourceAccessor) - Method in class liquibase.database.DatabaseFactory
- openConnection(String, String, String, String, Properties, ResourceAccessor) - Method in class liquibase.database.DatabaseFactory
- openConnection(String, String, String, String, ResourceAccessor) - Method in class liquibase.database.DatabaseFactory
- openDatabase(String, String, String, String, String, String, String, ResourceAccessor) - Method in class liquibase.database.DatabaseFactory
- openDatabase(String, String, String, String, Properties, ResourceAccessor) - Method in class liquibase.database.DatabaseFactory
- openDatabase(String, String, String, String, ResourceAccessor) - Method in class liquibase.database.DatabaseFactory
- openInputStream() - Method in class liquibase.resource.PathResource
- openInputStream() - Method in interface liquibase.resource.Resource
-
Opens an input stream to read from this resource.
- openInputStream() - Method in class liquibase.resource.ResourceAccessor.NotFoundResource
- openInputStream() - Method in class liquibase.resource.URIResource
- openInputStream() - Method in class liquibase.sdk.resource.MockResource
- OpenOptions - Class in liquibase.resource
-
Defines the options for opening
Resource
s in Liquibase. - OpenOptions() - Constructor for class liquibase.resource.OpenOptions
-
Use default options of truncate = true, createIfNeeded = true;
- openOutputStream(boolean) - Method in interface liquibase.resource.Resource
-
Deprecated.
- openOutputStream(OpenOptions) - Method in class liquibase.resource.AbstractResource
- openOutputStream(OpenOptions) - Method in class liquibase.resource.PathResource
- openOutputStream(OpenOptions) - Method in interface liquibase.resource.Resource
-
Opens an output stream given the passed
OpenOptions
. - openOutputStream(OpenOptions) - Method in class liquibase.resource.ResourceAccessor.NotFoundResource
- openResourceOutputStream(String, boolean) - Method in class liquibase.resource.PathHandlerFactory
-
Deprecated.
- openResourceOutputStream(String, OpenOptions) - Method in class liquibase.resource.PathHandlerFactory
-
Returns the outputStream from
PathHandlerFactory.getResource(String)
, using settings from the passedOpenOptions
. - openSetupConnection() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Opens a connection with valid permissions for the
DatabaseTestSystem.setup()
logic. - openSqlStream() - Method in class liquibase.change.AbstractSQLChange
- openSqlStream() - Method in class liquibase.change.core.CreateProcedureChange
- openSqlStream() - Method in class liquibase.change.core.CreateViewChange
- openSqlStream() - Method in class liquibase.change.core.SQLFileChange
- openStream(String, Boolean, ChangeSet, ResourceAccessor) - Static method in class liquibase.util.StreamUtil
-
Deprecated.
- openStream(String, String) - Method in interface liquibase.resource.ResourceAccessor
-
Deprecated.
- openStreams(String, String) - Method in interface liquibase.resource.ResourceAccessor
-
Deprecated.
- OPERATION_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
- OPERATION_START_TIME - Static variable in class liquibase.logging.mdc.MdcKey
- OPERATION_STOP_TIME - Static variable in class liquibase.logging.mdc.MdcKey
- OperationInfo - Class in liquibase.report
- OperationInfo() - Constructor for class liquibase.report.OperationInfo
- optional() - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Mark argument as optional.
- ORACLE_12C_MAJOR_VERSION - Static variable in class liquibase.database.core.OracleDatabase
- ORACLE_23C_MAJOR_VERSION - Static variable in class liquibase.database.core.OracleDatabase
- OracleDatabase - Class in liquibase.database.core
-
Encapsulates Oracle database support.
- OracleDatabase() - Constructor for class liquibase.database.core.OracleDatabase
-
Default constructor for an object that represents the Oracle Database DBMS.
- OracleTestSystem - Class in liquibase.extension.testing.testsystem.core
- OracleTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.OracleTestSystem
- OracleTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.OracleTestSystem
- ORDER_ATTRIBUTE - Static variable in class liquibase.diff.output.changelog.DiffToChangeLog
- ORDER_DEFAULT - Static variable in interface liquibase.command.CommandStep
-
Deprecated.
- ORDER_NOT_APPLICABLE - Static variable in interface liquibase.command.CommandStep
-
Deprecated.
- OrderedCollectionCompareFunction(ObjectDifferences.StandardCompareFunction) - Constructor for class liquibase.diff.ObjectDifferences.OrderedCollectionCompareFunction
- org.liquibase.liquibase_maven_plugin - package org.liquibase.liquibase_maven_plugin
- org.liquibase.maven.plugins - package org.liquibase.maven.plugins
- org.liquibase.maven.property - package org.liquibase.maven.property
- org.liquibase.maven.provider - package org.liquibase.maven.provider
- ORIGINAL_CASE - Enum constant in enum liquibase.CatalogAndSchema.CatalogAndSchemaCase
- OrPrecondition - Class in liquibase.precondition.core
-
Class for controlling "or" logic in preconditions.
- OrPrecondition() - Constructor for class liquibase.precondition.core.OrPrecondition
- OSGIContainerChecker() - Constructor for class liquibase.osgi.Activator.OSGIContainerChecker
-
Deprecated.
- osgiPlatform - Enum constant in enum liquibase.Scope.Attr
- OSGiResourceAccessor - Class in liquibase.resource
- OSGiResourceAccessor(Bundle) - Constructor for class liquibase.resource.OSGiResourceAccessor
- OsgiUtil - Class in liquibase.util
- OTHER - Enum constant in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
- otherToSql(Object, Database) - Method in class liquibase.datatype.core.UUIDType
- otherToSql(Object, Database) - Method in class liquibase.datatype.core.XMLType
- otherToSql(Object, Database) - Method in class liquibase.datatype.LiquibaseDataType
- OUTPUT_DEFAULT_CATALOG_ARG - Static variable in class liquibase.command.core.ChangelogSyncSqlCommandStep
- OUTPUT_DEFAULT_CATALOG_ARG - Static variable in class liquibase.command.core.FutureRollbackCountSqlCommandStep
- OUTPUT_DEFAULT_CATALOG_ARG - Static variable in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
- OUTPUT_DEFAULT_CATALOG_ARG - Static variable in class liquibase.command.core.FutureRollbackSqlCommandStep
- OUTPUT_DEFAULT_CATALOG_ARG - Static variable in class liquibase.command.core.RollbackCountSqlCommandStep
- OUTPUT_DEFAULT_CATALOG_ARG - Static variable in class liquibase.command.core.RollbackSqlCommandStep
- OUTPUT_DEFAULT_CATALOG_ARG - Static variable in class liquibase.command.core.RollbackToDateSqlCommandStep
- OUTPUT_DEFAULT_CATALOG_ARG - Static variable in class liquibase.command.core.UpdateCountSqlCommandStep
- OUTPUT_DEFAULT_CATALOG_ARG - Static variable in class liquibase.command.core.UpdateSqlCommandStep
- OUTPUT_DEFAULT_CATALOG_ARG - Static variable in class liquibase.command.core.UpdateToTagSqlCommandStep
- OUTPUT_DEFAULT_SCHEMA_ARG - Static variable in class liquibase.command.core.ChangelogSyncSqlCommandStep
- OUTPUT_DEFAULT_SCHEMA_ARG - Static variable in class liquibase.command.core.FutureRollbackCountSqlCommandStep
- OUTPUT_DEFAULT_SCHEMA_ARG - Static variable in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
- OUTPUT_DEFAULT_SCHEMA_ARG - Static variable in class liquibase.command.core.FutureRollbackSqlCommandStep
- OUTPUT_DEFAULT_SCHEMA_ARG - Static variable in class liquibase.command.core.RollbackCountSqlCommandStep
- OUTPUT_DEFAULT_SCHEMA_ARG - Static variable in class liquibase.command.core.RollbackSqlCommandStep
- OUTPUT_DEFAULT_SCHEMA_ARG - Static variable in class liquibase.command.core.RollbackToDateSqlCommandStep
- OUTPUT_DEFAULT_SCHEMA_ARG - Static variable in class liquibase.command.core.UpdateCountSqlCommandStep
- OUTPUT_DEFAULT_SCHEMA_ARG - Static variable in class liquibase.command.core.UpdateSqlCommandStep
- OUTPUT_DEFAULT_SCHEMA_ARG - Static variable in class liquibase.command.core.UpdateToTagSqlCommandStep
- OUTPUT_DIRECTORY_ARG - Static variable in class liquibase.command.core.DbDocCommandStep
- OUTPUT_ENCODING - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- OUTPUT_FILE - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- OUTPUT_FILE - Static variable in class liquibase.logging.mdc.MdcKey
- OUTPUT_FILE_ENCODING - Static variable in class liquibase.GlobalConfiguration
- OUTPUT_FILE_ENCODING - Static variable in class liquibase.logging.mdc.MdcKey
- OUTPUT_LINE_SEPARATOR - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- OUTPUT_LINE_SEPARATOR - Static variable in class liquibase.GlobalConfiguration
- OUTPUT_SCHEMAS - Static variable in class liquibase.logging.mdc.MdcKey
- OUTPUT_SCHEMAS_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
- OUTPUT_WRITER - Static variable in class liquibase.command.core.UpdateSqlCommandStep
- outputBestPracticeMessage() - Method in class liquibase.command.core.helpers.DiffOutputControlCommandStep
- OutputChange - Class in liquibase.change.core
- OutputChange() - Constructor for class liquibase.change.core.OutputChange
- outputChangeLogFile - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
The target change log file to output to.
- outputDefaultCatalog - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- outputDefaultCatalog - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to ignore the catalog/database name.
- outputDefaultSchema - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- outputDefaultSchema - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to ignore the schema name.
- outputDir - Variable in class liquibase.dbdoc.ChangeLogWriter
- outputDir - Variable in class liquibase.dbdoc.HTMLWriter
- outputFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- outputFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseFlowMojo
- outputFile - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
- outputFile - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Write the output of the diff to a file
- outputFile - Variable in class org.liquibase.maven.plugins.LiquibaseDbclHistoryMojo
- outputFile - Variable in class org.liquibase.maven.plugins.LiquibaseFutureRollbackSQL
-
The file to output the Rollback SQL script to, if it exists it will be overwritten.
- outputFile - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetSQL
-
Specifies the path to the generated SQL output file.
- outputFile - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateSQL
-
Specifies the path to the generated SQL output file.
- outputFile - Variable in class org.liquibase.maven.plugins.LiquibaseSnapshotMojo
-
Specifies the file path to where the snapshot JSON or YAML will be written.
- outputFileEncoding - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
A flag which indicates you want to set the character encoding of the output file during the updateSQL phase.
- OutputFileHandler - Interface in liquibase.io
-
The OutputFileHandler interface defines methods for handling log output files in Liquibase.
- OutputFileHandlerFactory - Class in liquibase.io
- OutputFileHandlerFactory() - Constructor for class liquibase.io.OutputFileHandlerFactory
- outputHeader(String) - Method in class liquibase.Liquibase
-
Deprecated.use {@link LoggingExecutorTextUtil#outputHeader(String, Database, String))}
- outputHeader(String, Database, String) - Static method in class liquibase.util.LoggingExecutorTextUtil
- outputObjects(List, Class, StringBuilder) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
- outputSchemas - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Output schemas names.
- outputSchemasAs - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- outputServices - Variable in class liquibase.ui.CompositeUIService
- outputStream - Variable in class liquibase.io.StandardOutputFileHandler
- OutputWriterCommandStep - Class in liquibase.command.core.helpers
-
This helper class can be run prior to any command (but usually the *-sql commands, like update-sql) to redirect the SQL to the console, rather than running it against an actual database.
- OutputWriterCommandStep() - Constructor for class liquibase.command.core.helpers.OutputWriterCommandStep
- override() - Element in annotation type liquibase.command.CommandOverride
- override(Object, String) - Method in class liquibase.configuration.ConfiguredValue
-
Modifies the current configured value.
- override(String) - Method in interface liquibase.configuration.ConfiguredValueModifier
-
Called to potentially override the given value.
- override(String) - Method in class liquibase.configuration.ConfiguredValueModifierFactory
- override(ConfiguredValue) - Method in class liquibase.configuration.ConfiguredValueModifierFactory
- override(ConfiguredValue<DataType>) - Method in interface liquibase.configuration.ConfiguredValueModifier
-
Called to potentially override the given
ConfiguredValue
. - override(ProvidedValue) - Method in class liquibase.configuration.ConfiguredValue
-
Replaces the current configured value with a higher-precedence one.
- OVERWRITE_OUTPUT_FILE_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- overwriteOutputFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- overwriteOutputFile - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Flag to allow overwriting of output changelog file
P
- pad(String, int) - Static method in class liquibase.util.StringUtil
-
Adds spaces to the right of the input value until the string has reached the given length.
- parameters - Variable in class liquibase.integration.spring.SpringLiquibase
- PARENTHESIS_PATTERN - Static variable in class liquibase.datatype.core.TimeType
- parse(String) - Static method in class liquibase.change.CheckSum
-
Parse the given storedCheckSum string value and return a new CheckSum object.
- parse(String) - Static method in class liquibase.extension.testing.testsystem.TestSystem.Definition
- parse(String) - Method in interface liquibase.parser.LiquibaseSqlParser
- parse(String) - Method in class liquibase.util.ISODateFormat
- parse(String) - Static method in class liquibase.util.SqlParser
-
Deprecated.load the
LiquibaseSqlParser
using theSqlParserFactory
directly. - parse(String) - Method in class liquibase.util.StandardSqlParser
- parse(String, boolean, boolean) - Method in interface liquibase.parser.LiquibaseSqlParser
- parse(String, boolean, boolean) - Static method in class liquibase.util.SqlParser
-
Deprecated.load the
LiquibaseSqlParser
using theSqlParserFactory
directly. - parse(String, boolean, boolean) - Method in class liquibase.util.StandardSqlParser
- parse(String, boolean, boolean, ChangeSet) - Method in interface liquibase.parser.LiquibaseSqlParser
- parse(String, boolean, boolean, ChangeSet) - Method in class liquibase.util.StandardSqlParser
- parse(String, ChangeLogParameters, ResourceAccessor) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- parse(String, ChangeLogParameters, ResourceAccessor) - Method in interface liquibase.parser.ChangeLogParser
-
Parses a Liquibase database changelog and returns the parsed form as an object.
- parse(String, ChangeLogParameters, ResourceAccessor) - Method in class liquibase.parser.core.sql.SqlChangeLogParser
- parse(String, ChangeLogParameters, ResourceAccessor) - Method in class liquibase.parser.core.xml.AbstractChangeLogParser
- parse(String, ChangeLogParameters, ResourceAccessor) - Method in class liquibase.parser.core.yaml.YamlChangeLogParser
- parse(String, ResourceAccessor) - Method in class liquibase.parser.core.yaml.YamlSnapshotParser
- parse(String, ResourceAccessor) - Method in interface liquibase.parser.SnapshotParser
- parseBoolean(String) - Static method in class liquibase.util.BooleanUtil
- parseBoolean(Matcher, ChangeSet, boolean) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- parseBoolean(Matcher, ChangeSet, boolean, String) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- parseDate(String) - Method in class liquibase.database.AbstractJdbcDatabase
- parseDate(String) - Method in class liquibase.database.core.AbstractDb2Database
- parseDate(String) - Method in class liquibase.database.core.H2Database
- parseDate(String) - Method in class liquibase.database.core.HsqlDatabase
- parseDate(String) - Method in class liquibase.database.core.MockDatabase
- parseDate(String) - Method in interface liquibase.database.Database
- parseDate(String) - Method in class org.liquibase.maven.plugins.LiquibaseRollback
- parseDefaultPropertyFiles() - Method in class liquibase.integration.commandline.Main
-
Deprecated.Search for both liquibase.properties (or whatever the name of the current defaultsFile is) and the "local" variant liquibase.local.properties.
- ParsedNode - Class in liquibase.parser.core
-
Acts as a standard abstract syntax layer for changelogs defined in different formats.
- ParsedNode(String, String) - Constructor for class liquibase.parser.core.ParsedNode
- ParsedNodeException - Exception in liquibase.parser.core
- ParsedNodeException(String) - Constructor for exception liquibase.parser.core.ParsedNodeException
- ParsedNodeException(String, Throwable) - Constructor for exception liquibase.parser.core.ParsedNodeException
- ParsedNodeException(Throwable) - Constructor for exception liquibase.parser.core.ParsedNodeException
- ParseException - Exception in liquibase.util.grammar
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception liquibase.util.grammar.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception liquibase.util.grammar.ParseException
-
Constructor with message.
- ParseException(Token, int[][], String[]) - Constructor for exception liquibase.util.grammar.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- parseFilter(String) - Method in class liquibase.diff.output.StandardObjectChangeFilter
- parseInput(String, Class<ReturnType>) - Method in class liquibase.ui.DefaultInputHandler
- parseInput(String, Class<ReturnType>) - Method in interface liquibase.ui.InputHandler
-
Converts the given input into the correct return type.
- parseNumber(String, Class) - Static method in class liquibase.util.NumberUtil
-
Parse the given text into a number instance of the given target class, using the corresponding default
decode
methods. - parseOptions(String[]) - Method in class liquibase.integration.commandline.Main
-
Deprecated.Parses the command line options.
- parsePropertiesFile(InputStream) - Method in class liquibase.integration.commandline.Main
-
Deprecated.Reads various execution parameters from an InputStream and sets our internal state according to the values found.
- parsePropertiesFile(InputStream) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Parses a properties file and sets the associated fields in the plugin.
- parseSchemas(Database, String...) - Static method in class liquibase.command.core.InternalSnapshotCommandStep
- parseSnapshotTypes(String...) - Static method in class liquibase.command.core.DiffCommandStep
- parseString(Matcher, String) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- parseToNode(String, ChangeLogParameters, ResourceAccessor) - Method in class liquibase.parser.core.xml.AbstractChangeLogParser
- parseToNode(String, ChangeLogParameters, ResourceAccessor) - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
- parseTypes(String) - Method in class liquibase.structure.core.DatabaseObjectFactory
- parseValue(Database, Object, DataType) - Static method in class liquibase.util.SqlUtil
- password - Variable in class liquibase.extension.testing.setup.TestSetupEnvironment
- password - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- password - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the database password for database connection.
- PASSWORD - Enum constant in enum liquibase.command.CommonArgumentNames
- PASSWORD_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
- PASSWORD_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
Deprecated.This field is retained for backwards compatibility. Use the fields in
DbUrlConnectionArgumentsCommandStep
instead. - PASSWORD_ARG - Static variable in class liquibase.command.core.StartH2CommandStep
- PATH - Static variable in class liquibase.changelog.DatabaseChangeLog
- PathHandler - Interface in liquibase.resource
-
Interface for extensions that can translate path strings into
ResourceAccessor
s andInputStream
s. - PathHandlerFactory - Class in liquibase.resource
-
Singleton for working with
PathHandler
s. - PathResource - Class in liquibase.resource
- PathResource(String, Path) - Constructor for class liquibase.resource.PathResource
- peek() - Method in class liquibase.statement.core.InsertSetStatement
- PendingChangesetInfo - Class in liquibase.report
- PendingChangesetInfo() - Constructor for class liquibase.report.PendingChangesetInfo
- PendingChangesWriter - Class in liquibase.dbdoc
- PendingChangesWriter(Resource, Database) - Constructor for class liquibase.dbdoc.PendingChangesWriter
- PendingSQLWriter - Class in liquibase.dbdoc
- PendingSQLWriter(Resource, Database, DatabaseChangeLog) - Constructor for class liquibase.dbdoc.PendingSQLWriter
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
Performs the actual Liquibase task on the database using the fully configured
Liquibase
. - performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseFlowMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncSQLMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagSQLMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseChecksShowMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseClearChecksumsMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseConnectMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseDbclHistoryMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseDBDocMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseDropAll
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseFutureRollbackSQL
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseHistoryMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseListLocksMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseReleaseLocksMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseReportStatusMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseRollback
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetSQL
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateSQL
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseRollbackSQL
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseSnapshotMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseTag
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseTagExistsMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseUnexpectedChangeSetsMojo
- performLiquibaseTask(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseValidate
- performUpdate() - Method in class liquibase.integration.cdi.CDILiquibase
- performUpdate() - Method in class liquibase.integration.jakarta.cdi.CDILiquibase
- performUpdate(Liquibase) - Method in class liquibase.integration.spring.SpringLiquibase
- permutations(String[]) - Method in class liquibase.snapshot.ResultSetCache.RowData
- permutations(Map<String, List<T>>) - Static method in class liquibase.util.CollectionUtil
- Plugin - Interface in liquibase.plugin
-
Interface for objects designed to be pluggable in Liquibase.
- PluginFactory - Interface in liquibase.plugin
-
Interface for classes that manage
Plugin
s. - position - Variable in class liquibase.integration.commandline.Main.CodePointCheck
-
Deprecated.
- PostgresDatabase - Class in liquibase.database.core
-
Encapsulates PostgreSQL database support.
- PostgresDatabase() - Constructor for class liquibase.database.core.PostgresDatabase
- PostgresTestSystem - Class in liquibase.extension.testing.testsystem.core
- PostgresTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.PostgresTestSystem
- PostgresTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.PostgresTestSystem
- postUpdateLog(int) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
Deprecated.
- postUpdateLog(int, List<ChangeSet>) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
Generate post update log messages
- postUpdateLog(int, List<ChangeSet>) - Method in class liquibase.command.core.UpdateCommandStep
- postUpdateLog(int, List<ChangeSet>) - Method in class liquibase.command.core.UpdateCountCommandStep
- postUpdateLog(int, List<ChangeSet>) - Method in class liquibase.command.core.UpdateToTagCommandStep
- postUpdateLogForActualUpdate(int, List<ChangeSet>, String, String) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
Generic method called by all Update commands that actually apply the change to the database (ie !
- powerSet(Collection<T>) - Static method in class liquibase.util.CollectionUtil
- PRE_CONDITIONS - Static variable in class liquibase.changelog.DatabaseChangeLog
- PRECISION_PATTERN - Static variable in class liquibase.database.core.MySQLDatabase
- PreCompareCommandStep - Class in liquibase.command.core.helpers
-
Prepares objects used by database comparison Commands like diff, diffChangelog, etc
- PreCompareCommandStep() - Constructor for class liquibase.command.core.helpers.PreCompareCommandStep
- Precondition - Interface in liquibase.precondition
-
Marker interface for preconditions.
- PRECONDITION_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- PRECONDITION_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- PreconditionContainer - Class in liquibase.precondition.core
- PreconditionContainer() - Constructor for class liquibase.precondition.core.PreconditionContainer
- PreconditionContainer.ErrorOption - Enum in liquibase.precondition.core
- PreconditionContainer.FailOption - Enum in liquibase.precondition.core
- PreconditionContainer.OnSqlOutputOption - Enum in liquibase.precondition.core
- preconditionErrored(PreconditionErrorException, PreconditionContainer.ErrorOption) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
- preconditionErrored(PreconditionErrorException, PreconditionContainer.ErrorOption) - Method in interface liquibase.changelog.visitor.ChangeExecListener
- preconditionErrored(PreconditionErrorException, PreconditionContainer.ErrorOption) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
- preconditionErrored(PreconditionErrorException, PreconditionContainer.ErrorOption) - Method in class liquibase.changelog.visitor.LoggingChangeExecListener
- PreconditionErrorException - Exception in liquibase.exception
-
Thrown when a problem occurs in the evaluation of a precondition (which, under normal circumstances, should never happen).
- PreconditionErrorException(Exception, DatabaseChangeLog, Precondition) - Constructor for exception liquibase.exception.PreconditionErrorException
- PreconditionErrorException(String, List<ErrorPrecondition>) - Constructor for exception liquibase.exception.PreconditionErrorException
- PreconditionErrorException(List<ErrorPrecondition>) - Constructor for exception liquibase.exception.PreconditionErrorException
- PreconditionErrorException(ErrorPrecondition) - Constructor for exception liquibase.exception.PreconditionErrorException
- PreconditionFactory - Class in liquibase.precondition
- preconditionFailed(PreconditionFailedException, PreconditionContainer.FailOption) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
- preconditionFailed(PreconditionFailedException, PreconditionContainer.FailOption) - Method in interface liquibase.changelog.visitor.ChangeExecListener
- preconditionFailed(PreconditionFailedException, PreconditionContainer.FailOption) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
- preconditionFailed(PreconditionFailedException, PreconditionContainer.FailOption) - Method in class liquibase.changelog.visitor.LoggingChangeExecListener
- PreconditionFailedException - Exception in liquibase.exception
-
Thrown when a precondition failed.
- PreconditionFailedException(String, DatabaseChangeLog, Precondition) - Constructor for exception liquibase.exception.PreconditionFailedException
- PreconditionFailedException(String, DatabaseChangeLog, Precondition, Throwable) - Constructor for exception liquibase.exception.PreconditionFailedException
- PreconditionFailedException(List<FailedPrecondition>) - Constructor for exception liquibase.exception.PreconditionFailedException
- PreconditionFailedException(FailedPrecondition) - Constructor for exception liquibase.exception.PreconditionFailedException
-
Deprecated.
- PreconditionFailedException(FailedPrecondition, Throwable) - Constructor for exception liquibase.exception.PreconditionFailedException
- PreconditionLogic - Class in liquibase.precondition
-
Marker interface for precondition logic tags (and,or, not)
- PreconditionLogic() - Constructor for class liquibase.precondition.PreconditionLogic
- PRECONDITIONS_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- PRECONDITIONS_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- prepareCall(String) - Method in class liquibase.database.jvm.JdbcConnection
- prepareCall(String, int, int) - Method in class liquibase.database.jvm.JdbcConnection
- prepareCall(String, int, int, int) - Method in class liquibase.database.jvm.JdbcConnection
- PreparedStatementFactory - Class in liquibase.database
-
Factory for PreparedStatements
- PreparedStatementFactory(JdbcConnection) - Constructor for class liquibase.database.PreparedStatementFactory
- prepareStatement(String) - Method in class liquibase.database.jvm.JdbcConnection
- prepareStatement(String, int) - Method in class liquibase.database.jvm.JdbcConnection
- prepareStatement(String, int[]) - Method in class liquibase.database.jvm.JdbcConnection
- prepareStatement(String, int, int) - Method in class liquibase.database.jvm.JdbcConnection
- prepareStatement(String, int, int, int) - Method in class liquibase.database.jvm.JdbcConnection
- prepareStatement(String, String[]) - Method in class liquibase.database.jvm.JdbcConnection
- prepend(Enum, String) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.prepend(String, String)
when using enums - prepend(Enum, StringClauses) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.prepend(String, liquibase.util.StringClauses)
when using enums - prepend(String) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.prepend(String, String)
that uses the clause as the key. - prepend(String, String) - Method in class liquibase.util.StringClauses
-
Adds a clause with the given key to the beginning of the list.
- prepend(String, StringClauses) - Method in class liquibase.util.StringClauses
-
Adds a sub-clause with the given key to the beginning of the list.
- prepend(StringClauses.LiteralClause) - Method in class liquibase.util.StringClauses
- PrependSqlVisitor - Class in liquibase.sql.visitor
- PrependSqlVisitor() - Constructor for class liquibase.sql.visitor.PrependSqlVisitor
- preRun(CommandScope, ChangeLogIterator, ChangeLogParameters) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
Executed before running any updates against the database.
- preRunCheck(CommandResultsBuilder) - Method in class liquibase.command.AbstractCliWrapperCommandStep
-
Deprecated.
- PRESERVE - Enum constant in enum liquibase.parser.ChangeLogParserConfiguration.MissingPropertyMode
- PRESERVE_CLASSPATH_PREFIX_IN_NORMALIZED_PATHS - Static variable in class liquibase.GlobalConfiguration
- PRESERVE_SCHEMA_CASE - Static variable in class liquibase.GlobalConfiguration
- preserveSchemaCase - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to preserve the case of schemas and catalogs
- prevCharIsCR - Variable in class liquibase.util.grammar.SimpleCharStream
- prevCharIsLF - Variable in class liquibase.util.grammar.SimpleCharStream
- PRIMARY_EXCEPTION - Static variable in class liquibase.logging.mdc.MdcKey
- PRIMARY_EXCEPTION_REASON - Static variable in class liquibase.logging.mdc.MdcKey
- PRIMARY_EXCEPTION_SOURCE - Static variable in class liquibase.logging.mdc.MdcKey
- PrimaryKey - Class in liquibase.structure.core
- PrimaryKey() - Constructor for class liquibase.structure.core.PrimaryKey
- PrimaryKey(String, String, String, String, Column...) - Constructor for class liquibase.structure.core.PrimaryKey
- PrimaryKeyComparator - Class in liquibase.diff.compare.core
- PrimaryKeyComparator() - Constructor for class liquibase.diff.compare.core.PrimaryKeyComparator
- PrimaryKeyConstraint - Class in liquibase.statement
- PrimaryKeyConstraint() - Constructor for class liquibase.statement.PrimaryKeyConstraint
- PrimaryKeyConstraint(String) - Constructor for class liquibase.statement.PrimaryKeyConstraint
- PrimaryKeyConstraint(String, boolean) - Constructor for class liquibase.statement.PrimaryKeyConstraint
- PrimaryKeyExistsPrecondition - Class in liquibase.precondition.core
- PrimaryKeyExistsPrecondition() - Constructor for class liquibase.precondition.core.PrimaryKeyExistsPrecondition
- PrimaryKeySnapshotGenerator - Class in liquibase.snapshot.jvm
- PrimaryKeySnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.PrimaryKeySnapshotGenerator
- print() - Method in class liquibase.command.CommandResult
-
Deprecated.Return a string version of the result.
- print() - Method in class liquibase.command.core.SnapshotCommand.SnapshotCommandResult
-
Deprecated.
- print() - Method in class liquibase.diff.output.report.DiffToReport
- print(PrintStream) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- print(PrintStream, ChangeLogSerializer) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
Prints changeLog that would bring the target database to be the same as the reference database
- print(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- print(String, Boolean) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- print(String, ChangeLogSerializer) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- print(String, ChangeLogSerializer, Boolean) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- printChangedComparison(String, Map<? extends DatabaseObject, ObjectDifferences>, PrintStream) - Method in class liquibase.diff.output.report.DiffToReport
- printComparison(String, StringDiff, PrintStream) - Method in class liquibase.diff.output.report.DiffToReport
- printDescriptiveError(PrintStream) - Method in exception liquibase.exception.ValidationFailedException
- printHelp(PrintStream) - Method in class liquibase.integration.commandline.Main
-
Deprecated.Print instructions on how to use this program from the command line.
- printHelp(List<String>, PrintStream) - Method in class liquibase.integration.commandline.Main
-
Deprecated.If any errors have been found, print the list of errors first, then print the command line help text.
- printNew(ChangeLogSerializer, Resource) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
Prints changeLog that would bring the target database to be the same as the reference database
- printReport(PrintWriter) - Method in class liquibase.command.core.HistoryCommandStep.LegacyDeploymentDetails
- printReport(PrintWriter) - Method in class liquibase.command.core.HistoryCommandStep.TabularDeploymentDetails
- printSetComparison(String, Set<? extends DatabaseObject>, PrintStream) - Method in class liquibase.diff.output.report.DiffToReport
- printSettings(String) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
- printSettings(String) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Prints the settings that have been set of defaulted for the plugin.
- printSettings(String) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncSQLMojo
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagSQLMojo
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseDropAll
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseFutureRollbackSQL
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseRollback
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetMojo
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetSQL
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseRollbackSQL
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseSnapshotMojo
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseTag
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseTagExistsMojo
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseUpdate
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseUpdateSQL
- printSettings(String) - Method in class org.liquibase.maven.plugins.LiquibaseValidate
- printSnapshot(CommandScope, CommandResults) - Static method in class liquibase.command.core.InternalSnapshotCommandStep
- PrioritizedService - Interface in liquibase.servicelocator
- priority() - Element in annotation type liquibase.change.DatabaseChange
-
Value to put into
ChangeMetaData.getPriority()
- priority() - Element in annotation type liquibase.datatype.DataTypeInfo
- PRIORITY_ADDITIONAL - Static variable in interface liquibase.diff.output.changelog.ChangeGenerator
- PRIORITY_ADDITIONAL - Static variable in interface liquibase.snapshot.SnapshotGenerator
- PRIORITY_DATABASE - Static variable in interface liquibase.diff.compare.DatabaseObjectComparator
- PRIORITY_DATABASE - Static variable in interface liquibase.diff.output.changelog.ChangeGenerator
- PRIORITY_DATABASE - Static variable in interface liquibase.plugin.Plugin
- PRIORITY_DATABASE - Static variable in interface liquibase.servicelocator.PrioritizedService
- PRIORITY_DATABASE - Static variable in interface liquibase.snapshot.SnapshotGenerator
- PRIORITY_DATABASE - Static variable in interface liquibase.sqlgenerator.SqlGenerator
- PRIORITY_DEFAULT - Static variable in class liquibase.change.ChangeMetaData
- PRIORITY_DEFAULT - Static variable in interface liquibase.diff.compare.DatabaseObjectComparator
- PRIORITY_DEFAULT - Static variable in interface liquibase.diff.output.changelog.ChangeGenerator
- PRIORITY_DEFAULT - Static variable in interface liquibase.plugin.Plugin
-
Value to return from priority functions when the plugin is the standard implementation.
- PRIORITY_DEFAULT - Static variable in interface liquibase.servicelocator.PrioritizedService
- PRIORITY_DEFAULT - Static variable in interface liquibase.snapshot.SnapshotGenerator
- PRIORITY_DEFAULT - Static variable in interface liquibase.sqlgenerator.SqlGenerator
- PRIORITY_EXTENSION - Static variable in interface liquibase.parser.NamespaceDetails
- PRIORITY_NONE - Static variable in interface liquibase.diff.compare.DatabaseObjectComparator
- PRIORITY_NONE - Static variable in interface liquibase.diff.output.changelog.ChangeGenerator
- PRIORITY_NONE - Static variable in interface liquibase.snapshot.SnapshotGenerator
- PRIORITY_NOT_APPLICABLE - Static variable in interface liquibase.plugin.Plugin
-
Value to return from priority functions when the plugin is not applicable.
- PRIORITY_SPECIALIZED - Static variable in interface liquibase.plugin.Plugin
-
Value to return from priority functions when the plugin is a specialized, non-default implementation.
- PRIORITY_TYPE - Static variable in interface liquibase.diff.compare.DatabaseObjectComparator
- processMultiLineSQL(String, boolean, boolean, String) - Static method in class liquibase.util.StringUtil
-
Removes any comments from multiple line SQL using
StringUtil.stripComments(String, ChangeSet)
and then extracts each individual statement usingStringUtil.splitSQL(String, String, ChangeSet)
. - processMultiLineSQL(String, boolean, boolean, String, ChangeSet) - Static method in class liquibase.util.StringUtil
-
Removes any comments from multiple line SQL using
StringUtil.stripComments(String, ChangeSet)
and then extracts each individual statement usingStringUtil.splitSQL(String, String, ChangeSet)
. - processMutliLineSQL(String, boolean, boolean, String) - Static method in class liquibase.util.StringUtil
-
Deprecated.The new method is
StringUtil.processMultiLineSQL(String, boolean, boolean, String, ChangeSet)
(String)} - processMutliLineSQL(String, boolean, boolean, String, ChangeSet) - Static method in class liquibase.util.StringUtil
-
Deprecated.The new method is
StringUtil.processMultiLineSQL(String, boolean, boolean, String, ChangeSet)
(String)} - processResult(int, String, String, Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
-
Called by
ExecuteShellCommandChange.executeCommand(Database)
after running the command. - PRODUCT_NAME - Static variable in class liquibase.database.core.Ingres9Database
- PRODUCT_NAME - Static variable in class liquibase.database.core.MSSQLDatabase
- PRODUCT_NAME - Static variable in class liquibase.database.core.OracleDatabase
- PRODUCT_NAME - Static variable in class liquibase.database.core.PostgresDatabase
- PRODUCT_NAME - Static variable in class liquibase.database.core.SnowflakeDatabase
- PRODUCT_NAME - Static variable in class liquibase.database.core.SQLiteDatabase
- PRODUCT_NAME - Static variable in class liquibase.database.core.SybaseDatabase
- PROFILES - Static variable in class liquibase.extension.testing.testsystem.command.TestSystemUpCommand
- project - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
The Maven project that plugin is running under.
- prompt(String, T, InputHandler<T>, Class<T>) - Method in class liquibase.ui.CompositeUIService
- prompt(String, T, InputHandler<T>, Class<T>) - Method in class liquibase.ui.ConsoleUIService
- prompt(String, T, InputHandler<T>, Class<T>) - Method in class liquibase.ui.LoggerUIService
-
This implementation simply returns the default value, since it cannot prompt the user.
- prompt(String, T, InputHandler<T>, Class<T>) - Method in interface liquibase.ui.UIService
-
Prompt the user with the message and wait for a response.
If this UIService implementation does not support user prompts, return the default value.
If inputHandler is null,DefaultInputHandler
will be used.
If inputHandler throws anIllegalArgumentException
, the user will be given the chance to re-enter the value.
If the inputHandler returns true forInputHandler.shouldAllowEmptyInput()
and the user enters an empty value when prompted, or hits "enter", the valueIfNoEntry will be returned. - PROMPT_FOR_NON_LOCAL_DATABASE - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- promptForNonLocalDatabase - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- promptOnNonLocalDatabase - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Deprecated.No longer prompts
- PROPERTY - Static variable in class liquibase.changelog.DatabaseChangeLog
- PROPERTY_CONTEXT - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- PROPERTY_CONTEXT_FILTER - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- PROPERTY_NAME - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- PROPERTY_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- PROPERTY_PROVIDER_CLASS - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- PROPERTY_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- PROPERTY_VALUE - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- PropertyElement - Annotation Type in org.liquibase.maven.property
-
Annotation used at the field level that indicates that field is liquibase property element
- PropertyExpandingStream - Class in liquibase.changelog
- PropertyExpandingStream(ChangeSet, InputStream) - Constructor for class liquibase.changelog.PropertyExpandingStream
-
This method will read the content of the given stream and make any parameter update on the content.
- propertyFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the liquibase.properties you want to use to configure Liquibase.
- propertyFileWillOverride - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
A flag which indicates you want the liquibase.properties file to override any settings provided in the Maven plugin configuration.
- propertyProviderClass - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- propertyProviderClass - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the property provider which must be a java.util.Properties implementation.
- providedDependencies() - Method in class liquibase.command.AbstractCommandStep
- providedDependencies() - Method in interface liquibase.command.CommandStep
-
Returns a list of all the dependency Classes that this step provides
- providedDependencies() - Method in class liquibase.command.core.DiffChangelogCommandStep
- providedDependencies() - Method in class liquibase.command.core.DiffCommandStep
- providedDependencies() - Method in class liquibase.command.core.helpers.AbstractArgumentCommandStep
- providedDependencies() - Method in class liquibase.command.core.helpers.AbstractOutputWriterCommandStep
- providedDependencies() - Method in class liquibase.command.core.helpers.ChangeExecListenerCommandStep
- providedDependencies() - Method in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- providedDependencies() - Method in class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
- providedDependencies() - Method in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
- providedDependencies() - Method in class liquibase.command.core.helpers.DiffOutputControlCommandStep
- providedDependencies() - Method in class liquibase.command.core.helpers.LockServiceCommandStep
- providedDependencies() - Method in class liquibase.command.core.helpers.PreCompareCommandStep
- providedDependencies() - Method in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- providedDependencies() - Method in class liquibase.command.core.helpers.ShowSummaryArgument
- provideDependency(Class<?>, Object) - Method in class liquibase.command.CommandScope
-
Assign a value to a given provided dependency.
- ProvidedValue - Class in liquibase.configuration
-
Describes a value found from a provider.
- ProvidedValue(String, String, Object, String, ConfigurationValueProvider) - Constructor for class liquibase.configuration.ProvidedValue
- PROXY_USER_PATTERN - Static variable in class liquibase.database.core.OracleDatabase
- psqlArgs - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies additional psql args.
- psqlKeepTemp - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to keep generated psql files.
- psqlKeepTempName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the name of generated psql files.
- psqlKeepTempPath - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies where to keep generated psql files.
- psqlLogFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies where to output psql logs.
- psqlPath - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies your psql path.
- psqlTimeout - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies psql timeout.
- put(String, Object) - Method in class liquibase.util.SmartMap
-
Like normal
Map.put(Object, Object)
operation, but if null is passed as "value" it removes the key/value from the map. - put(String, String) - Method in interface liquibase.logging.mdc.MdcManager
-
Puts a context value (the
value
parameter) as identified with thekey
parameter into the MDC. - put(String, String) - Method in class liquibase.logging.mdc.NoOpMdcManager
- put(String, String, boolean) - Method in interface liquibase.logging.mdc.MdcManager
-
Puts a context value (the
value
parameter) as identified with thekey
parameter into the MDC. - put(String, String, boolean) - Method in class liquibase.logging.mdc.NoOpMdcManager
- put(String, List<? extends CustomMdcObject>) - Method in interface liquibase.logging.mdc.MdcManager
-
Puts a context value (the
values
parameter) as identified with thekey
parameter into the MDC. - put(String, List<? extends CustomMdcObject>) - Method in class liquibase.logging.mdc.NoOpMdcManager
- put(String, Map<String, Object>) - Method in interface liquibase.logging.mdc.MdcManager
-
Puts a context value (the
values
parameter) as identified with thekey
parameter into the MDC. - put(String, Map<String, Object>) - Method in class liquibase.logging.mdc.NoOpMdcManager
- put(String, Map<String, Object>, boolean) - Method in interface liquibase.logging.mdc.MdcManager
-
Puts a context value (the
values
parameter) as identified with thekey
parameter into the MDC. - put(String, Map<String, Object>, boolean) - Method in class liquibase.logging.mdc.NoOpMdcManager
- put(String, CustomMdcObject) - Method in interface liquibase.logging.mdc.MdcManager
-
Puts a context value (the
customMdcObject
parameter) as identified with thekey
parameter into the MDC. - put(String, CustomMdcObject) - Method in class liquibase.logging.mdc.NoOpMdcManager
- put(String, CustomMdcObject, boolean) - Method in interface liquibase.logging.mdc.MdcManager
-
Puts a context value (the
customMdcObject
parameter) as identified with thekey
parameter into the MDC. - put(String, CustomMdcObject, boolean) - Method in class liquibase.logging.mdc.NoOpMdcManager
- putAll(Map<? extends String, ?>) - Method in class liquibase.util.SmartMap
- putInfo(String, Object) - Method in class liquibase.snapshot.ResultSetCache
Q
- QUALITY_CHECKS - Static variable in class liquibase.logging.mdc.MdcKey
- query(Database, ChangelogJdbcMdcListener.QueryJdbc<T>) - Static method in class liquibase.executor.jvm.ChangelogJdbcMdcListener
-
Execute the given statement via the jdbc executor.
- query(SqlStatement, ResultSetExtractor) - Method in class liquibase.executor.jvm.JdbcExecutor
- query(SqlStatement, ResultSetExtractor, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
- query(SqlStatement, RowMapper) - Method in class liquibase.executor.jvm.JdbcExecutor
- query(SqlStatement, RowMapper, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
- queryDatabaseChangeLogTable(Database) - Method in class liquibase.changelog.StandardChangeLogHistoryService
- queryForInt(SqlStatement) - Method in interface liquibase.executor.Executor
-
Executes a query that is expected to return a scalar (1 row, 1 column).
- queryForInt(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
- queryForInt(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
- queryForInt(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
-
Applies a number of SqlVisitors to the sql query.
- queryForInt(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
- queryForInt(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
- queryForList(SqlStatement) - Method in interface liquibase.executor.Executor
-
Executes a given SQL statement and returns a List of rows.
- queryForList(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
- queryForList(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
- queryForList(SqlStatement, Class) - Method in interface liquibase.executor.Executor
- queryForList(SqlStatement, Class) - Method in class liquibase.executor.jvm.JdbcExecutor
- queryForList(SqlStatement, Class) - Method in class liquibase.executor.LoggingExecutor
- queryForList(SqlStatement, Class, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
- queryForList(SqlStatement, Class, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
- queryForList(SqlStatement, Class, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
- queryForList(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
-
Applies a list of SqlVisitors to the SQL query, then executes the (possibly modified) SQL query and lastly, returns the list of rows.
- queryForList(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
- queryForList(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
- queryForLong(SqlStatement) - Method in interface liquibase.executor.Executor
-
Executes a query that is expected to return a scalar (1 row, 1 column).
- queryForLong(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
- queryForLong(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
- queryForLong(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
-
Applies a number of SqlVisitors to the sql query.
- queryForLong(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
- queryForLong(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
- queryForObject(SqlStatement, Class<T>) - Method in interface liquibase.executor.Executor
-
Execute a query that is expected to return a scalar (1 row, 1 column).
- queryForObject(SqlStatement, Class<T>) - Method in class liquibase.executor.jvm.JdbcExecutor
- queryForObject(SqlStatement, Class<T>) - Method in class liquibase.executor.LoggingExecutor
- queryForObject(SqlStatement, Class<T>, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
-
Applies a number of SqlVisitors to the sql query.
- queryForObject(SqlStatement, Class<T>, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
- queryForObject(SqlStatement, Class<T>, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
- queryForObject(SqlStatement, RowMapper) - Method in class liquibase.executor.jvm.JdbcExecutor
- queryForObject(SqlStatement, RowMapper, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
- QUOTE_ALL_OBJECTS - Enum constant in enum liquibase.database.ObjectQuotingStrategy
- QUOTE_ONLY_RESERVED_WORDS - Enum constant in enum liquibase.database.ObjectQuotingStrategy
- quoteObject(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
- quoteObject(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.InformixDatabase
- quoteObject(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.SybaseDatabase
- quotingStrategy - Enum constant in enum liquibase.Scope.Attr
- quotingStrategy - Variable in class liquibase.database.AbstractJdbcDatabase
- quotingStrategy - Variable in class liquibase.lockservice.StandardLockService
R
- ran - Variable in enum liquibase.changelog.ChangeSet.ExecType
- ran(Change, ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
- ran(Change, ChangeSet, DatabaseChangeLog, Database) - Method in interface liquibase.changelog.visitor.ChangeExecListener
- ran(Change, ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
- ran(ChangeSet, DatabaseChangeLog, Database, ChangeSet.ExecType) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
- ran(ChangeSet, DatabaseChangeLog, Database, ChangeSet.ExecType) - Method in interface liquibase.changelog.visitor.ChangeExecListener
-
Called after the given changeset is run.
- ran(ChangeSet, DatabaseChangeLog, Database, ChangeSet.ExecType) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
- ran(ChangeSet, DatabaseChangeLog, Database, ChangeSet.ExecType) - Method in class liquibase.changelog.visitor.LoggingChangeExecListener
- ranBefore - Variable in enum liquibase.changelog.ChangeSet.ExecType
- RanChangeSet - Class in liquibase.changelog
-
Encapsulates information about a previously-ran changeset.
- RanChangeSet(String, String, String, CheckSum, Date, String, ChangeSet.ExecType, String, String, ContextExpression, Labels, String) - Constructor for class liquibase.changelog.RanChangeSet
- RanChangeSet(String, String, String, CheckSum, Date, String, ChangeSet.ExecType, String, String, ContextExpression, Labels, String, String) - Constructor for class liquibase.changelog.RanChangeSet
- RanChangeSet(ChangeSet) - Constructor for class liquibase.changelog.RanChangeSet
- RanChangeSet(ChangeSet, ChangeSet.ExecType, ContextExpression, Labels) - Constructor for class liquibase.changelog.RanChangeSet
- RanChangeSetFilter - Class in liquibase.changelog.filter
- RanChangeSetFilter(List<RanChangeSet>) - Constructor for class liquibase.changelog.filter.RanChangeSetFilter
- ranChangeSets - Variable in class liquibase.changelog.filter.NotRanChangeSetFilter
- ranChangeSets - Variable in class liquibase.changelog.filter.RanChangeSetFilter
- ranChangeSets - Variable in class liquibase.changelog.MockChangeLogHistoryService
- random - Variable in class liquibase.lockservice.StandardLockService
- randomIdentifer(int) - Static method in class liquibase.util.StringUtil
-
Deprecated.
- randomIdentifier(int) - Static method in class liquibase.util.StringUtil
-
Produce a random identifier of the given length, consisting only of uppercase letters.
- RawCallStatement - Class in liquibase.statement.core
- RawCallStatement(String) - Constructor for class liquibase.statement.core.RawCallStatement
- RawCallStatement(String, String) - Constructor for class liquibase.statement.core.RawCallStatement
- RawCompoundStatement - Class in liquibase.statement.core
- RawCompoundStatement(String) - Constructor for class liquibase.statement.core.RawCompoundStatement
- RawCompoundStatement(String, String) - Constructor for class liquibase.statement.core.RawCompoundStatement
- RawParameterizedSqlGenerator - Class in liquibase.sqlgenerator.core
- RawParameterizedSqlGenerator() - Constructor for class liquibase.sqlgenerator.core.RawParameterizedSqlGenerator
- RawParameterizedSqlStatement - Class in liquibase.statement.core
- RawParameterizedSqlStatement(String) - Constructor for class liquibase.statement.core.RawParameterizedSqlStatement
- RawParameterizedSqlStatement(String, Object...) - Constructor for class liquibase.statement.core.RawParameterizedSqlStatement
- RawSQLChange - Class in liquibase.change.core
-
Allows execution of arbitrary SQL.
- RawSQLChange() - Constructor for class liquibase.change.core.RawSQLChange
- RawSQLChange(String) - Constructor for class liquibase.change.core.RawSQLChange
- RawSqlGenerator - Class in liquibase.sqlgenerator.core
-
Deprecated.
- RawSqlGenerator() - Constructor for class liquibase.sqlgenerator.core.RawSqlGenerator
-
Deprecated.
- RawSqlStatement - Class in liquibase.statement.core
-
Deprecated.
- RawSqlStatement(String) - Constructor for class liquibase.statement.core.RawSqlStatement
-
Deprecated.
- RawSqlStatement(String, String) - Constructor for class liquibase.statement.core.RawSqlStatement
-
Deprecated.
- read() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
- read() - Method in class liquibase.change.NormalizingStreamV8
-
Deprecated.
- read() - Method in class liquibase.changelog.PropertyExpandingStream
- read() - Method in class liquibase.io.EmptyLineAndCommentSkippingInputStream
- readChar() - Method in class liquibase.util.grammar.SimpleCharStream
-
Read a character.
- readColumn(CachedRow, Relation, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
- readDataType(CachedRow, Column, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
-
Processes metadata of a column, e.g. name, type and default value.
- readDataType(CachedRow, Column, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorInformix
- readDataType(CachedRow, Column, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorOracle
- readDefaultValue(CachedRow, Column, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
- readDefaultValue(CachedRow, Column, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorH2
- readLine() - Method in class liquibase.ui.ConsoleUIService.ConsoleWrapper
- readLine() - Method in class liquibase.ui.MockConsoleWrapper
- readNext() - Method in class liquibase.util.csv.CSVReader
- readSqlWillRun(String) - Method in class liquibase.listener.SqlListener
-
Called for any "query" sql that reads information from the database without writing to the database.
- readStream(InputStream) - Static method in class liquibase.util.StreamUtil
-
Deprecated.use
IOUtils.toByteArray(InputStream)
- readStreamAsString(InputStream) - Static method in class liquibase.util.StreamUtil
-
Calls
StreamUtil.readStreamAsString(InputStream, String)
withGlobalConfiguration.FILE_ENCODING
as the encoding - readStreamAsString(InputStream, String) - Static method in class liquibase.util.StreamUtil
-
Returns the given stream as a string using the given encoding.
- readStreamWithReader(InputStream, String) - Static method in class liquibase.util.StreamUtil
- readTable(CachedRow, Database) - Method in class liquibase.snapshot.jvm.TableSnapshotGenerator
- RecentChangesWriter - Class in liquibase.dbdoc
- RecentChangesWriter(Resource, Database) - Constructor for class liquibase.dbdoc.RecentChangesWriter
- REFERENCE - Enum constant in enum liquibase.diff.compare.CompareControl.DatabaseRole
- REFERENCE_DATABASE_ARG - Static variable in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- REFERENCE_DEFAULT_CATALOG_NAME - Static variable in class liquibase.logging.mdc.MdcKey
- REFERENCE_DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- REFERENCE_DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- REFERENCE_DEFAULT_SCHEMA_NAME - Static variable in class liquibase.logging.mdc.MdcKey
- REFERENCE_DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- REFERENCE_DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- REFERENCE_DRIVER_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- REFERENCE_DRIVER_ARG - Static variable in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- REFERENCE_DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- REFERENCE_DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- REFERENCE_LIQUIBASE_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- REFERENCE_LIQUIBASE_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- REFERENCE_LIQUIBASE_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- REFERENCE_LIQUIBASE_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- REFERENCE_PASSWORD_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- REFERENCE_PASSWORD_ARG - Static variable in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- REFERENCE_PATTERN - Static variable in class liquibase.sqlgenerator.core.AddColumnGenerator
- REFERENCE_SCHEMAS - Static variable in class liquibase.logging.mdc.MdcKey
- REFERENCE_SCHEMAS_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- REFERENCE_SCHEMAS_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
- REFERENCE_SNAPSHOT_CONTROL_ARG - Static variable in class liquibase.command.core.DiffCommandStep
- REFERENCE_URL - Enum constant in enum liquibase.command.CommonArgumentNames
- REFERENCE_URL_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- REFERENCE_URL_ARG - Static variable in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- REFERENCE_USERNAME - Static variable in class liquibase.logging.mdc.MdcKey
- REFERENCE_USERNAME_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- REFERENCE_USERNAME_ARG - Static variable in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- ReferenceDatabase - Interface in liquibase.command.providers
-
Marker interface for Reference Database providers used by CommandStep Framework.
- ReferenceDatabaseOutputWriterCommandStep - Class in liquibase.command.core.helpers
-
This helper class can be run prior to any command (but usually the *-sql commands, like update-sql) to redirect the SQL to the console, rather than running it against an actual database.
- ReferenceDatabaseOutputWriterCommandStep() - Constructor for class liquibase.command.core.helpers.ReferenceDatabaseOutputWriterCommandStep
- ReferenceDatabaseOutputWriterCommandStep.ReferenceDatabaseWriter - Class in liquibase.command.core.helpers
-
The provided dependency.
- ReferenceDatabaseWriter() - Constructor for class liquibase.command.core.helpers.ReferenceDatabaseOutputWriterCommandStep.ReferenceDatabaseWriter
- ReferenceDbUrlConnectionCommandStep - Class in liquibase.command.core.helpers
-
Internal command step to be used on pipeline to manage the database connection to the reference database.
- ReferenceDbUrlConnectionCommandStep() - Constructor for class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- referenceDefaultCatalogName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- referenceDefaultCatalogName - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
The reference database catalog.
- referenceDefaultSchemaName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- referenceDefaultSchemaName - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
The reference database schema.
- referenceDriver - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- referenceDriver - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
The fully qualified name of the driver class to use to connect to the reference database.
- referencePassword - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- referencePassword - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
The reference database password to use to connect to the specified database.
- referenceSchemas - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- referenceSchemas - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Schemas names on reference database to use in diff.
- referenceServer - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
The server id in settings.xml to use when authenticating with.
- referenceUrl - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- referenceUrl - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
The reference database URL to connect to for executing Liquibase.
- referenceUsername - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- referenceUsername - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
The reference database username to use to connect to the specified database.
- ReflectionSerializer - Class in liquibase.serializer
- RegExpReplaceSqlVisitor - Class in liquibase.sql.visitor
- RegExpReplaceSqlVisitor() - Constructor for class liquibase.sql.visitor.RegExpReplaceSqlVisitor
- register(String[], CommandArgumentDefinition<?>) - Method in class liquibase.command.CommandFactory
-
Called by
CommandArgumentDefinition.Building.build()
to register that a particularCommandArgumentDefinition
is available for a command. - register(ChangeLogHistoryService) - Method in class liquibase.changelog.ChangeLogHistoryServiceFactory
- register(ConfiguredValueModifier) - Method in class liquibase.configuration.ConfiguredValueModifierFactory
- register(Database) - Method in class liquibase.database.DatabaseFactory
- register(DatabaseConnection) - Method in class liquibase.database.ConnectionServiceFactory
- register(LiquibaseDataType) - Method in class liquibase.datatype.DataTypeFactory
-
Registers an implementation of
LiquibaseDataType
with both its name and all aliases for the data type as a handler in the factory's registry. - register(DatabaseObjectComparator) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
- register(DiffGenerator) - Method in class liquibase.diff.DiffGeneratorFactory
- register(ChangeGenerator) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
- register(LockService) - Method in class liquibase.lockservice.LockServiceFactory
- register(ChangeLogParser) - Method in class liquibase.parser.ChangeLogParserFactory
- register(NamespaceDetails) - Method in class liquibase.parser.NamespaceDetailsFactory
- register(SnapshotParser) - Method in class liquibase.parser.SnapshotParserFactory
- register(Precondition) - Method in class liquibase.precondition.PreconditionFactory
- register(ChangeLogSerializer) - Method in class liquibase.serializer.ChangeLogSerializerFactory
- register(SnapshotSerializer) - Method in class liquibase.serializer.SnapshotSerializerFactory
- register(SnapshotGenerator) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
- register(SqlGenerator) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
- register(T) - Method in class liquibase.plugin.AbstractPluginFactory
- registerDefinition(ConfigurationDefinition<?>) - Method in class liquibase.configuration.LiquibaseConfiguration
-
Registers a
ConfigurationDefinition
so it will be returned byLiquibaseConfiguration.getRegisteredDefinitions(boolean)
- REGISTERED_VALUE_PROVIDERS_KEY - Static variable in class liquibase.configuration.LiquibaseConfiguration
- registerProvider(ConfigurationValueProvider) - Method in class liquibase.configuration.LiquibaseConfiguration
-
Adds a new
ConfigurationValueProvider
to the active collection of providers. - ReindexGeneratorSQLite - Class in liquibase.sqlgenerator.core
- ReindexGeneratorSQLite() - Constructor for class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
- ReindexStatement - Class in liquibase.statement.core
- ReindexStatement(String, String, String) - Constructor for class liquibase.statement.core.ReindexStatement
- ReInit(InputStream) - Method in class liquibase.util.grammar.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class liquibase.util.grammar.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class liquibase.util.grammar.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class liquibase.util.grammar.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class liquibase.util.grammar.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class liquibase.util.grammar.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class liquibase.util.grammar.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class liquibase.util.grammar.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class liquibase.util.grammar.SimpleCharStream
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Reinitialise parser.
- ReInit(SimpleSqlGrammarTokenManager) - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Reinitialise.
- Relation - Class in liquibase.structure.core
-
A container of columns.
- Relation() - Constructor for class liquibase.structure.core.Relation
- RELATIVE_TO_CHANGELOG_FILE - Static variable in class liquibase.changelog.DatabaseChangeLog
- RELEASE_LOCKS_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
- releaseLock() - Method in class liquibase.database.core.MockDatabase
- releaseLock() - Method in interface liquibase.lockservice.LockService
- releaseLock() - Method in class liquibase.lockservice.MockLockService
- releaseLock() - Method in class liquibase.lockservice.OfflineLockService
- releaseLock() - Method in class liquibase.lockservice.StandardLockService
- ReleaseLocksCommandStep - Class in liquibase.command.core
- ReleaseLocksCommandStep() - Constructor for class liquibase.command.core.ReleaseLocksCommandStep
- releaseSavepoint(Savepoint) - Method in class liquibase.database.jvm.JdbcConnection
- RemoteAnalyticsConfiguration - Class in liquibase.analytics.configuration
- RemoteAnalyticsConfiguration() - Constructor for class liquibase.analytics.configuration.RemoteAnalyticsConfiguration
- RemoteAnalyticsConfiguration.ExtensionName - Class in liquibase.analytics.configuration
- remove() - Method in class liquibase.util.StringClauses.ClauseIterator
- remove(Enum) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.remove(String)
when using enums. - remove(Object) - Method in class liquibase.util.SmartMap
- remove(String) - Method in class liquibase.Contexts
- remove(String) - Method in class liquibase.Labels
- remove(String) - Method in interface liquibase.logging.mdc.MdcManager
-
Removes the context value identified by the
key
parameter. - remove(String) - Method in class liquibase.logging.mdc.NoOpMdcManager
- remove(String) - Method in class liquibase.util.StringClauses
-
Removes the clause with the given key.
- REMOVE_CHANGE_SET_PROPERTY - Static variable in class liquibase.changelog.DatabaseChangeLog
- removeAllChanges(Collection<?>) - Method in class liquibase.changelog.ChangeSet
-
Method created to remove changes from a changeset
- removeArgumentValues(String[], String...) - Method in class liquibase.command.AbstractCliWrapperCommandStep
-
Deprecated.
- RemoveChangeSetRanStatusGenerator - Class in liquibase.sqlgenerator.core
- RemoveChangeSetRanStatusGenerator() - Constructor for class liquibase.sqlgenerator.core.RemoveChangeSetRanStatusGenerator
- RemoveChangeSetRanStatusStatement - Class in liquibase.statement.core
- RemoveChangeSetRanStatusStatement(ChangeSet) - Constructor for class liquibase.statement.core.RemoveChangeSetRanStatusStatement
- removeChild(String, String) - Method in class liquibase.parser.core.ParsedNode
- removeClassTypeMarksFromSerializedJson(String) - Static method in class liquibase.serializer.core.yaml.YamlSerializer
- removeColumn(ColumnConfig) - Method in class liquibase.change.core.AddColumnChange
- removeColumn(ColumnConfig) - Method in class liquibase.change.core.InsertDataChange
- removeColumn(ColumnConfig) - Method in class liquibase.change.core.UpdateDataChange
- removedBundle(Bundle, BundleEvent, Activator.LiquibaseBundle) - Method in class liquibase.osgi.Activator
- removeDifference(String) - Method in class liquibase.diff.ObjectDifferences
- removeFromHistory(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
- removeFromHistory(ChangeSet) - Method in class liquibase.changelog.MockChangeLogHistoryService
- removeFromHistory(ChangeSet) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- removeFromHistory(ChangeSet) - Method in class liquibase.changelog.StandardChangeLogHistoryService
- removeInstance(T) - Method in class liquibase.plugin.AbstractPluginFactory
- removeProvider(ConfigurationValueProvider) - Method in class liquibase.configuration.LiquibaseConfiguration
-
Removes a specific
ConfigurationValueProvider
from the active collection of providers. - removeRanStatus(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
- removeRanStatus(ChangeSet) - Method in class liquibase.database.core.MockDatabase
- removeRanStatus(ChangeSet) - Method in interface liquibase.database.Database
- removeResourceAccessor(ResourceAccessor) - Method in class liquibase.resource.CompositeResourceAccessor
- removeTrailingDelimiter(String, String) - Static method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
- removeWhereParam(ColumnConfig) - Method in class liquibase.change.core.AbstractModifyDataChange
- RenameColumnChange - Class in liquibase.change.core
-
Renames an existing column.
- RenameColumnChange() - Constructor for class liquibase.change.core.RenameColumnChange
- RenameColumnGenerator - Class in liquibase.sqlgenerator.core
- RenameColumnGenerator() - Constructor for class liquibase.sqlgenerator.core.RenameColumnGenerator
- RenameColumnStatement - Class in liquibase.statement.core
- RenameColumnStatement(String, String, String, String, String, String) - Constructor for class liquibase.statement.core.RenameColumnStatement
- RenameColumnStatement(String, String, String, String, String, String, String) - Constructor for class liquibase.statement.core.RenameColumnStatement
- RenameSequenceChange - Class in liquibase.change.core
-
Renames an existing table.
- RenameSequenceChange() - Constructor for class liquibase.change.core.RenameSequenceChange
- RenameSequenceGenerator - Class in liquibase.sqlgenerator.core
- RenameSequenceGenerator() - Constructor for class liquibase.sqlgenerator.core.RenameSequenceGenerator
- RenameSequenceStatement - Class in liquibase.statement.core
- RenameSequenceStatement(String, String, String, String) - Constructor for class liquibase.statement.core.RenameSequenceStatement
- RenameTableChange - Class in liquibase.change.core
-
Renames an existing table.
- RenameTableChange() - Constructor for class liquibase.change.core.RenameTableChange
- RenameTableGenerator - Class in liquibase.sqlgenerator.core
- RenameTableGenerator() - Constructor for class liquibase.sqlgenerator.core.RenameTableGenerator
- RenameTableGeneratorSnowflake - Class in liquibase.sqlgenerator.core
- RenameTableGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.RenameTableGeneratorSnowflake
- RenameTableStatement - Class in liquibase.statement.core
- RenameTableStatement(String, String, String, String) - Constructor for class liquibase.statement.core.RenameTableStatement
- RenameViewChange - Class in liquibase.change.core
-
Renames an existing view.
- RenameViewChange() - Constructor for class liquibase.change.core.RenameViewChange
- RenameViewGenerator - Class in liquibase.sqlgenerator.core
- RenameViewGenerator() - Constructor for class liquibase.sqlgenerator.core.RenameViewGenerator
- RenameViewGeneratorSnowflake - Class in liquibase.sqlgenerator.core
- RenameViewGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.RenameViewGeneratorSnowflake
- RenameViewStatement - Class in liquibase.statement.core
- RenameViewStatement(String, String, String, String) - Constructor for class liquibase.statement.core.RenameViewStatement
- ReorganizeTableGeneratorDB2 - Class in liquibase.sqlgenerator.core
- ReorganizeTableGeneratorDB2() - Constructor for class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
- ReorganizeTableStatement - Class in liquibase.statement.core
- ReorganizeTableStatement(String, String, String) - Constructor for class liquibase.statement.core.ReorganizeTableStatement
- repeat(String, int) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.repeat(String, int)
instead - replace(Enum, String) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.replace(String, String)
when using enums. - replace(Enum, StringClauses) - Method in class liquibase.util.StringClauses
-
Convenience method for
StringClauses.replace(String, liquibase.util.StringClauses)
when using enums. - replace(Object) - Method in class liquibase.util.StringClauses.ClauseIterator
- replace(String, String) - Method in class liquibase.util.StringClauses
-
Replaces the given key with a new string.
- replace(String, StringClauses) - Method in class liquibase.util.StringClauses
-
Replaces the given key with a new sub-clause.
- REPLACE_IF_EXISTS_TYPES_ARG - Static variable in class liquibase.command.core.helpers.AbstractChangelogCommandStep
- replaceChangeSet(ChangeSet, OfflineChangeLogHistoryService.ReplaceChangeSetLogic) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- replaceChecksum(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
- replaceChecksum(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
-
By default does nothing to keep compatibility with older versions, but subclasses may like to implement this method to support checksum upgrades.
- replaceChecksum(ChangeSet) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- ReplaceIfExists - Interface in liquibase.change
-
ReplaceIfExists interface will control whether an implementation change object class will set the replaceIfExists flag that basically will tell generate-changelog/diffToChangelog commands the given change object needs to generate the SQL for replace the stored logic if it already exists
- replaceIfExistsTypes - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Sets replaceIfExists="true" for changes of the supported types, at the moment they are createView and createProcedure.
- replaceIfExistsTypes - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Sets replaceIfExists="true" for changes of the supported types, at the moment they are createView and createProcedure.
- replaceParameters(Object, ChangeLogParameters, DatabaseChangeLog) - Method in class liquibase.parser.core.yaml.YamlChangeLogParser
- replacePredicatePlaceholders(Database, String, List<String>, List<Object>) - Static method in class liquibase.util.SqlUtil
- replaces() - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorH2
- replaces() - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorInformix
- replaces() - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorOracle
- replaces() - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
- replaces() - Method in class liquibase.snapshot.jvm.SequenceSnapshotGeneratorSnowflake
- replaces() - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGeneratorSnowflake
- replaces() - Method in interface liquibase.snapshot.SnapshotGenerator
-
Returns classes (and superclasses) that this SnapshotGenerator replaces.
- ReplaceSqlVisitor - Class in liquibase.sql.visitor
- ReplaceSqlVisitor() - Constructor for class liquibase.sql.visitor.ReplaceSqlVisitor
- reportLocks(PrintStream) - Method in class liquibase.Liquibase
- reportLocks(PrintStream, Database) - Static method in class liquibase.command.core.ListLocksCommandStep
- reportStatus(boolean, String, Writer) - Method in class liquibase.Liquibase
- reportStatus(boolean, Contexts, Writer) - Method in class liquibase.Liquibase
- reportStatus(boolean, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- reportUnexpectedChangeSets(boolean, String, Writer) - Method in class liquibase.Liquibase
- reportUnexpectedChangeSets(boolean, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- REQUIRE_FORCE_ARG - Static variable in class liquibase.command.core.DropAllCommandStep
- required - Variable in class liquibase.ObjectMetaData.Attribute
-
True if the attribute is required.
- required() - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Mark argument as required.
- required() - Element in annotation type liquibase.ExtensibleObjectAttribute
- requiredDependencies() - Method in class liquibase.command.AbstractCommandStep
- requiredDependencies() - Method in interface liquibase.command.CommandStep
-
Return a list of configured Classes that this command requires to be passed as a dependency.
- requiredDependencies() - Method in class liquibase.command.core.AbstractFutureRollbackCommandStep
- requiredDependencies() - Method in class liquibase.command.core.AbstractRollbackCommandStep
- requiredDependencies() - Method in class liquibase.command.core.AbstractUpdateCommandStep
- requiredDependencies() - Method in class liquibase.command.core.CalculateChecksumCommandStep
- requiredDependencies() - Method in class liquibase.command.core.ChangelogSyncCommandStep
- requiredDependencies() - Method in class liquibase.command.core.ChangelogSyncSqlCommandStep
- requiredDependencies() - Method in class liquibase.command.core.ChangelogSyncToTagSqlCommandStep
- requiredDependencies() - Method in class liquibase.command.core.ClearChecksumsCommandStep
- requiredDependencies() - Method in class liquibase.command.core.DbDocCommandStep
- requiredDependencies() - Method in class liquibase.command.core.DiffChangelogCommandStep
- requiredDependencies() - Method in class liquibase.command.core.DiffCommandStep
- requiredDependencies() - Method in class liquibase.command.core.DropAllCommandStep
- requiredDependencies() - Method in class liquibase.command.core.ExecuteSqlCommandStep
- requiredDependencies() - Method in class liquibase.command.core.GenerateChangelogCommandStep
- requiredDependencies() - Method in class liquibase.command.core.helpers.AbstractOutputWriterCommandStep
- requiredDependencies() - Method in class liquibase.command.core.helpers.ChangeExecListenerCommandStep
- requiredDependencies() - Method in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- requiredDependencies() - Method in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
- requiredDependencies() - Method in class liquibase.command.core.helpers.DiffOutputControlCommandStep
- requiredDependencies() - Method in class liquibase.command.core.helpers.LockServiceCommandStep
- requiredDependencies() - Method in class liquibase.command.core.helpers.PreCompareCommandStep
- requiredDependencies() - Method in class liquibase.command.core.HistoryCommandStep
- requiredDependencies() - Method in class liquibase.command.core.ListLocksCommandStep
- requiredDependencies() - Method in class liquibase.command.core.MarkNextChangesetRanCommandStep
- requiredDependencies() - Method in class liquibase.command.core.MarkNextChangesetRanSqlCommandStep
- requiredDependencies() - Method in class liquibase.command.core.ReleaseLocksCommandStep
- requiredDependencies() - Method in class liquibase.command.core.RollbackCountSqlCommandStep
- requiredDependencies() - Method in class liquibase.command.core.RollbackSqlCommandStep
- requiredDependencies() - Method in class liquibase.command.core.RollbackToDateSqlCommandStep
- requiredDependencies() - Method in class liquibase.command.core.SnapshotCommandStep
- requiredDependencies() - Method in class liquibase.command.core.SnapshotReferenceCommandStep
- requiredDependencies() - Method in class liquibase.command.core.StatusCommandStep
- requiredDependencies() - Method in class liquibase.command.core.TagCommandStep
- requiredDependencies() - Method in class liquibase.command.core.TagExistsCommandStep
- requiredDependencies() - Method in class liquibase.command.core.UnexpectedChangesetsCommandStep
- requiredDependencies() - Method in class liquibase.command.core.UpdateCommandStep
- requiredDependencies() - Method in class liquibase.command.core.UpdateCountCommandStep
- requiredDependencies() - Method in class liquibase.command.core.UpdateCountSqlCommandStep
- requiredDependencies() - Method in class liquibase.command.core.UpdateSqlCommandStep
- requiredDependencies() - Method in class liquibase.command.core.UpdateTestingRollbackCommandStep
- requiredDependencies() - Method in class liquibase.command.core.UpdateToTagCommandStep
- requiredDependencies() - Method in class liquibase.command.core.UpdateToTagSqlCommandStep
- requiredDependencies() - Method in class liquibase.command.core.ValidateCommandStep
- requiredForDatabase() - Element in annotation type liquibase.change.DatabaseChangeProperty
-
Value to put into
ChangeParameterMetaData.getRequiredForDatabase()
- requiredSingleResult(Collection) - Static method in class liquibase.util.JdbcUtil
-
Return a single result object from the given Collection.
- requireLicense() - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
-
If the container requires the user accepting a license, return a Runnable which will accept it.
- requiresExplicitNullForColumns() - Method in class liquibase.database.AbstractJdbcDatabase
- requiresExplicitNullForColumns() - Method in class liquibase.database.core.MockDatabase
- requiresExplicitNullForColumns() - Method in class liquibase.database.core.SybaseASADatabase
- requiresExplicitNullForColumns() - Method in class liquibase.database.core.SybaseDatabase
- requiresExplicitNullForColumns() - Method in interface liquibase.database.Database
-
Does the database require explicit NULL for nullable columns?
- requiresPassword() - Method in class liquibase.database.AbstractJdbcDatabase
- requiresPassword() - Method in class liquibase.database.core.MockDatabase
- requiresPassword() - Method in interface liquibase.database.Database
- requiresUsername() - Method in class liquibase.database.AbstractJdbcDatabase
- requiresUsername() - Method in class liquibase.database.core.MockDatabase
- requiresUsername() - Method in interface liquibase.database.Database
- RERAN - Enum constant in enum liquibase.changelog.ChangeSet.ExecType
- reset() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
- reset() - Method in class liquibase.change.NormalizingStreamV8
-
Deprecated.
- reset() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
- reset() - Method in interface liquibase.changelog.ChangeLogHistoryService
- reset() - Method in class liquibase.changelog.MockChangeLogHistoryService
- reset() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- reset() - Method in class liquibase.changelog.PropertyExpandingStream
- reset() - Method in class liquibase.changelog.StandardChangeLogHistoryService
- reset() - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
- reset() - Static method in class liquibase.database.ConnectionServiceFactory
- reset() - Static method in class liquibase.database.DatabaseFactory
- reset() - Static method in class liquibase.datatype.DataTypeFactory
-
Discards the active factory and creates a new singleton instance.
- reset() - Static method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
- reset() - Static method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
- reset() - Method in class liquibase.executor.ExecutorService
- reset() - Method in interface liquibase.license.LicenseService
-
Delete any cached, installed licenses currently tracked by the implementation.
- reset() - Method in interface liquibase.lockservice.LockService
-
Clears information the lock handler knows about the tables.
- reset() - Static method in class liquibase.lockservice.LockServiceFactory
- reset() - Method in class liquibase.lockservice.MockLockService
- reset() - Method in class liquibase.lockservice.OfflineLockService
- reset() - Method in class liquibase.lockservice.StandardLockService
- reset() - Static method in class liquibase.parser.ChangeLogParserFactory
- reset() - Static method in class liquibase.parser.NamespaceDetailsFactory
- reset() - Static method in class liquibase.parser.SnapshotParserFactory
- reset() - Static method in class liquibase.precondition.PreconditionFactory
- reset() - Static method in class liquibase.serializer.ChangeLogSerializerFactory
- reset() - Static method in class liquibase.serializer.SnapshotSerializerFactory
- reset() - Static method in class liquibase.snapshot.SnapshotGeneratorFactory
- reset() - Static method in class liquibase.sqlgenerator.SqlGeneratorFactory
- reset() - Method in class liquibase.structure.core.DatabaseObjectFactory
- resetAll() - Method in class liquibase.changelog.ChangeLogHistoryServiceFactory
- resetAll() - Static method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
- resetAll() - Method in class liquibase.lockservice.LockServiceFactory
- resetAll() - Static method in class liquibase.snapshot.SnapshotGeneratorFactory
- resetCommandDefinitions() - Method in class liquibase.command.CommandFactory
-
Reset the COMMAND_DEFINITIONS cache.
- resetDeploymentId() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
- resetDeploymentId() - Method in interface liquibase.changelog.ChangeLogHistoryService
- resetDeploymentId() - Method in class liquibase.changelog.MockChangeLogHistoryService
- resetInternalState() - Method in class liquibase.database.AbstractJdbcDatabase
- resetInternalState() - Method in class liquibase.database.core.MockDatabase
- resetInternalState() - Method in interface liquibase.database.Database
- resetSequences(StringBuilder, StringBuilder) - Static method in class liquibase.parser.AbstractFormattedChangeLogParser
- resetServices() - Method in class liquibase.command.core.DropAllCommandStep
- resetServices() - Method in class liquibase.Liquibase
- resolve(String) - Method in class liquibase.resource.PathResource
- resolve(String) - Method in interface liquibase.resource.Resource
-
Resolve the given path against this resource.
- resolve(String) - Method in class liquibase.resource.ResourceAccessor.NotFoundResource
- resolve(String) - Method in class liquibase.resource.URIResource
- resolve(String) - Method in class liquibase.sdk.resource.MockResource
- resolveEntity(String, String) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
- resolveEntity(String, String, String, String) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
- resolvePath(String) - Method in class liquibase.resource.AbstractResource
-
Convenience method for computing the relative path in
Resource.resolve(String)
implementations - resolveSibling(String) - Method in class liquibase.resource.PathResource
- resolveSibling(String) - Method in interface liquibase.resource.Resource
-
Resolves the given path against this resource's parent path.
- resolveSibling(String) - Method in class liquibase.resource.ResourceAccessor.NotFoundResource
- resolveSibling(String) - Method in class liquibase.resource.URIResource
- resolveSibling(String) - Method in class liquibase.sdk.resource.MockResource
- resolveSiblingPath(String) - Method in class liquibase.resource.AbstractResource
-
Convenience method for computing the relative path in
Resource.resolveSibling(String)
implementations. - resource() - Element in annotation type liquibase.integration.cdi.annotations.LiquibaseSchema
- resource() - Element in annotation type liquibase.integration.jakarta.cdi.annotations.LiquibaseSchema
- Resource - Interface in liquibase.resource
- RESOURCE_COMPARATOR - Static variable in class liquibase.changelog.DatabaseChangeLog
- RESOURCE_FILTER - Static variable in class liquibase.changelog.DatabaseChangeLog
- resourceAccessor - Enum constant in enum liquibase.Scope.Attr
- resourceAccessor - Variable in class liquibase.executor.AbstractExecutor
- ResourceAccessor - Interface in liquibase.resource
-
ResourceAccessors abstract file access so they can be read in a variety of environments.
- ResourceAccessor.NotFoundResource - Class in liquibase.resource
- ResourceAccessor.SearchOptions - Class in liquibase.resource
- resourceIsFile(Resource) - Method in class liquibase.integration.spring.SpringResourceAccessor
-
Return true if the given resource is a standard file.
- resourceLoader - Variable in class liquibase.integration.spring.SpringLiquibase
- ResourceSupplier - Class in liquibase.sdk.supplier.resource
- ResourceSupplier() - Constructor for class liquibase.sdk.supplier.resource.ResourceSupplier
- RestoredDatabaseSnapshot - Class in liquibase.snapshot
- RestoredDatabaseSnapshot(Database) - Constructor for class liquibase.snapshot.RestoredDatabaseSnapshot
- result(String, Class<DataType>) - Method in class liquibase.command.CommandBuilder
-
Starts the building of a new
CommandResultDefinition
. - RESULT_COLUMN_BASE_TABLE_COLUMN_NAME - Static variable in class liquibase.statement.core.FindForeignKeyConstraintsStatement
- RESULT_COLUMN_BASE_TABLE_NAME - Static variable in class liquibase.statement.core.FindForeignKeyConstraintsStatement
- RESULT_COLUMN_CONSTRAINT_NAME - Static variable in class liquibase.statement.core.FindForeignKeyConstraintsStatement
- RESULT_COLUMN_FOREIGN_COLUMN_NAME - Static variable in class liquibase.statement.core.FindForeignKeyConstraintsStatement
- RESULT_COLUMN_FOREIGN_TABLE_NAME - Static variable in class liquibase.statement.core.FindForeignKeyConstraintsStatement
- ResultSetCache - Class in liquibase.snapshot
- ResultSetCache() - Constructor for class liquibase.snapshot.ResultSetCache
- ResultSetCache.ResultSetExtractor - Class in liquibase.snapshot
- ResultSetCache.RowData - Class in liquibase.snapshot
- ResultSetCache.SingleResultSetExtractor - Class in liquibase.snapshot
- ResultSetCache.UnionResultSetExtractor - Class in liquibase.snapshot
- ResultSetCacheSnowflake - Class in liquibase.snapshot
- ResultSetCacheSnowflake() - Constructor for class liquibase.snapshot.ResultSetCacheSnowflake
- ResultSetCacheSnowflake.RowData - Class in liquibase.snapshot
- ResultSetCacheSnowflake.SingleResultSetExtractor - Class in liquibase.snapshot
- ResultSetExtractor(Database) - Constructor for class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- REVERSE - Enum constant in enum liquibase.changelog.visitor.ChangeSetVisitor.Direction
- rollback() - Method in class liquibase.database.AbstractJdbcDatabase
- rollback() - Method in class liquibase.database.core.MockDatabase
- rollback() - Method in class liquibase.database.core.PostgresDatabase
- rollback() - Method in class liquibase.database.core.SnowflakeDatabase
- rollback() - Method in interface liquibase.database.Database
- rollback() - Method in interface liquibase.database.DatabaseConnection
- rollback() - Method in class liquibase.database.jvm.DerbyConnection
- rollback() - Method in class liquibase.database.jvm.HsqlConnection
- rollback() - Method in class liquibase.database.jvm.JdbcConnection
- rollback() - Method in class liquibase.database.jvm.SybaseConnection
- rollback() - Method in class liquibase.database.MockDatabaseConnection
- rollback() - Method in class liquibase.database.OfflineConnection
- rollback(int, String) - Method in class liquibase.Liquibase
- rollback(int, String, Writer) - Method in class liquibase.Liquibase
- rollback(int, String, String) - Method in class liquibase.Liquibase
- rollback(int, String, String, Writer) - Method in class liquibase.Liquibase
- rollback(int, String, Contexts, Writer) - Method in class liquibase.Liquibase
- rollback(int, String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
-
Rolls back a specified number of changesets.
- rollback(int, String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- rollback(int, Contexts, Writer) - Method in class liquibase.Liquibase
- rollback(int, Contexts, LabelExpression) - Method in class liquibase.Liquibase
- rollback(int, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- rollback(String, String) - Method in class liquibase.Liquibase
- rollback(String, String, Writer) - Method in class liquibase.Liquibase
- rollback(String, String, String) - Method in class liquibase.Liquibase
- rollback(String, String, String, Writer) - Method in class liquibase.Liquibase
- rollback(String, String, Contexts) - Method in class liquibase.Liquibase
- rollback(String, String, Contexts, Writer) - Method in class liquibase.Liquibase
- rollback(String, String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
-
Rolls back the database to a specific tag, using either a generated or user-defined rollback script.
- rollback(String, String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- rollback(String, Contexts) - Method in class liquibase.Liquibase
- rollback(String, Contexts, Writer) - Method in class liquibase.Liquibase
- rollback(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
- rollback(String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- rollback(Savepoint) - Method in class liquibase.database.jvm.JdbcConnection
- rollback(Savepoint) - Method in class liquibase.database.jvm.SybaseConnection
- rollback(Date, String) - Method in class liquibase.Liquibase
- rollback(Date, String, Writer) - Method in class liquibase.Liquibase
- rollback(Date, String, String) - Method in class liquibase.Liquibase
- rollback(Date, String, String, Writer) - Method in class liquibase.Liquibase
- rollback(Date, String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
-
Rolls back all changesets that were applied after the specified date.
- rollback(Date, String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- rollback(Date, Contexts, LabelExpression) - Method in class liquibase.Liquibase
- rollback(Date, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- rollback(Database) - Method in interface liquibase.change.custom.CustomTaskRollback
-
Method called to rollback the change.
- rollback(Database) - Method in class liquibase.changelog.ChangeSet
- rollback(Database, ChangeExecListener) - Method in class liquibase.changelog.ChangeSet
- ROLLBACK_CHANGE_SET_AUTHOR_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_CHANGE_SET_AUTHOR_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_CHANGE_SET_ID_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_CHANGE_SET_ID_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_CHANGE_SET_PATH_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_CHANGE_SET_PATH_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_COUNT - Static variable in class liquibase.logging.mdc.MdcKey
- ROLLBACK_END_DELIMITER - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_END_DELIMITER_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_END_DELIMITER_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_MULTI_LINE_END_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_MULTI_LINE_END_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_MULTI_LINE_START_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_MULTI_LINE_START_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_ON_ERROR - Static variable in class liquibase.logging.mdc.MdcKey
- ROLLBACK_ONE_CHANGESET_FORCE - Static variable in class liquibase.logging.mdc.MdcKey
- ROLLBACK_ONE_UPDATE_FORCE - Static variable in class liquibase.logging.mdc.MdcKey
- ROLLBACK_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_SCRIPT - Static variable in class liquibase.logging.mdc.MdcKey
- ROLLBACK_SCRIPT_ARG - Static variable in class liquibase.command.core.AbstractRollbackCommandStep
- ROLLBACK_SPLIT_STATEMENTS_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_SPLIT_STATEMENTS_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ROLLBACK_SQL_FILE - Static variable in class liquibase.logging.mdc.MdcKey
- ROLLBACK_TO_DATE - Static variable in class liquibase.logging.mdc.MdcKey
- ROLLBACK_TO_TAG - Static variable in class liquibase.logging.mdc.MdcKey
- RollbackCommandStep - Class in liquibase.command.core
-
RollbackCommandStep performs the rollback-to-tag logic.
- RollbackCommandStep() - Constructor for class liquibase.command.core.RollbackCommandStep
- RollbackContainer - Class in liquibase.changelog
- RollbackContainer() - Constructor for class liquibase.changelog.RollbackContainer
- rollbackCount - Variable in class org.liquibase.maven.plugins.LiquibaseRollback
-
The number of changesets to rollback.
- RollbackCountCommandStep - Class in liquibase.command.core
- RollbackCountCommandStep() - Constructor for class liquibase.command.core.RollbackCountCommandStep
- RollbackCountSqlCommandStep - Class in liquibase.command.core
- RollbackCountSqlCommandStep() - Constructor for class liquibase.command.core.RollbackCountSqlCommandStep
- rollbackDate - Variable in class org.liquibase.maven.plugins.LiquibaseRollback
-
The date to rollback the database to.
- rollbackFailed(ChangeSet, DatabaseChangeLog, Database, Exception) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
-
Called when there is a rollback failure
- rollbackFailed(ChangeSet, DatabaseChangeLog, Database, Exception) - Method in interface liquibase.changelog.visitor.ChangeExecListener
- rollbackFailed(ChangeSet, DatabaseChangeLog, Database, Exception) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
- rollbackFailed(ChangeSet, DatabaseChangeLog, Database, Exception) - Method in class liquibase.changelog.visitor.LoggingChangeExecListener
-
Called when there is a rollback failure
- RollbackFailedException - Exception in liquibase.exception
- RollbackFailedException() - Constructor for exception liquibase.exception.RollbackFailedException
- RollbackFailedException(String) - Constructor for exception liquibase.exception.RollbackFailedException
- RollbackFailedException(String, Throwable) - Constructor for exception liquibase.exception.RollbackFailedException
- RollbackFailedException(Throwable) - Constructor for exception liquibase.exception.RollbackFailedException
- rollbackFile - Variable in class liquibase.integration.spring.SpringLiquibase
- RollbackImpossibleException - Exception in liquibase.exception
-
Thrown if a change is encountered that cannot be rolled back.
- RollbackImpossibleException() - Constructor for exception liquibase.exception.RollbackImpossibleException
- RollbackImpossibleException(String) - Constructor for exception liquibase.exception.RollbackImpossibleException
- RollbackImpossibleException(String, Throwable) - Constructor for exception liquibase.exception.RollbackImpossibleException
- RollbackImpossibleException(Throwable) - Constructor for exception liquibase.exception.RollbackImpossibleException
- RollbackListVisitor - Class in liquibase.changelog.visitor
- RollbackListVisitor() - Constructor for class liquibase.changelog.visitor.RollbackListVisitor
- rollbackOnError - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- rollbackOnError - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
-
If set to true and any changeset in a deployment fails, then the update operation stops, and liquibase attempts to rollback all changesets just deployed.
- RollbackReportParameters - Class in liquibase.report
- RollbackReportParameters() - Constructor for class liquibase.report.RollbackReportParameters
- RollbackReportParameters.ChangesetDetails - Class in liquibase.report
- rollbackScript - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- rollbackScript - Variable in class org.liquibase.maven.plugins.LiquibaseRollback
-
External script containing rollback logic.
- rollbackScript - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetMojo
-
Specifies the path to a rollback script
- rollbackScript - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetSQL
-
Specifies the path to a rollback script
- RollbackSqlCommandStep - Class in liquibase.command.core
-
RollbackSqlCommandStep performs the rollback-to-tag-sql logic.
- RollbackSqlCommandStep() - Constructor for class liquibase.command.core.RollbackSqlCommandStep
- RollbackSqlFile - Class in liquibase.logging.mdc.customobjects
-
This class is used to represent MDC data related to a sqlFile type change inside a rollback.
- RollbackSqlFile() - Constructor for class liquibase.logging.mdc.customobjects.RollbackSqlFile
- RollbackSqlFile(SQLFileChange) - Constructor for class liquibase.logging.mdc.customobjects.RollbackSqlFile
- rollbackTag - Variable in class org.liquibase.maven.plugins.LiquibaseRollback
-
The tag to roll the database back to.
- RollbackToDateCommandStep - Class in liquibase.command.core
- RollbackToDateCommandStep() - Constructor for class liquibase.command.core.RollbackToDateCommandStep
- RollbackToDateSqlCommandStep - Class in liquibase.command.core
- RollbackToDateSqlCommandStep() - Constructor for class liquibase.command.core.RollbackToDateSqlCommandStep
- rollbackUpdate(Liquibase, int, Contexts, LabelExpression) - Method in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
Runs the rollback operation in the update-testing-rollback chain which rolls back the initial update
- RollbackVisitor - Class in liquibase.changelog.visitor
- RollbackVisitor(Database) - Constructor for class liquibase.changelog.visitor.RollbackVisitor
-
Deprecated.- please use the constructor with ChangeExecListener, which can be null.
- RollbackVisitor(Database, ChangeExecListener) - Constructor for class liquibase.changelog.visitor.RollbackVisitor
- RollbackVisitor(Database, ChangeExecListener, List<ChangeSet>) - Constructor for class liquibase.changelog.visitor.RollbackVisitor
- rolledBack(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
- rolledBack(ChangeSet, DatabaseChangeLog, Database) - Method in interface liquibase.changelog.visitor.ChangeExecListener
-
Called after a change is rolled back.
- rolledBack(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
- rolledBack(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.LoggingChangeExecListener
- RowCountPrecondition - Class in liquibase.precondition.core
- RowCountPrecondition() - Constructor for class liquibase.precondition.core.RowCountPrecondition
- RowData(String, String, Database, String...) - Constructor for class liquibase.snapshot.ResultSetCache.RowData
- RowData(String, String, Database, String...) - Constructor for class liquibase.snapshot.ResultSetCacheSnowflake.RowData
- rowKeyParameters(CachedRow) - Method in class liquibase.snapshot.jvm.SnowflakeResultSetConstraintsExtractor
- rowKeyParameters(CachedRow) - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- rowMapper - Variable in class liquibase.executor.jvm.RowMapperResultSetExtractor
- RowMapper - Interface in liquibase.executor.jvm
- RowMapperNotNullConstraintsResultSetExtractor - Class in liquibase.executor.jvm
-
Adapter implementation of the ResultSetExtractor interface that delegates to a RowMapper which is supposed to create a not null constraint object for each row.
- RowMapperNotNullConstraintsResultSetExtractor(RowMapper) - Constructor for class liquibase.executor.jvm.RowMapperNotNullConstraintsResultSetExtractor
- RowMapperResultSetExtractor - Class in liquibase.executor.jvm
-
Adapter implementation of the ResultSetExtractor interface that delegates to a RowMapper which is supposed to create an object for each row.
- RowMapperResultSetExtractor(RowMapper) - Constructor for class liquibase.executor.jvm.RowMapperResultSetExtractor
-
Create a new RowMapperResultSetExtractor.
- RowMapperResultSetExtractor(RowMapper, int) - Constructor for class liquibase.executor.jvm.RowMapperResultSetExtractor
-
Create a new RowMapperResultSetExtractor.
- ROWS_AFFECTED - Static variable in class liquibase.logging.mdc.MdcKey
- ROWS_AFFECTED_SCOPE_KEY - Static variable in class liquibase.executor.jvm.JdbcExecutor
- rowsExpected - Variable in class liquibase.executor.jvm.RowMapperResultSetExtractor
- run() - Method in class liquibase.change.core.ExecuteShellCommandChange.StreamGobbler
- run() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- run() - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- run() - Method in class liquibase.command.core.GenerateChangeLogCommand
-
Deprecated.
- run() - Method in class liquibase.command.core.HistoryCommand
-
Deprecated.
- run() - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- run() - Method in interface liquibase.command.LiquibaseCommand
-
Deprecated.Function that performs the actual logic.
- run() - Method in interface liquibase.Scope.ScopedRunner
- run() - Method in interface liquibase.Scope.ScopedRunnerWithReturn
- run() - Method in interface liquibase.util.ExceptionUtil.ExceptionRunnable
-
Executes the code block, potentially throwing an
Exception
. - run(String[]) - Static method in class liquibase.integration.commandline.Main
-
Deprecated.Process the command line arguments and perform the appropriate main action (update, rollback etc.)
- run(ChangeSetVisitor, RuntimeEnvironment) - Method in class liquibase.changelog.ChangeLogIterator
- run(ChangeSetVisitor, RuntimeEnvironment) - Method in class liquibase.changelog.StatusChangeLogIterator
- run(CommandResultsBuilder) - Method in class liquibase.command.AbstractCliWrapperCommandStep
-
Deprecated.
- run(CommandResultsBuilder) - Method in interface liquibase.command.CommandStep
-
Performs the business logic.
- run(CommandResultsBuilder) - Method in class liquibase.command.core.AbstractFutureRollbackCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.AbstractUpdateCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.CalculateChecksumCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.ChangelogSyncCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.ChangelogSyncSqlCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.ChangelogSyncToTagCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.ChangelogSyncToTagSqlCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.ClearChecksumsCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.DbDocCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.DiffChangelogCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.DiffCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.DropAllCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.ExecuteSqlCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.GenerateChangelogCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.AbstractOutputWriterCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.ChangeExecListenerCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.DiffOutputControlCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.LockServiceCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.PreCompareCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.ShowSummaryArgument
- run(CommandResultsBuilder) - Method in class liquibase.command.core.HistoryCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.InternalSnapshotCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.ListLocksCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.MarkNextChangesetRanCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.ReleaseLocksCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.RollbackCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.RollbackCountCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.RollbackCountSqlCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.RollbackSqlCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.RollbackToDateCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.RollbackToDateSqlCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.SnapshotCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.SnapshotReferenceCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.StartH2CommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.StatusCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.StopH2CommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.TagCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.TagExistsCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.UnexpectedChangesetsCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.UpdateCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.UpdateSqlCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.UpdateTestingRollbackCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.UpdateToTagCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.command.core.ValidateCommandStep
- run(CommandResultsBuilder) - Method in class liquibase.extension.testing.testsystem.command.TestSystemDownCommand
- run(CommandResultsBuilder) - Method in class liquibase.extension.testing.testsystem.command.TestSystemUpCommand
- RUN_AGAIN - Enum constant in enum liquibase.changelog.ChangeSet.RunStatus
- RUN_ALWAYS_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- RUN_ALWAYS_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- RUN_IN_TRANSACTION_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- RUN_IN_TRANSACTION_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- RUN_ON_CHANGE_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- RUN_ON_CHANGE_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- RUN_ON_CHANGE_TYPES_ARG - Static variable in class liquibase.command.core.helpers.AbstractChangelogCommandStep
- RUN_WITH - Static variable in class liquibase.logging.mdc.MdcKey
- RUN_WITH - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- RUN_WITH_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- RUN_WITH_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- RUN_WITH_SPOOL_FILE - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- RUN_WITH_SPOOL_FILE_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- RUN_WITH_SPOOL_FILE_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- runAfterTypes() - Method in interface liquibase.diff.output.changelog.ChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedTableChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingDataChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator
- runAfterTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator
- runAfterTypes(Class<? extends DatabaseObject>, Database, Class<? extends ChangeGenerator>) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
- runBeforeTypes() - Method in interface liquibase.diff.output.changelog.ChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedTableChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingDataChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator
- runBeforeTypes() - Method in class liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator
- runBeforeTypes(Class<? extends DatabaseObject>, Database, Class<? extends ChangeGenerator>) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
- runFailed(ChangeSet, DatabaseChangeLog, Database, Exception) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
- runFailed(ChangeSet, DatabaseChangeLog, Database, Exception) - Method in interface liquibase.changelog.visitor.ChangeExecListener
- runFailed(ChangeSet, DatabaseChangeLog, Database, Exception) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
- RUNNING_THREADS - Static variable in class liquibase.command.core.StartH2CommandStep
-
List of threads that are running the H2 database.
- RunningAsPrecondition - Class in liquibase.precondition.core
-
Precondition that checks the name of the user executing the change log.
- RunningAsPrecondition() - Constructor for class liquibase.precondition.core.RunningAsPrecondition
- runningFromNewCli - Static variable in class liquibase.integration.commandline.Main
-
Deprecated.
- runOnChangeTypes - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Sets runOnChange="true" for changesets containing solely changes of these types (e.g. createView, createProcedure, ...).
- runOnChangeTypes - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Sets runOnChange="true" for changesets containing solely changes of these types (e.g. createView, createProcedure, ...).
- RuntimeEnvironment - Class in liquibase
- RuntimeEnvironment(Database, Contexts, LabelExpression) - Constructor for class liquibase.RuntimeEnvironment
- RuntimeGenerator - Class in liquibase.sqlgenerator.core
- RuntimeGenerator() - Constructor for class liquibase.sqlgenerator.core.RuntimeGenerator
- RuntimeInfo - Class in liquibase.report
- RuntimeInfo() - Constructor for class liquibase.report.RuntimeInfo
- RuntimeStatement - Class in liquibase.statement.core
- RuntimeStatement() - Constructor for class liquibase.statement.core.RuntimeStatement
S
- S_CHAR_LITERAL - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- S_DOUBLE - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- S_IDENTIFIER - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- S_LONG - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- S_QUOTED_IDENTIFIER - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- S_QUOTED_STRING_HYBRID - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- sanitizeFileName(String) - Static method in class liquibase.util.FilenameUtil
-
Remove problematic characters from filename and replace them with '_'
- sanitizeUrl(String) - Static method in class liquibase.database.jvm.JdbcConnection
-
Remove any secure information from the URL.
- saveRollbackStatement(Change, List<SqlVisitor>, Writer) - Method in class liquibase.database.AbstractJdbcDatabase
- saveRollbackStatement(Change, List<SqlVisitor>, Writer) - Method in class liquibase.database.core.MockDatabase
- saveRollbackStatement(Change, List<SqlVisitor>, Writer) - Method in interface liquibase.database.Database
- saveStatements(Change, List<SqlVisitor>, Writer) - Method in class liquibase.database.AbstractJdbcDatabase
- saveStatements(Change, List<SqlVisitor>, Writer) - Method in class liquibase.database.core.MockDatabase
- saveStatements(Change, List<SqlVisitor>, Writer) - Method in interface liquibase.database.Database
- Schema - Class in liquibase.structure.core
- Schema() - Constructor for class liquibase.structure.core.Schema
- Schema(String, String) - Constructor for class liquibase.structure.core.Schema
- Schema(Catalog, String) - Constructor for class liquibase.structure.core.Schema
- SCHEMA_NAME_STATEMENT_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- SCHEMA_NAME_STATEMENT_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- SchemaComparator - Class in liquibase.diff.compare.core
- SchemaComparator() - Constructor for class liquibase.diff.compare.core.SchemaComparator
- SchemaComparison(CatalogAndSchema, CatalogAndSchema) - Constructor for class liquibase.diff.compare.CompareControl.SchemaComparison
- schemaList - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- schemaName - Variable in class liquibase.change.AbstractTableChange
- schemaName - Variable in class liquibase.change.core.AbstractModifyDataChange
- schemas - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- schemas - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
The schemas to snapshot
- schemas - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Schemas on target database to use in diff.
- schemas - Variable in class org.liquibase.maven.plugins.LiquibaseDropAll
-
The schemas to be dropped.
- schemas - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Specifies the a list of schemas to indicate liquibase where to apply change objects or where to read current state from
- SCHEMAS - Static variable in class liquibase.logging.mdc.MdcKey
- SCHEMAS_ARG - Static variable in class liquibase.command.core.DbDocCommandStep
- SCHEMAS_ARG - Static variable in class liquibase.command.core.DropAllCommandStep
- SCHEMAS_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
- SCHEMAS_ARG - Static variable in class liquibase.command.core.InternalSnapshotCommandStep
- SCHEMAS_ARG - Static variable in class liquibase.command.core.SnapshotCommandStep
- SchemaSnapshotGenerator - Class in liquibase.snapshot.jvm
- SchemaSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.SchemaSnapshotGenerator
- SchemaSnapshotGeneratorSnowflake - Class in liquibase.snapshot.jvm
- SchemaSnapshotGeneratorSnowflake() - Constructor for class liquibase.snapshot.jvm.SchemaSnapshotGeneratorSnowflake
- SchemesCDIConfigBuilder - Class in liquibase.integration.cdi
- SchemesCDIConfigBuilder - Class in liquibase.integration.jakarta.cdi
- SchemesCDIConfigBuilder(BeanManager, SchemesTreeBuilder) - Constructor for class liquibase.integration.jakarta.cdi.SchemesCDIConfigBuilder
- SchemesCDIConfigBuilder(BeanManager, SchemesTreeBuilder) - Constructor for class liquibase.integration.cdi.SchemesCDIConfigBuilder
- SchemesTreeBuilder - Class in liquibase.integration.cdi
- SchemesTreeBuilder - Class in liquibase.integration.jakarta.cdi
- SchemesTreeBuilder() - Constructor for class liquibase.integration.cdi.SchemesTreeBuilder
- SchemesTreeBuilder() - Constructor for class liquibase.integration.jakarta.cdi.SchemesTreeBuilder
- Scope - Class in liquibase
-
This scope object is used to hold configuration and other parameters within a call without needing complex method signatures.
- Scope(Scope, Map<String, Object>) - Constructor for class liquibase.Scope
- Scope.Attr - Enum in liquibase
-
Enumeration containing standard attributes.
- Scope.ScopedRunner<T> - Interface in liquibase
- Scope.ScopedRunnerWithReturn<T> - Interface in liquibase
- ScopeManager - Class in liquibase
- ScopeManager() - Constructor for class liquibase.ScopeManager
- ScopeValueProvider - Class in liquibase.configuration.core
-
Searches the
Scope
for the given key. - ScopeValueProvider() - Constructor for class liquibase.configuration.core.ScopeValueProvider
- search(String, boolean) - Method in class liquibase.integration.spring.SpringResourceAccessor
- search(String, boolean) - Method in class liquibase.resource.AbstractPathResourceAccessor
- search(String, boolean) - Method in class liquibase.resource.ClassLoaderResourceAccessor
- search(String, boolean) - Method in class liquibase.resource.CompositeResourceAccessor
- search(String, boolean) - Method in interface liquibase.resource.ResourceAccessor
-
Returns the path to all resources contained in the given path.
- search(String, boolean) - Method in class liquibase.sdk.resource.MockResourceAccessor
- search(String, ResourceAccessor.SearchOptions) - Method in class liquibase.resource.AbstractPathResourceAccessor
- search(String, ResourceAccessor.SearchOptions) - Method in class liquibase.resource.ClassLoaderResourceAccessor
- search(String, ResourceAccessor.SearchOptions) - Method in class liquibase.resource.CompositeResourceAccessor
- search(String, ResourceAccessor.SearchOptions) - Method in interface liquibase.resource.ResourceAccessor
-
Returns the path to all resources contained in the given path that match the searchOptions criteria.
- SEARCH_PATH - Static variable in class liquibase.GlobalConfiguration
- SearchOptions() - Constructor for class liquibase.resource.ResourceAccessor.SearchOptions
- searchPath - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the locations where Liquibase can find your changelog files.
- SearchPathResourceAccessor - Class in liquibase.resource
-
This should generally be the overall
ResourceAccessor
used by integrations. - SearchPathResourceAccessor(String, ResourceAccessor...) - Constructor for class liquibase.resource.SearchPathResourceAccessor
-
Creates itself with the given searchPath value.
- SearchPathResourceAccessor(ResourceAccessor...) - Constructor for class liquibase.resource.SearchPathResourceAccessor
-
Calls
SearchPathResourceAccessor(String, ResourceAccessor...)
with the current value ofGlobalConfiguration.SEARCH_PATH
. - SECURE_PARSING - Static variable in class liquibase.GlobalConfiguration
- SEEN_CHANGELOGS_PATHS_SCOPE_KEY - Static variable in class liquibase.changelog.DatabaseChangeLog
- SelectFromDatabaseChangeLogGenerator - Class in liquibase.sqlgenerator.core
- SelectFromDatabaseChangeLogGenerator() - Constructor for class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator
- SelectFromDatabaseChangeLogLockGenerator - Class in liquibase.sqlgenerator.core
- SelectFromDatabaseChangeLogLockGenerator() - Constructor for class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator
- SelectFromDatabaseChangeLogLockStatement - Class in liquibase.statement.core
- SelectFromDatabaseChangeLogLockStatement() - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement
- SelectFromDatabaseChangeLogLockStatement(String...) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement
- SelectFromDatabaseChangeLogLockStatement(ColumnConfig...) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement
- SelectFromDatabaseChangeLogStatement - Class in liquibase.statement.core
- SelectFromDatabaseChangeLogStatement(String...) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
- SelectFromDatabaseChangeLogStatement(ColumnConfig...) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
- SelectFromDatabaseChangeLogStatement(SelectFromDatabaseChangeLogStatement.WhereClause, ColumnConfig...) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
- SelectFromDatabaseChangeLogStatement.ByCheckSumNotNullAndNotLike - Class in liquibase.statement.core
- SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum - Class in liquibase.statement.core
- SelectFromDatabaseChangeLogStatement.ByTag - Class in liquibase.statement.core
- SelectFromDatabaseChangeLogStatement.WhereClause - Interface in liquibase.statement.core
- sendErrorMessage(String) - Method in class liquibase.ui.CompositeUIService
- sendErrorMessage(String) - Method in class liquibase.ui.ConsoleUIService
- sendErrorMessage(String) - Method in class liquibase.ui.LoggerUIService
- sendErrorMessage(String) - Method in interface liquibase.ui.UIService
-
Send an "error" message to the user.
- sendErrorMessage(String) - Method in class org.liquibase.maven.plugins.MavenUi
- sendErrorMessage(String, Throwable) - Method in class liquibase.ui.CompositeUIService
- sendErrorMessage(String, Throwable) - Method in class liquibase.ui.ConsoleUIService
- sendErrorMessage(String, Throwable) - Method in class liquibase.ui.LoggerUIService
- sendErrorMessage(String, Throwable) - Method in interface liquibase.ui.UIService
-
Send an "error" message to the user along with a stacktrace.
- sendErrorMessage(String, Throwable) - Method in class org.liquibase.maven.plugins.MavenUi
- sendMessage(String) - Method in class liquibase.ui.CompositeUIService
- sendMessage(String) - Method in class liquibase.ui.ConsoleUIService
- sendMessage(String) - Method in class liquibase.ui.LoggerUIService
- sendMessage(String) - Method in interface liquibase.ui.UIService
-
Send a "normal" message to the user.
- sendMessage(String) - Method in class org.liquibase.maven.plugins.MavenUi
- sendsStringParametersAsUnicode() - Method in class liquibase.database.core.MSSQLDatabase
-
Determines if the SQL Server instance assigns Unicode data types (e.g. nvarchar) to strings.
- Sequence - Class in liquibase.structure.core
- Sequence() - Constructor for class liquibase.structure.core.Sequence
- Sequence(String, String, String) - Constructor for class liquibase.structure.core.Sequence
- SEQUENCE - Enum constant in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
- sequenceCurrentValueFunction - Variable in class liquibase.database.AbstractJdbcDatabase
- SequenceCurrentValueFunction - Class in liquibase.statement
-
Represents a function for getting the current value from a sequence
- SequenceCurrentValueFunction(String) - Constructor for class liquibase.statement.SequenceCurrentValueFunction
- SequenceCurrentValueFunction(String, String) - Constructor for class liquibase.statement.SequenceCurrentValueFunction
- SequenceExistsPrecondition - Class in liquibase.precondition.core
- SequenceExistsPrecondition() - Constructor for class liquibase.precondition.core.SequenceExistsPrecondition
- sequenceNextValueFunction - Variable in class liquibase.database.AbstractJdbcDatabase
-
The sequence name will be substituted into the string e.g.
- SequenceNextValueFunction - Class in liquibase.statement
-
Represents a function for getting the next value from a sequence
- SequenceNextValueFunction() - Constructor for class liquibase.statement.SequenceNextValueFunction
- SequenceNextValueFunction(String) - Constructor for class liquibase.statement.SequenceNextValueFunction
- SequenceNextValueFunction(String, String) - Constructor for class liquibase.statement.SequenceNextValueFunction
- SequenceSnapshotGenerator - Class in liquibase.snapshot.jvm
-
Snapshot generator for a SEQUENCE object in a JDBC-accessible database
- SequenceSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.SequenceSnapshotGenerator
- SequenceSnapshotGeneratorSnowflake - Class in liquibase.snapshot.jvm
- SequenceSnapshotGeneratorSnowflake() - Constructor for class liquibase.snapshot.jvm.SequenceSnapshotGeneratorSnowflake
- serializationType() - Element in annotation type liquibase.change.DatabaseChangeProperty
-
Format to use when serializing this Change via a
ChangeLogSerializer
. - serialize() - Method in class liquibase.change.AbstractChange
- serialize() - Method in class liquibase.changelog.ChangeSet
- serialize() - Method in class liquibase.serializer.AbstractLiquibaseSerializable
- serialize() - Method in interface liquibase.serializer.LiquibaseSerializable
- serialize() - Method in class liquibase.snapshot.DatabaseSnapshot
- serialize() - Method in class liquibase.snapshot.SnapshotControl
- serialize() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- serialize() - Method in class liquibase.structure.AbstractDatabaseObject
- serialize() - Method in class liquibase.structure.DatabaseObjectCollection
- serialize(DatabaseChangeLog) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
- serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
- serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.string.StringChangeLogSerializer
- serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.string.StringSnapshotSerializer
- serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
- serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
- serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.yaml.YamlSerializer
- serialize(LiquibaseSerializable, boolean) - Method in interface liquibase.serializer.LiquibaseSerializer
- serialize(LiquibaseSerializable, boolean) - Method in interface liquibase.serializer.SnapshotSerializer
- SERIALIZER_FORMAT_ARG - Static variable in class liquibase.command.core.InternalSnapshotCommandStep
- serializeValue(Object) - Method in class liquibase.change.AbstractChange
- serializeValue(Object) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
- serviceLocator - Enum constant in enum liquibase.Scope.Attr
- ServiceLocator - Interface in liquibase.servicelocator
-
Abstraction for finding and creating instances of classes.
- ServiceNotFoundException - Exception in liquibase.exception
- ServiceNotFoundException(String) - Constructor for exception liquibase.exception.ServiceNotFoundException
- ServiceNotFoundException(String, Throwable) - Constructor for exception liquibase.exception.ServiceNotFoundException
- ServiceNotFoundException(Throwable) - Constructor for exception liquibase.exception.ServiceNotFoundException
- ServletConfigurationValueProvider - Class in liquibase.integration.servlet
- ServletConfigurationValueProvider(GenericServletWrapper.ServletContext, InitialContext) - Constructor for class liquibase.integration.servlet.ServletConfigurationValueProvider
- session - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- set(String, Object) - Method in class liquibase.AbstractExtensibleObject
- set(String, Object) - Method in class liquibase.changelog.ChangeLogParameters
-
Sets a global changelog parameter with no context/label/database filters on it.
- set(String, Object) - Method in class liquibase.database.AbstractJdbcDatabase
- set(String, Object) - Method in interface liquibase.ExtensibleObject
-
Sets the value of the given attribute.
- set(String, Object) - Method in class liquibase.snapshot.CachedRow
- set(String, Object) - Method in class liquibase.util.SmartMap
-
Works like
SmartMap.put(String, Object)
but returns this SmartMap rather than the old value. - set(String, Object, String, String, String, boolean, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
- set(String, Object, ContextExpression, Labels, String...) - Method in class liquibase.changelog.ChangeLogParameters
-
Sets a global changelog parameter.
- set(String, Object, ContextExpression, Labels, String, boolean, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
-
Calls either
ChangeLogParameters.set(String, Object, ContextExpression, Labels, String...)
orChangeLogParameters.setLocal(String, Object, DatabaseChangeLog, ContextExpression, Labels, String...)
depending on the value of globalParam. - SET_COLUMN_REMARKS_NOT_SUPPORTED_ON_VIEW_MSG - Static variable in class liquibase.sqlgenerator.core.SetColumnRemarksGeneratorSnowflake
- setAdditionalInformation(String) - Method in class liquibase.datatype.LiquibaseDataType
- setAllowColumnUpdate(String, boolean) - Method in class liquibase.statement.core.InsertOrUpdateStatement
- setAllowPrompt(boolean) - Method in class liquibase.ui.CompositeUIService
- setAllowPrompt(boolean) - Method in class liquibase.ui.ConsoleUIService
- setAllowPrompt(boolean) - Method in class liquibase.ui.LoggerUIService
- setAllowPrompt(boolean) - Method in interface liquibase.ui.UIService
-
Method to set flag indicating whether prompting is allowed
- setAllowUpdate(Boolean) - Method in class liquibase.change.core.LoadDataColumnConfig
- setAlreadyHandledChanged(DatabaseObject) - Method in class liquibase.diff.output.DiffOutputControl
- setAlreadyHandledMissing(DatabaseObject) - Method in class liquibase.diff.output.DiffOutputControl
- setAlreadyHandledUnexpected(DatabaseObject) - Method in class liquibase.diff.output.DiffOutputControl
- setAlwaysOverrideStoredLogicSchema(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setAppend(boolean) - Method in class liquibase.resource.OpenOptions
- setApplicableDbms(Set<String>) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- setApplicableDbms(Set<String>) - Method in interface liquibase.sql.visitor.SqlVisitor
- setApplyToRollback(boolean) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- setApplyToRollback(boolean) - Method in interface liquibase.sql.visitor.SqlVisitor
- setAssociatedWith(String) - Method in class liquibase.statement.core.CreateIndexStatement
- setAssociatedWith(String) - Method in class liquibase.statement.core.DropIndexStatement
- setAttribute(String, Object) - Method in class liquibase.changelog.ChangeSet
- setAttribute(String, Object) - Method in class liquibase.structure.AbstractDatabaseObject
- setAttribute(String, Object) - Method in interface liquibase.structure.DatabaseObject
-
Sets a given attribute for this object to the specified value.
- setAuthor(String) - Method in class liquibase.command.core.GenerateChangeLogCommand
-
Deprecated.
- setAutoCommit(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
- setAutoCommit(boolean) - Method in class liquibase.database.core.MockDatabase
- setAutoCommit(boolean) - Method in class liquibase.database.core.SybaseASADatabase
- setAutoCommit(boolean) - Method in interface liquibase.database.Database
- setAutoCommit(boolean) - Method in interface liquibase.database.DatabaseConnection
- setAutoCommit(boolean) - Method in class liquibase.database.jvm.JdbcConnection
- setAutoCommit(boolean) - Method in class liquibase.database.MockDatabaseConnection
- setAutoCommit(boolean) - Method in class liquibase.database.OfflineConnection
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.BigIntType
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.DecimalType
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.IntType
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.MediumIntType
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.NumberType
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.SmallIntType
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.TinyIntType
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.UnknownType
- setAutoIncrement(Boolean) - Method in class liquibase.change.ColumnConfig
- setAutoIncrementDetails(Column, Database, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
- setAutoIncrementInformation(Column.AutoIncrementInformation) - Method in class liquibase.structure.core.Column
- setBackingIndex(Index) - Method in class liquibase.structure.core.ForeignKey
- setBackingIndex(Index) - Method in class liquibase.structure.core.PrimaryKey
- setBackingIndex(Index) - Method in class liquibase.structure.core.UniqueConstraint
- setBaseTableName(String) - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
- setBaseTableSchemaName(String) - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
- setBeanName(String) - Method in class liquibase.integration.spring.SpringLiquibase
-
Spring sets this automatically to the instance's configured bean name.
- setBody(String) - Method in class liquibase.structure.core.StoredDatabaseLogic
- setBulkTracking(boolean) - Method in class liquibase.snapshot.ResultSetCache
-
Method to control bulk fetching.
- setCacheSize(BigInteger) - Method in class liquibase.statement.core.AlterSequenceStatement
- setCacheSize(BigInteger) - Method in class liquibase.statement.core.CreateSequenceStatement
- setCacheSize(BigInteger) - Method in class liquibase.structure.core.Sequence
- setCanCacheLiquibaseTableInfo(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
- setCanCacheLiquibaseTableInfo(boolean) - Method in class liquibase.database.core.MockDatabase
- setCanCacheLiquibaseTableInfo(boolean) - Method in interface liquibase.database.Database
- setCaseSensitive(boolean) - Method in class liquibase.database.core.MockDatabase
- setCaseSensitive(boolean) - Method in class liquibase.database.OfflineConnection
- setCaseSensitive(Boolean) - Method in class liquibase.database.AbstractJdbcDatabase
- setCatalog(String) - Method in class liquibase.database.jvm.JdbcConnection
- setCatalogName(String) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
- setCatalogName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
- setCatalogName(String) - Method in class liquibase.precondition.core.RowCountPrecondition
- setCatalogName(String) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
- setCatalogName(String) - Method in class liquibase.precondition.core.TableExistsPrecondition
- setCatalogName(String) - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- setCatalogName(String) - Method in class liquibase.precondition.core.ViewExistsPrecondition
- setCatalogName(String) - Method in class liquibase.statement.core.CreateSequenceStatement
- setCertainDataType(boolean) - Method in class liquibase.structure.core.Column
- setCertainName(boolean) - Method in class liquibase.structure.core.PrimaryKey
- setChanged(int) - Method in class liquibase.logging.mdc.customobjects.DiffResultsSummary
- setChangeLog(String) - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- setChangeLog(String) - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- setChangeLog(String) - Method in class liquibase.integration.spring.SpringLiquibase
-
Sets a Spring Resource that is able to resolve to a file or classpath resource.
- setChangeLogFile(String) - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- setChangeLogFile(String) - Method in class liquibase.integration.ant.DBDocTask
- setChangeLogFile(String) - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
- setChangeLogLockRecheckTime(long) - Method in interface liquibase.lockservice.LockService
- setChangeLogLockRecheckTime(long) - Method in class liquibase.lockservice.MockLockService
- setChangeLogLockRecheckTime(long) - Method in class liquibase.lockservice.OfflineLockService
- setChangeLogLockRecheckTime(long) - Method in class liquibase.lockservice.StandardLockService
- setChangeLogLockWaitTime(long) - Method in interface liquibase.lockservice.LockService
- setChangeLogLockWaitTime(long) - Method in class liquibase.lockservice.MockLockService
- setChangeLogLockWaitTime(long) - Method in class liquibase.lockservice.OfflineLockService
- setChangeLogLockWaitTime(long) - Method in class liquibase.lockservice.StandardLockService
- setChangeLogParameter(String, Object) - Method in class liquibase.Liquibase
- setChangeLogParameters(Map<String, String>) - Method in class liquibase.integration.spring.SpringLiquibase
- setChangeLogParameters(ChangeLogParameters) - Method in class liquibase.changelog.ChangeSet
-
Called by the changelog parsing process to pass the
ChangeLogParameters
. - setChangeLogParameters(ChangeLogParameters) - Method in class liquibase.changelog.DatabaseChangeLog
- setChangeLogParametersRef(Reference) - Method in class liquibase.integration.ant.BaseLiquibaseTask
- setChangelogPath(String) - Method in class liquibase.logging.mdc.customobjects.History.Changeset
- setChangelogPath(String) - Method in class liquibase.logging.mdc.customobjects.Status.Changeset
- setChangeReplaceIfExistsTypes(String[]) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- setChanges(List<Change>) - Method in class liquibase.changelog.RollbackContainer
- setChangeSequence(AbstractSQLChange, String) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- setChangeSequence(AbstractSQLChange, String) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- setChangeSequence(ChangeLogParameters, StringBuilder, ChangeSet, AbstractSQLChange) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- setChangeSequence(ChangeLogParameters, StringBuilder, ChangeSet, AbstractSQLChange) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- setChangeset(List<MdcChangesetExtended>) - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated
- setChangeSet(ChangeSet) - Method in class liquibase.change.AbstractChange
-
Sets the changeSet this Change is a part of.
- setChangeSet(ChangeSet) - Method in interface liquibase.change.Change
-
Sets the changeSet this Change is a part of.
- setChangesetAuthor(String) - Method in class liquibase.logging.mdc.customobjects.History.Changeset
- setChangesetAuthor(String) - Method in class liquibase.logging.mdc.customobjects.Status.Changeset
- setChangeSetAuthor(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- setChangeSetContext(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- setChangesetCount(int) - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated
- setChangesetCount(int) - Method in class liquibase.logging.mdc.customobjects.History
- setChangesetCount(int) - Method in class liquibase.logging.mdc.customobjects.SimpleStatus
- setChangesetId(String) - Method in class liquibase.logging.mdc.customobjects.History.Changeset
- setChangesetId(String) - Method in class liquibase.logging.mdc.customobjects.Status.Changeset
- setChangeSetLabels(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- setChangeSetPath(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- setChangeSetRunOnChangeTypes(String[]) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- setChangesets(List<History.Changeset>) - Method in class liquibase.logging.mdc.customobjects.History
- setCharacterOctetLength(Integer) - Method in class liquibase.structure.core.DataType
- setCheckConstraint(String) - Method in class liquibase.change.ConstraintsConfig
- setClass(String) - Method in class liquibase.change.custom.CustomChangeWrapper
-
Specify the name of the class to use as the CustomChange and assigns it to
CustomChangeWrapper.getCustomChange()
. - setClass(String) - Method in class liquibase.precondition.CustomPreconditionWrapper
- setClassName(String) - Method in class liquibase.precondition.CustomPreconditionWrapper
- setClasspathRef(Reference) - Method in class liquibase.integration.ant.BaseLiquibaseTask
- setClustered(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
- setClustered(boolean) - Method in class liquibase.structure.core.UniqueConstraint
- setClustered(Boolean) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
- setClustered(Boolean) - Method in class liquibase.statement.core.CreateIndexStatement
- setClustered(Boolean) - Method in class liquibase.structure.core.Index
- setCodePointLimitSafely(LoaderOptions, int) - Static method in class liquibase.util.SnakeYamlUtil
-
Safely set the code point limit when configuring a new SnakeYaml instance.
- setCollation(String) - Method in class liquibase.extension.testing.testsystem.core.MSSQLTestSystem
- setColumn(String) - Method in class liquibase.statement.ForeignKeyConstraint
- setColumnDataType(String) - Method in class liquibase.statement.core.RenameColumnStatement
- setColumnName(String) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
- setColumnName(String) - Method in class liquibase.statement.AutoIncrementConstraint
- setColumnName(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
- setColumnName(String) - Method in class liquibase.statement.NotNullConstraint
- setColumnNames(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
- setColumnNames(String) - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- SetColumnRemarksChange - Class in liquibase.change.core
- SetColumnRemarksChange() - Constructor for class liquibase.change.core.SetColumnRemarksChange
- SetColumnRemarksGenerator - Class in liquibase.sqlgenerator.core
- SetColumnRemarksGenerator() - Constructor for class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
- SetColumnRemarksGeneratorSnowflake - Class in liquibase.sqlgenerator.core
- SetColumnRemarksGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.SetColumnRemarksGeneratorSnowflake
- SetColumnRemarksStatement - Class in liquibase.statement.core
- SetColumnRemarksStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.SetColumnRemarksStatement
- SetColumnRemarksStatement(String, String, String, String, String, String) - Constructor for class liquibase.statement.core.SetColumnRemarksStatement
- SetColumnRemarksStatement(String, String, String, String, String, String, String) - Constructor for class liquibase.statement.core.SetColumnRemarksStatement
- setColumns(List<AddColumnConfig>) - Method in class liquibase.change.core.AddColumnChange
- setColumns(List<AddColumnConfig>) - Method in class liquibase.change.core.CreateIndexChange
- setColumns(List<ColumnConfig>) - Method in class liquibase.change.core.CreateTableChange
- setColumns(List<ColumnConfig>) - Method in class liquibase.change.core.DropColumnChange
- setColumns(List<ColumnConfig>) - Method in class liquibase.change.core.InsertDataChange
- setColumns(List<ColumnConfig>) - Method in class liquibase.change.core.UpdateDataChange
- setColumns(List<LoadDataColumnConfig>) - Method in class liquibase.change.core.LoadDataChange
- setColumns(List<Column>) - Method in class liquibase.structure.core.Index
- setColumns(List<Column>) - Method in class liquibase.structure.core.UniqueConstraint
- setColumns(List<T>) - Method in interface liquibase.change.ChangeWithColumns
- setColumnSize(Integer) - Method in class liquibase.structure.core.DataType
- setColumnSizeUnit(DataType.ColumnSizeUnit) - Method in class liquibase.structure.core.DataType
- setCommentLineStartsWith(String) - Method in class liquibase.change.core.LoadDataChange
- setComments(String) - Method in class liquibase.changelog.ChangeSet
- setComments(String) - Method in class liquibase.changelog.ChangeSetStatus
- setCommonlyUsed(boolean) - Method in class liquibase.configuration.ConfigurationDefinition.Building
- setCompareControl(CompareControl) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setComputed(Boolean) - Method in class liquibase.change.ColumnConfig
- setComputed(Boolean) - Method in class liquibase.structure.core.Column
- setComputed(String) - Method in class liquibase.statement.core.CreateTableStatement
- setConnection(Connection) - Method in class liquibase.database.core.MockDatabase
- setConnection(DatabaseConnection) - Method in class liquibase.database.AbstractJdbcDatabase
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.CockroachDatabase
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.H2Database
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.HsqlDatabase
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.InformixDatabase
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.MockDatabase
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.OracleDatabase
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.PostgresDatabase
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.SnowflakeDatabase
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.SybaseASADatabase
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.UnsupportedDatabase
- setConnection(DatabaseConnection) - Method in interface liquibase.database.Database
- setConnectionUserName(String) - Method in class liquibase.database.OfflineConnection
- setConsiderCatalogsAsSchemas(boolean) - Method in class liquibase.diff.output.DiffOutputControl
- setConstraintName(String) - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- setConstraintName(String) - Method in class liquibase.statement.NotNullConstraint
- setConstraintName(String) - Method in class liquibase.statement.UniqueConstraint
- setConstraints(ConstraintsConfig) - Method in class liquibase.change.ColumnConfig
- setContainsFullDefinition(boolean) - Method in class liquibase.structure.core.View
- setContent(String, String) - Method in class liquibase.sdk.resource.MockResourceAccessor
- setContext(String) - Method in class liquibase.changelog.ChangeLogProperty
-
Deprecated.
- setContext(String) - Method in class liquibase.command.core.GenerateChangeLogCommand
-
Deprecated.
- setContext(ContextExpression) - Method in class liquibase.diff.output.DiffOutputControl
- setContextFilter(String) - Method in class liquibase.changelog.ChangeLogProperty
- setContextFilter(ContextExpression) - Method in class liquibase.changelog.ChangeSet
- setContextFilter(ContextExpression) - Method in class liquibase.changelog.DatabaseChangeLog
- setContextFilter(ContextExpression) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- setContextFilter(ContextExpression) - Method in interface liquibase.sql.visitor.SqlVisitor
- setContexts(String) - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- setContexts(String) - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- setContexts(String) - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
- setContexts(ContextExpression) - Method in class liquibase.changelog.ChangeSet
-
Deprecated.
- setContexts(ContextExpression) - Method in class liquibase.changelog.DatabaseChangeLog
-
Deprecated.
- setContexts(ContextExpression) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
Deprecated.
- setContexts(Contexts) - Method in class liquibase.changelog.ChangeLogParameters
-
Sets the contexts to filter calls to
ChangeLogParameters.getValue(String, DatabaseChangeLog)
etc. with. - setContinueOnError(boolean) - Method in class liquibase.statement.AbstractSqlStatement
- setCreateIfNeeded(boolean) - Method in class liquibase.resource.OpenOptions
- setCurrentChangeLogFileDOM(Document) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
- setCurrentDateTimeFunction(String) - Method in class liquibase.database.AbstractJdbcDatabase
- setCurrentDateTimeFunction(String) - Method in class liquibase.database.core.MockDatabase
- setCurrentDateTimeFunction(String) - Method in interface liquibase.database.Database
- setCurrentDateTimeFunction(String) - Method in class liquibase.integration.ant.type.DatabaseType
- setCurrentScope(Scope) - Method in class liquibase.ScopeManager
- setCurrentScope(Scope) - Method in class liquibase.SingletonScopeManager
- setCurrentScope(Scope) - Method in class liquibase.ThreadLocalScopeManager
-
Deprecated.
- setCycle(Boolean) - Method in class liquibase.statement.core.AlterSequenceStatement
- setCycle(Boolean) - Method in class liquibase.statement.core.CreateSequenceStatement
- setData(String, Object) - Static method in class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- setData(ConfigurationDefinition<T>, T) - Static method in class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- setDatabase(String) - Method in class liquibase.changelog.ChangeLogParameters
-
Sets the database to filter calls to
ChangeLogParameters.getValue(String, DatabaseChangeLog)
etc. with. - setDatabase(Database) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
- setDatabase(Database) - Method in interface liquibase.changelog.ChangeLogHistoryService
- setDatabase(Database) - Method in class liquibase.changelog.MockChangeLogHistoryService
- setDatabase(Database) - Method in class liquibase.command.core.HistoryCommand
-
Deprecated.
- setDatabase(Database) - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- setDatabase(Database) - Method in class liquibase.executor.AbstractExecutor
- setDatabase(Database) - Method in interface liquibase.executor.Executor
-
Configures the Executor for the Database to run statements/queries against.
- setDatabase(Database) - Method in interface liquibase.lockservice.LockService
- setDatabase(Database) - Method in class liquibase.lockservice.MockLockService
- setDatabase(Database) - Method in class liquibase.lockservice.OfflineLockService
- setDatabase(Database) - Method in class liquibase.lockservice.StandardLockService
- setDatabaseChangeLogLockPollRate(Long) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setDatabaseChangeLogLockTableName(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setDatabaseChangeLogLockTableName(String) - Method in class liquibase.database.AbstractJdbcDatabase
- setDatabaseChangeLogLockTableName(String) - Method in class liquibase.database.core.MockDatabase
-
Does nothing
- setDatabaseChangeLogLockTableName(String) - Method in interface liquibase.database.Database
-
Set the table name of the change log lock to the given table name
- setDatabaseChangeLogLockTableName(String) - Method in class liquibase.integration.ant.type.DatabaseType
- setDatabaseChangeLogLockWaitTime(Long) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setDatabaseChangeLogTableName(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setDatabaseChangeLogTableName(String) - Method in class liquibase.database.AbstractJdbcDatabase
- setDatabaseChangeLogTableName(String) - Method in class liquibase.database.core.MockDatabase
-
Does nothing
- setDatabaseChangeLogTableName(String) - Method in interface liquibase.database.Database
-
Sets the table name of the change log to the given table name.
- setDatabaseChangeLogTableName(String) - Method in class liquibase.integration.ant.type.DatabaseType
- setDatabaseClass(String) - Method in class liquibase.integration.ant.type.DatabaseType
- setDatabaseMajorVersion(int) - Method in class liquibase.database.MockDatabaseConnection
- setDatabaseMajorVersion(int) - Method in class liquibase.database.OfflineConnection
- setDatabaseMinorVersion(int) - Method in class liquibase.database.MockDatabaseConnection
- setDatabaseMinorVersion(int) - Method in class liquibase.database.OfflineConnection
- setDatabaseRef(Reference) - Method in class liquibase.integration.ant.BaseLiquibaseTask
- setDataDir(String) - Method in class liquibase.diff.output.DiffOutputControl
- setDataSource(String) - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
-
Sets the name of the data source.
- setDataSource(DataSource) - Method in class liquibase.integration.spring.SpringLiquibase
-
The DataSource that liquibase will use to perform the migration.
- setDataType(String) - Method in class liquibase.statement.core.AlterSequenceStatement
- setDataType(String) - Method in class liquibase.statement.core.CreateSequenceStatement
- setDataType(String) - Method in class liquibase.structure.core.Sequence
- setDataTypeId(Integer) - Method in class liquibase.structure.core.DataType
- setDateLastExecuted(Date) - Method in class liquibase.changelog.ChangeSetStatus
- setDBLock(boolean) - Method in class liquibase.command.core.AbstractUpdateCommandStep
- setDbms(String) - Method in class liquibase.change.AbstractSQLChange
- setDbms(String) - Method in class liquibase.change.core.CreateProcedureChange
- setDbms(String) - Method in class liquibase.change.core.InsertDataChange
- setDbms(String) - Method in interface liquibase.change.DbmsTargetedChange
- setDbms(String) - Method in class liquibase.changelog.ChangeLogProperty
- setDbms(String) - Method in class liquibase.changelog.ChangeSet
- setDbms(String) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- setDebugStream(PrintStream) - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Set debug output.
- setDecimalDigits(Integer) - Method in class liquibase.structure.core.DataType
- setDefault(Boolean) - Method in class liquibase.structure.core.Catalog
- setDefault(Boolean) - Method in class liquibase.structure.core.Schema
- setDefaultCatalogName(String) - Method in class liquibase.database.AbstractJdbcDatabase
- setDefaultCatalogName(String) - Method in class liquibase.database.core.MockDatabase
- setDefaultCatalogName(String) - Method in class liquibase.database.core.PostgresDatabase
- setDefaultCatalogName(String) - Method in interface liquibase.database.Database
- setDefaultCatalogName(String) - Method in class liquibase.integration.ant.type.DatabaseType
- setDefaultOnNull(Boolean) - Method in class liquibase.change.ColumnConfig
- setDefaultOnNull(Boolean) - Method in class liquibase.statement.AutoIncrementConstraint
- setDefaultOnNull(Boolean) - Method in class liquibase.structure.core.Column.AutoIncrementInformation
- setDefaultSchema(String) - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- setDefaultSchema(String) - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- setDefaultSchemaName(String) - Method in class liquibase.database.AbstractJdbcDatabase
- setDefaultSchemaName(String) - Method in class liquibase.database.core.MockDatabase
- setDefaultSchemaName(String) - Method in class liquibase.database.core.MSSQLDatabase
- setDefaultSchemaName(String) - Method in interface liquibase.database.Database
- setDefaultSchemaName(String) - Method in class liquibase.integration.ant.type.DatabaseType
- setDefaultTablespace(Boolean) - Method in class liquibase.structure.core.Table
- setDefaultTagInspector(LoaderOptions) - Static method in class liquibase.util.SnakeYamlUtil
-
Safely set the default tag inspector when configuring a new SnakeYaml instance.
- setDefaultValue(DataType) - Method in class liquibase.configuration.ConfigurationDefinition.Building
- setDefaultValue(DataType, String) - Method in class liquibase.configuration.ConfigurationDefinition.Building
- setDefaultValue(Object) - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- setDefaultValue(Object) - Method in class liquibase.structure.core.Column
- setDefaultValue(String) - Method in class liquibase.change.ColumnConfig
-
Sets the string default value to assign to this column.
- setDefaultValue(ColumnConfig, Column, Database) - Static method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
- setDefaultValueBoolean(Boolean) - Method in class liquibase.change.ColumnConfig
- setDefaultValueBoolean(String) - Method in class liquibase.change.ColumnConfig
-
Set the defaultValueBoolean based on a given string.
- setDefaultValueComputed(DatabaseFunction) - Method in class liquibase.change.ColumnConfig
- setDefaultValueConstraintName(String) - Method in class liquibase.change.ColumnConfig
- setDefaultValueConstraintName(String) - Method in class liquibase.structure.core.Column
- setDefaultValueDate(String) - Method in class liquibase.change.ColumnConfig
-
Set the date this column should default to.
- setDefaultValueDate(Date) - Method in class liquibase.change.ColumnConfig
- setDefaultValueNumeric(Number) - Method in class liquibase.change.ColumnConfig
- setDefaultValueNumeric(String) - Method in class liquibase.change.ColumnConfig
-
Set the number this column should use as its default.
- setDefaultValueSequenceNext(SequenceNextValueFunction) - Method in class liquibase.change.ColumnConfig
- setDeferrable(boolean) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
- setDeferrable(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
- setDeferrable(boolean) - Method in class liquibase.statement.ForeignKeyConstraint
- setDeferrable(boolean) - Method in class liquibase.statement.PrimaryKeyConstraint
- setDeferrable(boolean) - Method in class liquibase.structure.core.ForeignKey
- setDeferrable(boolean) - Method in class liquibase.structure.core.UniqueConstraint
- setDeferrable(Boolean) - Method in class liquibase.change.ConstraintsConfig
- setDeferrable(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the deferrable parameter based on the passed string.
- setDefinition(String) - Method in class liquibase.structure.core.View
- setDeleteCascade(boolean) - Method in class liquibase.statement.ForeignKeyConstraint
- setDeleteCascade(Boolean) - Method in class liquibase.change.ConstraintsConfig
- setDeleteCascade(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- setDeleteCascade(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the deleteCascade parameter based on the passed string.
- setDeleteRule(ForeignKeyConstraintType) - Method in class liquibase.structure.core.ForeignKey
- setDeploymentId(String) - Method in class liquibase.changelog.ChangeSet
- setDeploymentId(String) - Method in class liquibase.logging.mdc.customobjects.History.Changeset
- setDescending(Boolean) - Method in class liquibase.change.ColumnConfig
- setDescending(Boolean) - Method in class liquibase.structure.core.Column
- setDescription(String) - Method in class liquibase.changelog.ChangeSetStatus
- setDescription(String) - Method in class liquibase.configuration.ConfigurationDefinition.Building
- setDescription(String) - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- setDetails(String) - Method in exception liquibase.exception.LiquibaseException
- setDiffColumnOrder(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setDiffOutputControl(DiffOutputControl) - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- setDiffResult(DiffResult) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- setDisabled(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
- setDisabled(boolean) - Method in class liquibase.structure.core.UniqueConstraint
- setDoExpandExpressionsInGenerateChecksum(Boolean) - Method in class liquibase.change.core.SQLFileChange
- setDriver(String) - Method in class liquibase.integration.ant.type.DatabaseType
- setDropFirst(boolean) - Method in class liquibase.integration.ant.DatabaseUpdateTask
- setDropFirst(boolean) - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- setDropFirst(boolean) - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- setDropIndex(Boolean) - Method in class liquibase.statement.core.DropPrimaryKeyStatement
- setEncoding(String) - Method in class liquibase.change.ColumnConfig
- setEncoding(String) - Method in class liquibase.change.core.SQLFileChange
- setEncoding(String) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- setEndDelimiter(String) - Method in class liquibase.change.AbstractSQLChange
-
Sets the end delimiter for splitting SQL statements.
- setEndDelimiter(String) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- setErrorIfMissing(Boolean) - Method in class liquibase.changelog.ChangeLogProperty
- setErrorLogLevel(Level) - Method in class liquibase.ui.LoggerUIService
- setErrorStream(PrintStream) - Method in class liquibase.ui.ConsoleUIService
- setExecType(ChangeSet, ChangeSet.ExecType) - Method in interface liquibase.changelog.ChangeLogHistoryService
- setExecType(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.MockChangeLogHistoryService
- setExecType(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- setExecType(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.StandardChangeLogHistoryService
- setExecuteDdlAgainstDatabase(boolean) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- setExecuteDmlAgainstDatabase(boolean) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- setExecutor(String, Database, Executor) - Method in class liquibase.executor.ExecutorService
- setExecutor(Database, Executor) - Method in class liquibase.executor.ExecutorService
-
Sets the executor for the given database with the default name "jdbc".
- setExpectedResult(String) - Method in class liquibase.precondition.core.SqlPrecondition
- setExpectedRows(Long) - Method in class liquibase.precondition.core.RowCountPrecondition
- setFailOnError(Boolean) - Method in class liquibase.changelog.ChangeSet
- setFastCheckEnabled(boolean) - Method in class liquibase.command.core.AbstractUpdateCommandStep
- setFile(String) - Method in class liquibase.changelog.ChangeLogProperty
- setFileOpener(ResourceAccessor) - Method in interface liquibase.change.custom.CustomChange
-
Sets the fileOpener that should be used for any file loading and resource finding for files that are provided by the user.
- setFilePath(String) - Method in class liquibase.changelog.ChangeSet
-
Called to update file path from database entry when rolling back and ignoreClasspathPrefix is true.
- setFilter(LogMessageFilter) - Method in class liquibase.logging.core.AbstractLogService
-
Deprecated.does not save the filter
- setFilter(LogMessageFilter) - Method in interface liquibase.logging.LogService
-
Sets the filter to use for messages sent through this log service.
- setFilterResults(Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.ChangeSetStatus
- setForeignKeyColumns(List<Column>) - Method in class liquibase.structure.core.ForeignKey
- setForeignKeyName(String) - Method in class liquibase.change.ConstraintsConfig
- setForeignKeyTable(Table) - Method in class liquibase.structure.core.ForeignKey
- setForIndex(boolean) - Method in class liquibase.structure.core.Column
- setFormatterOnHandler(LogService, Handler) - Static method in class liquibase.logging.core.JavaLogService
-
Set the formatter for the supplied handler if the supplied log service is a JavaLogService and that service specifies a custom formatter.
- setFullDefinition(boolean) - Method in class liquibase.statement.core.CreateViewStatement
-
Sets the property "Does the statement contain a full CREATE [OR REPLACE] VIEW ...
- setGeneratedChangeSetIdsContainDescription(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setGenerationType(String) - Method in class liquibase.change.ColumnConfig
- setGenerationType(String) - Method in class liquibase.statement.AutoIncrementConstraint
- setGenerationType(String) - Method in class liquibase.structure.core.Column.AutoIncrementInformation
- setGlobal(Boolean) - Method in class liquibase.changelog.ChangeLogProperty
- setGroupHelpFooter(String) - Method in class liquibase.command.CommandDefinition
- setGroupLongDescription(String[], String) - Method in class liquibase.command.CommandDefinition
- setGroupShortDescription(String[], String) - Method in class liquibase.command.CommandDefinition
-
Sets the short description of the given command group for help docs.
- setHeadless(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setHelpFooter(String) - Method in class liquibase.command.CommandDefinition
- setHidden(boolean) - Method in class liquibase.command.CommandDefinition
- setHidden(boolean) - Method in class liquibase.configuration.ConfigurationDefinition.Building
- setHoldability(int) - Method in class liquibase.database.jvm.JdbcConnection
- setIdRoot(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- setIfNotExists(boolean) - Method in class liquibase.statement.core.CreateTableStatement
- setIgnore(boolean) - Method in class liquibase.changelog.ChangeSet
- setIgnoreOriginalSplitStatements(Boolean) - Method in class liquibase.change.AbstractSQLChange
-
Deprecated.
- setIncludeCatalog(boolean) - Method in class liquibase.diff.output.DiffOutputControl
- setIncludeContextFilter(ContextExpression) - Method in class liquibase.changelog.DatabaseChangeLog
- setIncludeContexts(ContextExpression) - Method in class liquibase.changelog.DatabaseChangeLog
-
Deprecated.
- setIncluded(Boolean) - Method in class liquibase.change.ColumnConfig
- setIncluded(Boolean) - Method in class liquibase.structure.core.Column
- setIncludeIgnore(boolean) - Method in class liquibase.changelog.DatabaseChangeLog
- setIncludeLabels(LabelExpression) - Method in class liquibase.changelog.DatabaseChangeLog
-
Deprecated.Correct version is
DatabaseChangeLog.setIncludeLabels(Labels)
. Kept for backwards compatibility. - setIncludeLabels(Labels) - Method in class liquibase.changelog.DatabaseChangeLog
- setIncludeSchema(boolean) - Method in class liquibase.diff.output.DiffOutputControl
- setIncludeTablespace(boolean) - Method in class liquibase.diff.output.DiffOutputControl
- setIncrementBy(BigInteger) - Method in class liquibase.change.ColumnConfig
- setIncrementBy(BigInteger) - Method in class liquibase.statement.AutoIncrementConstraint
- setIncrementBy(BigInteger) - Method in class liquibase.statement.core.AlterSequenceStatement
- setIncrementBy(BigInteger) - Method in class liquibase.statement.core.CreateSequenceStatement
- setIncrementBy(BigInteger) - Method in class liquibase.structure.core.Sequence
- setIndexName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
- setInitiallyDeferred(boolean) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
- setInitiallyDeferred(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
- setInitiallyDeferred(boolean) - Method in class liquibase.statement.ForeignKeyConstraint
- setInitiallyDeferred(boolean) - Method in class liquibase.statement.PrimaryKeyConstraint
- setInitiallyDeferred(boolean) - Method in class liquibase.structure.core.ForeignKey
- setInitiallyDeferred(boolean) - Method in class liquibase.structure.core.UniqueConstraint
- setInitiallyDeferred(Boolean) - Method in class liquibase.change.ConstraintsConfig
- setInitiallyDeferred(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the initiallyDeferred parameter based on the passed string.
- setInstance(DatabaseFactory) - Static method in class liquibase.database.DatabaseFactory
-
Set singleton instance.
- setInstance(LockServiceFactory) - Static method in class liquibase.lockservice.LockServiceFactory
-
Set the instance used by this singleton.
- setInstance(ChangeLogParserFactory) - Static method in class liquibase.parser.ChangeLogParserFactory
-
Set the instance used by this singleton.
- setInstance(SnapshotParserFactory) - Static method in class liquibase.parser.SnapshotParserFactory
-
Set the instance used by this singleton.
- setInternal(boolean) - Method in class liquibase.command.CommandDefinition
- setInternal(boolean) - Method in class liquibase.configuration.ConfigurationDefinition.Building
- setJavaHome(Version.JavaHome) - Method in class liquibase.logging.mdc.customobjects.Version
- setLabelFilter(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
- setLabelFilter(String) - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
- setLabels(String) - Method in class liquibase.changelog.ChangeLogProperty
- setLabels(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
Deprecated.
- setLabels(String) - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- setLabels(String) - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- setLabels(String) - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
-
Deprecated.use
GenericServletListener.setLabelFilter(String)
- setLabels(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
Deprecated.use
#setLabelFilter(String)
- setLabels(String) - Method in class liquibase.integration.spring.SpringLiquibase
-
Deprecated.use
#setLabelFilter(String)
- setLabels(LabelExpression) - Method in class liquibase.changelog.ChangeLogParameters
-
Sets the labels to filter calls to
ChangeLogParameters.getValue(String, DatabaseChangeLog)
etc. with. - setLabels(Labels) - Method in class liquibase.changelog.ChangeSet
- setLabels(Labels) - Method in class liquibase.diff.output.DiffOutputControl
- setLabels(Labels) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
- setLabels(Labels) - Method in interface liquibase.sql.visitor.SqlVisitor
- setLastReturnedValue(BigInteger) - Method in class liquibase.structure.core.Sequence
- setLibraries(List<Version.Library>) - Method in class liquibase.logging.mdc.customobjects.Version.LiquibaseLibraries
- setLibraryCount(int) - Method in class liquibase.logging.mdc.customobjects.Version.LiquibaseLibraries
- setLimit(Integer) - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
- setLiquibaseCatalogName(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setLiquibaseCatalogName(String) - Method in class liquibase.database.AbstractJdbcDatabase
- setLiquibaseCatalogName(String) - Method in class liquibase.database.core.MockDatabase
- setLiquibaseCatalogName(String) - Method in interface liquibase.database.Database
- setLiquibaseCatalogName(String) - Method in class liquibase.integration.ant.type.DatabaseType
- setLiquibaseLibraries(Version.LiquibaseLibraries) - Method in class liquibase.logging.mdc.customobjects.Version
- setLiquibaseSchemaName(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setLiquibaseSchemaName(String) - Method in class liquibase.database.AbstractJdbcDatabase
- setLiquibaseSchemaName(String) - Method in class liquibase.database.core.MockDatabase
- setLiquibaseSchemaName(String) - Method in interface liquibase.database.Database
- setLiquibaseSchemaName(String) - Method in class liquibase.integration.ant.type.DatabaseType
- setLiquibaseTablespaceName(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setLiquibaseTablespaceName(String) - Method in class liquibase.database.AbstractJdbcDatabase
- setLiquibaseTablespaceName(String) - Method in class liquibase.database.core.MockDatabase
- setLiquibaseTablespaceName(String) - Method in interface liquibase.database.Database
- setLiquibaseTablespaceName(String) - Method in class liquibase.integration.ant.type.DatabaseType
- setLiquibaseTargetUrl(String) - Method in class liquibase.logging.mdc.customobjects.History
- setLiquibaseTargetUrl(String) - Method in class liquibase.logging.mdc.customobjects.SimpleStatus
- setLiquibaseVersion(Banner) - Method in class liquibase.logging.mdc.customobjects.Version
- setLocal(String, Object, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
-
Sets a local changelog parameter with no context/label/database filters on it.
- setLocal(String, Object, DatabaseChangeLog, ContextExpression, Labels, String...) - Method in class liquibase.changelog.ChangeLogParameters
-
Sets a changelog parameter local to the given changeLog file.
- setLockGranted(Date) - Method in class liquibase.lockservice.DatabaseChangeLogLock
- setLogicalFilePath(String) - Method in class liquibase.changelog.ChangeSet
- setLogicalFilePath(String) - Method in class liquibase.changelog.DatabaseChangeLog
- setLogicalFilePath(DatabaseChangeLog, String, Matcher) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- setLogLevel(LogService, Logger, Logger, Level) - Static method in class liquibase.integration.commandline.Main
-
Deprecated.
- setLongDescription(String) - Method in class liquibase.command.CommandDefinition
- setMaxDepth(int) - Method in class liquibase.resource.ResourceAccessor.SearchOptions
- setMaxValue(BigInteger) - Method in class liquibase.statement.core.AlterSequenceStatement
- setMaxValue(BigInteger) - Method in class liquibase.statement.core.CreateSequenceStatement
- setMaxValue(BigInteger) - Method in class liquibase.structure.core.Sequence
- setMessage(String) - Method in class liquibase.change.core.OutputChange
- setMessage(String) - Method in class liquibase.change.core.StopChange
- setMessage(String) - Method in class liquibase.logging.mdc.customobjects.SimpleStatus
- setMinDepth(int) - Method in class liquibase.resource.ResourceAccessor.SearchOptions
- setMinValue(BigInteger) - Method in class liquibase.statement.core.AlterSequenceStatement
- setMinValue(BigInteger) - Method in class liquibase.statement.core.CreateSequenceStatement
- setMinValue(BigInteger) - Method in class liquibase.structure.core.Sequence
- setMissing(int) - Method in class liquibase.logging.mdc.customobjects.DiffResultsSummary
- setName(String) - Method in class liquibase.change.ColumnConfig
- setName(String) - Method in class liquibase.changelog.ChangeLogProperty
- setName(String) - Method in class liquibase.logging.mdc.customobjects.Version.Library
- setName(String) - Method in class liquibase.structure.core.Catalog
- setName(String) - Method in class liquibase.structure.core.Column
- setName(String) - Method in class liquibase.structure.core.Data
- setName(String) - Method in class liquibase.structure.core.ForeignKey
- setName(String) - Method in class liquibase.structure.core.Index
- setName(String) - Method in class liquibase.structure.core.PrimaryKey
- setName(String) - Method in class liquibase.structure.core.Relation
- setName(String) - Method in class liquibase.structure.core.Schema
- setName(String) - Method in class liquibase.structure.core.Sequence
- setName(String) - Method in class liquibase.structure.core.StoredDatabaseLogic
- setName(String) - Method in class liquibase.structure.core.Table
- setName(String) - Method in class liquibase.structure.core.UniqueConstraint
- setName(String) - Method in class liquibase.structure.core.View
- setName(String) - Method in interface liquibase.structure.DatabaseObject
-
Sets the name for the database object.
- setName(String, boolean) - Method in class liquibase.change.ColumnConfig
- setName(String, boolean) - Method in class liquibase.structure.core.Column
- setNewColumnName(String) - Method in class liquibase.statement.core.RenameColumnStatement
- setNewDataType(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
- setNotNullConstraintName(String) - Method in class liquibase.change.ConstraintsConfig
- setNullable(Boolean) - Method in class liquibase.change.ConstraintsConfig
- setNullable(Boolean) - Method in class liquibase.structure.core.Column
- setNullable(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the nullable parameter based on the passed string.
- SetNullableGenerator - Class in liquibase.sqlgenerator.core
- SetNullableGenerator() - Constructor for class liquibase.sqlgenerator.core.SetNullableGenerator
- SetNullableStatement - Class in liquibase.statement.core
- SetNullableStatement(String, String, String, String, String, boolean) - Constructor for class liquibase.statement.core.SetNullableStatement
- SetNullableStatement(String, String, String, String, String, boolean, String) - Constructor for class liquibase.statement.core.SetNullableStatement
- SetNullableStatement(String, String, String, String, String, boolean, String, Boolean) - Constructor for class liquibase.statement.core.SetNullableStatement
- setNullPlaceholder(String) - Method in class liquibase.change.core.LoadDataColumnConfig
- setObjectChangeFilter(ObjectChangeFilter) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setObjectChangeFilter(ObjectChangeFilter) - Method in class liquibase.diff.output.DiffOutputControl
- setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.changelog.DatabaseChangeLog
- setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.database.AbstractJdbcDatabase
- setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.database.core.MockDatabase
- setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in interface liquibase.database.Database
- setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.diff.output.DiffOutputControl
- setOldColumnName(String) - Method in class liquibase.statement.core.RenameColumnStatement
- setOnDelete(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- setOnDelete(String) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
- setOnDelete(ForeignKeyConstraintType) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- setOnError(String) - Method in class liquibase.precondition.core.PreconditionContainer
- setOnError(PreconditionContainer.ErrorOption) - Method in class liquibase.precondition.core.PreconditionContainer
- setOnErrorMessage(String) - Method in class liquibase.precondition.core.PreconditionContainer
- setOnFail(String) - Method in class liquibase.precondition.core.PreconditionContainer
- setOnFail(PreconditionContainer.FailOption) - Method in class liquibase.precondition.core.PreconditionContainer
- setOnFailMessage(String) - Method in class liquibase.precondition.core.PreconditionContainer
- setOnlyUpdate(Boolean) - Method in class liquibase.change.core.LoadUpdateDataChange
- setOnlyUpdate(Boolean) - Method in class liquibase.statement.core.InsertOrUpdateStatement
- setOnSqlOutput(String) - Method in class liquibase.precondition.core.PreconditionContainer
- setOnSqlOutput(PreconditionContainer.OnSqlOutputOption) - Method in class liquibase.precondition.core.PreconditionContainer
- setOnUpdate(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- setOnUpdate(String) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
- setOnUpdate(ForeignKeyConstraintType) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- setOnValidationFail(ChangeSet.ValidationFailOption) - Method in class liquibase.changelog.ChangeSet
- setOrder(Integer) - Method in class liquibase.structure.core.Column
- setOrderBy(String...) - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
- setOrdered(Boolean) - Method in class liquibase.statement.core.AlterSequenceStatement
- setOrdered(Boolean) - Method in class liquibase.statement.core.CreateSequenceStatement
- setOrdered(Boolean) - Method in class liquibase.structure.core.Sequence
- setOriginalSplitStatements(Boolean) - Method in class liquibase.change.AbstractSQLChange
-
Deprecated.
- setOs(String) - Method in class liquibase.change.core.ExecuteShellCommandChange
- setOutput(OutputStream) - Method in class liquibase.command.CommandScope
-
Sets the output stream for this command.
- setOutputDefaultCatalog(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
- setOutputDefaultCatalog(boolean) - Method in class liquibase.database.core.MockDatabase
- setOutputDefaultCatalog(boolean) - Method in interface liquibase.database.Database
- setOutputDefaultCatalog(boolean) - Method in class liquibase.integration.ant.type.DatabaseType
- setOutputDefaultSchema(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
- setOutputDefaultSchema(boolean) - Method in class liquibase.database.core.MockDatabase
- setOutputDefaultSchema(boolean) - Method in interface liquibase.database.Database
-
Whether the default schema should be included in generated SQL
- setOutputDefaultSchema(boolean) - Method in class liquibase.integration.ant.type.DatabaseType
- setOutputEncoding(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setOutputLineSeparator(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setOutputSchemaAs(String) - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
- setOutputStackTraces(boolean) - Method in class liquibase.ui.ConsoleUIService
-
Set to true to output stacktraces.
- setOutputStream(PrintStream) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setOutputStream(PrintStream) - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- setOutputStream(PrintStream) - Method in class liquibase.command.core.HistoryCommand
-
Deprecated.
- setOutputStream(PrintStream) - Static method in class liquibase.integration.commandline.Main
-
Deprecated.Sets the default outputstream to use.
- setOutputStream(PrintStream) - Method in class liquibase.ui.ConsoleUIService
- setParam(String, String) - Method in class liquibase.change.custom.CustomChangeWrapper
-
Specify a parameter on the CustomChange object to set before executing
Change.generateStatements(liquibase.database.Database)
orCustomChangeWrapper.generateRollbackStatements(liquibase.database.Database)
on it. - setParam(String, String) - Method in class liquibase.precondition.CustomPreconditionWrapper
- setParameter(String, String) - Method in class liquibase.integration.IntegrationDetails
- setParameters(Map<String, String>) - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- setParameters(Map<String, String>) - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- setParent(Logger) - Method in class liquibase.logging.core.JavaLogService
-
Explicitly control the parent logger for all
Logger
instances created. - setParentChangeLog(DatabaseChangeLog) - Method in class liquibase.changelog.DatabaseChangeLog
- setPassword(String) - Method in class liquibase.integration.ant.type.DatabaseType
- setPassword(String) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- setPath(String) - Method in class liquibase.change.core.SQLFileChange
-
Sets the file name but setUp must be called for the change to have impact.
- setPath(String) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- setPath(String) - Method in class liquibase.logging.mdc.customobjects.Version.JavaHome
- setPath(String) - Method in class liquibase.logging.mdc.customobjects.Version.Library
- setPersistedMdcKeysToEmptyString() - Static method in class liquibase.util.LogUtil
-
In
LiquibaseCommandLine#addEmptyMdcValues()
, baseline values are added to the MDC with empty strings. - setPhysicalFilePath(String) - Method in class liquibase.changelog.DatabaseChangeLog
- setPreconditions(PreconditionContainer) - Method in class liquibase.changelog.ChangeSet
- setPreconditions(PreconditionContainer) - Method in class liquibase.changelog.DatabaseChangeLog
- setPreconditions(PreconditionContainer) - Method in interface liquibase.precondition.Conditional
- setPreviousAutoCommit(Boolean) - Method in class liquibase.database.AbstractJdbcDatabase
-
Used for TEST only
- setPreviousInsertStatement(boolean) - Method in class liquibase.sqlgenerator.core.InsertGenerator
- setPreviouslyRan(boolean) - Method in class liquibase.changelog.ChangeSetStatus
- setPrimaryKey(Boolean) - Method in class liquibase.change.ConstraintsConfig
- setPrimaryKey(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the primaryKey parameter based on the passed string.
- setPrimaryKey(PrimaryKey) - Method in class liquibase.structure.core.Table
- setPrimaryKeyColumns(List<Column>) - Method in class liquibase.structure.core.ForeignKey
- setPrimaryKeyName(String) - Method in class liquibase.change.ConstraintsConfig
- setPrimaryKeyTable(Table) - Method in class liquibase.structure.core.ForeignKey
- setPrimaryKeyTablespace(String) - Method in class liquibase.change.ConstraintsConfig
- setProcedureBody(String) - Method in class liquibase.change.core.CreateProcedureChange
-
Deprecated.Use setProcedureText() instead
- setProcessCommentsSafely(LoaderOptions, boolean) - Static method in class liquibase.util.SnakeYamlUtil
-
Safely set configuration to process comments when configuring a new SnakeYaml instance.
- setProductName(String) - Method in class liquibase.database.OfflineConnection
- setProductNameDiff(StringDiff) - Method in class liquibase.diff.DiffResult
- setProductVersion(String) - Method in class liquibase.database.OfflineConnection
- setProductVersionDiff(StringDiff) - Method in class liquibase.diff.DiffResult
- setPromptOnNonLocalDatabase(boolean) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
Deprecated.no longer prompts
- setProperty(Object, String, Object) - Static method in class liquibase.util.ObjectUtil
-
Sets the selected property of the given object to propertyValue.
- setProperty(Object, String, String) - Static method in class liquibase.util.ObjectUtil
-
Tries to guess the "real" data type of propertyValue by the given propertyName, then sets the selected property of the given object to that value.
- setProperty(String) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
- setRadix(Integer) - Method in class liquibase.structure.core.DataType
- setRanChangeSet(RanChangeSet) - Method in class liquibase.changelog.ChangeSetStatus
- setReadOnly(boolean) - Method in class liquibase.database.jvm.JdbcConnection
- setRecursive(boolean) - Method in class liquibase.resource.ResourceAccessor.SearchOptions
- setReferenceDatabase(Database) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setReferenceDatabaseRef(Reference) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
- setReferencedTableCatalogName(String) - Method in class liquibase.statement.ForeignKeyConstraint
- setReferencedTableSchemaName(String) - Method in class liquibase.statement.ForeignKeyConstraint
- setReferences(String) - Method in class liquibase.change.ConstraintsConfig
- setReferenceSnapshotControl(SnapshotControl) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setReferencesUniqueColumn(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- setRefid(Reference) - Method in class liquibase.integration.ant.type.ChangeLogParametersType
- setRefid(Reference) - Method in class liquibase.integration.ant.type.DatabaseType
- setRelation(Relation) - Method in class liquibase.structure.core.Column
- setRelation(Relation) - Method in class liquibase.structure.core.Index
- setRelation(Relation) - Method in class liquibase.structure.core.UniqueConstraint
- setRelativeToChangelogFile(Boolean) - Method in class liquibase.change.core.SQLFileChange
- setRelativeToChangelogFile(Boolean) - Method in class liquibase.changelog.ChangeLogProperty
- setRelativeToChangelogFile(Boolean) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- setRemarks(String) - Method in class liquibase.change.ColumnConfig
- setRemarks(String) - Method in class liquibase.statement.core.CreateTableStatement
- setRemarks(String) - Method in class liquibase.statement.core.RenameColumnStatement
- setRemarks(String) - Method in class liquibase.structure.core.Column
- setRemarks(String) - Method in class liquibase.structure.core.Relation
- setReplace(String) - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
- setReplace(String) - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
- setReplaceIfExists(Boolean) - Method in class liquibase.change.core.CreateProcedureChange
- setReplaceIfExists(Boolean) - Method in class liquibase.change.core.CreateViewChange
- setReplaceIfExists(Boolean) - Method in interface liquibase.change.ReplaceIfExists
- setReplaceIfExists(Boolean) - Method in class liquibase.statement.core.CreateProcedureStatement
- setRerunnable(Boolean) - Method in class liquibase.change.core.RawSQLChange
- setResourceAccessor(ResourceAccessor) - Method in class liquibase.change.AbstractChange
- setResourceAccessor(ResourceAccessor) - Method in interface liquibase.change.Change
-
Deprecated.this is now set via
Scope
- setResourceAccessor(ResourceAccessor) - Method in interface liquibase.database.LiquibaseExtDriver
- setResourceAccessor(ResourceAccessor) - Method in class liquibase.executor.AbstractExecutor
-
Sets a
ResourceAccessor
object on this Executor to be used for file access. - setResourceAccessor(ResourceAccessor) - Method in interface liquibase.executor.Executor
-
Set a ResourceAccessor on this Executor to be used in file access
- setResourceLoader(ResourceLoader) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
- setRespectSchemaAndCatalogCase(boolean) - Method in class liquibase.diff.output.changelog.AbstractChangeGenerator
- setRespectSchemaAndCatalogCase(boolean) - Method in class liquibase.diff.output.DiffOutputControl
- setRollbackCount(Integer) - Method in class liquibase.integration.ant.DatabaseRollbackTask
- setRollbackDate(String) - Method in class liquibase.integration.ant.DatabaseRollbackTask
- setRollbackException(ExceptionDetails) - Method in class liquibase.report.RollbackReportParameters
- setRollbackTag(String) - Method in class liquibase.integration.ant.DatabaseRollbackTask
- setRootChangeLog(DatabaseChangeLog) - Method in class liquibase.changelog.DatabaseChangeLog
- setRowDependencies(boolean) - Method in class liquibase.statement.core.CreateTableStatement
- setRun(int) - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
- setRunOrder(String) - Method in class liquibase.changelog.ChangeSet
- setRunPreviously(int) - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
- setRuntimeEnvironment(RuntimeEnvironment) - Method in class liquibase.changelog.DatabaseChangeLog
- setRunWith(String) - Method in class liquibase.changelog.ChangeSet
- setRunWithSpoolFile(String) - Method in class liquibase.changelog.ChangeSet
- setSavepoint() - Method in class liquibase.database.jvm.JdbcConnection
- setSavepoint(String) - Method in class liquibase.database.jvm.JdbcConnection
- setSchema(String, String) - Method in class liquibase.structure.core.Relation
- setSchema(String, String) - Method in class liquibase.structure.core.Sequence
- setSchema(Schema) - Method in class liquibase.structure.core.Relation
- setSchema(Schema) - Method in class liquibase.structure.core.Sequence
- setSchema(Schema) - Method in class liquibase.structure.core.StoredDatabaseLogic
- setSchema(Schema) - Method in class liquibase.structure.core.View
- setSchemaComparisons(CompareControl.SchemaComparison[]) - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
- setSchemaName(String) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
- setSchemaName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
- setSchemaName(String) - Method in class liquibase.precondition.core.RowCountPrecondition
- setSchemaName(String) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
- setSchemaName(String) - Method in class liquibase.precondition.core.TableExistsPrecondition
- setSchemaName(String) - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- setSchemaName(String) - Method in class liquibase.precondition.core.ViewExistsPrecondition
- setSchemaName(String) - Method in class liquibase.statement.core.CreateTableStatement
- setSchemaName(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
- setSchemaName(String) - Method in class liquibase.statement.core.RenameColumnStatement
- setSchemaName(String) - Method in class liquibase.statement.DatabaseFunction
- setSchemas(String...) - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- setSchemas(CatalogAndSchema...) - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- setScopeManager(ScopeManager) - Static method in class liquibase.Scope
- setScratchData(String, Object) - Method in class liquibase.snapshot.DatabaseSnapshot
- setSendsStringParametersAsUnicode(boolean) - Method in class liquibase.database.OfflineConnection
- setSeparator(String) - Method in class liquibase.change.core.LoadDataChange
- setSequenceName(String) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
- setSequenceSchemaName(String) - Method in class liquibase.statement.SequenceCurrentValueFunction
-
Deprecated.
- setSequenceSchemaName(String) - Method in class liquibase.statement.SequenceNextValueFunction
-
Deprecated.
- setSerializableFieldValue(String, Object) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
- setSerializerFormat(String) - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- setShortDescription(String) - Method in class liquibase.command.CommandDefinition
- setShouldFilterLogMessages(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.ignores value
- setShouldRun(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setShouldRun(boolean) - Method in class liquibase.integration.cdi.CDILiquibaseConfig
- setShouldRun(boolean) - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
- setShouldSnapshotData(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setShouldValidate(boolean) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
- setShouldValidate(boolean) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
- setShouldValidate(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
- setShouldValidate(boolean) - Method in class liquibase.structure.core.ForeignKey
- setShouldValidate(boolean) - Method in class liquibase.structure.core.PrimaryKey
- setShouldValidate(boolean) - Method in class liquibase.structure.core.UniqueConstraint
- setShouldWarnOnMismatchedXsdVersion(boolean) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
-
When set to true, a warning will be printed to the console if the XSD version used does not match the version of Liquibase.
- setShouldWarnOnMismatchedXsdVersion(boolean) - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
-
When set to true, a warning will be printed to the console if the XSD version used does not match the version of Liquibase.
- setShowSummaryOutput(UpdateSummaryOutputEnum) - Method in class liquibase.integration.spring.SpringLiquibase
- setShutdownEmbeddedDerby(boolean) - Method in class liquibase.database.core.DerbyDatabase
- setSkipped(SortedMap<String, Integer>) - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
- setSnapshot(DatabaseSnapshot) - Method in class liquibase.database.OfflineConnection
-
For debugging purposes: sets a DatabaseSnapshot object for this connection.
- setSnapshotId(String) - Method in class liquibase.structure.AbstractDatabaseObject
- setSnapshotId(String) - Method in interface liquibase.structure.DatabaseObject
- setSnapshotListener(SnapshotListener) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setSnapshotListener(SnapshotListener) - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- setSnapshotListener(SnapshotListener) - Method in class liquibase.snapshot.SnapshotControl
- setSnapshotMetadata(Map<String, Object>) - Method in class liquibase.command.core.InternalSnapshotCommandStep
- setSnapshotTypes(Class<? extends DatabaseObject>...) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setSnapshotTypes(String...) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setSplitStatements(Boolean) - Method in class liquibase.change.AbstractSQLChange
-
Set whether SQL should be split into multiple statements.
- setSplitStatements(Boolean) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- setSql(String) - Method in class liquibase.change.AbstractSQLChange
-
Set the raw SQL managed by this Change.
- setSql(String) - Method in class liquibase.change.core.SQLFileChange
- setSql(String) - Method in class liquibase.precondition.core.SqlPrecondition
- setStandardLogLevel(Level) - Method in class liquibase.ui.LoggerUIService
- setStartValue(BigInteger) - Method in class liquibase.statement.core.CreateSequenceStatement
- setStartValue(BigInteger) - Method in class liquibase.structure.core.Sequence
- setStartWith(BigInteger) - Method in class liquibase.change.ColumnConfig
- setStartWith(BigInteger) - Method in class liquibase.statement.AutoIncrementConstraint
- setStoredCheckSum(CheckSum) - Method in class liquibase.changelog.ChangeSet
-
Sets the stored checksum in the ValidatingVisitor in case the changeset was executed.
- setStoredCheckSum(CheckSum) - Method in class liquibase.changelog.ChangeSetStatus
- setStoredFilePath(String) - Method in class liquibase.changelog.ChangeSet
- setStrategy(String) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
- setStripComments(Boolean) - Method in class liquibase.change.AbstractSQLChange
-
Return true if comments should be stripped from the SQL before passing it to the database.
- setStripComments(Boolean) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
- setStripComments(Boolean, boolean) - Method in class liquibase.change.AbstractSQLChange
- setSupportsCatalogs(boolean) - Method in class liquibase.database.core.MockDatabase
- setSupportsSchemas(boolean) - Method in class liquibase.database.core.MockDatabase
- setSupportsSequences(boolean) - Method in class liquibase.database.core.MockDatabase
- setTable(Relation) - Method in class liquibase.structure.core.Index
-
Deprecated.
- setTable(Table) - Method in class liquibase.structure.core.Data
- setTable(Table) - Method in class liquibase.structure.core.PrimaryKey
-
Sets the Table object this PrimaryKey belongs to.
- setTable(Table) - Method in class liquibase.structure.core.UniqueConstraint
-
Deprecated.
- setTableName(String) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
- setTableName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
- setTableName(String) - Method in class liquibase.precondition.core.RowCountPrecondition
- setTableName(String) - Method in class liquibase.precondition.core.TableExistsPrecondition
- setTableName(String) - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- setTableName(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
- setTableName(String) - Method in class liquibase.statement.core.RenameColumnStatement
- SetTableRemarksChange - Class in liquibase.change.core
- SetTableRemarksChange() - Constructor for class liquibase.change.core.SetTableRemarksChange
- SetTableRemarksGenerator - Class in liquibase.sqlgenerator.core
- SetTableRemarksGenerator() - Constructor for class liquibase.sqlgenerator.core.SetTableRemarksGenerator
- SetTableRemarksGeneratorSnowflake - Class in liquibase.sqlgenerator.core
- SetTableRemarksGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.SetTableRemarksGeneratorSnowflake
- SetTableRemarksStatement - Class in liquibase.statement.core
- SetTableRemarksStatement(String, String, String, String) - Constructor for class liquibase.statement.core.SetTableRemarksStatement
- setTablespace(String) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
- setTablespace(String) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
- setTablespace(String) - Method in class liquibase.statement.core.CreateIndexStatement
- setTablespace(String) - Method in class liquibase.statement.core.CreateTableStatement
- setTablespace(String) - Method in class liquibase.statement.PrimaryKeyConstraint
- setTablespace(String) - Method in class liquibase.structure.core.Index
- setTablespace(String) - Method in class liquibase.structure.core.PrimaryKey
- setTablespace(String) - Method in class liquibase.structure.core.Table
- setTableType(String) - Method in class liquibase.statement.core.CreateTableStatement
- setTabSize(int) - Method in class liquibase.util.grammar.SimpleCharStream
- setTag(String) - Method in class liquibase.command.core.ChangelogSyncCommandStep
-
Tag value can be set by subclasses that implements "SyncToTag"
- setTarget(String) - Method in class liquibase.change.core.OutputChange
- setTargetDatabase(Database) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setTargetSnapshotControl(SnapshotControl) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setTestRollbackOnUpdate(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
-
If testRollbackOnUpdate is set to true a rollback will be tested at update time.
- setTimestamp(String) - Method in exception liquibase.exception.LiquibaseException
- setTimeZone(TimeZone) - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
- setToTag(String) - Method in class liquibase.integration.ant.DatabaseUpdateTask
- setTotalChangesets(int) - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
- setTransactionIsolation(int) - Method in class liquibase.database.jvm.JdbcConnection
- setTrimmedEndsWithFilter(String) - Method in class liquibase.resource.ResourceAccessor.SearchOptions
- setTruncate(boolean) - Method in class liquibase.resource.OpenOptions
- setType(String) - Method in class liquibase.change.ColumnConfig
- setType(String) - Method in class liquibase.datatype.DatabaseDataType
- setType(String) - Method in class liquibase.precondition.core.DBMSPrecondition
- setType(LoadDataChange.LOAD_DATA_TYPE) - Method in class liquibase.change.core.LoadDataColumnConfig
- setType(DataType) - Method in class liquibase.structure.core.Column
- setTypeMap(Map<String, Class<?>>) - Method in class liquibase.database.jvm.JdbcConnection
- setTypeName(String) - Method in class liquibase.structure.core.DataType
- setTypes(Set<Class<? extends DatabaseObject>>) - Method in class liquibase.diff.compare.CompareControl
- setUiService(UIServiceEnum) - Method in class liquibase.integration.spring.SpringLiquibase
- setUndeployedChangesets(List<Status.Changeset>) - Method in class liquibase.logging.mdc.customobjects.Status
- setUnexpected(int) - Method in class liquibase.logging.mdc.customobjects.DiffResultsSummary
- setUnique(Boolean) - Method in class liquibase.change.ConstraintsConfig
- setUnique(Boolean) - Method in class liquibase.structure.core.Index
- setUnique(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the unique parameter based on the passed string.
- setUniqueColumns(ColumnConfig[]) - Method in class liquibase.statement.core.DropUniqueConstraintStatement
- setUniqueConstraintName(String) - Method in class liquibase.change.ConstraintsConfig
- setup() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Sets up any needed catalogs/schemas/usernames/etc.
- setup(TestSetupEnvironment) - Method in class liquibase.extension.testing.setup.SetupConfigurationValueProvider
- setup(TestSetupEnvironment) - Method in class liquibase.extension.testing.setup.TestSetup
- setUp() - Method in interface liquibase.change.custom.CustomChange
-
This method will be called after the no arg constructor and all of the properties have been set to allow the task to do any heavy tasks or more importantly generate any exceptions to report to the user about the settings provided.
- setupBindInfoPackage() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- SetupConfigurationValueProvider - Class in liquibase.extension.testing.setup
-
Setup class allowing registration of custom configuration value providers, and also providing automatic cleanup.
- SetupConfigurationValueProvider(Closure<ConfigurationValueProvider>) - Constructor for class liquibase.extension.testing.setup.SetupConfigurationValueProvider
-
Create a new configuration value provider.
- setupDatabaseInfo(Database) - Method in class liquibase.report.RollbackReportParameters
-
Setup database related info used in rollback report.
- setUpdateDate(String) - Method in class liquibase.logging.mdc.customobjects.History.Changeset
- setUpdateRule(ForeignKeyConstraintType) - Method in class liquibase.structure.core.ForeignKey
- SetupException - Exception in liquibase.exception
-
If there is an error with setting up a Change this Exception will be thrown.
- SetupException(String) - Constructor for exception liquibase.exception.SetupException
- SetupException(String, Throwable) - Constructor for exception liquibase.exception.SetupException
- SetupException(Throwable) - Constructor for exception liquibase.exception.SetupException
- setUrl(String) - Method in class liquibase.integration.ant.type.DatabaseType
- setUrl(String) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- setUser(String) - Method in class liquibase.integration.ant.type.DatabaseType
- setUsername(String) - Method in class liquibase.precondition.core.RunningAsPrecondition
- setUsername(String) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- setValid(Boolean) - Method in class liquibase.structure.core.StoredDatabaseLogic
- setValidate(boolean) - Method in class liquibase.statement.core.SetNullableStatement
- setValidate(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
- setValidate(Boolean) - Method in class liquibase.change.core.AddNotNullConstraintChange
- setValidate(Boolean) - Method in class liquibase.change.core.AddPrimaryKeyChange
- setValidate(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
- setValidateForeignKey(boolean) - Method in class liquibase.statement.ForeignKeyConstraint
- setValidateForeignKey(Boolean) - Method in class liquibase.change.ConstraintsConfig
- setValidateForeignKey(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the validateForeignKey field based on the passed string.
- setValidateNullable(boolean) - Method in class liquibase.statement.NotNullConstraint
- setValidateNullable(Boolean) - Method in class liquibase.change.ConstraintsConfig
- setValidateNullable(Boolean) - Method in class liquibase.structure.core.Column
- setValidateNullable(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the validateNullable field based on the passed string.
- setValidatePrimaryKey(boolean) - Method in class liquibase.statement.PrimaryKeyConstraint
- setValidatePrimaryKey(Boolean) - Method in class liquibase.change.ConstraintsConfig
- setValidatePrimaryKey(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the validatePrimaryKey field based on the passed string.
- setValidateUnique(boolean) - Method in class liquibase.statement.UniqueConstraint
- setValidateUnique(Boolean) - Method in class liquibase.change.ConstraintsConfig
- setValidateUnique(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the validateUnique field based on the passed string.
- setValidationFailed(boolean) - Method in class liquibase.changelog.ChangeSet
- setValue(Object) - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- setValue(Object) - Method in class liquibase.parser.core.ParsedNode
-
Sets the value of this ParsedNode.
- setValue(Object, String, Object) - Method in class liquibase.serializer.ReflectionSerializer
- setValue(String) - Method in class liquibase.change.ColumnConfig
-
Sets the string value this column should be set to.
- setValue(String) - Method in class liquibase.changelog.ChangeLogProperty
- setValue(String) - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
- setValue(String) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
- setValue(String) - Method in class liquibase.sql.visitor.PrependSqlVisitor
- setValue(String, Object) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
-
Deprecated.
- setValue(String, Object) - Method in class liquibase.configuration.AbstractConfigurationContainer
-
Deprecated.
- setValue(String, Object) - Method in interface liquibase.configuration.ConfigurationContainer
-
Deprecated.
- setValue(String, Object) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setValue(Change, Object) - Method in class liquibase.change.ChangeParameterMetaData
-
Sets the value of this parameter on the given change.
- setValueBlobFile(String) - Method in class liquibase.change.ColumnConfig
- setValueBoolean(Boolean) - Method in class liquibase.change.ColumnConfig
- setValueBoolean(String) - Method in class liquibase.change.ColumnConfig
-
Set the valueBoolean based on a given string.
- setValueClobFile(String) - Method in class liquibase.change.ColumnConfig
- setValueComputed(DatabaseFunction) - Method in class liquibase.change.ColumnConfig
- setValueDate(String) - Method in class liquibase.change.ColumnConfig
-
Set the date this column should be set to.
- setValueDate(Date) - Method in class liquibase.change.ColumnConfig
- setValueHandler(ConfigurationValueConverter<DataType>) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Set the
#getValueConverter()
to use. - setValueHandler(ConfigurationValueConverter<DataType>) - Method in class liquibase.configuration.ConfigurationDefinition.Building
- setValueHandler(ConfigurationValueHandler) - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- setValueNumeric(Number) - Method in class liquibase.change.ColumnConfig
- setValueNumeric(String) - Method in class liquibase.change.ColumnConfig
-
Set the number this column should be set to.
- setValueObfuscator(ConfigurationValueObfuscator<DataType>) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Set the
#getValueObfuscator()
to use. - setValueObfuscator(ConfigurationValueObfuscator<DataType>) - Method in class liquibase.configuration.ConfigurationDefinition.Building
- setValueSequenceCurrent(SequenceCurrentValueFunction) - Method in class liquibase.change.ColumnConfig
- setValueSequenceNext(SequenceNextValueFunction) - Method in class liquibase.change.ColumnConfig
- setVaultAddr(String) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- setVaultNamespace(String) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- setVaultToken(String) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
- setVersion(String) - Method in class liquibase.logging.mdc.customobjects.Version.JavaHome
- setViewName(String) - Method in class liquibase.precondition.core.ViewExistsPrecondition
- SetViewRemarksGenerator - Class in liquibase.sqlgenerator.core
- SetViewRemarksGenerator() - Constructor for class liquibase.sqlgenerator.core.SetViewRemarksGenerator
- SetViewRemarksStatement - Class in liquibase.statement.core
- SetViewRemarksStatement(String, String, String, String) - Constructor for class liquibase.statement.core.SetViewRemarksStatement
- setWarnIfObjectNotFound(boolean) - Method in class liquibase.snapshot.SnapshotControl
-
Configures the code to log a LogLevel.WARNING message if the object to be snapshotted could not be found.
- setWhere(String) - Method in class liquibase.statement.core.DeleteStatement
- setWhereClause(String) - Method in class liquibase.change.core.AbstractModifyDataChange
-
Deprecated.use setWhere()
- setWhereClause(String) - Method in class liquibase.statement.core.DeleteStatement
-
Deprecated.
- setWhereClause(String) - Method in class liquibase.statement.core.UpdateStatement
- setWhereClause(String) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
- setWillCycle(Boolean) - Method in class liquibase.structure.core.Sequence
- setWillRun(boolean) - Method in class liquibase.changelog.ChangeSetStatus
- setWith(String) - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
- setWith(String) - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
- severe(String) - Method in class liquibase.logging.core.AbstractLogger
- severe(String) - Method in interface liquibase.logging.Logger
-
Log that a severe error that occurred.
- severe(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
- severe(String, Throwable) - Method in interface liquibase.logging.Logger
-
Log an error together with data from an error/exception.
- SHORT_IDENTIFIERS_LENGTH - Variable in class liquibase.database.core.OracleDatabase
- SHOULD_EXECUTE - Static variable in interface liquibase.change.Change
- SHOULD_RUN - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- SHOULD_RUN - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- SHOULD_SNAPSHOT_DATA - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- SHOULD_SNAPSHOT_DATA - Static variable in class liquibase.GlobalConfiguration
- SHOULD_UPDATE_ROWS_AFFECTED_SCOPE_KEY - Static variable in class liquibase.executor.jvm.JdbcExecutor
- shouldAddPrimarykeyToConstraints(DatabaseObject, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
- shouldAddTo(Class<? extends DatabaseObject>, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
- shouldAllowEmptyInput() - Method in interface liquibase.ui.InputHandler
-
Determine whether an empty input should be permitted.
- shouldAlwaysRun() - Method in class liquibase.changelog.ChangeSet
- shouldAutoLoad(ParsedNode) - Method in class liquibase.precondition.CustomPreconditionWrapper
- shouldAutoLoad(ParsedNode) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
- shouldBulkSelect(String, ResultSetCache) - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- shouldExecuteChange(Database) - Method in class liquibase.change.AbstractChange
-
Return if this change should execute
- shouldExpandNestedObject(Object, DatabaseObject) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
- shouldInclude(Class<? extends DatabaseObject>) - Method in class liquibase.snapshot.SnapshotControl
-
Queries the currently registered list of types to be included and returns true if the given type is in that list
- shouldInclude(T) - Method in class liquibase.snapshot.SnapshotControl
- shouldIncludeCatalogInSpecification() - Method in class liquibase.structure.AbstractDatabaseObject
-
Returns a boolean value indicating whether the object types should include the catalog name in their specification.
- shouldOutput(DatabaseObject, Database) - Method in class liquibase.diff.output.DiffOutputControl
- shouldRespectSchemaAndCatalogCase() - Method in class liquibase.diff.output.DiffOutputControl
- shouldRun - Variable in class liquibase.integration.spring.SpringLiquibase
- shouldRun() - Method in class liquibase.integration.ant.BaseLiquibaseTask
- shouldRun(String, String) - Method in class liquibase.extension.testing.TestFilter
- ShouldRunChangeSetFilter - Class in liquibase.changelog.filter
- ShouldRunChangeSetFilter(Database) - Constructor for class liquibase.changelog.filter.ShouldRunChangeSetFilter
- ShouldRunChangeSetFilter(Database, boolean) - Constructor for class liquibase.changelog.filter.ShouldRunChangeSetFilter
- shouldRunOnChange() - Method in class liquibase.changelog.ChangeSet
- shouldSearchNestedObjects() - Method in class liquibase.snapshot.SnapshotControl
-
When searchNestedObjects is false this indicates to stop searching the snapshot the moment an example object has been found.
- shouldTest() - Method in class liquibase.extension.testing.testsystem.TestSystem
- shouldValidate() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
In Oracle PL/SQL, the VALIDATE keyword defines whether a foreign key constraint on a column in a table should be checked if it refers to a valid row or not.
- shouldValidate() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
The VALIDATE keyword defines whether a primary key constraint on a column in a table should be checked if it refers to a valid row or not.
- shouldValidate() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
In Oracle PL/SQL, the VALIDATE keyword defines whether a newly added unique constraint on a column in a table should cause existing rows to be checked to see if they satisfy the uniqueness constraint or not.
- shouldValidate() - Method in class liquibase.structure.core.ForeignKey
-
In Oracle PL/SQL, the VALIDATE keyword defines whether a foreign key constraint on a column in a table should be checked if it refers to a valid row or not.
- shouldValidate() - Method in class liquibase.structure.core.UniqueConstraint
-
In Oracle PL/SQL, the VALIDATE keyword defines whether a newly added unique constraint on a column in a table should cause existing rows to be checked to see if they satisfy the uniqueness constraint or not.
- shouldValidateForeignKey() - Method in class liquibase.statement.ForeignKeyConstraint
- shouldValidateNullable() - Method in class liquibase.statement.core.AddColumnStatement
- shouldValidateNullable() - Method in class liquibase.statement.NotNullConstraint
- shouldValidatePrimaryKey() - Method in class liquibase.statement.core.AddColumnStatement
- shouldValidatePrimaryKey() - Method in class liquibase.statement.PrimaryKeyConstraint
- shouldValidateUnique() - Method in class liquibase.statement.core.AddColumnStatement
- shouldValidateUnique() - Method in class liquibase.statement.UniqueConstraint
- SHOW_AT_LOG_LEVEL - Static variable in class liquibase.sql.SqlConfiguration
- SHOW_BANNER - Static variable in class liquibase.GlobalConfiguration
- SHOW_HIDDEN_ARGS - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- SHOW_SQL_WARNING_MESSAGES - Static variable in class liquibase.sql.SqlConfiguration
- SHOW_SUMMARY - Static variable in class liquibase.command.core.helpers.ShowSummaryArgument
- SHOW_SUMMARY_OUTPUT - Static variable in class liquibase.command.core.helpers.ShowSummaryArgument
- showBanner - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Show the liquibase banner in output.
- showExceptionInLog(Throwable) - Static method in class liquibase.util.ExceptionUtil
- showSummary - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- showSummary - Variable in class liquibase.integration.spring.SpringLiquibase
- showSummary - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
-
Whether or not to print a summary of the update operation.
- ShowSummaryArgument - Class in liquibase.command.core.helpers
-
This class encapsulates the argument "show-summary", which applies to the update family of commands.
- ShowSummaryArgument() - Constructor for class liquibase.command.core.helpers.ShowSummaryArgument
- ShowSummaryGenerator - Interface in liquibase.report
- ShowSummaryGeneratorFactory - Class in liquibase.report
- showSummaryOutput - Variable in class liquibase.integration.spring.SpringLiquibase
- showSummaryOutput - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
-
Flag to control where we show the summary.
- ShowSummaryUtil - Class in liquibase.util
-
Methods to show a summary of change set counts after an update
- ShowSummaryUtil() - Constructor for class liquibase.util.ShowSummaryUtil
- ShowSummaryUtil.ShouldNotCountAsSkipChangesetFilter - Interface in liquibase.util
-
Internal use only filter.
- showUpdateSummary(DatabaseChangeLog, UpdateSummaryEnum, UpdateSummaryOutputEnum, StatusVisitor, OutputStream) - Static method in class liquibase.util.ShowSummaryUtil
-
Deprecated.
- showUpdateSummary(DatabaseChangeLog, UpdateSummaryEnum, UpdateSummaryOutputEnum, StatusVisitor, OutputStream, ChangeLogIterator) - Static method in class liquibase.util.ShowSummaryUtil
-
Show a summary of the changesets which were executed
- shutdownDerby(String, String) - Method in class liquibase.database.core.DerbyDatabase
- SILENT - Enum constant in enum liquibase.GlobalConfiguration.DuplicateFileMode
- SimpleCharStream - Class in liquibase.util.grammar
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleSqlGrammar - Class in liquibase.util.grammar
-
An Simple SQL Grammar.
- SimpleSqlGrammar(InputStream) - Constructor for class liquibase.util.grammar.SimpleSqlGrammar
-
Constructor with InputStream.
- SimpleSqlGrammar(InputStream, String) - Constructor for class liquibase.util.grammar.SimpleSqlGrammar
-
Constructor with InputStream and supplied encoding
- SimpleSqlGrammar(Reader) - Constructor for class liquibase.util.grammar.SimpleSqlGrammar
-
Constructor.
- SimpleSqlGrammar(SimpleSqlGrammarTokenManager) - Constructor for class liquibase.util.grammar.SimpleSqlGrammar
-
Constructor with generated Token Manager.
- SimpleSqlGrammarConstants - Interface in liquibase.util.grammar
-
Token literal values and constants.
- SimpleSqlGrammarTokenManager - Class in liquibase.util.grammar
-
Token Manager.
- SimpleSqlGrammarTokenManager(SimpleCharStream) - Constructor for class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Constructor.
- SimpleSqlGrammarTokenManager(SimpleCharStream, int) - Constructor for class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Constructor.
- SimpleStatus - Class in liquibase.logging.mdc.customobjects
- SimpleStatus() - Constructor for class liquibase.logging.mdc.customobjects.SimpleStatus
- SimpleStatus(String, String, List<ChangeSet>) - Constructor for class liquibase.logging.mdc.customobjects.SimpleStatus
- since() - Element in annotation type liquibase.change.DatabaseChange
- since() - Element in annotation type liquibase.change.DatabaseChangeProperty
-
Value to put into
liquibase.change.ChangeParameterMetaData#getSince()
- SINGLE_QUOTE_RESULT_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- SingleLineComment - Class in liquibase.sql
- SingleLineComment(String, String) - Constructor for class liquibase.sql.SingleLineComment
- SingleResultSetExtractor(Database) - Constructor for class liquibase.snapshot.ResultSetCache.SingleResultSetExtractor
- SingleResultSetExtractor(Database) - Constructor for class liquibase.snapshot.ResultSetCacheSnowflake.SingleResultSetExtractor
- SingletonObject - Interface in liquibase
- SingletonScopeManager - Class in liquibase
- SingletonScopeManager() - Constructor for class liquibase.SingletonScopeManager
- size() - Method in class liquibase.resource.InputStreamList
- size() - Method in class liquibase.util.SmartMap
- skip - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to skip running Liquibase.
- skip() - Element in annotation type liquibase.servicelocator.LiquibaseService
- SKIP - Enum constant in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
- SKIP - Enum constant in enum liquibase.changelog.DatabaseChangeLog.OnUnknownFileFormat
-
Silently skip unknown files.
- SKIP_DATABASE_STEP_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
-
Deprecated.
- SKIP_DATABASE_STEP_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
Deprecated.This field is retained for backwards compatibility. Use the fields in
DbUrlConnectionArgumentsCommandStep
instead. - SKIP_OBJECT_SORTING - Static variable in class liquibase.command.core.helpers.AbstractChangelogCommandStep
- skipOnFileExists - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Skip plugin execution if the specified file exists.
- skipOnUnsupported() - Method in class liquibase.statement.AbstractSqlStatement
- skipOnUnsupported() - Method in class liquibase.statement.core.AlterSequenceStatement
- skipOnUnsupported() - Method in class liquibase.statement.core.CreateSequenceStatement
- skipOnUnsupported() - Method in class liquibase.statement.core.DropSequenceStatement
- skipOnUnsupported() - Method in class liquibase.statement.ExecutablePreparedStatementBase
- skipOnUnsupported() - Method in interface liquibase.statement.SqlStatement
- skipped(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in interface liquibase.changelog.visitor.SkippedChangeSetVisitor
- skipped(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.StatusVisitor
- SKIPPED - Enum constant in enum liquibase.changelog.ChangeSet.ExecType
- SkippedChangeSetVisitor - Interface in liquibase.changelog.visitor
-
Called by
ChangeLogIterator
when aChangeSetFilter
rejects a changeSet. - SmallIntType - Class in liquibase.datatype.core
- SmallIntType() - Constructor for class liquibase.datatype.core.SmallIntType
- SmartMap - Class in liquibase.util
-
Implementation of Map with the added methods
SmartMap.get(String, Class)
andSmartMap.get(String, Object)
to make the return values type safe and/or auto-converted. - SmartMap() - Constructor for class liquibase.util.SmartMap
- SnakeYamlUtil - Class in liquibase.util
-
This class provides methods that are necessary because older (< 1.32) versions of SnakeYaml do not have those methods.
- snapshot - Variable in class liquibase.command.core.SnapshotCommand.SnapshotCommandResult
-
Deprecated.
- snapshot(DatabaseObject, DatabaseSnapshot, SnapshotGeneratorChain) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
- snapshot(T, DatabaseSnapshot) - Method in class liquibase.snapshot.SnapshotGeneratorChain
-
This calls all the non-replaced
SnapshotGenerator
in the chain, by comparison order Only the first generator in the chain is allowed to create a new instance of T Subsequent generators must modify the instance or call the chain if the provided object is not handled, otherwise aDatabaseException
is thrown - snapshot(T, DatabaseSnapshot, SnapshotGeneratorChain) - Method in interface liquibase.snapshot.SnapshotGenerator
-
Commands the SnapshotGenerator to create a snapshot (a representation of a database object in Java object form) of a specific database object.
- SNAPSHOT_CONTROL_ARG - Static variable in class liquibase.command.core.InternalSnapshotCommandStep
- SNAPSHOT_CONTROL_ARG - Static variable in class liquibase.command.core.SnapshotCommandStep
- SNAPSHOT_CONTROL_ARG - Static variable in class liquibase.command.core.SnapshotReferenceCommandStep
- SNAPSHOT_FORMAT_ARG - Static variable in class liquibase.command.core.SnapshotCommandStep
- SNAPSHOT_FORMAT_ARG - Static variable in class liquibase.command.core.SnapshotReferenceCommandStep
- SNAPSHOT_LISTENER_ARG - Static variable in class liquibase.command.core.DiffCommandStep
- SNAPSHOT_LISTENER_ARG - Static variable in class liquibase.command.core.InternalSnapshotCommandStep
- SNAPSHOT_TYPES_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
- SNAPSHOT_TYPES_RESULT - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
- snapshotByDefault() - Method in class liquibase.structure.AbstractDatabaseObject
- snapshotByDefault() - Method in class liquibase.structure.core.Data
- snapshotByDefault() - Method in class liquibase.structure.core.StoredDatabaseLogic
- snapshotByDefault() - Method in interface liquibase.structure.DatabaseObject
- SnapshotCommand - Class in liquibase.command.core
-
Deprecated.Implement commands with
CommandStep
and call them withCommandFactory.getCommandDefinition(String...)
. - SnapshotCommand() - Constructor for class liquibase.command.core.SnapshotCommand
-
Deprecated.
- SnapshotCommand.SnapshotCommandResult - Class in liquibase.command.core
-
Deprecated.
- SnapshotCommandResult() - Constructor for class liquibase.command.core.SnapshotCommand.SnapshotCommandResult
-
Deprecated.
- SnapshotCommandResult(DatabaseSnapshot) - Constructor for class liquibase.command.core.SnapshotCommand.SnapshotCommandResult
-
Deprecated.
- SnapshotCommandStep - Class in liquibase.command.core
- SnapshotCommandStep() - Constructor for class liquibase.command.core.SnapshotCommandStep
- SnapshotControl - Class in liquibase.snapshot
-
Allows the class user to influence various aspects of the database object snapshot generation, e.g.
- SnapshotControl(Database) - Constructor for class liquibase.snapshot.SnapshotControl
-
Create a SnapshotControl for a given database and mark the database's standard types for inclusion.
- SnapshotControl(Database, boolean, Class<? extends DatabaseObject>...) - Constructor for class liquibase.snapshot.SnapshotControl
- SnapshotControl(Database, Class<? extends DatabaseObject>...) - Constructor for class liquibase.snapshot.SnapshotControl
-
Create a Snapshot control for a given database, but explicitly set the object types to be included in snapshots.
- SnapshotControl(Database, String) - Constructor for class liquibase.snapshot.SnapshotControl
-
Create a Snapshot control for a given database, but explicitly set the object types to be included in snapshots.
- SnapshotControl(Database, ObjectChangeFilter, Class<? extends DatabaseObject>...) - Constructor for class liquibase.snapshot.SnapshotControl
- snapshotFormat - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- snapshotFormat - Variable in class org.liquibase.maven.plugins.LiquibaseSnapshotMojo
-
Creates a TXT, JSON or YAML file that represents the current state of the database.
- SnapshotGenerator - Interface in liquibase.snapshot
- SnapshotGeneratorChain - Class in liquibase.snapshot
- SnapshotGeneratorChain(SortedSet<SnapshotGenerator>) - Constructor for class liquibase.snapshot.SnapshotGeneratorChain
- SnapshotGeneratorFactory - Class in liquibase.snapshot
- SnapshotGeneratorFactory() - Constructor for class liquibase.snapshot.SnapshotGeneratorFactory
- SnapshotIdService - Class in liquibase.snapshot
- SnapshotLiquibaseRepresenter(DumperOptions) - Constructor for class liquibase.serializer.core.yaml.YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
- SnapshotListener - Interface in liquibase.snapshot
-
Listener interface to be called during the snapshot process.
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.CatalogSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.DataSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.IndexSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.PrimaryKeySnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.TableSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ViewSnapshotGenerator
- SnapshotParser - Interface in liquibase.parser
- SnapshotParserFactory - Class in liquibase.parser
- SnapshotReferenceCommandStep - Class in liquibase.command.core
- SnapshotReferenceCommandStep() - Constructor for class liquibase.command.core.SnapshotReferenceCommandStep
- SnapshotSerializer - Interface in liquibase.serializer
- SnapshotSerializerFactory - Class in liquibase.serializer
- SnowflakeDatabase - Class in liquibase.database.core
- SnowflakeDatabase() - Constructor for class liquibase.database.core.SnowflakeDatabase
- SnowflakeJdbcExecutor - Class in liquibase.executor.jvm
- SnowflakeJdbcExecutor() - Constructor for class liquibase.executor.jvm.SnowflakeJdbcExecutor
- SnowflakeResultSetConstraintsExtractor - Class in liquibase.snapshot.jvm
- SnowflakeResultSetConstraintsExtractor(DatabaseSnapshot, String, String, String) - Constructor for class liquibase.snapshot.jvm.SnowflakeResultSetConstraintsExtractor
- SnowflakeTestSystem - Class in liquibase.extension.testing.testsystem.core
-
When running against Localstack Snowflake, you may need to add the following to your run configuration:
--add-opens=java.base/java.nio=ALL-UNNAMED
. - SnowflakeTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.SnowflakeTestSystem
- SnowflakeTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.SnowflakeTestSystem
- SPECIAL_CHARS - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- specialToken - Variable in class liquibase.util.grammar.Token
-
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
- SPLIT_STATEMENTS - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- SPLIT_STATEMENTS_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- SPLIT_STATEMENTS_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- splitAndTrim(String, String) - Static method in class liquibase.util.StringUtil
- splitCamelCase(String) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.splitByCharacterTypeCamelCase(String)
instead - spliterator() - Method in class liquibase.resource.InputStreamList
- splitSQL(String, String) - Static method in class liquibase.util.StringUtil
-
Splits a candidate multi-line SQL statement along ;'s and "go"'s.
- splitSQL(String, String, ChangeSet) - Static method in class liquibase.util.StringUtil
-
Splits a candidate multi-line SQL statement along ;'s and "go"'s.
- splitToChunks(String, int) - Static method in class liquibase.util.StringUtil
-
Split the input string into chunks no larger than the supplied chunkSize.
- SpringLiquibase - Class in liquibase.integration.spring
-
A Spring-ified wrapper for Liquibase.
- SpringLiquibase() - Constructor for class liquibase.integration.spring.SpringLiquibase
- SpringResourceAccessor - Class in liquibase.integration.spring
- SpringResourceAccessor(ResourceLoader) - Constructor for class liquibase.integration.spring.SpringResourceAccessor
- Sql - Interface in liquibase.sql
- SQL_ARG - Static variable in class liquibase.command.core.ExecuteSqlCommandStep
- SQL_CHECK - Static variable in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- SQL_DATETYPE_TIMESTAMP - Static variable in class liquibase.datatype.core.DateTimeType
- SqlChangeLogParser - Class in liquibase.parser.core.sql
- SqlChangeLogParser() - Constructor for class liquibase.parser.core.sql.SqlChangeLogParser
- sqlcmdArgs - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies additional sqlcmd args.
- sqlcmdCatalogName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies sqlcmd catalog name.
- sqlcmdKeepTemp - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to keep generated sqlcmd files.
- sqlcmdKeepTempName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the name of generated sqlcmd files.
- sqlcmdKeepTempOverwrite - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to overwrite generated sqlcmd files.
- sqlcmdKeepTempPath - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies where to keep generated sqlcmd files.
- sqlcmdLogFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies where to output sqlcmd logs.
- sqlcmdPath - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies your sqlcmd path.
- sqlcmdTimeout - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies sqlcmd timeout.
- SqlConfiguration - Class in liquibase.sql
-
Configuration container for global properties.
- SqlConfiguration() - Constructor for class liquibase.sql.SqlConfiguration
- sqlFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- SQLFILE_ARG - Static variable in class liquibase.command.core.ExecuteSqlCommandStep
- SQLFileChange - Class in liquibase.change.core
-
Represents a Change for custom SQL stored in a File.
- SQLFileChange() - Constructor for class liquibase.change.core.SQLFileChange
- SqlGenerator<T extends SqlStatement> - Interface in liquibase.sqlgenerator
-
SqlGenerator implementations take a database-independent SqlStatement interface and create a database-specific Sql object.
- SqlGeneratorChain<T extends SqlStatement> - Class in liquibase.sqlgenerator
- SqlGeneratorChain(SortedSet<SqlGenerator<T>>) - Constructor for class liquibase.sqlgenerator.SqlGeneratorChain
- SqlGeneratorFactory - Class in liquibase.sqlgenerator
-
SqlGeneratorFactory is a singleton registry of SqlGenerators.
- SQLiteDatabase - Class in liquibase.database.core
- SQLiteDatabase() - Constructor for class liquibase.database.core.SQLiteDatabase
- SQLiteDatabase.AlterTableVisitor - Interface in liquibase.database.core
- SQLiteTestSystem - Class in liquibase.extension.testing.testsystem.core
- SQLiteTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.SQLiteTestSystem
- SQLiteTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.SQLiteTestSystem
- SqlListener - Class in liquibase.listener
-
Liquibase listener for executed SQL
- SqlListener() - Constructor for class liquibase.listener.SqlListener
- SqlParser - Class in liquibase.util
-
Deprecated.load the
LiquibaseSqlParser
using theSqlParserFactory
directly. - SqlParser() - Constructor for class liquibase.util.SqlParser
-
Deprecated.
- sqlParserExceptionLogAtLevel - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
- SqlParserFactory - Class in liquibase.parser
- SqlParserFactory() - Constructor for class liquibase.parser.SqlParserFactory
- sqlPlusArgs - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies additional sqlplus args.
- sqlPlusKeepTemp - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to keep generated sqlplus files.
- sqlPlusKeepTempName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the name of generated sqlplus files.
- sqlPlusKeepTempOverwrite - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to overwrite generated sqlplus files.
- sqlPlusKeepTempPath - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies where to keep generated sqlplus files.
- sqlPlusLogFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies where to output sqlplus logs.
- sqlPlusPath - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies your sqlplus path.
- sqlPlusTimeout - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies sqlplus timeout.
- SqlPrecondition - Class in liquibase.precondition.core
- SqlPrecondition() - Constructor for class liquibase.precondition.core.SqlPrecondition
- SqlStatement - Interface in liquibase.statement
-
The SqlStatement classes correspond to (roughly) a single SQL statement.
- sqlToObject(String, Database) - Method in class liquibase.datatype.core.DateTimeType
- sqlToObject(String, Database) - Method in class liquibase.datatype.core.DateType
- sqlToObject(String, Database) - Method in class liquibase.datatype.core.TimeType
- sqlToObject(String, Database) - Method in class liquibase.datatype.LiquibaseDataType
- SqlUtil - Class in liquibase.util
- SqlUtil() - Constructor for class liquibase.util.SqlUtil
- SqlVisitor - Interface in liquibase.sql.visitor
- SqlVisitorFactory - Class in liquibase.sql.visitor
- STANDARD - Static variable in interface liquibase.configuration.ConfigurationValueObfuscator
-
Standard obfuscator.
- STANDARD - Static variable in class liquibase.diff.compare.CompareControl
- STANDARD_CHANGELOG_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
- STANDARD_SNAPSHOT_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
- StandardChangeLogHistoryService - Class in liquibase.changelog
- StandardChangeLogHistoryService() - Constructor for class liquibase.changelog.StandardChangeLogHistoryService
- StandardChangeSetService - Class in liquibase.changeset
-
The standard OSS implementation of the ChangeSetService
- StandardChangeSetService() - Constructor for class liquibase.changeset.StandardChangeSetService
- StandardCompareFunction(CompareControl.SchemaComparison[], Database) - Constructor for class liquibase.diff.ObjectDifferences.StandardCompareFunction
- StandardDiffGenerator - Class in liquibase.diff.core
- StandardDiffGenerator() - Constructor for class liquibase.diff.core.StandardDiffGenerator
- standardize(Database) - Method in class liquibase.CatalogAndSchema
-
This method returns a new CatalogAndSchema adjusted based on the configuration of the passed database.
- standardizeLineEndings(String) - Static method in class liquibase.util.StringUtil
- StandardLiquibaseTableNames - Class in liquibase.database
- StandardLiquibaseTableNames() - Constructor for class liquibase.database.StandardLiquibaseTableNames
- StandardLockService - Class in liquibase.lockservice
- StandardLockService() - Constructor for class liquibase.lockservice.StandardLockService
- StandardNamespaceDetails - Class in liquibase.parser.core.xml
- StandardNamespaceDetails() - Constructor for class liquibase.parser.core.xml.StandardNamespaceDetails
- StandardObjectChangeFilter - Class in liquibase.diff.output
-
This class is used by other classes to filter the set of database objects used in diff-type operations including the diff command and the generateChangeLog command.
- StandardObjectChangeFilter(StandardObjectChangeFilter.FilterType, String) - Constructor for class liquibase.diff.output.StandardObjectChangeFilter
- StandardObjectChangeFilter.Filter - Class in liquibase.diff.output
-
The Filter class is used internally to do the actual work.
- StandardObjectChangeFilter.FilterType - Enum in liquibase.diff.output
- StandardOutputFileHandler - Class in liquibase.io
-
Standard Liquibase behavior of redirecting console output to output-file.
- StandardOutputFileHandler() - Constructor for class liquibase.io.StandardOutputFileHandler
- StandardServiceLocator - Class in liquibase.servicelocator
- StandardServiceLocator() - Constructor for class liquibase.servicelocator.StandardServiceLocator
- StandardShowSummaryGenerator - Class in liquibase.report
- StandardShowSummaryGenerator() - Constructor for class liquibase.report.StandardShowSummaryGenerator
- StandardSqlParser - Class in liquibase.util
- StandardSqlParser() - Constructor for class liquibase.util.StandardSqlParser
- StandardValidatingVisitorGenerator - Class in liquibase.changelog.visitor
- StandardValidatingVisitorGenerator() - Constructor for class liquibase.changelog.visitor.StandardValidatingVisitorGenerator
- start() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Default implementation uses
DatabaseTestSystem.createWrapper()
to manage the external system. - start() - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseGlobalExtension
- start() - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Starts the system if possible.
- start() - Method in class liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
-
Start the database if possible and ensure it can be connected to.
- start() - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
- start() - Method in class liquibase.extension.testing.testsystem.wrapper.JdbcDatabaseWrapper
- start() - Method in class liquibase.extension.testing.testsystem.wrapper.UnimplementedWrapper
-
Deprecated.
- start(BundleContext) - Method in class liquibase.osgi.Activator
- startedTestSystems - Static variable in class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationMethodInterceptor
- StartH2CommandStep - Class in liquibase.command.core
- StartH2CommandStep() - Constructor for class liquibase.command.core.StartH2CommandStep
- startsWith(String, String) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.startsWith(CharSequence, CharSequence)
instead - startsWithNumeric(String) - Method in class liquibase.database.AbstractJdbcDatabase
- startTcpServer(Integer) - Static method in class liquibase.command.core.StartH2CommandStep
- startWebServer(Integer) - Static method in class liquibase.command.core.StartH2CommandStep
- StatementNotSupportedOnDatabaseException - Exception in liquibase.exception
- StatementNotSupportedOnDatabaseException(String, SqlStatement, Database) - Constructor for exception liquibase.exception.StatementNotSupportedOnDatabaseException
- StatementNotSupportedOnDatabaseException(SqlStatement, Database) - Constructor for exception liquibase.exception.StatementNotSupportedOnDatabaseException
- STATIC_LEXER_ERROR - Static variable in error liquibase.util.grammar.TokenMgrError
-
An attempt was made to create a second instance of a static token manager.
- staticFlag - Static variable in class liquibase.util.grammar.SimpleCharStream
-
Whether parser is static.
- Status - Class in liquibase.logging.mdc.customobjects
- Status() - Constructor for class liquibase.logging.mdc.customobjects.Status
- Status(String, String, List<ChangeSet>) - Constructor for class liquibase.logging.mdc.customobjects.Status
- STATUS - Static variable in class liquibase.logging.mdc.MdcKey
- Status.Changeset - Class in liquibase.logging.mdc.customobjects
- StatusChangeLogIterator - Class in liquibase.changelog
-
This class calculates the status of all change sets involved in an update operation It allows us to determine ALL reasons that a ChangeSet will not be deployed, unlike the standard iterator which breaks upon finding a reason to deny the change set.
- StatusChangeLogIterator(DatabaseChangeLog, String, ChangeSetFilter...) - Constructor for class liquibase.changelog.StatusChangeLogIterator
- StatusChangeLogIterator(DatabaseChangeLog, ChangeSetFilter...) - Constructor for class liquibase.changelog.StatusChangeLogIterator
- StatusCommandStep - Class in liquibase.command.core
- StatusCommandStep() - Constructor for class liquibase.command.core.StatusCommandStep
- statusUpdate(String) - Method in interface liquibase.diff.DiffStatusListener
- StatusVisitor - Class in liquibase.changelog.visitor
-
ChangeSetVisitor that will collect the execution status of changeSets without executing them.
- StatusVisitor(Database) - Constructor for class liquibase.changelog.visitor.StatusVisitor
- stop() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Default implementation uses
DatabaseTestSystem.createWrapper()
to manage the external system, and callsDatabaseWrapper.stop()
- stop() - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseGlobalExtension
- stop() - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Stops the system if possible.
- stop() - Method in class liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
-
Stop the database if possible.
- stop() - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
- stop() - Method in class liquibase.extension.testing.testsystem.wrapper.JdbcDatabaseWrapper
- stop() - Method in class liquibase.extension.testing.testsystem.wrapper.UnimplementedWrapper
-
Deprecated.
- stop(BundleContext) - Method in class liquibase.osgi.Activator
- StopChange - Class in liquibase.change.core
- StopChange() - Constructor for class liquibase.change.core.StopChange
- StopChange.StopChangeException - Exception in liquibase.change.core
- StopChangeException(String) - Constructor for exception liquibase.change.core.StopChange.StopChangeException
- StopH2CommandStep - Class in liquibase.command.core
- StopH2CommandStep() - Constructor for class liquibase.command.core.StopH2CommandStep
- StoredDatabaseLogic<T extends StoredDatabaseLogic> - Class in liquibase.structure.core
- StoredDatabaseLogic() - Constructor for class liquibase.structure.core.StoredDatabaseLogic
- StoredProcedure - Class in liquibase.structure.core
- StoredProcedure() - Constructor for class liquibase.structure.core.StoredProcedure
- StoredProcedure(String, String, String) - Constructor for class liquibase.structure.core.StoredProcedure
- StoredProcedureGenerator - Class in liquibase.sqlgenerator.core
- StoredProcedureGenerator() - Constructor for class liquibase.sqlgenerator.core.StoredProcedureGenerator
- StoredProcedureStatement - Class in liquibase.statement
- StoredProcedureStatement(String) - Constructor for class liquibase.statement.StoredProcedureStatement
- StreamGobbler(InputStream, OutputStream, Thread) - Constructor for class liquibase.change.core.ExecuteShellCommandChange.StreamGobbler
- StreamUtil - Class in liquibase.util
-
Utilities for working with streams.
- StreamUtil() - Constructor for class liquibase.util.StreamUtil
- STRICT - Enum constant in enum liquibase.parser.ChangeLogParserConfiguration.ChangelogParseMode
- STRICT - Static variable in class liquibase.GlobalConfiguration
- STRING - Enum constant in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
- STRING - Static variable in interface liquibase.configuration.ConfigurationValueConverter
- StringChangeLogSerializer - Class in liquibase.serializer.core.string
- StringChangeLogSerializer() - Constructor for class liquibase.serializer.core.string.StringChangeLogSerializer
- StringChangeLogSerializer(StringChangeLogSerializer.FieldFilter) - Constructor for class liquibase.serializer.core.string.StringChangeLogSerializer
- StringChangeLogSerializer.FieldFilter - Class in liquibase.serializer.core.string
- StringClauses - Class in liquibase.util
-
Defines a list of clauses that can be manipulated and rearranged based on keys associated with each.
- StringClauses() - Constructor for class liquibase.util.StringClauses
-
Creates a new StringClause with no start or end strings and a space separator.
- StringClauses(String) - Constructor for class liquibase.util.StringClauses
-
Creates a new StringClause with no start or end strings and the given separator.
- StringClauses(String, String, String) - Constructor for class liquibase.util.StringClauses
-
Creates a new StringClause with the given start, end and separator.
- StringClauses.ClauseIterator - Class in liquibase.util
- StringClauses.Comment - Class in liquibase.util
- StringClauses.Delimiter - Class in liquibase.util
- StringClauses.LiteralClause - Interface in liquibase.util
- StringClauses.Whitespace - Class in liquibase.util
- StringDiff - Class in liquibase.diff
- StringDiff(String, String) - Constructor for class liquibase.diff.StringDiff
- StringSnapshotSerializer - Class in liquibase.serializer.core.string
- StringSnapshotSerializer() - Constructor for class liquibase.serializer.core.string.StringSnapshotSerializer
- StringSnapshotSerializerReadable - Class in liquibase.serializer.core.string
- StringSnapshotSerializerReadable() - Constructor for class liquibase.serializer.core.string.StringSnapshotSerializerReadable
- stringToObject(String, Database) - Method in class liquibase.common.datatype.DataTypeWrapper
- StringUtil - Class in liquibase.util
- StringUtil() - Constructor for class liquibase.util.StringUtil
- StringUtil.DefaultFormatter - Class in liquibase.util
- StringUtil.StringUtilFormatter<Type> - Interface in liquibase.util
- StringUtil.ToStringFormatter - Class in liquibase.util
- STRIP_COMMENTS - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- STRIP_COMMENTS_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- STRIP_COMMENTS_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- stripComments(String) - Static method in class liquibase.util.StringUtil
-
Searches through a String which contains SQL code and strips out any comments that are between \/**\/ or anything that matches SP--SP
\n (to support the ANSI standard commenting of -- at the end of a line). - stripComments(String, ChangeSet) - Static method in class liquibase.util.StringUtil
-
Searches through a String which contains SQL code and strips out any comments that are between \/**\/ or anything that matches SP--SP
\n (to support the ANSI standard commenting of -- at the end of a line). - stripEnclosingQuotes(String) - Static method in class liquibase.util.StringUtil
- stripSqlCommentsAndWhitespacesFromTheEnd(String) - Static method in class liquibase.util.StringUtil
-
Strips the comments and white spaces from the end of given SQL string.
- succeeded - Variable in class liquibase.command.CommandResult
-
Deprecated.
- SUMMARY - Enum constant in enum liquibase.UpdateSummaryEnum
- supersededBy(CommandArgumentDefinition<?>) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Specifies a CommandArgument that can replace this one if it is not available.
- SUPPORT_PROPERTY_ESCAPING - Static variable in class liquibase.parser.ChangeLogParserConfiguration
- SUPPORTED_EXTENSIONS - Static variable in class liquibase.parser.core.json.JsonChangeLogParser
- SUPPORTED_EXTENSIONS - Static variable in class liquibase.parser.core.xml.XMLChangeLogSAXParser
- SUPPORTED_EXTENSIONS - Static variable in class liquibase.parser.core.yaml.YamlParser
- supportedRunOnChangeTypes() - Static method in class liquibase.command.core.helpers.AbstractChangelogCommandStep
- supports(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.AbstractDb2Database
- supports(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.DerbyDatabase
- supports(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.FirebirdDatabase
- supports(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.HsqlDatabase
- supports(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.Ingres9Database
- supports(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MariaDBDatabase
- supports(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MockDatabase
- supports(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MSSQLDatabase
- supports(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MySQLDatabase
- supports(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.OracleDatabase
- supports(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.SQLiteDatabase
- supports(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.SybaseDatabase
- supports(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.UnsupportedDatabase
- supports(Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
-
Whether this database supports the specified object type.
- supports(String) - Method in interface liquibase.database.DatabaseConnection
-
Default implementation for compatibility with a URL.
- supports(String, ResourceAccessor) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- supports(String, ResourceAccessor) - Method in interface liquibase.parser.ChangeLogParser
-
Checks if the file format is supported by an implementing ChangeLogParser and returns true if that is the case.
- supports(String, ResourceAccessor) - Method in class liquibase.parser.core.sql.SqlChangeLogParser
- supports(String, ResourceAccessor) - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
- supports(String, ResourceAccessor) - Method in class liquibase.parser.core.yaml.YamlParser
- supports(String, ResourceAccessor) - Method in interface liquibase.parser.SnapshotParser
- supports(Database) - Method in class liquibase.change.AbstractChange
-
Implementation delegates logic to the
SqlGenerator.supports(liquibase.statement.SqlStatement, liquibase.database.Database)
method on theSqlStatement
objects returned byChange.generateStatements(liquibase.database.Database)
. - supports(Database) - Method in class liquibase.change.AbstractSQLChange
-
Implementation delegates logic to the
SqlGenerator.supports(liquibase.statement.SqlStatement, liquibase.database.Database)
method on theSqlStatement
objects returned byChange.generateStatements(liquibase.database.Database)
. - supports(Database) - Method in interface liquibase.change.Change
-
Return true if this Change object supports the passed database.
- supports(Database) - Method in class liquibase.change.ChangeParameterMetaData
- supports(Database) - Method in class liquibase.change.core.AddLookupTableChange
- supports(Database) - Method in class liquibase.change.core.DropColumnChange
- supports(Database) - Method in class liquibase.change.core.LoadDataChange
- supports(Database) - Method in class liquibase.change.core.MergeColumnChange
- supports(Database) - Method in class liquibase.change.core.ModifyDataTypeChange
- supports(Database) - Method in interface liquibase.changelog.ChangeLogHistoryService
- supports(Database) - Method in class liquibase.changelog.MockChangeLogHistoryService
- supports(Database) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- supports(Database) - Method in class liquibase.changelog.StandardChangeLogHistoryService
- supports(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
- supports(Database) - Method in class liquibase.datatype.core.BinaryTypeSnowflake
- supports(Database) - Method in class liquibase.datatype.core.ClobTypeSnowflake
- supports(Database) - Method in class liquibase.datatype.core.DoubleDataTypeSnowflake
- supports(Database) - Method in class liquibase.datatype.core.TextDataTypeSnowflake
- supports(Database) - Method in class liquibase.datatype.core.TimestampNTZTypeSnowflake
- supports(Database) - Method in class liquibase.datatype.LiquibaseDataType
- supports(Database) - Method in interface liquibase.executor.Executor
-
Default implementation for compatibility with a Database.
- supports(Database) - Method in class liquibase.executor.jvm.SnowflakeJdbcExecutor
- supports(Database) - Method in interface liquibase.lockservice.LockService
- supports(Database) - Method in class liquibase.lockservice.MockLockService
- supports(Database) - Method in class liquibase.lockservice.OfflineLockService
- supports(Database) - Method in class liquibase.lockservice.StandardLockService
- supports(Database, Database) - Method in class liquibase.diff.core.StandardDiffGenerator
- supports(Database, Database) - Method in interface liquibase.diff.DiffGenerator
- supports(LiquibaseParser, String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
- supports(LiquibaseParser, String) - Method in interface liquibase.parser.NamespaceDetails
- supports(LiquibaseSerializer, String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
- supports(LiquibaseSerializer, String) - Method in interface liquibase.parser.NamespaceDetails
- supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
- supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
- supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2
- supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
- supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
- supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
- supports(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
- supports(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
- supports(AddForeignKeyConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
- supports(AddPrimaryKeyStatement, Database) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
- supports(AddPrimaryKeyStatement, Database) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
- supports(AddUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
- supports(AddUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
- supports(AddUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
- supports(AlterSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.AlterSequenceGenerator
- supports(CopyRowsStatement, Database) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
- supports(CreateDatabaseChangeLogTableStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
- supports(CreateDatabaseChangeLogTableStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
- supports(CreateIndexStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
-
Informs the SqlGeneratorFactory that we this class works on Firebird SQL databases only.
- supports(CreateIndexStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
- supports(CreateProcedureStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
- supports(CreateSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
- supports(CreateSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateSequenceGeneratorSnowflake
- supports(CreateTableStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
- supports(CreateViewStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
- supports(DropDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
- supports(DropDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGeneratorSnowflake
- supports(DropForeignKeyConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
- supports(DropPrimaryKeyStatement, Database) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
- supports(DropProcedureStatement, Database) - Method in class liquibase.sqlgenerator.core.DropProcedureGenerator
- supports(DropProcedureStatement, Database) - Method in class liquibase.sqlgenerator.core.DropProcedureGeneratorSnowflake
- supports(DropSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
- supports(DropUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSnowflake
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSnowflake
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
- supports(ModifyDataTypeStatement, Database) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
- supports(ReindexStatement, Database) - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
- supports(RenameColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
- supports(RenameSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameSequenceGenerator
- supports(RenameTableStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
- supports(RenameTableStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameTableGeneratorSnowflake
- supports(RenameViewStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
- supports(RenameViewStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameViewGeneratorSnowflake
- supports(ReorganizeTableStatement, Database) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
- supports(SetColumnRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
- supports(SetColumnRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGeneratorSnowflake
- supports(SetNullableStatement, Database) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
- supports(SetTableRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
- supports(SetTableRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGeneratorSnowflake
- supports(SetViewRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetViewRemarksGenerator
- supports(TableIsEmptyStatement, Database) - Method in class liquibase.sqlgenerator.core.TableIsEmptyGenerator
- supports(TableRowCountStatement, Database) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
- supports(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
- supports(T, Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
- supports(T, Database) - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Does this generator support the given statement/database combination?
- SUPPORTS_METHOD_REQUIRED_MESSAGE - Static variable in class liquibase.change.ChangeFactory
- SUPPORTS_METHOD_REQUIRED_MESSAGE - Static variable in class liquibase.snapshot.SnapshotGeneratorFactory
- SUPPORTS_METHOD_VALIDATION_LEVEL - Static variable in class liquibase.GlobalConfiguration
- supportsAutoIncrement() - Method in class liquibase.database.AbstractJdbcDatabase
- supportsAutoIncrement() - Method in class liquibase.database.core.FirebirdDatabase
- supportsAutoIncrement() - Method in class liquibase.database.core.MockDatabase
- supportsAutoIncrement() - Method in class liquibase.database.core.OracleDatabase
- supportsAutoIncrement() - Method in class liquibase.database.core.SnowflakeDatabase
- supportsAutoIncrement() - Method in interface liquibase.database.Database
- supportsBatchUpdates() - Method in class liquibase.database.AbstractJdbcDatabase
- supportsBatchUpdates() - Method in class liquibase.database.core.MockDatabase
- supportsBatchUpdates() - Method in interface liquibase.database.Database
-
Does the database support batched DML (INSERT/UPDATE/DELETE/MERGE/...) statements sent in a single call to the database?
- supportsBatchUpdates() - Method in class liquibase.database.jvm.JdbcConnection
- supportsBatchUpdates(Database) - Method in class liquibase.change.core.LoadDataChange
- supportsBooleanDataType() - Method in class liquibase.database.core.DB2Database
-
Checks if the database supports boolean data type columns.
- supportsBooleanDataType() - Method in class liquibase.database.core.DerbyDatabase
- supportsBulkQuery(Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
To support bulk query, the resultSet must include a CONSTRAINT_CONTAINER column for caching purposes
- supportsCatalogInObjectName() - Method in class liquibase.database.core.MockDatabase
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.DerbyDatabase
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.InformixDatabase
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MockDatabase
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MSSQLDatabase
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.PostgresDatabase
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.SnowflakeDatabase
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
- supportsCatalogs() - Method in class liquibase.database.AbstractJdbcDatabase
- supportsCatalogs() - Method in class liquibase.database.core.AbstractDb2Database
- supportsCatalogs() - Method in class liquibase.database.core.FirebirdDatabase
- supportsCatalogs() - Method in class liquibase.database.core.HsqlDatabase
- supportsCatalogs() - Method in class liquibase.database.core.MockDatabase
- supportsCatalogs() - Method in class liquibase.database.core.MySQLDatabase
- supportsCatalogs() - Method in class liquibase.database.core.SnowflakeDatabase
- supportsCatalogs() - Method in interface liquibase.database.Database
-
Deprecated.please call
Database.supports(Class)
with theCatalog
type instead - supportsCreateIfNotExists(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.CockroachDatabase
- supportsCreateIfNotExists(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.DB2Database
- supportsCreateIfNotExists(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.EnterpriseDBDatabase
- supportsCreateIfNotExists(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.H2Database
- supportsCreateIfNotExists(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.HsqlDatabase
- supportsCreateIfNotExists(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.InformixDatabase
- supportsCreateIfNotExists(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.Ingres9Database
- supportsCreateIfNotExists(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MariaDBDatabase
- supportsCreateIfNotExists(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MockDatabase
- supportsCreateIfNotExists(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MySQLDatabase
- supportsCreateIfNotExists(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.PostgresDatabase
- supportsCreateIfNotExists(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.SQLiteDatabase
- supportsCreateIfNotExists(Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
-
Does the database support the "if not exits" syntax?
- supportsDatabase() - Element in annotation type liquibase.change.DatabaseChangeProperty
-
Value to put into
ChangeParameterMetaData.getSupportedDatabases()
- supportsDatabaseChangeLogHistory() - Method in class liquibase.database.core.DB2Database
- supportsDatabaseChangeLogHistory() - Method in class liquibase.database.core.H2Database
- supportsDatabaseChangeLogHistory() - Method in class liquibase.database.core.HsqlDatabase
- supportsDatabaseChangeLogHistory() - Method in class liquibase.database.core.MariaDBDatabase
- supportsDatabaseChangeLogHistory() - Method in class liquibase.database.core.MSSQLDatabase
- supportsDatabaseChangeLogHistory() - Method in class liquibase.database.core.MySQLDatabase
- supportsDatabaseChangeLogHistory() - Method in class liquibase.database.core.OracleDatabase
- supportsDatabaseChangeLogHistory() - Method in class liquibase.database.core.PostgresDatabase
- supportsDatabaseChangeLogHistory() - Method in class liquibase.database.core.SnowflakeDatabase
- supportsDatabaseChangeLogHistory() - Method in class liquibase.database.core.SQLiteDatabase
- supportsDatabaseChangeLogHistory() - Method in interface liquibase.database.Database
-
Does the particular database implementation support the database changelog history feature and associated table?
- supportsDDLInTransaction() - Method in class liquibase.database.AbstractJdbcDatabase
-
Determines if the database supports DDL within a transaction or not.
- supportsDDLInTransaction() - Method in class liquibase.database.core.CockroachDatabase
- supportsDDLInTransaction() - Method in class liquibase.database.core.FirebirdDatabase
- supportsDDLInTransaction() - Method in class liquibase.database.core.MockDatabase
- supportsDDLInTransaction() - Method in class liquibase.database.core.SybaseDatabase
-
Sybase does not support DDL and meta data in transactions properly, as such we turn off the commit and turn on auto commit.
- supportsDDLInTransaction() - Method in interface liquibase.database.Database
-
Determines if the database supports DDL within a transaction or not.
- supportsDefaultValueComputed(String, String) - Static method in class liquibase.database.core.HsqlDatabase
-
Checks to see if the string is an acceptable computed value for HSQL "datetime" columns are the only columns for which HSQL supports computer values.
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.AbstractJdbcDatabase
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.FirebirdDatabase
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.H2Database
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.MockDatabase
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.MSSQLDatabase
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.SnowflakeDatabase
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.SQLiteDatabase
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.SybaseASADatabase
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.SybaseDatabase
- supportsDropTableCascadeConstraints() - Method in interface liquibase.database.Database
- supportsExtension(String) - Method in class liquibase.parser.AbstractFormattedChangeLogParser
- supportsExtension(String) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- supportsForeignKeyDisable() - Method in class liquibase.database.AbstractJdbcDatabase
- supportsForeignKeyDisable() - Method in class liquibase.database.core.MockDatabase
- supportsForeignKeyDisable() - Method in class liquibase.database.core.MySQLDatabase
- supportsForeignKeyDisable() - Method in interface liquibase.database.Database
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.AbstractDb2Database
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.CockroachDatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.DerbyDatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.FirebirdDatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.H2Database
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.HsqlDatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.InformixDatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.Ingres9Database
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.MockDatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.MSSQLDatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.MySQLDatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.OracleDatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.PostgresDatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SnowflakeDatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SQLiteDatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SybaseASADatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SybaseDatabase
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.UnsupportedDatabase
- supportsInitiallyDeferrableColumns() - Method in interface liquibase.database.Database
-
Returns whether this database support initially deferrable columns.
- supportsInput() - Method in class liquibase.ui.ConsoleUIService.ConsoleWrapper
- supportsInput() - Method in class liquibase.ui.MockConsoleWrapper
- SupportsMethodValidationLevelsEnum - Enum in liquibase
-
Enum to control the level of validation to check if a change's supports method is properly implemented.
- supportsMinMaxForSequences() - Method in class liquibase.database.core.H2Database
- supportsNotNullConstraintNames() - Method in class liquibase.database.AbstractJdbcDatabase
- supportsNotNullConstraintNames() - Method in class liquibase.database.core.MockDatabase
- supportsNotNullConstraintNames() - Method in class liquibase.database.core.OracleDatabase
- supportsNotNullConstraintNames() - Method in interface liquibase.database.Database
-
Does this database treat NOT NULL as an own kind of CONSTRAINT (in addition of simply being a column property)?
- supportsPrimaryKeyNames() - Method in class liquibase.database.AbstractJdbcDatabase
- supportsPrimaryKeyNames() - Method in class liquibase.database.core.MockDatabase
- supportsPrimaryKeyNames() - Method in interface liquibase.database.Database
- supportsRestrictForeignKeys() - Method in class liquibase.database.AbstractJdbcDatabase
- supportsRestrictForeignKeys() - Method in class liquibase.database.core.InformixDatabase
- supportsRestrictForeignKeys() - Method in class liquibase.database.core.MockDatabase
- supportsRestrictForeignKeys() - Method in class liquibase.database.core.MSSQLDatabase
- supportsRestrictForeignKeys() - Method in class liquibase.database.core.OracleDatabase
- supportsRestrictForeignKeys() - Method in class liquibase.database.core.SnowflakeDatabase
- supportsRestrictForeignKeys() - Method in class liquibase.database.core.SybaseDatabase
- supportsRestrictForeignKeys() - Method in interface liquibase.database.Database
- supportsRollback(Database) - Method in class liquibase.change.AbstractChange
-
Implementation returns true if
AbstractChange.createInverses()
returns a non-null value. - supportsRollback(Database) - Method in interface liquibase.change.Change
-
Returns true if this can change be rolled back for the given database.
- supportsRollback(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
-
Returns true if the customChange supports rolling back.
- supportsRollback(Database) - Method in class liquibase.changelog.ChangeSet
- supportsSchemas() - Method in class liquibase.database.AbstractJdbcDatabase
- supportsSchemas() - Method in class liquibase.database.core.AbstractDb2Database
- supportsSchemas() - Method in class liquibase.database.core.DerbyDatabase
- supportsSchemas() - Method in class liquibase.database.core.FirebirdDatabase
- supportsSchemas() - Method in class liquibase.database.core.MockDatabase
- supportsSchemas() - Method in class liquibase.database.core.MySQLDatabase
- supportsSchemas() - Method in class liquibase.database.core.OracleDatabase
-
Oracle supports catalogs in liquibase terms
- supportsSchemas() - Method in class liquibase.database.core.SQLiteDatabase
- supportsSchemas() - Method in interface liquibase.database.Database
-
Deprecated.please call
Database.supports(Class)
with theSchema
type instead - supportsSequences() - Method in class liquibase.database.AbstractJdbcDatabase
-
Does the database type support sequence.
- supportsSequences() - Method in class liquibase.database.core.DerbyDatabase
- supportsSequences() - Method in class liquibase.database.core.FirebirdDatabase
- supportsSequences() - Method in class liquibase.database.core.H2Database
- supportsSequences() - Method in class liquibase.database.core.HsqlDatabase
- supportsSequences() - Method in class liquibase.database.core.Ingres9Database
- supportsSequences() - Method in class liquibase.database.core.MariaDBDatabase
- supportsSequences() - Method in class liquibase.database.core.MockDatabase
- supportsSequences() - Method in class liquibase.database.core.MSSQLDatabase
- supportsSequences() - Method in class liquibase.database.core.MySQLDatabase
- supportsSequences() - Method in class liquibase.database.core.OracleDatabase
- supportsSequences() - Method in class liquibase.database.core.PostgresDatabase
- supportsSequences() - Method in class liquibase.database.core.SnowflakeDatabase
- supportsSequences() - Method in class liquibase.database.core.SQLiteDatabase
- supportsSequences() - Method in class liquibase.database.core.SybaseASADatabase
- supportsSequences() - Method in class liquibase.database.core.SybaseDatabase
- supportsSequences() - Method in class liquibase.database.core.UnsupportedDatabase
- supportsSequences() - Method in interface liquibase.database.Database
-
Deprecated.please call
Database.supports(Class)
with theSequence
type instead - supportsSortingObjects(Database) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
Used by
DiffToChangeLog.sortMissingObjects(Collection, Database)
to determine whether to go into the sorting logic. - supportsTablespaces() - Method in class liquibase.database.core.AbstractDb2Database
- supportsTablespaces() - Method in class liquibase.database.core.CockroachDatabase
- supportsTablespaces() - Method in class liquibase.database.core.DerbyDatabase
- supportsTablespaces() - Method in class liquibase.database.core.FirebirdDatabase
- supportsTablespaces() - Method in class liquibase.database.core.H2Database
- supportsTablespaces() - Method in class liquibase.database.core.HsqlDatabase
- supportsTablespaces() - Method in class liquibase.database.core.InformixDatabase
- supportsTablespaces() - Method in class liquibase.database.core.Ingres9Database
- supportsTablespaces() - Method in class liquibase.database.core.MockDatabase
- supportsTablespaces() - Method in class liquibase.database.core.MSSQLDatabase
- supportsTablespaces() - Method in class liquibase.database.core.MySQLDatabase
- supportsTablespaces() - Method in class liquibase.database.core.OracleDatabase
- supportsTablespaces() - Method in class liquibase.database.core.PostgresDatabase
- supportsTablespaces() - Method in class liquibase.database.core.SnowflakeDatabase
- supportsTablespaces() - Method in class liquibase.database.core.SQLiteDatabase
- supportsTablespaces() - Method in class liquibase.database.core.SybaseASADatabase
- supportsTablespaces() - Method in class liquibase.database.core.SybaseDatabase
- supportsTablespaces() - Method in class liquibase.database.core.UnsupportedDatabase
- supportsTablespaces() - Method in interface liquibase.database.Database
- SUPPRESS_LIQUIBASE_SQL - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- suppressLiquibaseSql - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
When set to true, this global property prevents DBCL and DBCLH sql from being present in console and logs during *-sql commands, such as update-sql, rollback-sql, etc.
- surroundWithSchemaSets(List<Sql>, String, Database) - Static method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
-
Convenience method for when the schemaName is set but we don't want to parse the body
- SwitchTo(int) - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Switch to specified lex state.
- SybaseASAConnection - Class in liquibase.database.jvm
-
A SybaseASA specific Delegate that removes the calls to nativeSQL due to driver issues.
- SybaseASAConnection() - Constructor for class liquibase.database.jvm.SybaseASAConnection
- SybaseASAConnection(Connection) - Constructor for class liquibase.database.jvm.SybaseASAConnection
- SybaseASADatabase - Class in liquibase.database.core
-
Support for SAP (formerly: Sybase) AS (Adapter Server) Anywhere embedded/mobile database.
- SybaseASADatabase() - Constructor for class liquibase.database.core.SybaseASADatabase
- SybaseASATestSystem - Class in liquibase.extension.testing.testsystem.core
- SybaseASATestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.SybaseASATestSystem
- SybaseASATestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.SybaseASATestSystem
- SybaseConnection - Class in liquibase.database.jvm
-
A Sybase specific Delegate that removes the calls to commit and rollback as Sybase requires that autocommit be set to true.
- SybaseConnection() - Constructor for class liquibase.database.jvm.SybaseConnection
- SybaseConnection(Connection) - Constructor for class liquibase.database.jvm.SybaseConnection
- SybaseDatabase - Class in liquibase.database.core
-
Encapsulates Sybase ASE database support.
- SybaseDatabase() - Constructor for class liquibase.database.core.SybaseDatabase
- SYMBOL - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- systemProperties - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies a list of system properties you want to pass to the database.
- SystemPropertyValueProvider - Class in liquibase.configuration.core
-
Searches for the configuration values in the system properties
System.getProperties()
. - SystemPropertyValueProvider() - Constructor for class liquibase.configuration.core.SystemPropertyValueProvider
- systemTablesAndViews - Variable in class liquibase.database.core.MSSQLDatabase
- systemTablesAndViews - Variable in class liquibase.database.core.SybaseDatabase
- SystemUtil - Class in liquibase.util
- SystemUtil() - Constructor for class liquibase.util.SystemUtil
T
- Table - Class in liquibase.structure.core
- Table() - Constructor for class liquibase.structure.core.Table
- Table(String, String, String) - Constructor for class liquibase.structure.core.Table
- TABLE - Enum constant in enum liquibase.util.ColumnParentType
- TABLE_EXISTS - Static variable in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- TABLE_NAME_STATEMENT_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- TABLE_NAME_STATEMENT_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- TableComparator - Class in liquibase.diff.compare.core
- TableComparator() - Constructor for class liquibase.diff.compare.core.TableComparator
- TableExistsPrecondition - Class in liquibase.precondition.core
- TableExistsPrecondition() - Constructor for class liquibase.precondition.core.TableExistsPrecondition
- TableIsEmptyGenerator - Class in liquibase.sqlgenerator.core
- TableIsEmptyGenerator() - Constructor for class liquibase.sqlgenerator.core.TableIsEmptyGenerator
- TableIsEmptyPrecondition - Class in liquibase.precondition.core
- TableIsEmptyPrecondition() - Constructor for class liquibase.precondition.core.TableIsEmptyPrecondition
- TableIsEmptyStatement - Class in liquibase.statement.core
- TableIsEmptyStatement() - Constructor for class liquibase.statement.core.TableIsEmptyStatement
- TableListWriter - Class in liquibase.dbdoc
- TableListWriter(Resource) - Constructor for class liquibase.dbdoc.TableListWriter
- tableName - Variable in class liquibase.change.AbstractTableChange
- tableName - Variable in class liquibase.change.core.AbstractModifyDataChange
- TableOutput - Class in liquibase.util
- TableOutput() - Constructor for class liquibase.util.TableOutput
- TableRowCountGenerator - Class in liquibase.sqlgenerator.core
- TableRowCountGenerator() - Constructor for class liquibase.sqlgenerator.core.TableRowCountGenerator
- TableRowCountStatement - Class in liquibase.statement.core
- TableRowCountStatement(String, String, String) - Constructor for class liquibase.statement.core.TableRowCountStatement
- TableSnapshotGenerator - Class in liquibase.snapshot.jvm
- TableSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.TableSnapshotGenerator
- TableWriter - Class in liquibase.dbdoc
- TableWriter(Resource, Database) - Constructor for class liquibase.dbdoc.TableWriter
- tabSize - Variable in class liquibase.util.grammar.SimpleCharStream
- TABULAR - Enum constant in enum liquibase.command.core.HistoryFormat
- TabularDeploymentDetails(CommandScope) - Constructor for class liquibase.command.core.HistoryCommandStep.TabularDeploymentDetails
- tag - Variable in class liquibase.integration.spring.SpringLiquibase
- tag(String) - Method in interface liquibase.changelog.ChangeLogHistoryService
- tag(String) - Method in class liquibase.changelog.MockChangeLogHistoryService
- tag(String) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- tag(String) - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
Tags the database changelog with the given string.
- tag(String) - Method in class liquibase.database.AbstractJdbcDatabase
- tag(String) - Method in class liquibase.database.core.MockDatabase
- tag(String) - Method in interface liquibase.database.Database
-
Deprecated.Use
ChangeLogHistoryService.tag(String)
instead - tag(String) - Method in class liquibase.Liquibase
-
'Tags' the database for future rollback
- TAG - Enum constant in enum org.liquibase.maven.plugins.LiquibaseRollback.RollbackType
- TAG_ARG - Static variable in class liquibase.command.core.ChangelogSyncToTagCommandStep
- TAG_ARG - Static variable in class liquibase.command.core.ChangelogSyncToTagSqlCommandStep
- TAG_ARG - Static variable in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
- TAG_ARG - Static variable in class liquibase.command.core.RollbackCommandStep
- TAG_ARG - Static variable in class liquibase.command.core.TagCommandStep
- TAG_ARG - Static variable in class liquibase.command.core.TagExistsCommandStep
- TAG_ARG - Static variable in class liquibase.command.core.UpdateTestingRollbackCommandStep
- TAG_ARG - Static variable in class liquibase.command.core.UpdateToTagCommandStep
- TAG_ARG - Static variable in class liquibase.command.core.UpdateToTagSqlCommandStep
- TAG_EXISTS_RESULT - Static variable in class liquibase.command.core.TagExistsCommandStep
- TAG_VERSION_ARG - Static variable in class liquibase.command.core.RollbackCommandStep
- TagCommandStep - Class in liquibase.command.core
- TagCommandStep() - Constructor for class liquibase.command.core.TagCommandStep
- TagDatabaseChange - Class in liquibase.change.core
- TagDatabaseChange() - Constructor for class liquibase.change.core.TagDatabaseChange
- TagDatabaseGenerator - Class in liquibase.sqlgenerator.core
- TagDatabaseGenerator() - Constructor for class liquibase.sqlgenerator.core.TagDatabaseGenerator
- TagDatabaseStatement - Class in liquibase.statement.core
- TagDatabaseStatement(String) - Constructor for class liquibase.statement.core.TagDatabaseStatement
- TagDatabaseTask - Class in liquibase.integration.ant
- TagDatabaseTask() - Constructor for class liquibase.integration.ant.TagDatabaseTask
- tagExists(String) - Method in interface liquibase.changelog.ChangeLogHistoryService
- tagExists(String) - Method in class liquibase.changelog.MockChangeLogHistoryService
- tagExists(String) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- tagExists(String) - Method in class liquibase.changelog.StandardChangeLogHistoryService
- tagExists(String) - Method in class liquibase.Liquibase
-
Verifies if a given tag exist in the database
- TagExistsCommandStep - Class in liquibase.command.core
- TagExistsCommandStep() - Constructor for class liquibase.command.core.TagExistsCommandStep
- TagVersionEnum - Enum in liquibase
- TARGET_SNAPSHOT_CONTROL_ARG - Static variable in class liquibase.command.core.DiffCommandStep
- TempObjectQuotingStrategy - Class in liquibase.database
-
This class maintains an object quoting strategy and will reset the database's strategy when the close method is called.
- TempObjectQuotingStrategy() - Constructor for class liquibase.database.TempObjectQuotingStrategy
- temporarilySetObjectQuotingStrategy(ObjectQuotingStrategy) - Method in interface liquibase.database.Database
-
Temporarily set the database's object quoting strategy.
- TERM_PROGRAM - Static variable in class liquibase.ui.ConsoleUIService
- TEST - Enum constant in enum liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption
- TEST_SYSTEM_LABEL - Static variable in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
- TestFilter - Class in liquibase.extension.testing
- testRollbackOnUpdate - Variable in class liquibase.integration.spring.SpringLiquibase
- TestSetup - Class in liquibase.extension.testing.setup
- TestSetup() - Constructor for class liquibase.extension.testing.setup.TestSetup
- TestSetupEnvironment - Class in liquibase.extension.testing.setup
- TestSetupEnvironment(DatabaseTestSystem, DatabaseTestSystem) - Constructor for class liquibase.extension.testing.setup.TestSetupEnvironment
- TestSystem - Class in liquibase.extension.testing.testsystem
-
TestSystem implementations define and manage a connection to an external system to test.
- TestSystem(String) - Constructor for class liquibase.extension.testing.testsystem.TestSystem
-
Empty constructor for ServiceLocator to use
- TestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.TestSystem
-
Constructor for
TestSystemFactory
to use - TestSystem.Definition - Class in liquibase.extension.testing.testsystem
- TestSystemDownCommand - Class in liquibase.extension.testing.testsystem.command
- TestSystemDownCommand() - Constructor for class liquibase.extension.testing.testsystem.command.TestSystemDownCommand
- TestSystemFactory - Class in liquibase.extension.testing.testsystem
-
Factory for getting
TestSystem
implementations. - TestSystemFactory() - Constructor for class liquibase.extension.testing.testsystem.TestSystemFactory
- TestSystemUpCommand - Class in liquibase.extension.testing.testsystem.command
- TestSystemUpCommand() - Constructor for class liquibase.extension.testing.testsystem.command.TestSystemUpCommand
- TEXT - Enum constant in enum liquibase.command.core.HistoryFormat
- TEXT - Enum constant in enum liquibase.logging.LogFormat
- TextDataTypeSnowflake - Class in liquibase.datatype.core
- TextDataTypeSnowflake() - Constructor for class liquibase.datatype.core.TextDataTypeSnowflake
- ThreadLocalScopeManager - Class in liquibase
-
Deprecated.ScopeManager now uses ThreadLocal to prevent concurrent modification issues. This class is no longer needed.
- ThreadLocalScopeManager() - Constructor for class liquibase.ThreadLocalScopeManager
-
Deprecated.
- ThreadLocalScopeManager(Scope) - Constructor for class liquibase.ThreadLocalScopeManager
-
Deprecated.
- TIMEOUT_MILLIS - Static variable in class liquibase.analytics.configuration.AnalyticsArgs
- TimestampNTZTypeSnowflake - Class in liquibase.datatype.core
- TimestampNTZTypeSnowflake() - Constructor for class liquibase.datatype.core.TimestampNTZTypeSnowflake
- TimestampType - Class in liquibase.datatype.core
-
Data type support for TIMESTAMP data types in various DBMS.
- TimestampType() - Constructor for class liquibase.datatype.core.TimestampType
- TimeType - Class in liquibase.datatype.core
- TimeType() - Constructor for class liquibase.datatype.core.TimeType
- timeZone - Variable in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
- TinyIntType - Class in liquibase.datatype.core
- TinyIntType() - Constructor for class liquibase.datatype.core.TinyIntType
- toArgNames(CommandArgumentDefinition<?>) - Static method in class liquibase.integration.commandline.LiquibaseCommandLine
- toArgNames(ConfigurationDefinition<?>) - Static method in class liquibase.integration.commandline.LiquibaseCommandLine
- toArray(boolean) - Method in class liquibase.util.StringClauses
- toBigInteger(Object, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
- toBinaryStream(String) - Method in class liquibase.statement.ExecutablePreparedStatementBase
- toBoolean(Object, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
- toCamelCase(String) - Static method in class liquibase.util.StringUtil
-
Converts a kabob-case or underscore_case string to a camel-case one
- toCatalogAndSchema() - Method in class liquibase.structure.core.Schema
- toCatalogAndSchema(String, Database) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGenerator
- toChange(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.ChangeSet
- toCharacterStream(String, String) - Method in class liquibase.statement.ExecutablePreparedStatementBase
- toDatabaseDataType(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.BigIntType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.BinaryTypeSnowflake
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.BlobType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.BooleanType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.CharType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.ClobType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.ClobTypeSnowflake
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.CurrencyType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.DateTimeType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.DateType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.DecimalType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.DoubleDataTypeSnowflake
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.DoubleType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.FloatType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.IntType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.MediumIntType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.NCharType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.NumberType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.NVarcharType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.SmallIntType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.TextDataTypeSnowflake
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.TimestampNTZTypeSnowflake
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.TimestampType
-
Returns a DBMS-specific String representation of this TimestampType for use in SQL statements.
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.TimeType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.TinyIntType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.UnknownType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.UUIDType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.VarcharType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.core.XMLType
- toDatabaseDataType(Database) - Method in class liquibase.datatype.LiquibaseDataType
-
Transforms this data type into the native data type of the target DBMS.
- toDbmsSet(String) - Static method in class liquibase.database.DatabaseList
- toFileName(String) - Static method in class liquibase.dbdoc.DBDocUtil
- toKabobCase(String) - Static method in class liquibase.util.StringUtil
-
Converts a camelCase string to a kabob-case one
- token - Variable in class liquibase.util.grammar.SimpleSqlGrammar
-
Current token.
- Token - Class in liquibase.util.grammar
-
Describes the input token stream.
- Token() - Constructor for class liquibase.util.grammar.Token
-
No-argument constructor
- Token(int) - Constructor for class liquibase.util.grammar.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class liquibase.util.grammar.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class liquibase.util.grammar.SimpleSqlGrammar
-
Generated Token Manager.
- tokenImage - Variable in exception liquibase.util.grammar.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenImage - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
Literal token values.
- TokenMgrError - Error in liquibase.util.grammar
-
Token Manager Error.
- TokenMgrError() - Constructor for error liquibase.util.grammar.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error liquibase.util.grammar.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for error liquibase.util.grammar.TokenMgrError
-
Constructor with message and reason.
- toLowerWithoutWhitespaces(String) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.toRootLowerCase(String)
andStringUtils.deleteWhitespace(String)
instead - toMap() - Method in class liquibase.structure.DatabaseObjectCollection
- toMap(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlSerializer
- toMap(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer
- toNormalizedString() - Method in class liquibase.changelog.ChangeSet
- toPrecondition(ParsedNode, ResourceAccessor) - Method in class liquibase.precondition.PreconditionLogic
- toSql() - Method in class liquibase.datatype.DatabaseDataType
- toSql() - Method in class liquibase.sql.CallableSql
- toSql() - Method in class liquibase.sql.SingleLineComment
- toSql() - Method in interface liquibase.sql.Sql
- toSql() - Method in class liquibase.sql.UnparsedSql
- toString() - Method in class liquibase.AbstractExtensibleObject
- toString() - Method in class liquibase.CatalogAndSchema
-
String version includes both catalog and schema.
- toString() - Method in class liquibase.change.AbstractChange
- toString() - Method in class liquibase.change.ChangeParameterMetaData
- toString() - Method in class liquibase.change.ChangeStatus
- toString() - Method in class liquibase.change.CheckSum
- toString() - Method in class liquibase.change.ColumnConfig.ValueNumeric
- toString() - Method in class liquibase.change.core.ExecuteShellCommandChange
- toString() - Method in class liquibase.changelog.ChangeSet
- toString() - Method in enum liquibase.changelog.ChangeSet.ValidationFailOption
- toString() - Method in class liquibase.changelog.DatabaseChangeLog
- toString() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
- toString() - Method in class liquibase.changelog.RanChangeSet
- toString() - Method in class liquibase.command.CommandArgumentDefinition
- toString() - Method in class liquibase.command.CommandResultDefinition
- toString() - Method in class liquibase.command.core.HistoryCommandStep.DeploymentHistory
- toString() - Method in class liquibase.common.datatype.DataTypeWrapper
- toString() - Method in class liquibase.ContextExpression
- toString() - Method in class liquibase.Contexts
- toString() - Method in class liquibase.database.AbstractJdbcDatabase
- toString() - Method in class liquibase.database.core.MockDatabase
- toString() - Method in class liquibase.database.PreparedStatementFactory
- toString() - Method in class liquibase.datatype.DatabaseDataType
- toString() - Method in class liquibase.datatype.LiquibaseDataType
- toString() - Method in class liquibase.diff.Difference
- toString() - Method in class liquibase.exception.ValidationErrors
- toString() - Method in class liquibase.extension.testing.testsystem.TestSystem.Definition
- toString() - Method in class liquibase.extension.testing.testsystem.TestSystem
- toString() - Method in class liquibase.integration.commandline.Banner
- toString() - Method in class liquibase.integration.spring.SpringLiquibase
- toString() - Method in class liquibase.integration.UnexpectedChangeSetsValidator.ChangeSetInfo
- toString() - Method in class liquibase.LabelExpression
- toString() - Method in class liquibase.Labels
- toString() - Method in class liquibase.license.Location
- toString() - Method in class liquibase.logging.mdc.customobjects.SimpleStatus
- toString() - Method in class liquibase.parser.core.ParsedNode
- toString() - Method in class liquibase.precondition.core.IndexExistsPrecondition
- toString() - Method in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
- toString() - Method in enum liquibase.precondition.core.PreconditionContainer.FailOption
- toString() - Method in enum liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption
- toString() - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- toString() - Method in class liquibase.precondition.ErrorPrecondition
- toString() - Method in class liquibase.precondition.FailedPrecondition
- toString() - Method in class liquibase.resource.AbstractPathResourceAccessor
- toString() - Method in class liquibase.resource.AbstractResource
- toString() - Method in class liquibase.resource.ZipResourceAccessor
- toString() - Method in class liquibase.Scope
- toString() - Method in class liquibase.sql.SingleLineComment
- toString() - Method in class liquibase.sql.UnparsedSql
- toString() - Method in class liquibase.statement.core.CommentStatement
- toString() - Method in class liquibase.statement.core.RawParameterizedSqlStatement
- toString() - Method in class liquibase.statement.core.RawSqlStatement
-
Deprecated.
- toString() - Method in class liquibase.statement.DatabaseFunction
- toString() - Method in class liquibase.structure.AbstractDatabaseObject
- toString() - Method in class liquibase.structure.core.Catalog
- toString() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
- toString() - Method in class liquibase.structure.core.Column
- toString() - Method in class liquibase.structure.core.DataType
- toString() - Method in class liquibase.structure.core.ForeignKey
- toString() - Method in class liquibase.structure.core.Index
-
(Try to) provide a human-readable name for the index.
- toString() - Method in class liquibase.structure.core.PrimaryKey
- toString() - Method in class liquibase.structure.core.Schema
- toString() - Method in class liquibase.structure.core.Sequence
- toString() - Method in class liquibase.structure.core.Table
- toString() - Method in class liquibase.structure.core.UniqueConstraint
- toString() - Method in class liquibase.structure.core.View
- toString() - Method in class liquibase.util.grammar.Token
-
Returns the image.
- toString() - Method in class liquibase.util.StringClauses.Comment
- toString() - Method in class liquibase.util.StringClauses.Delimiter
- toString() - Method in interface liquibase.util.StringClauses.LiteralClause
- toString() - Method in class liquibase.util.StringClauses
- toString() - Method in class liquibase.util.StringClauses.Whitespace
- toString(boolean) - Method in class liquibase.changelog.ChangeSet
- toString(boolean) - Method in class liquibase.structure.core.Column
- toString(Object) - Method in class liquibase.util.StringUtil.DefaultFormatter
- toString(Object) - Method in class liquibase.util.StringUtil.ToStringFormatter
- toString(Type) - Method in interface liquibase.util.StringUtil.StringUtilFormatter
- ToStringCompareFunction(boolean) - Constructor for class liquibase.diff.ObjectDifferences.ToStringCompareFunction
- ToStringFormatter() - Constructor for class liquibase.util.StringUtil.ToStringFormatter
- ToStringFormatter(boolean) - Constructor for class liquibase.util.StringUtil.ToStringFormatter
- toTag - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
-
Update to the changeSet with the given tag command.
- toTag - Variable in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncSQLMojo
-
Update to the changeSet with the given tag command.
- toTag - Variable in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagMojo
-
Update to the changeSet with the given tag command.
- toTag - Variable in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagSQLMojo
-
Update to the changeSet with the given tag command.
- trace_enabled() - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Trace enabled.
- trackLineColumn - Variable in class liquibase.util.grammar.SimpleCharStream
- TRIAL_LICENSE_URL - Static variable in interface liquibase.license.LicenseService
- TRIM_LOAD_DATA_FILE_HEADER - Static variable in class liquibase.GlobalConfiguration
- trimRight(String) - Static method in class liquibase.util.StringUtil
-
Trims
whitespace
characters from the end of specifiedstring
- trimToEmpty(String) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.trimToEmpty(String)
instead - trimToNull(String) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.trimToNull(String)
instead - type - Variable in class liquibase.ObjectMetaData.Attribute
-
Return the stored type of the given attribute.
- type - Variable in class org.liquibase.maven.plugins.LiquibaseRollback
-
The type of the rollback that is being performed.
- TYPE_UNKNOWN - Static variable in class liquibase.util.JdbcUtil
-
Constant that indicates an unknown (or unspecified) SQL type.
U
- ui - Enum constant in enum liquibase.Scope.Attr
- UI_SERVICE - Static variable in class liquibase.GlobalConfiguration
- uiService - Variable in class liquibase.integration.spring.SpringLiquibase
- UIService - Interface in liquibase.ui
-
Service for interacting with the user.
- UIServiceEnum - Enum in liquibase.ui
-
Enum used to define the available UIServices provided by Liquibase that can be set using global parameters
- UIServiceFactory - Class in liquibase.ui
- undoCollection(Object, Object) - Method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
-
Sometimes an attribute in one object is a single-entity collection and on the other it is just the object.
- undoCollection(Object, Object) - Method in class liquibase.diff.ObjectDifferences
-
Sometimes an attribute in one object is a single-entity collection and on the other it is just the object.
- unescapeDataTypeName(String) - Method in class liquibase.database.AbstractJdbcDatabase
- unescapeDataTypeName(String) - Method in class liquibase.database.core.MockDatabase
- unescapeDataTypeName(String) - Method in class liquibase.database.core.MSSQLDatabase
- unescapeDataTypeName(String) - Method in class liquibase.database.core.PostgresDatabase
- unescapeDataTypeName(String) - Method in interface liquibase.database.Database
- unescapeDataTypeString(String) - Method in class liquibase.database.AbstractJdbcDatabase
- unescapeDataTypeString(String) - Method in class liquibase.database.core.MockDatabase
- unescapeDataTypeString(String) - Method in class liquibase.database.core.MSSQLDatabase
- unescapeDataTypeString(String) - Method in interface liquibase.database.Database
- UnexpectedChangesetsCommandStep - Class in liquibase.command.core
- UnexpectedChangesetsCommandStep() - Constructor for class liquibase.command.core.UnexpectedChangesetsCommandStep
- UnexpectedChangeSetsValidator<T extends Liquibase> - Class in liquibase.integration
- UnexpectedChangeSetsValidator() - Constructor for class liquibase.integration.UnexpectedChangeSetsValidator
- UnexpectedChangeSetsValidator.ChangeSetInfo - Class in liquibase.integration
- UnexpectedColumnChangeGenerator - Class in liquibase.diff.output.changelog.core
- UnexpectedColumnChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator
- UnexpectedForeignKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
- UnexpectedForeignKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator
- UnexpectedIndexChangeGenerator - Class in liquibase.diff.output.changelog.core
- UnexpectedIndexChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
- UnexpectedLiquibaseException - Exception in liquibase.exception
-
Marks an internal error (runtime exception) that prevents this software from further processing.
- UnexpectedLiquibaseException(String) - Constructor for exception liquibase.exception.UnexpectedLiquibaseException
-
Constructs a new
UnexpectedLiquibaseException
with the given message - UnexpectedLiquibaseException(String, Throwable) - Constructor for exception liquibase.exception.UnexpectedLiquibaseException
-
Constructs a new
UnexpectedLiquibaseException
with the given message and adds information about theThrowable
cause of the problem. - UnexpectedLiquibaseException(Throwable) - Constructor for exception liquibase.exception.UnexpectedLiquibaseException
-
Constructs a new
UnexpectedLiquibaseException
from aThrowable
event. - UnexpectedLiquibaseException(Throwable, int) - Constructor for exception liquibase.exception.UnexpectedLiquibaseException
-
Constructs a new
UnexpectedLiquibaseException
from aThrowable
event. - UnexpectedLiquibaseSdkException - Exception in liquibase.sdk.exception
- UnexpectedLiquibaseSdkException() - Constructor for exception liquibase.sdk.exception.UnexpectedLiquibaseSdkException
- UnexpectedLiquibaseSdkException(String) - Constructor for exception liquibase.sdk.exception.UnexpectedLiquibaseSdkException
- UnexpectedLiquibaseSdkException(String, Throwable) - Constructor for exception liquibase.sdk.exception.UnexpectedLiquibaseSdkException
- UnexpectedLiquibaseSdkException(Throwable) - Constructor for exception liquibase.sdk.exception.UnexpectedLiquibaseSdkException
- UnexpectedObjectChangeGenerator - Interface in liquibase.diff.output.changelog
- UnexpectedPrimaryKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
- UnexpectedPrimaryKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
- UnexpectedSequenceChangeGenerator - Class in liquibase.diff.output.changelog.core
- UnexpectedSequenceChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator
- UnexpectedTableChangeGenerator - Class in liquibase.diff.output.changelog.core
- UnexpectedTableChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator
- UnexpectedUniqueConstraintChangeGenerator - Class in liquibase.diff.output.changelog.core
- UnexpectedUniqueConstraintChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator
- UnexpectedViewChangeGenerator - Class in liquibase.diff.output.changelog.core
- UnexpectedViewChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator
- UNICODE_LETTERS - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- UnimplementedWrapper - Class in liquibase.extension.testing.testsystem.wrapper
-
Deprecated.will remove when all TestSystems are created.
- UnimplementedWrapper() - Constructor for class liquibase.extension.testing.testsystem.wrapper.UnimplementedWrapper
-
Deprecated.
- UnionResultSetExtractor(Database) - Constructor for class liquibase.snapshot.ResultSetCache.UnionResultSetExtractor
- UniqueConstraint - Class in liquibase.statement
- UniqueConstraint - Class in liquibase.structure.core
- UniqueConstraint() - Constructor for class liquibase.statement.UniqueConstraint
- UniqueConstraint() - Constructor for class liquibase.structure.core.UniqueConstraint
- UniqueConstraint(String) - Constructor for class liquibase.statement.UniqueConstraint
- UniqueConstraint(String, boolean) - Constructor for class liquibase.statement.UniqueConstraint
- UniqueConstraint(String, String, String, String, Column...) - Constructor for class liquibase.structure.core.UniqueConstraint
- UniqueConstraintComparator - Class in liquibase.diff.compare.core
- UniqueConstraintComparator() - Constructor for class liquibase.diff.compare.core.UniqueConstraintComparator
- UniqueConstraintExistsPrecondition - Class in liquibase.precondition.core
- UniqueConstraintExistsPrecondition() - Constructor for class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- UniqueConstraintSnapshotGenerator - Class in liquibase.snapshot.jvm
- UniqueConstraintSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
- UniqueConstraintSnapshotGeneratorSnowflake - Class in liquibase.snapshot.jvm
- UniqueConstraintSnapshotGeneratorSnowflake() - Constructor for class liquibase.snapshot.jvm.UniqueConstraintSnapshotGeneratorSnowflake
- unknown - Enum constant in enum liquibase.change.ChangeStatus.Status
- unknown(Exception) - Method in class liquibase.change.ChangeStatus
- unknown(String) - Method in class liquibase.change.ChangeStatus
- UNKNOWN - Enum constant in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
- UnknownChangelogFormatException - Exception in liquibase.exception
- UnknownChangelogFormatException() - Constructor for exception liquibase.exception.UnknownChangelogFormatException
- UnknownChangelogFormatException(String) - Constructor for exception liquibase.exception.UnknownChangelogFormatException
- UnknownChangelogFormatException(String, Throwable) - Constructor for exception liquibase.exception.UnknownChangelogFormatException
- UnknownChangelogFormatException(Throwable) - Constructor for exception liquibase.exception.UnknownChangelogFormatException
- UnknownChangeLogParameterException - Exception in liquibase.exception
- UnknownChangeLogParameterException(String) - Constructor for exception liquibase.exception.UnknownChangeLogParameterException
- UnknownChangeLogParameterException(String, Throwable) - Constructor for exception liquibase.exception.UnknownChangeLogParameterException
- UnknownChangeLogParameterException(Throwable) - Constructor for exception liquibase.exception.UnknownChangeLogParameterException
- UnknownFormatException - Exception in liquibase.exception
-
Thrown by SnapshotParserFactory if it cannot find a parser for a given file format.
- UnknownFormatException() - Constructor for exception liquibase.exception.UnknownFormatException
- UnknownFormatException(String) - Constructor for exception liquibase.exception.UnknownFormatException
- UnknownFormatException(String, Throwable) - Constructor for exception liquibase.exception.UnknownFormatException
- UnknownFormatException(Throwable) - Constructor for exception liquibase.exception.UnknownFormatException
- UnknownType - Class in liquibase.datatype.core
-
Container for a data type that is not covered by any implementation in
liquibase.datatype.core
. - UnknownType() - Constructor for class liquibase.datatype.core.UnknownType
- UnknownType(String) - Constructor for class liquibase.datatype.core.UnknownType
- UnknownType(String, int, int) - Constructor for class liquibase.datatype.core.UnknownType
- UnlockDatabaseChangeLogGenerator - Class in liquibase.sqlgenerator.core
- UnlockDatabaseChangeLogGenerator() - Constructor for class liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator
- UnlockDatabaseChangeLogStatement - Class in liquibase.statement.core
- UnlockDatabaseChangeLogStatement() - Constructor for class liquibase.statement.core.UnlockDatabaseChangeLogStatement
- unmodifiableDataTypes - Variable in class liquibase.database.AbstractJdbcDatabase
- UnOrderedCollectionCompareFunction(ObjectDifferences.StandardCompareFunction) - Constructor for class liquibase.diff.ObjectDifferences.UnOrderedCollectionCompareFunction
- UnparsedSql - Class in liquibase.sql
- UnparsedSql(String, String, DatabaseObject...) - Constructor for class liquibase.sql.UnparsedSql
- UnparsedSql(String, DatabaseObject...) - Constructor for class liquibase.sql.UnparsedSql
- unquotedObjectsAreUppercased - Variable in class liquibase.database.AbstractJdbcDatabase
- unregister(Class) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
- unregister(Class) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
- unregister(Class) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
- unregister(Class) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
- unregister(String) - Method in class liquibase.change.ChangeFactory
-
Unregister all instances of a given Change name.
- unregister(String) - Method in class liquibase.datatype.DataTypeFactory
-
Remove
- unregister(String) - Method in class liquibase.precondition.PreconditionFactory
- unregister(String[]) - Method in class liquibase.command.CommandFactory
-
Unregisters all information about the given
CommandStep
. - unregister(ChangeLogHistoryService) - Method in class liquibase.changelog.ChangeLogHistoryServiceFactory
- unregister(ConfiguredValueModifier) - Method in class liquibase.configuration.ConfiguredValueModifierFactory
- unregister(DatabaseObjectComparator) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
- unregister(ChangeGenerator) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
- unregister(LicenseService) - Method in class liquibase.license.LicenseServiceFactory
- unregister(MdcManager) - Method in class liquibase.logging.mdc.MdcManagerFactory
- unregister(ChangeLogParser) - Method in class liquibase.parser.ChangeLogParserFactory
- unregister(LiquibaseSqlParser) - Method in class liquibase.parser.SqlParserFactory
- unregister(NamespaceDetails) - Method in class liquibase.parser.NamespaceDetailsFactory
- unregister(SnapshotParser) - Method in class liquibase.parser.SnapshotParserFactory
- unregister(ChangeLogSerializer) - Method in class liquibase.serializer.ChangeLogSerializerFactory
- unregister(SnapshotSerializer) - Method in class liquibase.serializer.SnapshotSerializerFactory
- unregister(SnapshotGenerator) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
- unregister(SqlGenerator) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
- unregisterAllParsers() - Method in class liquibase.parser.ChangeLogParserFactory
- unregisterProvider(ConfigurationValueProvider) - Method in class liquibase.configuration.LiquibaseConfiguration
-
Removes the given
ConfigurationValueProvider
from the active collection of providers. - UnsupportedChecksumVersionException - Exception in liquibase.exception
- UnsupportedChecksumVersionException(int) - Constructor for exception liquibase.exception.UnsupportedChecksumVersionException
- UnsupportedDatabase - Class in liquibase.database.core
- UnsupportedDatabase() - Constructor for class liquibase.database.core.UnsupportedDatabase
- update() - Method in class liquibase.Liquibase
-
Convenience method for
Liquibase.update(Contexts)
that runs in "no context mode". - update(int, String) - Method in class liquibase.Liquibase
- update(int, String, Writer) - Method in class liquibase.Liquibase
- update(int, Contexts, LabelExpression) - Method in class liquibase.Liquibase
-
Updates the database schema with the specified number of changesets, within the given contexts and matching the given label expression.
- update(int, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- update(String) - Method in class liquibase.Liquibase
-
Convenience method for
Liquibase.update(Contexts)
that constructs the Context object from the passed string. - update(String, Writer) - Method in class liquibase.Liquibase
- update(String, String) - Method in class liquibase.Liquibase
- update(String, String, Writer) - Method in class liquibase.Liquibase
- update(String, Contexts) - Method in class liquibase.Liquibase
- update(String, Contexts, Writer) - Method in class liquibase.Liquibase
- update(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
-
Updates the database to a specified tag.
- update(String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- update(Contexts) - Method in class liquibase.Liquibase
-
Executes Liquibase "update" logic which ensures that the configured
Database
is up to date according to the configured changelog file. - update(Contexts, Writer) - Method in class liquibase.Liquibase
- update(Contexts, LabelExpression) - Method in class liquibase.Liquibase
-
Executes Liquibase update with given contexts and label expression.
- update(Contexts, LabelExpression, boolean) - Method in class liquibase.Liquibase
-
Updates the database schema to the latest version.
- update(Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- update(Contexts, LabelExpression, Writer, boolean) - Method in class liquibase.Liquibase
- update(SqlStatement) - Method in interface liquibase.executor.Executor
- update(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
- update(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
- update(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
- update(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
- update(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
- UPDATE_COUNT - Static variable in class liquibase.logging.mdc.MdcKey
- UPDATE_NULL_CHECKSUMS - Static variable in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
- UPDATE_ONE_CHANGESET_FORCE - Static variable in class liquibase.logging.mdc.MdcKey
- UPDATE_SUMMARY - Static variable in class liquibase.logging.mdc.MdcKey
- UPDATE_TO_TAG - Static variable in class liquibase.logging.mdc.MdcKey
- UpdateChangeSetChecksumGenerator - Class in liquibase.sqlgenerator.core
- UpdateChangeSetChecksumGenerator() - Constructor for class liquibase.sqlgenerator.core.UpdateChangeSetChecksumGenerator
- UpdateChangeSetChecksumStatement - Class in liquibase.statement.core
- UpdateChangeSetChecksumStatement(ChangeSet) - Constructor for class liquibase.statement.core.UpdateChangeSetChecksumStatement
- updateChecksum(ChangeSet) - Method in class liquibase.database.core.MockDatabase
- UpdateCommandStep - Class in liquibase.command.core
- UpdateCommandStep() - Constructor for class liquibase.command.core.UpdateCommandStep
- UpdateCountCommandStep - Class in liquibase.command.core
- UpdateCountCommandStep() - Constructor for class liquibase.command.core.UpdateCountCommandStep
- updateCountSql(int, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- UpdateCountSqlCommandStep - Class in liquibase.command.core
- UpdateCountSqlCommandStep() - Constructor for class liquibase.command.core.UpdateCountSqlCommandStep
- UpdateDataChange - Class in liquibase.change.core
- UpdateDataChange() - Constructor for class liquibase.change.core.UpdateDataChange
- UpdateDataChangeGenerator - Class in liquibase.sqlgenerator.core
-
Dummy SQL generator for
UpdateDataChange.ExecutableStatement
- UpdateDataChangeGenerator() - Constructor for class liquibase.sqlgenerator.core.UpdateDataChangeGenerator
- UpdateExecutablePreparedStatement - Class in liquibase.statement
- UpdateExecutablePreparedStatement(Database, String, String, String, List<ColumnConfig>, ChangeSet, ResourceAccessor) - Constructor for class liquibase.statement.UpdateExecutablePreparedStatement
- UpdateGenerator - Class in liquibase.sqlgenerator.core
- UpdateGenerator() - Constructor for class liquibase.sqlgenerator.core.UpdateGenerator
- UpdateLineColumn(char) - Method in class liquibase.util.grammar.SimpleCharStream
- updateListeners(String) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
- UpdateReportParameters - Class in liquibase.report
- UpdateReportParameters() - Constructor for class liquibase.report.UpdateReportParameters
- UpdateRollbackReportParameters - Interface in liquibase.report
- updatesDatabase() - Method in interface liquibase.executor.Executor
- updatesDatabase() - Method in class liquibase.executor.jvm.JdbcExecutor
- updatesDatabase() - Method in class liquibase.executor.LoggingExecutor
- UpdateSqlCommandStep - Class in liquibase.command.core
- UpdateSqlCommandStep() - Constructor for class liquibase.command.core.UpdateSqlCommandStep
- UpdateStatement - Class in liquibase.statement.core
- UpdateStatement(String, String, String) - Constructor for class liquibase.statement.core.UpdateStatement
- UpdateSummary - Class in liquibase.logging.mdc.customobjects
-
This class is the representation of the summary available in the update command.
- UpdateSummary() - Constructor for class liquibase.logging.mdc.customobjects.UpdateSummary
-
Constructor for service locator.
- UpdateSummary(String, int, int, SortedMap<String, Integer>, int) - Constructor for class liquibase.logging.mdc.customobjects.UpdateSummary
- UpdateSummaryDetails - Class in liquibase.util
-
Container to handle sharing update summary message between different services
- UpdateSummaryDetails() - Constructor for class liquibase.util.UpdateSummaryDetails
- UpdateSummaryEnum - Enum in liquibase
- UpdateSummaryOutputEnum - Enum in liquibase
- updateTestingRollback(String) - Method in class liquibase.Liquibase
- updateTestingRollback(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
- updateTestingRollback(Contexts, LabelExpression) - Method in class liquibase.Liquibase
- UpdateTestingRollbackCommandStep - Class in liquibase.command.core
- UpdateTestingRollbackCommandStep() - Constructor for class liquibase.command.core.UpdateTestingRollbackCommandStep
- UpdateToTagCommandStep - Class in liquibase.command.core
- UpdateToTagCommandStep() - Constructor for class liquibase.command.core.UpdateToTagCommandStep
- updateToTagSql(String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
- UpdateToTagSqlCommandStep - Class in liquibase.command.core
- UpdateToTagSqlCommandStep() - Constructor for class liquibase.command.core.UpdateToTagSqlCommandStep
- UpdateVisitor - Class in liquibase.changelog.visitor
- UpdateVisitor(Database) - Constructor for class liquibase.changelog.visitor.UpdateVisitor
-
Deprecated.- please use the constructor with ChangeExecListener, which can be null.
- UpdateVisitor(Database, ChangeExecListener) - Constructor for class liquibase.changelog.visitor.UpdateVisitor
- UpdateVisitor(Database, ChangeExecListener, ShouldRunChangeSetFilter) - Constructor for class liquibase.changelog.visitor.UpdateVisitor
- upgradeChecksums(DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
- upgradeChecksums(DatabaseChangeLog, Contexts, LabelExpression) - Method in interface liquibase.changelog.ChangeLogHistoryService
-
Updates null checksum values
- upgradeChecksums(DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.changelog.MockChangeLogHistoryService
- upgradeChecksums(DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.changelog.StandardChangeLogHistoryService
- UPPER_CASE - Enum constant in enum liquibase.CatalogAndSchema.CatalogAndSchemaCase
- upperCaseFirst(String) - Static method in class liquibase.util.StringUtil
-
Deprecated.use
StringUtils.capitalize(String)
instead - UpToTagChangeSetFilter - Class in liquibase.changelog.filter
- UpToTagChangeSetFilter(String, List<RanChangeSet>) - Constructor for class liquibase.changelog.filter.UpToTagChangeSetFilter
- URIResource - Class in liquibase.resource
- URIResource(String, URI) - Constructor for class liquibase.resource.URIResource
- url - Variable in class liquibase.extension.testing.setup.TestSetupEnvironment
- url - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- url - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the database URL you want to use to execute Liquibase.
- URL - Enum constant in enum liquibase.command.CommonArgumentNames
- URL_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
- URL_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
Deprecated.This field is retained for backwards compatibility. Use the fields in
DbUrlConnectionArgumentsCommandStep
instead. - URL_DATABASE_TARGET - Static variable in class liquibase.logging.mdc.MdcValue
- URL_OBFUSCATOR - Static variable in interface liquibase.configuration.ConfigurationValueObfuscator
-
Obfuscates credentials from the URL
- UrlUtil - Class in liquibase.util
- UrlUtil() - Constructor for class liquibase.util.UrlUtil
- USE_OR_REPLACE_OPTION - Static variable in class liquibase.command.core.DiffChangelogCommandStep
- USE_OR_REPLACE_OPTION - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
- USE_PROCEDURE_SCHEMA - Static variable in class liquibase.parser.ChangeLogParserConfiguration
- useOrReplaceOption - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Flag to allow adding 'OR REPLACE' option to the create view change object when generating changelog in SQL format
- useOrReplaceOption - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Flag to allow adding 'OR REPLACE' option to the create view change object when generating changelog in SQL format
- USER_METADATA - Static variable in class liquibase.logging.mdc.MdcKey
- username - Variable in class liquibase.extension.testing.setup.TestSetupEnvironment
- username - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- username - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the database username for database connection.
- USERNAME - Enum constant in enum liquibase.command.CommonArgumentNames
- USERNAME_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionArgumentsCommandStep
- USERNAME_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
Deprecated.This field is retained for backwards compatibility. Use the fields in
DbUrlConnectionArgumentsCommandStep
instead. - USERNAME_ARG - Static variable in class liquibase.command.core.StartH2CommandStep
- useSeparateChangeSets(Change[]) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
- useSerialDatatypes() - Method in class liquibase.database.core.CockroachDatabase
- useSerialDatatypes() - Method in class liquibase.database.core.PostgresDatabase
-
Should the database use "serial" datatypes vs.
- UUID - Enum constant in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
- UUIDType - Class in liquibase.datatype.core
- UUIDType() - Constructor for class liquibase.datatype.core.UUIDType
V
- V1 - Enum constant in enum liquibase.ChecksumVersion
- V1_RESERVED_WORDS - Static variable in class liquibase.database.core.H2Database
- V2 - Enum constant in enum liquibase.ChecksumVersion
- V2_RESERVED_WORDS - Static variable in class liquibase.database.core.H2Database
- V3 - Enum constant in enum liquibase.ChecksumVersion
- V4 - Enum constant in enum liquibase.ChecksumVersion
- V5 - Enum constant in enum liquibase.ChecksumVersion
- V6 - Enum constant in enum liquibase.ChecksumVersion
- V7 - Enum constant in enum liquibase.ChecksumVersion
- V8 - Enum constant in enum liquibase.ChecksumVersion
- V9 - Enum constant in enum liquibase.ChecksumVersion
- VALID_AUTO_INCREMENT_COLUMN_TYPE_NAMES - Static variable in class liquibase.database.core.PostgresDatabase
-
The data type names which are valid for auto-increment columns.
- VALID_CHECK_SUM_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- VALID_CHECK_SUM_REGEX - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- validate() - Method in class liquibase.command.CommandScope
- validate() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- validate() - Method in class liquibase.command.core.HistoryCommand
-
Deprecated.
- validate() - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- validate() - Method in interface liquibase.command.LiquibaseCommand
-
Deprecated.
- validate() - Method in class liquibase.database.AbstractJdbcDatabase
- validate() - Method in class liquibase.database.core.MockDatabase
- validate() - Method in class liquibase.database.core.OracleDatabase
- validate() - Method in interface liquibase.database.Database
- validate() - Method in class liquibase.Liquibase
-
Checks changelogs for bad MD5Sums and preconditions before attempting a migration
- validate(Consumer<Set<UnexpectedChangeSetsValidator.ChangeSetInfo>>) - Method in class liquibase.integration.UnexpectedChangeSetsValidator
- validate(ChangeSet) - Method in class liquibase.executor.AbstractExecutor
-
Validate if the changeset can be executed by this Executor
- validate(ChangeSet) - Method in interface liquibase.executor.Executor
-
Validate if the changeset can be executed by this Executor If the ChangeSet can be executed return an empty ValidationErrors object otherwise return the errors
- validate(CommandScope) - Method in class liquibase.command.AbstractCommandStep
-
Default implementation does no additional validation.
- validate(CommandScope) - Method in class liquibase.command.CommandArgumentDefinition
-
Validates that the value stored in the given
CommandScope
is valid. - validate(CommandScope) - Method in interface liquibase.command.CommandStep
-
Validates that the
CommandScope
is correctly set up for this step to run. - validate(CommandScope) - Method in class liquibase.command.core.ChangelogSyncCommandStep
- validate(CommandScope) - Method in class liquibase.command.core.DiffChangelogCommandStep
- validate(CommandScope) - Method in class liquibase.command.core.GenerateChangelogCommandStep
- validate(CommandScope) - Method in class liquibase.command.core.UpdateCommandStep
- validate(CommandScope) - Method in class liquibase.configuration.AbstractConfigurationValueProvider
-
Default implementation does no checking
- validate(CommandScope) - Method in interface liquibase.configuration.ConfigurationValueProvider
-
Perform any validation of keys/values stored in this provider for the given commandScope.
- validate(CommandScope) - Method in class liquibase.configuration.core.DefaultsFileValueProvider
- validate(CommandScope) - Method in class liquibase.configuration.core.EnvironmentValueProvider
- validate(Database) - Method in class liquibase.change.AbstractChange
-
Implementation checks the ChangeParameterMetaData for declared required fields and also delegates logic to the
SqlGenerator.validate(liquibase.statement.SqlStatement, liquibase.database.Database, liquibase.sqlgenerator.SqlGeneratorChain)
method on theSqlStatement
objects returned byChange.generateStatements(liquibase.database.Database)
. - validate(Database) - Method in class liquibase.change.AbstractSQLChange
- validate(Database) - Method in interface liquibase.change.Change
-
Generate errors based on the configured Change instance.
- validate(Database) - Method in class liquibase.change.core.AddDefaultValueChange
- validate(Database) - Method in class liquibase.change.core.AddLookupTableChange
- validate(Database) - Method in class liquibase.change.core.CreateIndexChange
- validate(Database) - Method in class liquibase.change.core.CreateProcedureChange
- validate(Database) - Method in class liquibase.change.core.CreateTableChange
- validate(Database) - Method in class liquibase.change.core.CreateViewChange
- validate(Database) - Method in class liquibase.change.core.DropColumnChange
- validate(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
- validate(Database) - Method in class liquibase.change.core.InsertDataChange
- validate(Database) - Method in class liquibase.change.core.LoadDataChange
- validate(Database) - Method in class liquibase.change.core.OutputChange
- validate(Database) - Method in class liquibase.change.core.SetColumnRemarksChange
- validate(Database) - Method in class liquibase.change.core.SetTableRemarksChange
- validate(Database) - Method in class liquibase.change.core.SQLFileChange
- validate(Database) - Method in class liquibase.change.core.UpdateDataChange
- validate(Database) - Method in interface liquibase.change.custom.CustomChange
-
Tests that the change is configured correctly before attempting to execute it.
- validate(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
-
Call the
CustomChange.validate(liquibase.database.Database)
method and return the result. - validate(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
- validate(Database) - Method in class liquibase.datatype.LiquibaseDataType
-
Validates the correct state of this data type against a given database.
- validate(Database) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
- validate(Database) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
- validate(Database) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
- validate(Database) - Method in class liquibase.precondition.core.DBMSPrecondition
- validate(Database) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
- validate(Database) - Method in class liquibase.precondition.core.IndexExistsPrecondition
- validate(Database) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
- validate(Database) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
- validate(Database) - Method in class liquibase.precondition.core.RowCountPrecondition
- validate(Database) - Method in class liquibase.precondition.core.RunningAsPrecondition
- validate(Database) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
- validate(Database) - Method in class liquibase.precondition.core.SqlPrecondition
- validate(Database) - Method in class liquibase.precondition.core.TableExistsPrecondition
- validate(Database) - Method in class liquibase.precondition.core.TableIsEmptyPrecondition
- validate(Database) - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- validate(Database) - Method in class liquibase.precondition.core.ViewExistsPrecondition
- validate(Database) - Method in class liquibase.precondition.CustomPreconditionWrapper
- validate(Database) - Method in interface liquibase.precondition.Precondition
- validate(Database) - Method in class liquibase.precondition.PreconditionLogic
- validate(Database, String...) - Method in class liquibase.changelog.DatabaseChangeLog
- validate(Database, DatabaseChangeLog) - Method in class liquibase.changelog.visitor.ValidatingVisitor
- validate(Database, Contexts, LabelExpression) - Method in class liquibase.changelog.DatabaseChangeLog
- validate(BatchDmlExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.BatchDmlExecutablePreparedStatementGenerator
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
- validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
- validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
- validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
- validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGenerator
- validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
- validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
- validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
- validate(AddForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
- validate(AddPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
- validate(AddUniqueConstraintStatement, Database, SqlGeneratorChain<AddUniqueConstraintStatement>) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
- validate(AlterSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AlterSequenceGenerator
- validate(ClearDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
- validate(CommentStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CommentGenerator
- validate(CopyRowsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
- validate(CreateDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
- validate(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
- validate(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
- validate(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
- validate(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
- validate(CreateProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
- validate(CreateSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
- validate(CreateSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateSequenceGeneratorSnowflake
- validate(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGenerator
- validate(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGenerator
- validate(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
- validate(DeleteStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DeleteGenerator
- validate(DropColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropColumnGenerator
- validate(DropDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
- validate(DropForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
- validate(DropIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropIndexGenerator
- validate(DropPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
- validate(DropProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropProcedureGenerator
- validate(DropSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
- validate(DropTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropTableGenerator
- validate(DropUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
- validate(DropViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropViewGenerator
- validate(GetNextChangeSetSequenceValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator
- validate(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGenerator
- validate(InitializeDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
- validate(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
- validate(InsertSetStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
- validate(InsertStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertGenerator
- validate(LockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
- validate(MarkChangeSetRanStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
- validate(ModifyDataTypeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
- validate(RawParameterizedSqlStatement, Database, SqlGeneratorChain<RawParameterizedSqlStatement>) - Method in class liquibase.sqlgenerator.core.RawParameterizedSqlGenerator
- validate(RawSqlStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RawSqlGenerator
-
Deprecated.
- validate(ReindexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
- validate(RemoveChangeSetRanStatusStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RemoveChangeSetRanStatusGenerator
- validate(RenameColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
- validate(RenameSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameSequenceGenerator
- validate(RenameTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
- validate(RenameViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
- validate(ReorganizeTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
- validate(RuntimeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RuntimeGenerator
- validate(SelectFromDatabaseChangeLogLockStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator
- validate(SelectFromDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator
- validate(SetColumnRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
- validate(SetColumnRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGeneratorSnowflake
- validate(SetNullableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
- validate(SetTableRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
- validate(SetViewRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetViewRemarksGenerator
- validate(TableIsEmptyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TableIsEmptyGenerator
- validate(TableRowCountStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
- validate(TagDatabaseStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TagDatabaseGenerator
- validate(UnlockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator
- validate(UpdateChangeSetChecksumStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateChangeSetChecksumGenerator
- validate(UpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateGenerator
- validate(InsertExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertDataChangeGenerator
- validate(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
- validate(StoredProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.StoredProcedureGenerator
- validate(UpdateExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateDataChangeGenerator
- validate(T, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorChain
- validate(T, Database, SqlGeneratorChain<T>) - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Validate the data contained in the SqlStatement.
- Validate - Class in liquibase.util
-
Similar to assert logic, but will run regardless of JVM settings.
- Validate() - Constructor for class liquibase.util.Validate
- VALIDATE_ATRIBUTE - Static variable in class liquibase.structure.core.PrimaryKey
- VALIDATE_XML_CHANGELOG_FILES - Static variable in class liquibase.GlobalConfiguration
- validateChange(ChangeSet, Database, Change, boolean) - Method in class liquibase.changelog.visitor.ValidatingVisitor
- validateChangeSetExecutor(ChangeSet, RuntimeEnvironment) - Method in class liquibase.changelog.ChangeLogIterator
-
Make sure that any changeset which has a runWith=
setting has a valid Executor, and that the changes in the changeset are eligible for execution by this Executor - validateColumn(LoadDataColumnConfig, ValidationErrors, String) - Method in class liquibase.change.core.LoadDataChange
- validateColumns(ValidationErrors) - Method in class liquibase.change.core.LoadDataChange
-
Validate all columns and collect errors in 'validationErrors'
- ValidateCommandStep - Class in liquibase.command.core
- ValidateCommandStep() - Constructor for class liquibase.command.core.ValidateCommandStep
- validateDefinitions(String, ValidationErrors) - Static method in class liquibase.database.DatabaseList
-
This method will validate whether a dbms (optional: comma separated list) is valid and match with supported database, if it doesn't then will add a validation error for it.
- validateDefinitions(Collection<String>, ValidationErrors) - Static method in class liquibase.database.DatabaseList
-
This method will validate if a set of definitions/dbms are valid supported DBs.
- validateParameters() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
- validateParameters() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
- validateParameters() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
Subclasses that override this method must always call
super.validateParameters()
method. - validateParameters() - Method in class liquibase.integration.ant.DatabaseRollbackFutureTask
- validateParameters() - Method in class liquibase.integration.ant.DBDocTask
- validateParameters() - Method in class liquibase.integration.ant.DiffDatabaseTask
- validateParameters() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
- validateParameters() - Method in class liquibase.integration.ant.GenerateChangeLogTask
- validateParameters() - Method in class liquibase.integration.ant.TagDatabaseTask
- validateReplaceIfExistsTypes(CommandScope) - Static method in class liquibase.command.core.helpers.AbstractChangelogCommandStep
- validateRunOnChangeTypes(CommandScope) - Static method in class liquibase.command.core.helpers.AbstractChangelogCommandStep
- ValidatingVisitor - Class in liquibase.changelog.visitor
- ValidatingVisitor() - Constructor for class liquibase.changelog.visitor.ValidatingVisitor
- ValidatingVisitor(List<RanChangeSet>) - Constructor for class liquibase.changelog.visitor.ValidatingVisitor
- ValidatingVisitorGenerator - Interface in liquibase.changelog.visitor
-
An interface for generating validating visitors, which are used to validate changesets.
- ValidatingVisitorGeneratorFactory - Class in liquibase.changelog.visitor
- ValidatingVisitorGeneratorFactory() - Constructor for class liquibase.changelog.visitor.ValidatingVisitorGeneratorFactory
- ValidatingVisitorUtil - Class in liquibase.util
-
Util class to offload methods that are used by
ValidatingVisitor
class and may make it more complex than it should be - ValidationErrors - Class in liquibase.exception
- ValidationErrors() - Constructor for class liquibase.exception.ValidationErrors
- ValidationErrors(String) - Constructor for class liquibase.exception.ValidationErrors
- ValidationErrors(Change) - Constructor for class liquibase.exception.ValidationErrors
- ValidationErrors(Precondition) - Constructor for class liquibase.exception.ValidationErrors
- ValidationFailedException - Exception in liquibase.exception
- ValidationFailedException(ValidatingVisitor) - Constructor for exception liquibase.exception.ValidationFailedException
- validationPassed() - Method in class liquibase.changelog.visitor.ValidatingVisitor
- value - Variable in enum liquibase.changelog.ChangeSet.ExecType
- value - Variable in class liquibase.license.Location
- value() - Element in annotation type liquibase.change.DatabaseChangeProperties
- VALUE - Static variable in class liquibase.changelog.DatabaseChangeLog
- VALUE_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- VALUE_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ValueHandlerUtil - Class in liquibase.util
- ValueHandlerUtil() - Constructor for class liquibase.util.ValueHandlerUtil
- ValueNumeric(String, Number) - Constructor for class liquibase.change.ColumnConfig.ValueNumeric
- valueOf(Object) - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- valueOf(String) - Static method in enum liquibase.CatalogAndSchema.CatalogAndSchemaCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.change.ChangeStatus.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.changelog.ChangeSet.ExecType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.changelog.ChangeSet.RunStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.changelog.ChangeSet.ValidationFailOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.changelog.DatabaseChangeLog.OnUnknownFileFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.changelog.visitor.ChangeSetVisitor.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.ChecksumVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.command.CommonArgumentNames
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.command.core.HistoryFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.database.ObjectQuotingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.diff.compare.CompareControl.DatabaseRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.diff.output.StandardObjectChangeFilter.FilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.GlobalConfiguration.DuplicateFileMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.logging.LogFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.parser.ChangeLogParserConfiguration.ChangelogParseMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.parser.ChangeLogParserConfiguration.MissingIncludeConfiguration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.parser.ChangeLogParserConfiguration.MissingPropertyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.precondition.core.PreconditionContainer.FailOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.Scope.Attr
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.serializer.LiquibaseSerializable.SerializationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.structure.core.DataType.ColumnSizeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.structure.core.ForeignKeyConstraintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.SupportsMethodValidationLevelsEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.TagVersionEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.ui.UIServiceEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.UpdateSummaryEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.UpdateSummaryOutputEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.util.ColumnParentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.util.LiquibaseLauncherSettings.LiquibaseLauncherSetting
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.liquibase.maven.plugins.LiquibaseRollback.RollbackType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.liquibase.maven.plugins.MavenLog.Level
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum liquibase.CatalogAndSchema.CatalogAndSchemaCase
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.change.ChangeStatus.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.changelog.ChangeSet.ExecType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.changelog.ChangeSet.RunStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.changelog.ChangeSet.ValidationFailOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.changelog.DatabaseChangeLog.OnUnknownFileFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.changelog.visitor.ChangeSetVisitor.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.ChecksumVersion
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.command.CommonArgumentNames
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.command.core.HistoryFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.database.ObjectQuotingStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.diff.compare.CompareControl.DatabaseRole
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.diff.output.StandardObjectChangeFilter.FilterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.GlobalConfiguration.DuplicateFileMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.logging.LogFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.parser.ChangeLogParserConfiguration.ChangelogParseMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.parser.ChangeLogParserConfiguration.MissingIncludeConfiguration
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.parser.ChangeLogParserConfiguration.MissingPropertyMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.precondition.core.PreconditionContainer.FailOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.Scope.Attr
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.serializer.LiquibaseSerializable.SerializationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.structure.core.DataType.ColumnSizeUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.structure.core.ForeignKeyConstraintType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.SupportsMethodValidationLevelsEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.TagVersionEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.ui.UIServiceEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.UpdateSummaryEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.UpdateSummaryOutputEnum
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.util.ColumnParentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum liquibase.util.LiquibaseLauncherSettings.LiquibaseLauncherSetting
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class liquibase.util.SmartMap
- values() - Static method in enum org.liquibase.maven.plugins.LiquibaseRollback.RollbackType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.liquibase.maven.plugins.MavenLog.Level
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VarcharType - Class in liquibase.datatype.core
- VarcharType() - Constructor for class liquibase.datatype.core.VarcharType
- vaultAddr - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the vault URL
- vaultNamespace - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the vault namespace
- vaultToken - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the vault token
- vendor - Variable in class liquibase.util.VersionUtils.LibraryInfo
- verbose - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Controls the amount of output detail when you call the plugin.
- verbose - Variable in class org.liquibase.maven.plugins.LiquibaseDbclHistoryMojo
-
Set to 'true' to output all data from EXECUTEDSQL and EXTENSIONS columns
- VERBOSE - Enum constant in enum liquibase.UpdateSummaryEnum
- VERBOSE_ARG - Static variable in class liquibase.command.core.StatusCommandStep
- VERBOSE_ARG - Static variable in class liquibase.command.core.UnexpectedChangesetsCommandStep
- version - Variable in class liquibase.util.VersionUtils.LibraryInfo
- version() - Element in annotation type liquibase.change.DatabaseChangeProperty
-
The checksum version that this annotation applies to.
- Version - Class in liquibase.logging.mdc.customobjects
- Version() - Constructor for class liquibase.logging.mdc.customobjects.Version
- Version(Banner, Version.JavaHome, Version.LiquibaseLibraries) - Constructor for class liquibase.logging.mdc.customobjects.Version
- VERSION - Static variable in class liquibase.extension.testing.testsystem.command.TestSystemUpCommand
- VERSION - Static variable in class liquibase.logging.mdc.MdcKey
- Version.JavaHome - Class in liquibase.logging.mdc.customobjects
- Version.Library - Class in liquibase.logging.mdc.customobjects
- Version.LiquibaseLibraries - Class in liquibase.logging.mdc.customobjects
- VersionUtils - Class in liquibase.util
- VersionUtils() - Constructor for class liquibase.util.VersionUtils
- VersionUtils.LibraryInfo - Class in liquibase.util
- View - Class in liquibase.structure.core
- View() - Constructor for class liquibase.structure.core.View
- View(String, String, String) - Constructor for class liquibase.structure.core.View
- VIEW - Enum constant in enum liquibase.util.ColumnParentType
- VIEW_EXISTS - Static variable in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
- VIEW_NAME_STATEMENT_PATTERN - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- VIEW_NAME_STATEMENT_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- ViewExistsPrecondition - Class in liquibase.precondition.core
- ViewExistsPrecondition() - Constructor for class liquibase.precondition.core.ViewExistsPrecondition
- ViewSnapshotGenerator - Class in liquibase.snapshot.jvm
- ViewSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.ViewSnapshotGenerator
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.ChangeLogSyncVisitor
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in interface liquibase.changelog.visitor.ChangeSetVisitor
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.DBDocVisitor
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.DetermineNumberChangesFollowingVisitor
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.ExpectedChangesVisitor
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.ListVisitor
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.RollbackVisitor
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.StatusVisitor
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.UpdateVisitor
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.ValidatingVisitor
- visitSpec(SpecInfo) - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseGlobalExtension
- visitSpecAnnotation(LiquibaseIntegrationTest, SpecInfo) - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationTestExtension
W
- wagonManager - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
The Maven Wagon manager to use when obtaining server authentication details.
- waitForLock() - Method in interface liquibase.lockservice.LockService
- waitForLock() - Method in class liquibase.lockservice.MockLockService
- waitForLock() - Method in class liquibase.lockservice.OfflineLockService
- waitForLock() - Method in class liquibase.lockservice.StandardLockService
- wantedKeyParameters() - Method in class liquibase.snapshot.jvm.SnowflakeResultSetConstraintsExtractor
- wantedKeyParameters() - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
- warn(CharSequence) - Method in class org.liquibase.maven.plugins.MavenLog
- warn(CharSequence, Throwable) - Method in class org.liquibase.maven.plugins.MavenLog
- warn(Throwable) - Method in class org.liquibase.maven.plugins.MavenLog
- warn(Database) - Method in class liquibase.change.AbstractChange
-
Implementation delegates logic to the
SqlGenerator.warn(liquibase.statement.SqlStatement, liquibase.database.Database, liquibase.sqlgenerator.SqlGeneratorChain)
method on theSqlStatement
objects returned byChange.generateStatements(liquibase.database.Database)
. - warn(Database) - Method in class liquibase.change.AbstractSQLChange
- warn(Database) - Method in interface liquibase.change.Change
-
Generates warnings based on the configured Change instance.
- warn(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
- warn(Database) - Method in class liquibase.change.core.LoadDataChange
- warn(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
-
Required for the Change interface, but not supported by CustomChanges.
- warn(Database) - Method in class liquibase.precondition.core.AndPrecondition
- warn(Database) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
- warn(Database) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
- warn(Database) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
- warn(Database) - Method in class liquibase.precondition.core.DBMSPrecondition
- warn(Database) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
- warn(Database) - Method in class liquibase.precondition.core.IndexExistsPrecondition
- warn(Database) - Method in class liquibase.precondition.core.NotPrecondition
- warn(Database) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
- warn(Database) - Method in class liquibase.precondition.core.OrPrecondition
- warn(Database) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
- warn(Database) - Method in class liquibase.precondition.core.RowCountPrecondition
- warn(Database) - Method in class liquibase.precondition.core.RunningAsPrecondition
- warn(Database) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
- warn(Database) - Method in class liquibase.precondition.core.SqlPrecondition
- warn(Database) - Method in class liquibase.precondition.core.TableExistsPrecondition
- warn(Database) - Method in class liquibase.precondition.core.TableIsEmptyPrecondition
- warn(Database) - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
- warn(Database) - Method in class liquibase.precondition.core.ViewExistsPrecondition
- warn(Database) - Method in class liquibase.precondition.CustomPreconditionWrapper
- warn(Database) - Method in interface liquibase.precondition.Precondition
- warn(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGenerator
- warn(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
- warn(ModifyDataTypeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
- warn(SetColumnRemarksStatement, Database, SqlGeneratorChain<SetColumnRemarksStatement>) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
- warn(SetNullableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
- warn(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
- warn(T, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorChain
- warn(T, Database, SqlGeneratorChain<T>) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
- warn(T, Database, SqlGeneratorChain<T>) - Method in interface liquibase.sqlgenerator.SqlGenerator
- WARN - Enum constant in enum liquibase.changelog.DatabaseChangeLog.OnUnknownFileFormat
-
Log a warning about the file not being in a recognized format, but continue on
- WARN - Enum constant in enum liquibase.GlobalConfiguration.DuplicateFileMode
- WARN - Enum constant in enum liquibase.parser.ChangeLogParserConfiguration.MissingIncludeConfiguration
- WARN - Enum constant in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
- WARN - Enum constant in enum liquibase.precondition.core.PreconditionContainer.FailOption
- WARN - Enum constant in enum liquibase.SupportsMethodValidationLevelsEnum
- warnAboutAlterColumn(String, Warnings) - Method in class liquibase.database.core.MySQLDatabase
- warnAboutDbaRecycleBin() - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
- warning - Enum constant in enum org.liquibase.maven.plugins.MavenLog.Level
- warning(String) - Method in class liquibase.logging.core.AbstractLogger
- warning(String) - Method in interface liquibase.logging.Logger
-
Log a event the user should be warned about.
- warning(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
- warning(String, Throwable) - Method in interface liquibase.logging.Logger
-
Log a event the user should be warned about together with data from an error/exception.
- WARNING - Enum constant in enum org.liquibase.maven.plugins.MavenLog.Level
- warningMessages - Variable in class liquibase.exception.ValidationErrors
- Warnings - Class in liquibase.exception
- Warnings() - Constructor for class liquibase.exception.Warnings
- wasDefaultValueUsed() - Method in class liquibase.configuration.ConfiguredValue
-
Return true if a default value was the "winning" value
- WEB_PORT_ARG - Static variable in class liquibase.command.core.StartH2CommandStep
- where - Variable in class liquibase.change.core.AbstractModifyDataChange
- whereParams - Variable in class liquibase.change.core.AbstractModifyDataChange
- Whitespace(String) - Constructor for class liquibase.util.StringClauses.Whitespace
- WHITESPACE - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- willRollback(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
-
Called before a change is rolled back.
- willRollback(ChangeSet, DatabaseChangeLog, Database) - Method in interface liquibase.changelog.visitor.ChangeExecListener
-
Called before a change is rolled back.
- willRollback(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
- willRollback(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.LoggingChangeExecListener
-
Called before a change is rolled back.
- willRun(Change, ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
- willRun(Change, ChangeSet, DatabaseChangeLog, Database) - Method in interface liquibase.changelog.visitor.ChangeExecListener
- willRun(Change, ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
- willRun(ChangeSet, DatabaseChangeLog, Database, ChangeSet.RunStatus) - Method in class liquibase.changelog.visitor.AbstractChangeExecListener
- willRun(ChangeSet, DatabaseChangeLog, Database, ChangeSet.RunStatus) - Method in interface liquibase.changelog.visitor.ChangeExecListener
-
Called just before a given changeset is run.
- willRun(ChangeSet, DatabaseChangeLog, Database, ChangeSet.RunStatus) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
- willRun(ChangeSet, DatabaseChangeLog, Database, ChangeSet.RunStatus) - Method in class liquibase.changelog.visitor.LoggingChangeExecListener
- willSnapshot(DatabaseObject, Database) - Method in interface liquibase.snapshot.SnapshotListener
-
Called before a snapshot is done.
- with(Contexts, LabelExpression) - Method in class liquibase.integration.UnexpectedChangeSetsValidator
- withAccessors(Method, Method) - Method in class liquibase.change.ChangeParameterMetaData
- withDefaults() - Static method in interface liquibase.integration.spring.Customizer
-
Returns a
Customizer
that does not alter the input argument. - WORD_AND_QUOTING_PATTERNS - Variable in class liquibase.parser.AbstractFormattedChangeLogParser
- WORD_RESULT_REGEX - Static variable in class liquibase.parser.AbstractFormattedChangeLogParser
- WORKAROUND_ORACLE_CLOB_CHARACTER_LIMIT - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
- wrap(String, int, int) - Static method in class liquibase.util.StringUtil
-
Deprecated.Liquibase does not wrap any console output, and instead lets the terminal handle its own wrapping. If you wish to use this method, consider whether its usage is truly necessary.
- wrapper - Variable in class liquibase.extension.testing.testsystem.DatabaseTestSystem
- write(String, File) - Static method in class liquibase.util.FileUtil
- write(String, File, boolean) - Static method in class liquibase.util.FileUtil
-
Deprecated.use
FileUtils.write(File, CharSequence, String, boolean)
- write(List<T>, OutputStream) - Method in interface liquibase.serializer.ChangeLogSerializer
- write(List<T>, OutputStream) - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
- write(List<T>, OutputStream) - Method in class liquibase.serializer.core.json.JsonChangeLogSerializer
- write(List<T>, OutputStream) - Method in class liquibase.serializer.core.string.StringChangeLogSerializer
- write(List<T>, OutputStream) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
- write(List<T>, OutputStream) - Method in class liquibase.serializer.core.yaml.YamlChangeLogSerializer
- write(DatabaseSnapshot, OutputStream) - Method in class liquibase.serializer.core.string.StringSnapshotSerializer
- write(DatabaseSnapshot, OutputStream) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
- write(DatabaseSnapshot, OutputStream) - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer
- write(DatabaseSnapshot, OutputStream) - Method in interface liquibase.serializer.SnapshotSerializer
- write(Document, OutputStream) - Method in class liquibase.util.xml.DefaultXmlWriter
- write(Document, OutputStream) - Method in interface liquibase.util.xml.XmlWriter
- writeBody(Writer, Object, List<Change>, List<Change>) - Method in class liquibase.dbdoc.HTMLWriter
- writeBody(Writer, Object, List<Change>, List<Change>) - Method in class liquibase.dbdoc.PendingChangesWriter
- writeBody(Writer, Object, List<Change>, List<Change>) - Method in class liquibase.dbdoc.PendingSQLWriter
- writeBody(Writer, Object, List<Change>, List<Change>) - Method in class liquibase.dbdoc.RecentChangesWriter
- writeChangeLog(String, String) - Method in class liquibase.dbdoc.ChangeLogWriter
- writeChanges(String, Writer, List<Change>) - Method in class liquibase.dbdoc.HTMLWriter
- writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.AuthorWriter
- writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.ColumnWriter
- writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.HTMLWriter
- writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.PendingChangesWriter
- writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.PendingSQLWriter
- writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.RecentChangesWriter
- writeCustomHTML(Writer, Object, List<Change>, Database) - Method in class liquibase.dbdoc.TableWriter
- writeHeader(File) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
- writeHTML(Object, List<Change>, List<Change>, String) - Method in class liquibase.dbdoc.HTMLWriter
- writeHTML(Object, List<Change>, List<Change>, String, String) - Method in class liquibase.dbdoc.TableWriter
- writeHTML(SortedSet) - Method in class liquibase.dbdoc.HTMLListWriter
- writeHTML(Resource, ResourceAccessor, CatalogAndSchema...) - Method in class liquibase.changelog.visitor.DBDocVisitor
- writeNext(String[]) - Method in class liquibase.util.csv.CSVWriter
- writeSqlWillRun(String) - Method in class liquibase.listener.SqlListener
-
Called for any sql that modifies data, schema structure, or anything else in the database.
- writeTable(String, List<List<String>>, Writer) - Method in class liquibase.dbdoc.HTMLWriter
X
- XMLChangeLogSAXParser - Class in liquibase.parser.core.xml
- XMLChangeLogSAXParser() - Constructor for class liquibase.parser.core.xml.XMLChangeLogSAXParser
- XMLChangeLogSerializer - Class in liquibase.serializer.core.xml
- XMLChangeLogSerializer() - Constructor for class liquibase.serializer.core.xml.XMLChangeLogSerializer
- XMLChangeLogSerializer(Document) - Constructor for class liquibase.serializer.core.xml.XMLChangeLogSerializer
- XMLType - Class in liquibase.datatype.core
- XMLType() - Constructor for class liquibase.datatype.core.XMLType
- XMLUtil - Class in liquibase.util
-
Various utility methods for working with XML.
- XMLUtil() - Constructor for class liquibase.util.XMLUtil
- XmlWriter - Interface in liquibase.util.xml
- XSDLookUpException - Exception in liquibase.parser.core.xml
- XSDLookUpException(String) - Constructor for exception liquibase.parser.core.xml.XSDLookUpException
Y
- yaml - Variable in class liquibase.serializer.core.yaml.YamlSerializer
- YamlChangeLogParser - Class in liquibase.parser.core.yaml
- YamlChangeLogParser() - Constructor for class liquibase.parser.core.yaml.YamlChangeLogParser
- YamlChangeLogSerializer - Class in liquibase.serializer.core.yaml
- YamlChangeLogSerializer() - Constructor for class liquibase.serializer.core.yaml.YamlChangeLogSerializer
- YamlParser - Class in liquibase.parser.core.yaml
- YamlParser() - Constructor for class liquibase.parser.core.yaml.YamlParser
- YamlSerializer - Class in liquibase.serializer.core.yaml
- YamlSerializer() - Constructor for class liquibase.serializer.core.yaml.YamlSerializer
- YamlSerializer.LiquibaseRepresenter - Class in liquibase.serializer.core.yaml
- YamlSerializer.LiquibaseResolver - Class in liquibase.serializer.core.yaml
- YamlSnapshotParser - Class in liquibase.parser.core.yaml
- YamlSnapshotParser() - Constructor for class liquibase.parser.core.yaml.YamlSnapshotParser
- YamlSnapshotSerializer - Class in liquibase.serializer.core.yaml
- YamlSnapshotSerializer() - Constructor for class liquibase.serializer.core.yaml.YamlSnapshotSerializer
- YamlSnapshotSerializer.SnapshotLiquibaseRepresenter - Class in liquibase.serializer.core.yaml
- yesNoToBoolean(String) - Method in class liquibase.snapshot.CachedRow
-
Converts a 'YES'/'NO' value to a boolean value.
Z
- ZipPathHandler - Class in liquibase.resource
-
PathHandler
that converts the path into aDirectoryResourceAccessor
. - ZipPathHandler() - Constructor for class liquibase.resource.ZipPathHandler
- ZipResourceAccessor - Class in liquibase.resource
- ZipResourceAccessor(File) - Constructor for class liquibase.resource.ZipResourceAccessor
-
Creates a FileSystemResourceAccessor with the given directories/files as the roots.
- ZipResourceAccessor(Path) - Constructor for class liquibase.resource.ZipResourceAccessor
- ZipResourceAccessor(Path, String[]) - Constructor for class liquibase.resource.ZipResourceAccessor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
CommandStep
and call them withCommandFactory.getCommandDefinition(String...)
.