A B C D E F G H I J L M N O P Q R S T U V W X Y

A

AbstractChange - Class in liquibase.change
Standard superclass to simplify Change implementations.
AbstractChange() - Constructor for class liquibase.change.AbstractChange
 
AbstractChangeLogBasedTask - Class in liquibase.integration.ant
 
AbstractChangeLogBasedTask() - Constructor for class liquibase.integration.ant.AbstractChangeLogBasedTask
 
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
 
AbstractChangeSupplier<T extends Change> - Class in liquibase.sdk.supplier.change
 
AbstractChangeSupplier(Class<? extends Change>) - Constructor for class liquibase.sdk.supplier.change.AbstractChangeSupplier
 
AbstractCommand - Class in liquibase.command
 
AbstractCommand() - Constructor for class liquibase.command.AbstractCommand
 
AbstractConfigurationContainer - Class in liquibase.configuration
Base class for configuration classes used by LiquibaseConfiguration.
AbstractConfigurationContainer(String) - Constructor for class liquibase.configuration.AbstractConfigurationContainer
Subclasses must call this constructor passing the namespace, but must themselves provide a no-arg public constructor.
AbstractConfigurationContainer.ConfigurationContainer - Class in liquibase.configuration
Like a java.util.Map, but with extra logic for working with ConfigurationProperties.
AbstractConfigurationContainer.ConfigurationContainer(String) - Constructor for class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
 
AbstractDatabaseDiffTask - Class in liquibase.integration.ant
 
AbstractDatabaseDiffTask() - Constructor for class liquibase.integration.ant.AbstractDatabaseDiffTask
 
AbstractDatabaseObject - Class in liquibase.structure
 
AbstractDatabaseObject() - Constructor for class liquibase.structure.AbstractDatabaseObject
 
AbstractExecutor - Class in liquibase.executor
 
AbstractExecutor() - Constructor for class liquibase.executor.AbstractExecutor
 
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
 
AbstractLiquibaseSerializable - Class in liquibase.serializer
 
AbstractLiquibaseSerializable() - Constructor for class liquibase.serializer.AbstractLiquibaseSerializable
 
AbstractLogger - Class in liquibase.logging.core
 
AbstractLogger() - Constructor for class liquibase.logging.core.AbstractLogger
 
AbstractModifyDataChange - Class in liquibase.change.core
Encapsulates common fields for update and delete changes.
AbstractModifyDataChange() - Constructor for class liquibase.change.core.AbstractModifyDataChange
 
AbstractPrecondition - Class in liquibase.precondition
 
AbstractPrecondition() - Constructor for class liquibase.precondition.AbstractPrecondition
 
AbstractResourceAccessor - Class in liquibase.resource
 
AbstractResourceAccessor() - Constructor for class liquibase.resource.AbstractResourceAccessor
 
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
 
AbstractSQLChange.NormalizingStream(String, Boolean, Boolean, InputStream) - Constructor for class liquibase.change.AbstractSQLChange.NormalizingStream
 
AbstractSqlGenerator<StatementType extends SqlStatement> - Class in liquibase.sqlgenerator.core
 
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
 
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.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 interface liquibase.lockservice.LockService
 
acquireLock() - Method in class liquibase.lockservice.OfflineLockService
 
acquireLock() - Method in class liquibase.lockservice.StandardLockService
 
acquireLock(Liquibase) - Method in class liquibase.sdk.database.MockDatabase
 
acquireLock() - Method in class liquibase.sdk.database.MockDatabase
 
ActuallyExecutedChangeSetFilter - Class in liquibase.changelog.filter
 
ActuallyExecutedChangeSetFilter(List<RanChangeSet>, boolean) - Constructor for class liquibase.changelog.filter.ActuallyExecutedChangeSetFilter
 
add(String) - Method in class liquibase.ContextExpression
 
add(String) - Method in class liquibase.Contexts
 
add(PropertySet) - Method in class liquibase.integration.ant.type.ConnectionProperties
 
add(String) - Method in class liquibase.LabelExpression
 
add(String) - Method in class liquibase.Labels
 
add(DatabaseObject) - Method in class liquibase.structure.DatabaseObjectCollection
 
addAdditionalInformation(String) - Method in class liquibase.datatype.DatabaseDataType
 
addAlias(String...) - Method in class liquibase.configuration.ConfigurationProperty
Adds an alias for this property.
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
 
addArg(String) - Method in class liquibase.change.core.ExecuteShellCommandChange
 
addAssertion(TestPermutation.Setup) - Method in class liquibase.sdk.verifytest.TestPermutation
 
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
 
AddAutoIncrementChangeSupplier - Class in liquibase.change.core.supplier
 
AddAutoIncrementChangeSupplier() - Constructor for class liquibase.change.core.supplier.AddAutoIncrementChangeSupplier
 
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
SQLite does not support this ALTER TABLE operation until now.
AddAutoIncrementGeneratorMySQL() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
 
AddAutoIncrementGeneratorSQLite - Class in liquibase.sqlgenerator.core
SQLite does not support this ALTER TABLE operation until now.
AddAutoIncrementGeneratorSQLite() - Constructor for class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
 
AddAutoIncrementStatement - Class in liquibase.statement.core
 
AddAutoIncrementStatement(String, String, String, String, String, BigInteger, BigInteger) - 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
 
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
addChildren(Map<String, Object>) - Method in class liquibase.parser.core.ParsedNode
Adds the given map as children of this node.
addClassLoader(ClassLoader) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
addClassLoader(ClassLoader) - Method in interface liquibase.servicelocator.PackageScanClassResolver
Adds the class loader to the existing loaders
addCleanup(TestPermutation.Cleanup) - Method in class liquibase.sdk.verifytest.TestPermutation
 
addColumn(T) - Method in interface liquibase.change.ChangeWithColumns
Add a column configuration to the Change.
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(LoadDataColumnConfig) - Method in class liquibase.change.core.LoadDataChange
 
addColumn(ColumnConfig) - Method in class liquibase.change.core.UpdateDataChange
 
addColumn(String, LiquibaseDataType) - Method in class liquibase.statement.core.CreateTableStatement
 
addColumn(String, LiquibaseDataType, Object) - Method in class liquibase.statement.core.CreateTableStatement
 
addColumn(String, LiquibaseDataType, ColumnConstraint[]) - Method in class liquibase.statement.core.CreateTableStatement
 
addColumn(String, LiquibaseDataType, Object, ColumnConstraint[]) - Method in class liquibase.statement.core.CreateTableStatement
 
addColumn(String, LiquibaseDataType, Object, String, ColumnConstraint...) - Method in class liquibase.statement.core.CreateTableStatement
 
addColumn(ColumnConfig) - Method in class liquibase.statement.core.InsertStatement
 
addColumn(Column) - Method in class liquibase.structure.core.Index
 
addColumn(int, Column) - Method in class liquibase.structure.core.PrimaryKey
 
addColumn(int, Column) - Method in class liquibase.structure.core.UniqueConstraint
 
AddColumnChange - Class in liquibase.change.core
Adds a column to an existing table.
AddColumnChange() - Constructor for class liquibase.change.core.AddColumnChange
 
AddColumnChangeSupplier - Class in liquibase.change.core.supplier
 
AddColumnChangeSupplier() - Constructor for class liquibase.change.core.supplier.AddColumnChangeSupplier
 
AddColumnConfig - Class in liquibase.change
 
AddColumnConfig(Column) - Constructor for class liquibase.change.AddColumnConfig
 
AddColumnConfig() - Constructor for class liquibase.change.AddColumnConfig
 
AddColumnConfigSupplier - Class in liquibase.change.core.supplier
 
AddColumnConfigSupplier() - Constructor for class liquibase.change.core.supplier.AddColumnConfigSupplier
 
addColumnConstraint(NotNullConstraint) - Method in class liquibase.statement.core.CreateTableStatement
 
addColumnConstraint(ForeignKeyConstraint) - Method in class liquibase.statement.core.CreateTableStatement
 
addColumnConstraint(UniqueConstraint) - Method in class liquibase.statement.core.CreateTableStatement
 
addColumnConstraint(AutoIncrementConstraint) - 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
 
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, ColumnConstraint...) - Constructor for class liquibase.statement.core.AddColumnStatement
 
AddColumnStatement(String, String, String, String, String, Object, String, 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
 
addConfigured(PropertySet) - Method in class liquibase.integration.ant.type.ChangeLogParametersType
 
addConfiguredChangeLogParameter(Property) - Method in class liquibase.integration.ant.type.ChangeLogParametersType
 
addConfiguredChangeLogProperty(BaseLiquibaseTask.ChangeLogProperty) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use ChangeLogParametersType.addConfiguredChangeLogParameter(Property) instead.
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
 
AddDefaultValueChange - Class in liquibase.change.core
Sets a new default value to an existing column.
AddDefaultValueChange() - Constructor for class liquibase.change.core.AddDefaultValueChange
 
AddDefaultValueChangeSupplier - Class in liquibase.change.core.supplier
 
AddDefaultValueChangeSupplier() - Constructor for class liquibase.change.core.supplier.AddDefaultValueChangeSupplier
 
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
 
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
 
AddDefaultValueSQLite - Class in liquibase.sqlgenerator.core
 
AddDefaultValueSQLite() - Constructor for class liquibase.sqlgenerator.core.AddDefaultValueSQLite
 
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
 
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
 
addFilter(PackageScanFilter) - Method in class liquibase.servicelocator.CompositePackageScanFilter
 
addFilter(PackageScanFilter) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
addFilter(PackageScanFilter) - Method in interface liquibase.servicelocator.PackageScanClassResolver
Add a filter that will be applied to all scan operations
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
 
AddForeignKeyConstraintChangeSupplier - Class in liquibase.change.core.supplier
 
AddForeignKeyConstraintChangeSupplier() - Constructor for class liquibase.change.core.supplier.AddForeignKeyConstraintChangeSupplier
 
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
 
addFoundClass(Class<?>) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
addFoundClass(String, Class<?>) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
addIfMatching(PackageScanFilter, String, Set<Class<?>>) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
Add the class designated by the fully qualified class name provided to the set of resolved classes if and only if it is approved by the Test supplied.
addIncludedSchema(Schema) - Method in class liquibase.diff.output.DiffOutputControl
 
addIncludedSchema(CatalogAndSchema) - Method in class liquibase.diff.output.DiffOutputControl
 
addInsertStatement(InsertStatement) - Method in class liquibase.statement.core.InsertSetStatement
 
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
 
AddLookupTableChangeSupplier - Class in liquibase.change.core.supplier
 
AddLookupTableChangeSupplier() - Constructor for class liquibase.change.core.supplier.AddLookupTableChangeSupplier
 
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
 
AddNotNullConstraintChangeSupplier - Class in liquibase.change.core.supplier
 
AddNotNullConstraintChangeSupplier() - Constructor for class liquibase.change.core.supplier.AddNotNullConstraintChangeSupplier
 
addPackageToScan(String) - Method in class liquibase.servicelocator.ServiceLocator
 
addParameter(Object) - Method in class liquibase.common.datatype.DataTypeWrapper
 
addParameter(Object) - Method in class liquibase.datatype.LiquibaseDataType
 
addParameter(String, int) - Method in class liquibase.statement.StoredProcedureStatement
 
addParentType(Class<?>) - Method in class liquibase.servicelocator.AssignableToPackageScanFilter
 
addPermutation(TestPermutation) - Method in class liquibase.sdk.verifytest.VerifiedTest
 
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
 
AddPrimaryKeyChangeSupplier - Class in liquibase.change.core.supplier
 
AddPrimaryKeyChangeSupplier() - Constructor for class liquibase.change.core.supplier.AddPrimaryKeyChangeSupplier
 
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
 
addProperty(String, Class) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
Adds a property definition to this configuration.
addReferenceDatabase(DatabaseType) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
 
addReservedWords(Collection<String>) - Method in class liquibase.database.AbstractJdbcDatabase
 
addReservedWords(Collection<String>) - Method in interface liquibase.database.Database
 
addReservedWords(Collection<String>) - Method in class liquibase.sdk.database.MockDatabase
 
addRollbackChange(Change) - Method in class liquibase.changelog.ChangeSet
 
addRollBackSQL(String) - Method in class liquibase.changelog.ChangeSet
 
addRootPath(URL) - Method in class liquibase.resource.AbstractResourceAccessor
 
addSetup(TestPermutation.Setup) - Method in class liquibase.sdk.verifytest.TestPermutation
 
addSqlVisitor(SqlVisitor) - Method in class liquibase.changelog.ChangeSet
 
addStatus(ChangeSet, DatabaseChangeLog, Database) - 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
 
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
 
addType(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.SnapshotControl
 
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
 
AddUniqueConstraintChangeSupplier - Class in liquibase.change.core.supplier
 
AddUniqueConstraintChangeSupplier() - Constructor for class liquibase.change.core.supplier.AddUniqueConstraintChangeSupplier
 
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
 
addUniqueConstrantStatements(AddColumnStatement, Database, List<Sql>) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
 
addVagrantConfigProperty(int, String, Object, Properties) - Method in class liquibase.sdk.vagrant.VagrantCommand
 
addValidCheckSum(String) - Method in class liquibase.changelog.ChangeSet
 
addVerification(TestPermutation.Verification) - Method in class liquibase.sdk.verifytest.TestPermutation
 
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
 
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>) - Constructor for class liquibase.changelog.filter.AfterTagChangeSetFilter
 
AllDatabases - Class in liquibase.sdk.supplier.database
 
AllDatabases() - Constructor for class liquibase.sdk.supplier.database.AllDatabases
 
AllDatabaseTypes - Class in liquibase.sdk.supplier.database
 
AllDatabaseTypes() - Constructor for class liquibase.sdk.supplier.database.AllDatabaseTypes
 
allMatchedInSequentialOrder() - Method in class liquibase.util.RegexMatcher
 
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>, boolean) - Constructor for class liquibase.changelog.filter.AlreadyRanChangeSetFilter
 
AlterSequenceChange - Class in liquibase.change.core
Modifies properties of an existing sequence.
AlterSequenceChange() - Constructor for class liquibase.change.core.AlterSequenceChange
 
AlterSequenceChangeSupplier - Class in liquibase.change.core.supplier
 
AlterSequenceChangeSupplier() - Constructor for class liquibase.change.core.supplier.AlterSequenceChangeSupplier
 
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
 
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
 
AntResourceAccessor - Class in liquibase.integration.ant
Deprecated. This class is deprecated. The ResourceAccessor for the ant tasks now uses other pre-defined implementations and there is no need for a custom implementation. This class will be removed in the future.
AntResourceAccessor(Project, Path) - Constructor for class liquibase.integration.ant.AntResourceAccessor
Deprecated.  
AntTaskLogFactory - Class in liquibase.integration.ant.logging
An implementation of the Liquibase LogFactory that logs all messages to the given Ant task.
AntTaskLogFactory(Task) - Constructor for class liquibase.integration.ant.logging.AntTaskLogFactory
 
AntTaskLogger - Class in liquibase.integration.ant.logging
An implementation of the Liquibase logger that logs to the given Ant task.
AntTaskLogger(Task) - Constructor for class liquibase.integration.ant.logging.AntTaskLogger
 
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
 
appendChangeSet(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
 
AppendSqlVisitor - Class in liquibase.sql.visitor
 
AppendSqlVisitor() - Constructor for class liquibase.sql.visitor.AppendSqlVisitor
 
appliesTo(DatabaseObject) - Method in class liquibase.change.ChangeMetaData
 
applyDefaults() - Method in class liquibase.integration.commandline.Main
 
applyParameters(Liquibase) - Method in class liquibase.integration.ant.type.ChangeLogParametersType
 
applyVisitors(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.AbstractExecutor
 
areEqual() - Method in class liquibase.diff.DiffResult
 
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
 
areEqual() - Method in class liquibase.diff.StringDiff
 
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
 
AssignableToPackageScanFilter - Class in liquibase.servicelocator
Package scan filter for testing if a given class is assignable to another class.
AssignableToPackageScanFilter() - Constructor for class liquibase.servicelocator.AssignableToPackageScanFilter
 
AssignableToPackageScanFilter(Class<?>) - Constructor for class liquibase.servicelocator.AssignableToPackageScanFilter
 
AssignableToPackageScanFilter(Set<Class<?>>) - Constructor for class liquibase.servicelocator.AssignableToPackageScanFilter
 
attached(Database) - Method in interface liquibase.database.DatabaseConnection
 
attached(Database) - Method in class liquibase.database.jvm.JdbcConnection
 
attached(Database) - Method in class liquibase.database.OfflineConnection
 
AuthorListWriter - Class in liquibase.dbdoc
 
AuthorListWriter(File) - Constructor for class liquibase.dbdoc.AuthorListWriter
 
authorsAreEqual(ChangeSet, RanChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
 
AuthorWriter - Class in liquibase.dbdoc
 
AuthorWriter(File, Database) - Constructor for class liquibase.dbdoc.AuthorWriter
 
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
 
available() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
 
AWT_TOOLKIT - Static variable in class liquibase.util.SystemUtils
The awt.toolkit System Property.

B

BaseLiquibaseTask - Class in liquibase.integration.ant
Base class for all Ant Liquibase tasks.
BaseLiquibaseTask() - Constructor for class liquibase.integration.ant.BaseLiquibaseTask
 
BaseLiquibaseTask.ChangeLogProperty - Class in liquibase.integration.ant
Deprecated. Use ChangeLogParametersType instead.
BaseLiquibaseTask.ChangeLogProperty() - Constructor for class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
Deprecated.  
BaseLiquibaseTask.LogRedirector - Class in liquibase.integration.ant
Deprecated. 
BaseLiquibaseTask.LogRedirector(Task) - Constructor for class liquibase.integration.ant.BaseLiquibaseTask.LogRedirector
Deprecated. Constructor
beanName - Variable in class liquibase.integration.spring.SpringLiquibase
 
BigIntType - Class in liquibase.datatype.core
 
BigIntType() - Constructor for class liquibase.datatype.core.BigIntType
 
BlobType - Class in liquibase.datatype.core
 
BlobType() - Constructor for class liquibase.datatype.core.BlobType
 
BooleanParser - Class in liquibase.util
 
BooleanParser() - Constructor for class liquibase.util.BooleanParser
 
BooleanType - Class in liquibase.datatype.core
 
BooleanType() - Constructor for class liquibase.datatype.core.BooleanType
 
buildMessage(String) - Method in class liquibase.logging.core.AbstractLogger
 
buildProperties() - Method in class liquibase.integration.ant.type.ConnectionProperties
 

C

CachedRow - Class in liquibase.snapshot
 
CachedRow(Map) - Constructor for class liquibase.snapshot.CachedRow
 
calculateCheckSum(String) - Method in class liquibase.Liquibase
 
calculateCheckSum(String, String, String) - Method in class liquibase.Liquibase
 
CallableSqlStatement - Interface in liquibase.statement
 
canCreateChangeLogTable() - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
canCreateChangeLogTable() - Method in class liquibase.database.AbstractJdbcDatabase
 
canVerify() - Method in class liquibase.sdk.verifytest.TestPermutation.CannotVerify
 
canVerify() - Method in class liquibase.sdk.verifytest.TestPermutation.Invalid
 
canVerify() - Method in class liquibase.sdk.verifytest.TestPermutation.OkResult
 
canVerify() - Method in interface liquibase.sdk.verifytest.TestPermutation.SetupResult
 
captureHeader(CSVReader) - Method in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
 
captureHeader(CSVReader) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
 
captureHeader(CSVReader) - Method in interface liquibase.util.csv.opencsv.bean.MappingStrategy
Implemention of this method can grab the header line before parsing begins to use to map columns to bean properties.
caseSensitive - Variable in class liquibase.database.AbstractJdbcDatabase
 
Catalog - Class in liquibase.structure.core
 
Catalog() - Constructor for class liquibase.structure.core.Catalog
 
Catalog(String) - Constructor for class liquibase.structure.core.Catalog
 
CatalogAndSchema - Class in liquibase
Object representing a database catalog and schema.
CatalogAndSchema(String, String) - Constructor for class liquibase.CatalogAndSchema
 
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.core.AbstractModifyDataChange
 
CatalogSnapshotGenerator - Class in liquibase.snapshot.jvm
 
CatalogSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.CatalogSnapshotGenerator
 
Change - Interface in liquibase.change
Interface all changes (refactorings) implement.
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
 
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.
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
 
ChangeLogChild - Interface in liquibase.changelog
 
changeLogFile - Variable in class liquibase.integration.commandline.Main
 
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
 
ChangeLogIterator(DatabaseChangeLog, ChangeSetFilter...) - Constructor for class liquibase.changelog.ChangeLogIterator
 
ChangeLogIterator(List<RanChangeSet>, DatabaseChangeLog, ChangeSetFilter...) - Constructor for class liquibase.changelog.ChangeLogIterator
 
ChangeLogListWriter - Class in liquibase.dbdoc
 
ChangeLogListWriter(File) - Constructor for class liquibase.dbdoc.ChangeLogListWriter
 
CHANGELOGLOCK_POLL_RATE - Static variable in class liquibase.configuration.GlobalConfiguration
 
CHANGELOGLOCK_WAIT_TIME - Static variable in class liquibase.configuration.GlobalConfiguration
 
ChangeLogOutputFile - Class in liquibase.integration.ant.type
 
ChangeLogOutputFile() - Constructor for class liquibase.integration.ant.type.ChangeLogOutputFile
 
ChangeLogParameters - Class in liquibase.changelog
 
ChangeLogParameters() - Constructor for class liquibase.changelog.ChangeLogParameters
 
ChangeLogParameters(Database) - Constructor for class liquibase.changelog.ChangeLogParameters
 
changeLogParameters - Variable in class liquibase.integration.commandline.Main
 
ChangeLogParameters.ExpressionExpander - Class in liquibase.changelog
 
ChangeLogParameters.ExpressionExpander(ChangeLogParameters) - Constructor for class liquibase.changelog.ChangeLogParameters.ExpressionExpander
 
ChangeLogParametersType - Class in liquibase.integration.ant.type
 
ChangeLogParametersType(Project) - Constructor for class liquibase.integration.ant.type.ChangeLogParametersType
 
ChangeLogParseException - Exception in liquibase.exception
 
ChangeLogParseException(Throwable) - Constructor for exception liquibase.exception.ChangeLogParseException
 
ChangeLogParseException(String) - Constructor for exception liquibase.exception.ChangeLogParseException
 
ChangeLogParseException(String, Throwable) - Constructor for exception liquibase.exception.ChangeLogParseException
 
ChangeLogParser - Interface in liquibase.parser
 
ChangeLogParserCofiguration - Class in liquibase.parser
Configuration container for properties applicable to most ChangeLogParser implementations
ChangeLogParserCofiguration() - Constructor for class liquibase.parser.ChangeLogParserCofiguration
 
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
 
ChangeLogSerializer - Interface in liquibase.serializer
 
ChangeLogSerializerFactory - Class in liquibase.serializer
 
changeLogSync(String, Writer) - Method in class liquibase.Liquibase
 
changeLogSync(Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
 
changeLogSync(String) - 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
 
ChangeLogSyncListener - Interface in liquibase.changelog.visitor
 
ChangeLogSyncTask - Class in liquibase.integration.ant
 
ChangeLogSyncTask() - Constructor for class liquibase.integration.ant.ChangeLogSyncTask
 
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, File) - 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
 
ChangeSet - Class in liquibase.changelog
Encapsulates a changeSet and all its associated changes.
ChangeSet(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, boolean, 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, boolean, boolean, String, String, String, boolean, ObjectQuotingStrategy, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
 
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
 
changeSetContext - Variable in class liquibase.integration.commandline.Main
 
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
 
changeSetsMatch(ChangeSet, RanChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
 
ChangeSetStatus - Class in liquibase.changelog
Contains the current status of a ChangeSet.
ChangeSetStatus(ChangeSet) - Constructor for class liquibase.changelog.ChangeSetStatus
 
ChangeSetVisitor - Interface in liquibase.changelog.visitor
Called by ChangeLogIterator when a ChangeSetFilter 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
 
ChangeSupplier<T extends Change> - Interface in liquibase.sdk.supplier.change
 
ChangeSupplierFactory - Class in liquibase.sdk.supplier.change
 
ChangeSupplierFactory() - Constructor for class liquibase.sdk.supplier.change.ChangeSupplierFactory
 
ChangeWithColumns<T extends ColumnConfig> - Interface in liquibase.change
Markers a Change class as containing one or more ColumnConfig configuration.
CharType - Class in liquibase.datatype.core
 
CharType() - Constructor for class liquibase.datatype.core.CharType
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.AndPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.DBMSPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.IndexExistsPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.NotPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.OrPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.PreconditionContainer
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.RowCountPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.RunningAsPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.SqlPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.TableExistsPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.ViewExistsPrecondition
 
check(Database) - Method in interface liquibase.precondition.CustomPrecondition
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.CustomPreconditionWrapper
 
check(Database, DatabaseChangeLog, ChangeSet) - Method in interface liquibase.precondition.Precondition
 
checkDiffResult(DiffResult, AddAutoIncrementChange) - Method in class liquibase.change.core.supplier.AddAutoIncrementChangeSupplier
 
checkDiffResult(DiffResult, AddColumnChange) - Method in class liquibase.change.core.supplier.AddColumnChangeSupplier
 
checkDiffResult(DiffResult, AddDefaultValueChange) - Method in class liquibase.change.core.supplier.AddDefaultValueChangeSupplier
 
checkDiffResult(DiffResult, AddForeignKeyConstraintChange) - Method in class liquibase.change.core.supplier.AddForeignKeyConstraintChangeSupplier
 
checkDiffResult(DiffResult, AddLookupTableChange) - Method in class liquibase.change.core.supplier.AddLookupTableChangeSupplier
 
checkDiffResult(DiffResult, AddNotNullConstraintChange) - Method in class liquibase.change.core.supplier.AddNotNullConstraintChangeSupplier
 
checkDiffResult(DiffResult, AddPrimaryKeyChange) - Method in class liquibase.change.core.supplier.AddPrimaryKeyChangeSupplier
 
checkDiffResult(DiffResult, AddUniqueConstraintChange) - Method in class liquibase.change.core.supplier.AddUniqueConstraintChangeSupplier
 
checkDiffResult(DiffResult, AlterSequenceChange) - Method in class liquibase.change.core.supplier.AlterSequenceChangeSupplier
 
checkDiffResult(DiffResult, CreateIndexChange) - Method in class liquibase.change.core.supplier.CreateIndexChangeSupplier
 
checkDiffResult(DiffResult, CreateProcedureChange) - Method in class liquibase.change.core.supplier.CreateProcedureChangeSupplier
 
checkDiffResult(DiffResult, CreateSequenceChange) - Method in class liquibase.change.core.supplier.CreateSequenceChangeSupplier
 
checkDiffResult(DiffResult, CreateTableChange) - Method in class liquibase.change.core.supplier.CreateTableChangeSupplier
 
checkDiffResult(DiffResult, CreateViewChange) - Method in class liquibase.change.core.supplier.CreateViewChangeSupplier
 
checkDiffResult(DiffResult, DeleteDataChange) - Method in class liquibase.change.core.supplier.DeleteDataChangeSupplier
 
checkDiffResult(DiffResult, DropAllForeignKeyConstraintsChange) - Method in class liquibase.change.core.supplier.DropAllForeignKeyConstraintsChangeSupplier
 
checkDiffResult(DiffResult, DropColumnChange) - Method in class liquibase.change.core.supplier.DropColumnChangeSupplier
 
checkDiffResult(DiffResult, DropDefaultValueChange) - Method in class liquibase.change.core.supplier.DropDefaultValueChangeSupplier
 
checkDiffResult(DiffResult, DropForeignKeyConstraintChange) - Method in class liquibase.change.core.supplier.DropForeignKeyConstraintChangeSupplier
 
checkDiffResult(DiffResult, DropIndexChange) - Method in class liquibase.change.core.supplier.DropIndexChangeSupplier
 
checkDiffResult(DiffResult, DropNotNullConstraintChange) - Method in class liquibase.change.core.supplier.DropNotNullConstraintChangeSupplier
 
checkDiffResult(DiffResult, DropPrimaryKeyChange) - Method in class liquibase.change.core.supplier.DropPrimaryKeyChangeSupplier
 
checkDiffResult(DiffResult, DropProcedureChange) - Method in class liquibase.change.core.supplier.DropProcedureChangeSupplier
 
checkDiffResult(DiffResult, DropSequenceChange) - Method in class liquibase.change.core.supplier.DropSequenceChangeSupplier
 
checkDiffResult(DiffResult, DropTableChange) - Method in class liquibase.change.core.supplier.DropTableChangeSupplier
 
checkDiffResult(DiffResult, DropUniqueConstraintChange) - Method in class liquibase.change.core.supplier.DropUniqueConstraintChangeSupplier
 
checkDiffResult(DiffResult, DropViewChange) - Method in class liquibase.change.core.supplier.DropViewChangeSupplier
 
checkDiffResult(DiffResult, EmptyChange) - Method in class liquibase.change.core.supplier.EmptyChangeSupplier
 
checkDiffResult(DiffResult, ExecuteShellCommandChange) - Method in class liquibase.change.core.supplier.ExecuteShellCommandChangeSupplier
 
checkDiffResult(DiffResult, InsertDataChange) - Method in class liquibase.change.core.supplier.InsertDataChangeSupplier
 
checkDiffResult(DiffResult, LoadDataChange) - Method in class liquibase.change.core.supplier.LoadDataChangeSupplier
 
checkDiffResult(DiffResult, LoadUpdateDataChange) - Method in class liquibase.change.core.supplier.LoadUpdateDataChangeSupplier
 
checkDiffResult(DiffResult, MergeColumnChange) - Method in class liquibase.change.core.supplier.MergeColumnChangeSupplier
 
checkDiffResult(DiffResult, ModifyDataTypeChange) - Method in class liquibase.change.core.supplier.ModifyDataTypeChangeSupplier
 
checkDiffResult(DiffResult, RawSQLChange) - Method in class liquibase.change.core.supplier.RawSQLChangeSupplier
 
checkDiffResult(DiffResult, RenameColumnChange) - Method in class liquibase.change.core.supplier.RenameColumnChangeSupplier
 
checkDiffResult(DiffResult, RenameSequenceChange) - Method in class liquibase.change.core.supplier.RenameSequenceChangeSupplier
 
checkDiffResult(DiffResult, RenameTableChange) - Method in class liquibase.change.core.supplier.RenameTableChangeSupplier
 
checkDiffResult(DiffResult, RenameViewChange) - Method in class liquibase.change.core.supplier.RenameViewChangeSupplier
 
checkDiffResult(DiffResult, SQLFileChange) - Method in class liquibase.change.core.supplier.SQLFileChangeSupplier
 
checkDiffResult(DiffResult, StopChange) - Method in class liquibase.change.core.supplier.StopChangeSupplier
 
checkDiffResult(DiffResult, TagDatabaseChange) - Method in class liquibase.change.core.supplier.TagDatabaseChangeSupplier
 
checkDiffResult(DiffResult, UpdateDataChange) - Method in class liquibase.change.core.supplier.UpdateDataChangeSupplier
 
checkDiffResult(DiffResult, CustomChangeWrapper) - Method in class liquibase.change.custom.supplier.CustomChangeWrapperSupplier
 
checkDiffResult(DiffResult, T) - Method in interface liquibase.sdk.supplier.change.ChangeSupplier
 
checkDisallowedField(String, Object, Database, Class<? extends Database>...) - Method in class liquibase.exception.ValidationErrors
 
checkLiquibaseTables(boolean, DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
checkRequiredField(String, Object) - Method in class liquibase.exception.ValidationErrors
 
checkSetup() - Method in class liquibase.integration.commandline.Main
 
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
 
CheckSum - Class in liquibase.change
CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran.
checksumChanged(ChangeSet, RanChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
 
checkVersionInfo(DatabaseSnapshot, DatabaseSnapshot, DiffResult) - Method in class liquibase.diff.core.StandardDiffGenerator
 
classLoader - Variable in class liquibase.integration.commandline.Main
 
ClassLoaderResourceAccessor - Class in liquibase.resource
An implementation of ResourceAccessor that wraps a class loader.
ClassLoaderResourceAccessor() - Constructor for class liquibase.resource.ClassLoaderResourceAccessor
 
ClassLoaderResourceAccessor(ClassLoader) - Constructor for class liquibase.resource.ClassLoaderResourceAccessor
 
classpath - Variable in class liquibase.integration.commandline.Main
 
cleanNameFromDatabase(String, Database) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
 
clear() - Method in class liquibase.change.ChangeFactory
Clear the registry of all Changes found.
clearAllCheckSums() - Method in interface liquibase.changelog.ChangeLogHistoryService
 
clearAllCheckSums() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
 
clearAllCheckSums() - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
clearCheckSums() - Method in class liquibase.Liquibase
Sets checksums to null so they will be repopulated next run
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(Database) - Method in class liquibase.executor.ExecutorService
 
clearRegistry() - Method in class liquibase.database.DatabaseFactory
Removes all registered databases, even built in ones.
clearWarnings() - Method in class liquibase.database.jvm.JdbcConnection
 
ClobType - Class in liquibase.datatype.core
 
ClobType() - Constructor for class liquibase.datatype.core.ClobType
 
close() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
 
close() - Method in class liquibase.database.AbstractJdbcDatabase
 
close() - Method in class liquibase.database.core.DerbyDatabase
 
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.OfflineConnection
 
close() - Method in class liquibase.resource.UtfBomAwareReader
 
close() - Method in class liquibase.sdk.database.MockDatabase
 
close() - Method in class liquibase.util.csv.opencsv.CSVReader
Closes the underlying reader.
close() - Method in class liquibase.util.csv.opencsv.CSVWriter
Close the underlying stream writer flushing any buffered content.
close(ResultSet, Statement) - Static method in class liquibase.util.JdbcUtils
 
closeDatabase(Liquibase) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use BaseLiquibaseTask.closeDatabase(liquibase.database.Database) instead.
closeQuietly(Reader) - Static method in class liquibase.util.StreamUtil
 
closeQuietly(InputStream) - Static method in class liquibase.util.StreamUtil
 
closeQuietly(Closeable) - Static method in class liquibase.util.StreamUtil
 
closeResultSet(ResultSet) - Static method in class liquibase.util.JdbcUtils
Close the given JDBC ResultSet and ignore any thrown exception.
closeStatement(Statement) - Static method in class liquibase.util.JdbcUtils
Close the given JDBC Statement and ignore any thrown exception.
CollectionUtil - Class in liquibase.util
 
CollectionUtil() - Constructor for class liquibase.util.CollectionUtil
 
Column - Class in liquibase.structure.core
 
Column() - Constructor for class liquibase.structure.core.Column
 
Column(String) - Constructor for class liquibase.structure.core.Column
 
Column(Class<? extends Relation>, String, String, String, String) - Constructor for class liquibase.structure.core.Column
 
Column(ColumnConfig) - Constructor for class liquibase.structure.core.Column
 
Column.AutoIncrementInformation - Class in liquibase.structure.core
 
Column.AutoIncrementInformation() - Constructor for class liquibase.structure.core.Column.AutoIncrementInformation
 
Column.AutoIncrementInformation(Number, Number) - Constructor for class liquibase.structure.core.Column.AutoIncrementInformation
 
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(Column) - Constructor for class liquibase.change.ColumnConfig
Create a ColumnConfig object based on a Column snapshot.
ColumnConfig() - Constructor for class liquibase.change.ColumnConfig
Create am empty ColumnConfig object.
ColumnConfig.ValueNumeric - Class in liquibase.change
 
ColumnConstraint - Interface in liquibase.statement
 
ColumnExistsPrecondition - Class in liquibase.precondition.core
 
ColumnExistsPrecondition() - Constructor for class liquibase.precondition.core.ColumnExistsPrecondition
 
columnMapping - Variable in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
 
ColumnMapRowMapper - Class in liquibase.executor.jvm
RowMapper implementation that creates a java.util.Map for each row, representing all columns as key-value pairs: one entry for each column, with the column name as key.
ColumnMapRowMapper() - Constructor for class liquibase.executor.jvm.ColumnMapRowMapper
 
ColumnPositionMappingStrategy - Class in liquibase.util.csv.opencsv.bean
Copyright 2007 Kyle Miller.
ColumnPositionMappingStrategy() - Constructor for class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
 
ColumnSnapshotGenerator - Class in liquibase.snapshot.jvm
 
ColumnSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGenerator
 
ColumnWriter - Class in liquibase.dbdoc
 
ColumnWriter(File, Database) - Constructor for class liquibase.dbdoc.ColumnWriter
 
command - Variable in class liquibase.integration.commandline.Main
 
CommandExecutionException - Exception in liquibase.command
 
CommandExecutionException(Throwable) - Constructor for exception liquibase.command.CommandExecutionException
 
CommandLineParsingException - Exception in liquibase.exception
 
CommandLineParsingException() - Constructor for exception liquibase.exception.CommandLineParsingException
 
CommandLineParsingException(String) - Constructor for exception liquibase.exception.CommandLineParsingException
 
CommandLineParsingException(String, Throwable) - Constructor for exception liquibase.exception.CommandLineParsingException
 
CommandLineParsingException(Throwable) - Constructor for exception liquibase.exception.CommandLineParsingException
 
CommandLineResourceAccessor - Class in liquibase.integration.commandline
Extension of ClassLoaderResourceAccessor that adds extra fuzzy searching logic based on what users may enter that is different than what is exactly correct.
CommandLineResourceAccessor(ClassLoader) - Constructor for class liquibase.integration.commandline.CommandLineResourceAccessor
 
CommandLineUtils - Class in liquibase.integration.commandline
Common Utilitiy methods used in the CommandLine application and the Maven plugin.
CommandLineUtils() - Constructor for class liquibase.integration.commandline.CommandLineUtils
 
commandParams - Variable in class liquibase.integration.commandline.Main
 
CommandValidationErrors - Class in liquibase.command
 
CommandValidationErrors(LiquibaseCommand) - Constructor for class liquibase.command.CommandValidationErrors
 
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
 
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 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.OfflineConnection
 
commit() - Method in class liquibase.sdk.database.MockDatabase
 
COMPARATOR - Static variable in interface liquibase.servicelocator.PrioritizedService
 
compare(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Method in class liquibase.diff.core.StandardDiffGenerator
 
compare(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Method in interface liquibase.diff.DiffGenerator
 
compare(Database, Database, CompareControl) - Method in class liquibase.diff.DiffGeneratorFactory
 
compare(Database, Database, SnapshotControl, SnapshotControl, CompareControl) - Method in class liquibase.diff.DiffGeneratorFactory
 
compare(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Method in class liquibase.diff.DiffGeneratorFactory
 
compare(String, DatabaseObject, DatabaseObject, ObjectDifferences.CompareFunction) - Method in class liquibase.diff.ObjectDifferences
 
compare(String, String, DatabaseObject, DatabaseObject, ObjectDifferences.CompareFunction) - Method in class liquibase.diff.ObjectDifferences
 
compare(ChangeGenerator, ChangeGenerator) - Method in class liquibase.diff.output.changelog.ChangeGeneratorComparator
 
compare(DatabaseObject, DatabaseObject) - Method in class liquibase.structure.DatabaseObjectComparator
 
CompareControl - Class in liquibase.diff.compare
 
CompareControl() - Constructor for class liquibase.diff.compare.CompareControl
 
CompareControl(Set<Class<? extends DatabaseObject>>) - Constructor for class liquibase.diff.compare.CompareControl
 
CompareControl(CompareControl.SchemaComparison[], Set<Class<? extends DatabaseObject>>) - Constructor for class liquibase.diff.compare.CompareControl
 
CompareControl(CompareControl.SchemaComparison[], String) - Constructor for class liquibase.diff.compare.CompareControl
 
CompareControl(String[], Set<Class<? extends DatabaseObject>>) - Constructor for class liquibase.diff.compare.CompareControl
 
CompareControl.DatabaseRole - Enum in liquibase.diff.compare
 
CompareControl.SchemaComparison - Class in liquibase.diff.compare
 
CompareControl.SchemaComparison(CatalogAndSchema, CatalogAndSchema) - Constructor for class liquibase.diff.compare.CompareControl.SchemaComparison
 
compareObjectType(Class<T>, DatabaseSnapshot, DatabaseSnapshot, DiffResult) - Method in class liquibase.diff.core.StandardDiffGenerator
 
compareTo(DatabaseChangeLog) - Method in class liquibase.changelog.DatabaseChangeLog
 
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
 
CompositePackageScanFilter - Class in liquibase.servicelocator
CompositePackageScanFilter allows multiple PackageScanFilters to be composed into a single filter.
CompositePackageScanFilter() - Constructor for class liquibase.servicelocator.CompositePackageScanFilter
 
CompositePackageScanFilter(Set<PackageScanFilter>) - Constructor for class liquibase.servicelocator.CompositePackageScanFilter
 
CompositeResourceAccessor - Class in liquibase.resource
A ResourceAccessor that will search in a list of other ResourceAccessors until it finds one that has a resource of the appropriate name and path.
CompositeResourceAccessor(List<ResourceAccessor>) - Constructor for class liquibase.resource.CompositeResourceAccessor
 
CompositeResourceAccessor(ResourceAccessor...) - Constructor for class liquibase.resource.CompositeResourceAccessor
 
COMPUTE - Static variable in class liquibase.change.ChangeParameterMetaData
 
compute(String) - Static method in class liquibase.change.CheckSum
Compute a checksum of the given string.
compute(InputStream, boolean) - Static method in class liquibase.change.CheckSum
Compute a checksum of the given data stream.
computeMD5(String) - Static method in class liquibase.util.MD5Util
 
computeMD5(InputStream) - Static method in class liquibase.util.MD5Util
 
concat(String, String) - Static method in class liquibase.util.file.FilenameUtils
Concatenates a filename to a base path using normal command line style rules.
Conditional - Interface in liquibase.precondition
 
CONFIG_NAME_STANDARD - Static variable in class liquibase.sdk.supplier.database.ConnectionSupplier
 
ConfigurationContainer - Interface in liquibase.configuration
 
ConfigurationProperty - Class in liquibase.configuration
Contains the definition and current value of a given configuration property.
ConfigurationProperty(String, String, Class) - Constructor for class liquibase.configuration.ConfigurationProperty
 
ConfigurationValueProvider - Interface in liquibase.configuration
Interface for classes that are able to lookup overriding default LiquibaseConfiguration values.
configureClassLoader() - Method in class liquibase.integration.commandline.Main
 
ConnectionConfigurationFactory - Class in liquibase.sdk.supplier.database
 
ConnectionConfigurationFactory() - Constructor for class liquibase.sdk.supplier.database.ConnectionConfigurationFactory
 
ConnectionConfigurationFactory.UnknownDatabaseException - Exception in liquibase.sdk.supplier.database
 
ConnectionConfigurationFactory.UnknownDatabaseException(String) - Constructor for exception liquibase.sdk.supplier.database.ConnectionConfigurationFactory.UnknownDatabaseException
 
ConnectionProperties - Class in liquibase.integration.ant.type
 
ConnectionProperties() - Constructor for class liquibase.integration.ant.type.ConnectionProperties
 
ConnectionSupplier - Class in liquibase.sdk.supplier.database
 
ConnectionSupplier() - Constructor for class liquibase.sdk.supplier.database.ConnectionSupplier
 
ConnectionSupplier.ConfigTemplate - Class in liquibase.sdk.supplier.database
 
ConnectionSupplier.ConfigTemplate(String, Map<String, Object>) - Constructor for class liquibase.sdk.supplier.database.ConnectionSupplier.ConfigTemplate
 
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
 
contains(DatabaseObject) - Method in class liquibase.structure.DatabaseObjectCollection
 
containsColumn(String) - Method in class liquibase.snapshot.CachedRow
 
Context - Class in liquibase.sdk
 
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.LiquibaseServletListener
 
ContextExpression - Class in liquibase
Encapsulates logic for evaluating if a set of runtime contexts matches a context expression string.
ContextExpression() - Constructor for class liquibase.ContextExpression
 
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.LiquibaseServletListener
 
Contexts - Class in liquibase
List of contexts Liquibase is running under.
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 - Variable in class liquibase.integration.commandline.Main
 
contexts - Variable in class liquibase.integration.spring.SpringLiquibase
 
CONVERT_DATA_TYPES - Static variable in class liquibase.configuration.GlobalConfiguration
 
ConvertCommand - Class in liquibase.sdk.convert
 
ConvertCommand(Main) - Constructor for class liquibase.sdk.convert.ConvertCommand
 
convertEscaped(Object) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
 
convertNumberToTargetClass(Number, Class) - Static method in class liquibase.util.NumberUtils
Convert the given number into an instance of the given target class.
convertObject(Object, Class<T>) - Method in class liquibase.parser.core.ParsedNode
 
convertRequestedSchemaToCatalog(String) - Method in class liquibase.sdk.database.MockDatabase
 
convertRequestedSchemaToSchema(String) - Method in class liquibase.sdk.database.MockDatabase
 
convertToForeignKeyConstraintType(Integer, Database) - Method in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
 
convertToPath(String) - Method in class liquibase.resource.AbstractResourceAccessor
 
convertToPath(String, String) - Method in class liquibase.resource.AbstractResourceAccessor
 
convertValue(String, PropertyDescriptor) - Method in class liquibase.util.csv.opencsv.bean.CsvToBean
 
copy() - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
 
copy(InputStream, OutputStream) - Static method in class liquibase.util.StreamUtil
 
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
 
CoreDatabases - Class in liquibase.sdk.supplier.database
 
CoreDatabases() - Constructor for class liquibase.sdk.supplier.database.CoreDatabases
 
correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
 
correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.DB2Database
 
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.MySQLDatabase
 
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>) - Method in class liquibase.sdk.database.MockDatabase
 
correctObjectName(String, Class<? extends DatabaseObject>, boolean) - Method in class liquibase.sdk.database.MockDatabase
 
correctSchema(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
Deprecated. use CatalogAndSchema.standardize(Database)
correctSchema(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
 
correctSchema(CatalogAndSchema) - Method in interface liquibase.database.Database
Deprecated. use CatalogAndSchema.standardize(Database)
correctSchema(CatalogAndSchema) - Method in class liquibase.sdk.database.MockDatabase
 
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.database.PreparedStatementFactory
Create a PreparedStatement object, sql pre-compilation might take place, depending on driver support.
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.
createAddUniqueConstraintChange() - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
 
createAlterSequenceChange(Sequence, DiffOutputControl) - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
 
createBean() - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
 
createBean() - Method in interface liquibase.util.csv.opencsv.bean.MappingStrategy
 
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(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.DatabaseChangeLog
 
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.
createConfiguration(Class<T>) - Method in class liquibase.configuration.LiquibaseConfiguration
 
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() - Method in class liquibase.integration.ant.type.DatabaseType
 
createDatabase(ClassLoader) - Method in class liquibase.integration.ant.type.DatabaseType
 
createDatabase(Connection, ResourceAccessor) - Method in class liquibase.integration.spring.SpringLiquibase
Subclasses may override this method add change some database settings such as default schema before returning the database object.
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
 
createDatabaseFromType(DatabaseType) - Method in class liquibase.integration.ant.BaseLiquibaseTask
 
createDatabaseObject(String, String, String, String, String, String, String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use BaseLiquibaseTask.createDatabaseFromType(DatabaseType) instead.
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(ResourceAccessor, String, String, String, String, String, String, boolean, boolean, String, String, String, String, String, String, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
 
createDescriptionMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
Create the ChangeParameterMetaData "description" value.
createDiffResult() - Method in class liquibase.command.DiffCommand
 
createDropIndexChange() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
 
createDropUniqueConstraintChange() - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
 
createExampleValueMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
Create the ChangeParameterMetaData "example" value.
createExampleValueMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.core.CreateProcedureChange
 
createGeneratorChain(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.DatabaseSnapshot
 
createHandler() - Method in class liquibase.integration.ant.BaseLiquibaseTask.LogRedirector
Deprecated.  
CreateIndexChange - Class in liquibase.change.core
Creates an index on an existing column.
CreateIndexChange() - Constructor for class liquibase.change.core.CreateIndexChange
 
CreateIndexChangeSupplier - Class in liquibase.change.core.supplier
 
CreateIndexChangeSupplier() - Constructor for class liquibase.change.core.supplier.CreateIndexChangeSupplier
 
CreateIndexGenerator - Class in liquibase.sqlgenerator.core
 
CreateIndexGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateIndexGenerator
 
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.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
 
createLiquibase() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. The Liquibase class is now created automatically when the Ant task is executed. Use BaseLiquibaseTask.getLiquibase() instead.
createLiquibase(Connection) - Method in class liquibase.integration.spring.SpringLiquibase
 
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(LiquibaseSerializable) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
 
createNode(String, String, String) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
 
createNode(ColumnConfig) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
 
createOutputWriter() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Subclasses of this class should either instantiate their own output writers or use AbstractChangeLogBasedTask if their task involves a change log.
createPrintStream() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Subclasses of this class should either instantiate their own output writers or use AbstractChangeLogBasedTask if the task involves a change log.
CreateProcedureChange - Class in liquibase.change.core
 
CreateProcedureChange() - Constructor for class liquibase.change.core.CreateProcedureChange
 
CreateProcedureChangeSupplier - Class in liquibase.change.core.supplier
 
CreateProcedureChangeSupplier() - Constructor for class liquibase.change.core.supplier.CreateProcedureChangeSupplier
 
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
 
createReferenceSnapshot() - Method in class liquibase.command.DiffCommand
 
createRequiredDatabasesMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
Create the ChangeParameterMetaData "requiredDatabases" value.
createResourceOpener() - Method in class liquibase.integration.spring.SpringLiquibase
Create a new resourceOpener.
CreateSequenceChange - Class in liquibase.change.core
Creates a new sequence.
CreateSequenceChange() - Constructor for class liquibase.change.core.CreateSequenceChange
 
CreateSequenceChangeSupplier - Class in liquibase.change.core.supplier
 
CreateSequenceChangeSupplier() - Constructor for class liquibase.change.core.supplier.CreateSequenceChangeSupplier
 
CreateSequenceGenerator - Class in liquibase.sqlgenerator.core
 
CreateSequenceGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateSequenceGenerator
 
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.MySQLDatabase
 
createsIndexesForForeignKeys() - Method in interface liquibase.database.Database
 
createsIndexesForForeignKeys() - Method in class liquibase.sdk.database.MockDatabase
 
createSnapshot(CatalogAndSchema, Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
 
createSnapshot(CatalogAndSchema[], Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
 
createSnapshot(DatabaseObject[], Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
 
createSnapshot(T, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
 
createSnapshot(T, Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
 
createStatement(String, String, String) - Method in class liquibase.change.core.LoadDataChange
 
createStatement(String, String, String) - Method in class liquibase.change.core.LoadUpdateDataChange
 
createStatement() - Method in class liquibase.database.jvm.JdbcConnection
 
createStatement(int, int, int) - Method in class liquibase.database.jvm.JdbcConnection
 
createStatement(int, int) - Method in class liquibase.database.jvm.JdbcConnection
 
createStatementSet(String, String, String) - Method in class liquibase.change.core.LoadDataChange
 
createSupportedDatabasesMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
Create the ChangeParameterMetaData "supportedDatabase" value.
createSupportedDatabasesMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
CreateTableChange - Class in liquibase.change.core
Creates a new table.
CreateTableChange() - Constructor for class liquibase.change.core.CreateTableChange
 
CreateTableChangeSupplier - Class in liquibase.change.core.supplier
 
CreateTableChangeSupplier() - Constructor for class liquibase.change.core.supplier.CreateTableChangeSupplier
 
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, String) - Constructor for class liquibase.statement.core.CreateTableStatement
 
createTargetSnapshot() - Method in class liquibase.command.DiffCommand
 
createTargetSnapshot() - Method in class liquibase.command.GenerateChangeLogCommand
 
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
 
createUpdateVisitor() - Method in class liquibase.Liquibase
 
CreateViewChange - Class in liquibase.change.core
Creates a new view.
CreateViewChange() - Constructor for class liquibase.change.core.CreateViewChange
 
CreateViewChangeSupplier - Class in liquibase.change.core.supplier
 
CreateViewChangeSupplier() - Constructor for class liquibase.change.core.supplier.CreateViewChangeSupplier
 
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 - Class in liquibase.statement.core
 
CreateViewStatement(String, String, String, String, boolean) - Constructor for class liquibase.statement.core.CreateViewStatement
 
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) - Constructor for class liquibase.util.csv.CSVReader
 
CSVReader(Reader, char, char) - Constructor for class liquibase.util.csv.CSVReader
 
CSVReader(Reader, char, char, int) - Constructor for class liquibase.util.csv.CSVReader
 
CSVReader - Class in liquibase.util.csv.opencsv
A very simple CSV reader released under a commercial-friendly license.
CSVReader(Reader) - Constructor for class liquibase.util.csv.opencsv.CSVReader
Constructs CSVReader using a comma for the separator.
CSVReader(Reader, char) - Constructor for class liquibase.util.csv.opencsv.CSVReader
Constructs CSVReader with supplied separator.
CSVReader(Reader, char, char) - Constructor for class liquibase.util.csv.opencsv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CSVReader(Reader, char, char, int) - Constructor for class liquibase.util.csv.opencsv.CSVReader
Constructs CSVReader with supplied separator and quote char.
CsvToBean - Class in liquibase.util.csv.opencsv.bean
 
CsvToBean() - Constructor for class liquibase.util.csv.opencsv.bean.CsvToBean
 
CSVWriter - Class in liquibase.util.csv
 
CSVWriter(Writer) - Constructor for class liquibase.util.csv.CSVWriter
 
CSVWriter(Writer, char) - Constructor for class liquibase.util.csv.CSVWriter
 
CSVWriter(Writer, char, char) - Constructor for class liquibase.util.csv.CSVWriter
 
CSVWriter(Writer, char, char, char) - Constructor for class liquibase.util.csv.CSVWriter
 
CSVWriter(Writer, char, char, String) - Constructor for class liquibase.util.csv.CSVWriter
 
CSVWriter(Writer, char, char, char, String) - Constructor for class liquibase.util.csv.CSVWriter
 
CSVWriter - Class in liquibase.util.csv.opencsv
A very simple CSV writer released under a commercial-friendly license.
CSVWriter(Writer) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
Constructs CSVWriter using a comma for the separator.
CSVWriter(Writer, char) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
Constructs CSVWriter with supplied separator.
CSVWriter(Writer, char, char) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(Writer, char, char, char) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(Writer, char, char, String) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
Constructs CSVWriter with supplied separator and quote char.
CSVWriter(Writer, char, char, char, String) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
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
 
CustomChange - Interface in liquibase.change.custom
Interface to implement when creating a custom change.
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
 
CustomChangeWrapperSupplier - Class in liquibase.change.custom.supplier
 
CustomChangeWrapperSupplier() - Constructor for class liquibase.change.custom.supplier.CustomChangeWrapperSupplier
 
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.
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
 
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
 
CustomResolverServiceLocator - Class in liquibase.servicelocator
Allows overriding of the resolver class.
CustomResolverServiceLocator(PackageScanClassResolver) - Constructor for class liquibase.servicelocator.CustomResolverServiceLocator
 
CustomResolverServiceLocator(PackageScanClassResolver, ResourceAccessor) - Constructor for class liquibase.servicelocator.CustomResolverServiceLocator
 
customResourceLocator(URL) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
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.

D

data(String, Object) - Method in class liquibase.sdk.verifytest.TestPermutation
 
data(String, Object, OutputFormat) - Method in class liquibase.sdk.verifytest.TestPermutation
 
Data - Class in liquibase.structure.core
 
Data() - Constructor for class liquibase.structure.core.Data
 
Database - Interface in liquibase.database
 
database - Variable in class liquibase.dbdoc.HTMLWriter
 
database - Variable in class liquibase.executor.AbstractExecutor
 
database - Variable in class liquibase.Liquibase
 
database - Variable in class liquibase.lockservice.StandardLockService
 
database - Variable in class liquibase.statement.ExecutablePreparedStatementBase
 
DatabaseChange - Annotation Type in liquibase.change
Annotation used by AbstractChange to declare ChangeMetaData information.
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
 
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
 
databaseChangeLogLockTableName - Static variable in interface liquibase.database.Database
 
databaseChangeLogLockTableName - Variable in class liquibase.integration.commandline.Main
 
databaseChangeLogTableName - Static variable in interface liquibase.database.Database
 
databaseChangeLogTableName - Variable in class liquibase.integration.commandline.Main
 
DatabaseChangeNote - Annotation Type in liquibase.change
 
DatabaseChangeProperty - Annotation Type in liquibase.change
Annotation used by AbstractChange to declare ChangeParameterMetaData information.
databaseClass - Variable in class liquibase.integration.commandline.Main
 
DatabaseConnection - Interface in liquibase.database
A liquibase abstraction over the normal Connection that is available in java.sql.
DatabaseDataType - Class in liquibase.datatype
 
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
 
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
 
DatabaseLevelObject - Interface in liquibase.structure
 
DatabaseList - Class in liquibase.database
 
DatabaseList() - Constructor for class liquibase.database.DatabaseList
 
DatabaseObject - Interface in liquibase.structure
 
DatabaseObjectCollection - Class in liquibase.structure
 
DatabaseObjectCollection(Database) - Constructor for class liquibase.structure.DatabaseObjectCollection
 
DatabaseObjectComparator - Interface in liquibase.diff.compare
 
DatabaseObjectComparator - Class in liquibase.structure
 
DatabaseObjectComparator() - Constructor for class liquibase.structure.DatabaseObjectComparator
 
DatabaseObjectComparatorChain - Class in liquibase.diff.compare
 
DatabaseObjectComparatorChain(List<DatabaseObjectComparator>) - Constructor for class liquibase.diff.compare.DatabaseObjectComparatorChain
 
DatabaseObjectComparatorFactory - Class in liquibase.diff.compare
 
DatabaseObjectFactory - Class in liquibase.structure.core
 
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
 
DatabaseSupplier - Class in liquibase.sdk.supplier.database
 
DatabaseSupplier() - Constructor for class liquibase.sdk.supplier.database.DatabaseSupplier
 
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
 
dataOutputDirectory - Variable in class liquibase.integration.commandline.Main
 
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
 
DataTypeFactory - Class in liquibase.datatype
 
DataTypeFactory() - Constructor for class liquibase.datatype.DataTypeFactory
 
DataTypeInfo - Annotation Type in liquibase.datatype
 
dataTypeIsNotModifiable(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
dataTypeIsNotModifiable(String) - Method in interface liquibase.database.Database
Types like int4 in postgres cannot have a modifier.
dataTypeIsNotModifiable(String) - Method in class liquibase.sdk.database.MockDatabase
 
DataTypeWrapper - Class in liquibase.common.datatype
A wrapper class for data types.
DataTypeWrapper(LiquibaseDataType) - Constructor for class liquibase.common.datatype.DataTypeWrapper
 
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
 
DB2ConnSupplier - Class in liquibase.database.core.supplier
 
DB2ConnSupplier() - Constructor for class liquibase.database.core.supplier.DB2ConnSupplier
 
DB2Database - Class in liquibase.database.core
 
DB2Database() - Constructor for class liquibase.database.core.DB2Database
 
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
 
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.
debug(String) - Method in class liquibase.integration.ant.logging.AntTaskLogger
 
debug(String, Throwable) - Method in class liquibase.integration.ant.logging.AntTaskLogger
 
debug(String) - Method in class liquibase.logging.core.DefaultLogger
 
debug(String, Throwable) - Method in class liquibase.logging.core.DefaultLogger
 
debug(String) - Method in interface liquibase.logging.Logger
 
debug(String, Throwable) - Method in interface liquibase.logging.Logger
 
debug(String) - Method in class liquibase.sdk.Main
 
DecimalType - Class in liquibase.datatype.core
 
DecimalType() - Constructor for class liquibase.datatype.core.DecimalType
 
DEFAULT - Static variable in class liquibase.CatalogAndSchema
 
DEFAULT_ESCAPE_CHARACTER - Static variable in class liquibase.util.csv.opencsv.CSVWriter
The character used for escaping quotes.
DEFAULT_LINE_END - Static variable in class liquibase.util.csv.opencsv.CSVWriter
Default line terminator uses platform encoding.
DEFAULT_QUOTE_CHARACTER - Static variable in class liquibase.util.csv.opencsv.CSVReader
The default quote character to use if none is supplied to the constructor.
DEFAULT_QUOTE_CHARACTER - Static variable in class liquibase.util.csv.opencsv.CSVWriter
The default quote character to use if none is supplied to the constructor.
DEFAULT_SEPARATOR - Static variable in class liquibase.util.csv.opencsv.CSVReader
The default separator to use if none is supplied to the constructor.
DEFAULT_SEPARATOR - Static variable in class liquibase.util.csv.opencsv.CSVWriter
The default separator to use if none is supplied to the constructor.
DEFAULT_SKIP_LINES - Static variable in class liquibase.util.csv.opencsv.CSVReader
The default line to start reading.
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
 
defaultClassLoader() - Method in class liquibase.servicelocator.ServiceLocator
 
DefaultDatabaseObjectComparator - Class in liquibase.diff.compare.core
 
DefaultDatabaseObjectComparator() - Constructor for class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
 
DefaultFormat - Static variable in class liquibase.sdk.verifytest.OutputFormat
 
DefaultLogger - Class in liquibase.logging.core
 
DefaultLogger() - Constructor for class liquibase.logging.core.DefaultLogger
 
DefaultLoggerConfiguration - Class in liquibase.logging.core
Configuration container for DefaultLogger properties
DefaultLoggerConfiguration() - Constructor for class liquibase.logging.core.DefaultLoggerConfiguration
 
DefaultPackageScanClassResolver - Class in liquibase.servicelocator
Default implement of PackageScanClassResolver
DefaultPackageScanClassResolver() - Constructor for class liquibase.servicelocator.DefaultPackageScanClassResolver
 
defaultSchema - Variable in class liquibase.integration.spring.SpringLiquibase
 
defaultSchemaName - Variable in class liquibase.database.AbstractJdbcDatabase
 
defaultSchemaName - Variable in class liquibase.integration.commandline.Main
 
defaultsFile - Variable in class liquibase.integration.commandline.Main
 
DefaultXmlWriter - Class in liquibase.util.xml
 
DefaultXmlWriter() - Constructor for class liquibase.util.xml.DefaultXmlWriter
 
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
 
DeleteDataChange - Class in liquibase.change.core
 
DeleteDataChange() - Constructor for class liquibase.change.core.DeleteDataChange
 
DeleteDataChangeSupplier - Class in liquibase.change.core.supplier
 
DeleteDataChangeSupplier() - Constructor for class liquibase.change.core.supplier.DeleteDataChangeSupplier
 
DeleteGenerator - Class in liquibase.sqlgenerator.core
 
DeleteGenerator() - Constructor for class liquibase.sqlgenerator.core.DeleteGenerator
 
deleteOnExit(File) - Static method in class liquibase.util.FileUtil
Schedule a file to be deleted when JVM exits.
DeleteStatement - Class in liquibase.statement.core
 
DeleteStatement(String, String, String) - Constructor for class liquibase.statement.core.DeleteStatement
 
DerbyConnection - Class in liquibase.database.jvm
 
DerbyConnection(Connection) - Constructor for class liquibase.database.jvm.DerbyConnection
 
DerbyConnSupplier - Class in liquibase.database.core.supplier
 
DerbyConnSupplier() - Constructor for class liquibase.database.core.supplier.DerbyConnSupplier
 
DerbyDatabase - Class in liquibase.database.core
 
DerbyDatabase() - Constructor for class liquibase.database.core.DerbyDatabase
 
describe(String, Object) - Method in class liquibase.sdk.verifytest.TestPermutation
 
describe(String, Object, OutputFormat) - Method in class liquibase.sdk.verifytest.TestPermutation
 
describeAsGroup(String, Object) - Method in class liquibase.sdk.verifytest.TestPermutation
 
describeAsGroup(String, Object, OutputFormat) - Method in class liquibase.sdk.verifytest.TestPermutation
 
describeAsTable(String, Map) - Method in class liquibase.sdk.verifytest.TestPermutation
 
describeAsTable(String, Map<String, ?>, OutputFormat) - Method in class liquibase.sdk.verifytest.TestPermutation
 
describeValueLookupLogic(ConfigurationProperty) - Method in interface liquibase.configuration.ConfigurationValueProvider
Generates a human consumable description of how the configured ConfigurationValueProvider(s) will attempt to set a default value.
describeValueLookupLogic(Class<? extends ConfigurationContainer>, String) - Method in class liquibase.configuration.LiquibaseConfiguration
Convenience method for LiquibaseConfiguration.describeValueLookupLogic(ConfigurationProperty)
describeValueLookupLogic(ConfigurationProperty) - Method in class liquibase.configuration.LiquibaseConfiguration
Generates a human consumable description of how the configured ConfigurationValueProvider(s) will attempt to set a default value.
describeValueLookupLogic(ConfigurationProperty) - Method in class liquibase.configuration.SystemPropertyProvider
 
describeValueLookupLogic(ConfigurationProperty) - Method in class liquibase.integration.servlet.LiquibaseServletListener.ServletValueContainer
 
descriptors - Variable in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
 
destroy() - Method in interface liquibase.changelog.ChangeLogHistoryService
 
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.OfflineLockService
 
destroy() - Method in class liquibase.lockservice.StandardLockService
 
destroy() - Method in class liquibase.sdk.vagrant.VagrantCommand
 
determineDriverVersion() - Method in class liquibase.database.core.DerbyDatabase
Determine Apache Derby driver major/minor version.
diff(Database, Database, CompareControl) - Method in class liquibase.Liquibase
 
DiffCommand - Class in liquibase.command
 
DiffCommand() - Constructor for class liquibase.command.DiffCommand
 
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
 
DiffGenerator - Interface in liquibase.diff
 
DiffGeneratorFactory - Class in liquibase.diff
 
DiffGeneratorFactory() - Constructor for class liquibase.diff.DiffGeneratorFactory
 
DiffOutputControl - Class in liquibase.diff.output
 
DiffOutputControl() - Constructor for class liquibase.diff.output.DiffOutputControl
 
DiffOutputControl(boolean, boolean, boolean) - Constructor for class liquibase.diff.output.DiffOutputControl
 
DiffResult - Class in liquibase.diff
 
DiffResult(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Constructor for class liquibase.diff.DiffResult
 
DiffStatusListener - Interface in liquibase.diff
 
DiffToChangeLog - Class in liquibase.diff.output.changelog
 
DiffToChangeLog(DiffResult, DiffOutputControl) - Constructor for class liquibase.diff.output.changelog.DiffToChangeLog
 
DiffToChangeLog(DiffOutputControl) - Constructor for class liquibase.diff.output.changelog.DiffToChangeLog
 
DiffToChangeLogCommand - Class in liquibase.command
 
DiffToChangeLogCommand() - Constructor for class liquibase.command.DiffToChangeLogCommand
 
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
 
disableForeignKeyChecks() - Method in class liquibase.database.AbstractJdbcDatabase
 
disableForeignKeyChecks() - Method in class liquibase.database.core.MySQLDatabase
 
disableForeignKeyChecks() - Method in interface liquibase.database.Database
 
disableForeignKeyChecks() - Method in class liquibase.sdk.database.MockDatabase
 
divider() - Method in class liquibase.sdk.Main
 
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
 
doDiffToChangeLog(String, Database, Database, DiffOutputControl, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
 
doDiffToChangeLog(String, Database, Database, DiffOutputControl, String, CompareControl.SchemaComparison[]) - Static method in class liquibase.integration.commandline.CommandLineUtils
 
doesTagExist(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
doesTagExist(String) - Method in interface liquibase.database.Database
 
doesTagExist(String) - Method in class liquibase.sdk.database.MockDatabase
 
doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl) - 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
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class liquibase.integration.servlet.LiquibaseStatusServlet
 
doMigration() - Method in class liquibase.integration.commandline.Main
 
DoubleType - Class in liquibase.datatype.core
 
DoubleType() - Constructor for class liquibase.datatype.core.DoubleType
 
doubleValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
 
driver - Variable in class liquibase.integration.commandline.Main
 
driverPropertiesFile - Variable in class liquibase.integration.commandline.Main
 
driverVersionMajor - Variable in class liquibase.database.core.DerbyDatabase
 
driverVersionMinor - Variable in class liquibase.database.core.DerbyDatabase
 
dropAll() - Method in class liquibase.Liquibase
Drops all database objects in the default schema.
dropAll(CatalogAndSchema...) - Method in class liquibase.Liquibase
Drops all database objects in the passed schema(s).
DropAllForeignKeyConstraintsChange - Class in liquibase.change.core
 
DropAllForeignKeyConstraintsChange() - Constructor for class liquibase.change.core.DropAllForeignKeyConstraintsChange
 
DropAllForeignKeyConstraintsChangeSupplier - Class in liquibase.change.core.supplier
 
DropAllForeignKeyConstraintsChangeSupplier() - Constructor for class liquibase.change.core.supplier.DropAllForeignKeyConstraintsChangeSupplier
 
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
 
DropColumnChangeSupplier - Class in liquibase.change.core.supplier
 
DropColumnChangeSupplier() - Constructor for class liquibase.change.core.supplier.DropColumnChangeSupplier
 
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
Drops all objects owned by the connected user.
dropDatabaseObjects(CatalogAndSchema) - Method in interface liquibase.database.Database
 
dropDatabaseObjects(CatalogAndSchema) - Method in class liquibase.sdk.database.MockDatabase
 
DropDefaultValueChange - Class in liquibase.change.core
Removes the default value from an existing column.
DropDefaultValueChange() - Constructor for class liquibase.change.core.DropDefaultValueChange
 
DropDefaultValueChangeSupplier - Class in liquibase.change.core.supplier
 
DropDefaultValueChangeSupplier() - Constructor for class liquibase.change.core.supplier.DropDefaultValueChangeSupplier
 
DropDefaultValueGenerator - Class in liquibase.sqlgenerator.core
 
DropDefaultValueGenerator() - Constructor for class liquibase.sqlgenerator.core.DropDefaultValueGenerator
 
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
 
DropForeignKeyConstraintChange - Class in liquibase.change.core
Drops an existing foreign key constraint.
DropForeignKeyConstraintChange() - Constructor for class liquibase.change.core.DropForeignKeyConstraintChange
 
DropForeignKeyConstraintChangeSupplier - Class in liquibase.change.core.supplier
 
DropForeignKeyConstraintChangeSupplier() - Constructor for class liquibase.change.core.supplier.DropForeignKeyConstraintChangeSupplier
 
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
 
DropIndexChangeSupplier - Class in liquibase.change.core.supplier
 
DropIndexChangeSupplier() - Constructor for class liquibase.change.core.supplier.DropIndexChangeSupplier
 
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
 
DropNotNullConstraintChangeSupplier - Class in liquibase.change.core.supplier
 
DropNotNullConstraintChangeSupplier() - Constructor for class liquibase.change.core.supplier.DropNotNullConstraintChangeSupplier
 
DropPrimaryKeyChange - Class in liquibase.change.core
Removes an existing primary key.
DropPrimaryKeyChange() - Constructor for class liquibase.change.core.DropPrimaryKeyChange
 
DropPrimaryKeyChangeSupplier - Class in liquibase.change.core.supplier
 
DropPrimaryKeyChangeSupplier() - Constructor for class liquibase.change.core.supplier.DropPrimaryKeyChangeSupplier
 
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
 
DropProcedureChangeSupplier - Class in liquibase.change.core.supplier
 
DropProcedureChangeSupplier() - Constructor for class liquibase.change.core.supplier.DropProcedureChangeSupplier
 
DropProcedureGenerator - Class in liquibase.sqlgenerator.core
 
DropProcedureGenerator() - Constructor for class liquibase.sqlgenerator.core.DropProcedureGenerator
 
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
 
DropSequenceChangeSupplier - Class in liquibase.change.core.supplier
 
DropSequenceChangeSupplier() - Constructor for class liquibase.change.core.supplier.DropSequenceChangeSupplier
 
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
 
DropTableChangeSupplier - Class in liquibase.change.core.supplier
 
DropTableChangeSupplier() - Constructor for class liquibase.change.core.supplier.DropTableChangeSupplier
 
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
 
DropUniqueConstraintChangeSupplier - Class in liquibase.change.core.supplier
 
DropUniqueConstraintChangeSupplier() - Constructor for class liquibase.change.core.supplier.DropUniqueConstraintChangeSupplier
 
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
 
DropViewChangeSupplier - Class in liquibase.change.core.supplier
 
DropViewChangeSupplier() - Constructor for class liquibase.change.core.supplier.DropViewChangeSupplier
 
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
 
DuplicateChangeSetException - Exception in liquibase.exception
 
DuplicateChangeSetException(String) - Constructor for exception liquibase.exception.DuplicateChangeSetException
 
DuplicateStatementIdentifierException - Exception in liquibase.exception
 
DuplicateStatementIdentifierException(String) - Constructor for exception liquibase.exception.DuplicateStatementIdentifierException
 

E

EmptyChange - Class in liquibase.change.core
 
EmptyChange() - Constructor for class liquibase.change.core.EmptyChange
 
EmptyChangeSupplier - Class in liquibase.change.core.supplier
 
EmptyChangeSupplier() - Constructor for class liquibase.change.core.supplier.EmptyChangeSupplier
 
EmptyDatabaseSnapshot - Class in liquibase.snapshot
 
EmptyDatabaseSnapshot(Database) - Constructor for class liquibase.snapshot.EmptyDatabaseSnapshot
 
EmptyDatabaseSnapshot(Database, SnapshotControl) - Constructor for class liquibase.snapshot.EmptyDatabaseSnapshot
 
enableForeignKeyChecks() - Method in class liquibase.database.AbstractJdbcDatabase
 
enableForeignKeyChecks() - Method in class liquibase.database.core.MySQLDatabase
 
enableForeignKeyChecks() - Method in interface liquibase.database.Database
 
enableForeignKeyChecks() - Method in class liquibase.sdk.database.MockDatabase
 
encoding - Variable in class liquibase.change.AbstractSQLChange
 
equals(CatalogAndSchema, Database) - Method in class liquibase.CatalogAndSchema
 
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.common.datatype.DataTypeWrapper
 
equals(Object) - Method in class liquibase.database.AbstractJdbcDatabase
 
equals(Object) - Method in class liquibase.database.jvm.JdbcConnection
 
equals(Object) - Method in class liquibase.datatype.LiquibaseDataType
 
equals(Object) - Method in class liquibase.parser.core.ParsedNode
 
equals(DatabaseObject, Database) - Method in class liquibase.sdk.database.MockDatabase
 
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.Table
 
equals(Object) - Method in class liquibase.structure.core.UniqueConstraint
 
equals(Object) - Method in class liquibase.structure.core.View
 
equals(String, String) - Static method in class liquibase.util.file.FilenameUtils
Checks whether two filenames are equal exactly.
equals(String, String, boolean, IOCase) - Static method in class liquibase.util.file.FilenameUtils
Checks whether two filenames are equal, optionally normalizing and providing control over the case-sensitivity.
equalsNormalized(String, String) - Static method in class liquibase.util.file.FilenameUtils
Checks whether two filenames are equal after both have been normalized.
equalsNormalizedOnSystem(String, String) - Static method in class liquibase.util.file.FilenameUtils
Checks whether two filenames are equal after both have been normalized and using the case rules of the system.
equalsOnSystem(String, String) - Static method in class liquibase.util.file.FilenameUtils
Checks whether two filenames are equal using the case rules of the system.
errorMessages - Variable in class liquibase.exception.ValidationErrors
 
ErrorPrecondition - Class in liquibase.precondition
 
ErrorPrecondition(Throwable, DatabaseChangeLog, Precondition) - Constructor for class liquibase.precondition.ErrorPrecondition
 
escapeColumnName(String, String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
 
escapeColumnName(String, String, String, String, boolean) - Method in class liquibase.database.AbstractJdbcDatabase
Deprecated. Know if you should quote the name or not, and use AbstractJdbcDatabase.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.
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 interface liquibase.database.Database
 
escapeColumnName(String, String, String, String) - Method in class liquibase.sdk.database.MockDatabase
 
escapeColumnName(String, String, String, String, boolean) - Method in class liquibase.sdk.database.MockDatabase
 
escapeColumnNameList(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
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.
escapeColumnNameList(String) - Method in class liquibase.sdk.database.MockDatabase
 
escapeConstraintName(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
escapeConstraintName(String) - Method in interface liquibase.database.Database
 
escapeConstraintName(String) - Method in class liquibase.sdk.database.MockDatabase
 
escapeDataTypeName(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
escapeDataTypeName(String) - Method in class liquibase.database.core.MSSQLDatabase
 
escapeDataTypeName(String) - Method in interface liquibase.database.Database
 
escapeDataTypeName(String) - Method in class liquibase.sdk.database.MockDatabase
 
escapeHtml(String) - Static method in class liquibase.util.StringUtils
 
escapeIndexName(String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
 
escapeIndexName(String, String, String) - Method in class liquibase.database.core.DB2Database
 
escapeIndexName(String, String, String) - Method in class liquibase.database.core.MSSQLDatabase
 
escapeIndexName(String, String, String) - Method in class liquibase.database.core.MySQLDatabase
 
escapeIndexName(String, String, String) - Method in class liquibase.database.core.SybaseDatabase
 
escapeIndexName(String, String, String) - Method in interface liquibase.database.Database
 
escapeIndexName(String, String, String) - Method in class liquibase.sdk.database.MockDatabase
 
escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
 
escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
 
escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.HsqlDatabase
 
escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.InformixDatabase
 
escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MSSQLDatabase
 
escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.PostgresDatabase
 
escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.SybaseDatabase
 
escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
 
escapeObjectName(String, Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
 
escapeObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.sdk.database.MockDatabase
 
escapeObjectName(String, String, String, Class<? extends DatabaseObject>) - Method in class liquibase.sdk.database.MockDatabase
 
escapeSequenceName(String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
 
escapeSequenceName(String, String, String) - Method in interface liquibase.database.Database
 
escapeSequenceName(String, String, String) - Method in class liquibase.sdk.database.MockDatabase
 
escapeStringForDatabase(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
escapeStringForDatabase(String) - Method in class liquibase.database.core.MySQLDatabase
 
escapeStringForDatabase(String) - Method in interface liquibase.database.Database
 
escapeStringForDatabase(String) - Method in class liquibase.sdk.database.MockDatabase
 
escapeTableName(String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
 
escapeTableName(String, String, String) - Method in class liquibase.database.core.MSSQLDatabase
 
escapeTableName(String, String, String) - Method in interface liquibase.database.Database
 
escapeTableName(String, String, String) - Method in class liquibase.sdk.database.MockDatabase
 
escapeViewName(String, String, String) - Method in class liquibase.database.AbstractJdbcDatabase
 
escapeViewName(String, String, String) - Method in class liquibase.database.core.MSSQLDatabase
SQLServer does not support specifying the database name as a prefix to the object name
escapeViewName(String, String, String) - Method in interface liquibase.database.Database
 
escapeViewName(String, String, String) - Method in class liquibase.sdk.database.MockDatabase
 
exception - Variable in class liquibase.change.ChangeStatus
 
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<ColumnConfig>, ChangeSet, ResourceAccessor) - Constructor for class liquibase.statement.ExecutablePreparedStatementBase
 
execute(Database) - Method in interface liquibase.change.custom.CustomTaskChange
Method called to run the change logic.
execute(DatabaseChangeLog, Database) - Method in class liquibase.changelog.ChangeSet
 
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() - Method in class liquibase.command.AbstractCommand
 
execute() - Method in interface liquibase.command.LiquibaseCommand
 
execute(SqlStatement[], List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
 
execute(SqlStatement[], List<SqlVisitor>) - Method in interface liquibase.database.Database
 
execute(Change) - Method in interface liquibase.executor.Executor
Write methods
execute(Change, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
 
execute(SqlStatement) - Method in interface liquibase.executor.Executor
 
execute(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
 
execute(StatementCallback, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
 
execute(Change) - Method in class liquibase.executor.jvm.JdbcExecutor
 
execute(Change, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
 
execute(CallableStatementCallback, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
 
execute(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
 
execute(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
 
execute(Change) - Method in class liquibase.executor.LoggingExecutor
 
execute(Change, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
 
execute(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
 
execute(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
 
execute() - Method in class liquibase.integration.ant.BaseLiquibaseTask
 
execute(SqlStatement[], List<SqlVisitor>) - Method in class liquibase.sdk.database.MockDatabase
 
execute(PreparedStatementFactory) - Method in interface liquibase.statement.ExecutablePreparedStatement
Execute the prepared statement
execute(PreparedStatementFactory) - Method in class liquibase.statement.ExecutablePreparedStatementBase
 
ExecutedAfterChangeSetFilter - Class in liquibase.changelog.filter
 
ExecutedAfterChangeSetFilter(Date, List<RanChangeSet>) - Constructor for class liquibase.changelog.filter.ExecutedAfterChangeSetFilter
 
executeRollbackScript(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
executeRollbackStatements(SqlStatement[], List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
 
executeRollbackStatements(Change, List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
 
executeRollbackStatements(Change, List<SqlVisitor>) - Method in interface liquibase.database.Database
 
executeRollbackStatements(SqlStatement[], List<SqlVisitor>) - Method in interface liquibase.database.Database
 
executeRollbackStatements(Change, List<SqlVisitor>) - Method in class liquibase.sdk.database.MockDatabase
 
executeRollbackStatements(SqlStatement[], List<SqlVisitor>) - Method in class liquibase.sdk.database.MockDatabase
 
ExecuteShellCommandChange - Class in liquibase.change.core
Executes a given shell executable.
ExecuteShellCommandChange() - Constructor for class liquibase.change.core.ExecuteShellCommandChange
 
ExecuteShellCommandChangeSupplier - Class in liquibase.change.core.supplier
 
ExecuteShellCommandChangeSupplier() - Constructor for class liquibase.change.core.supplier.ExecuteShellCommandChangeSupplier
 
ExecuteSqlCommand - Class in liquibase.command
 
ExecuteSqlCommand() - Constructor for class liquibase.command.ExecuteSqlCommand
 
executeStatements(Change, DatabaseChangeLog, List<SqlVisitor>) - Method in class liquibase.database.AbstractJdbcDatabase
 
executeStatements(Change, DatabaseChangeLog, List<SqlVisitor>) - Method in interface liquibase.database.Database
 
executeStatements(Change, DatabaseChangeLog, List<SqlVisitor>) - Method in class liquibase.sdk.database.MockDatabase
 
executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.BaseLiquibaseTask
 
executeWithLiquibaseClassloader() - Method in class liquibase.integration.ant.ChangeLogSyncTask
 
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
 
ExecutorService - Class in liquibase.executor
 
expandExpressions(String, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
 
expandExpressions(String, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters.ExpressionExpander
 
expandExpressions(ParsedNode) - Method in class liquibase.changelog.DatabaseChangeLog
 
ExpectedChangesVisitor - Class in liquibase.changelog.visitor
 
ExpectedChangesVisitor(List<RanChangeSet>) - Constructor for class liquibase.changelog.visitor.ExpectedChangesVisitor
 
EXTENSION_SEPARATOR - Static variable in class liquibase.util.file.FilenameUtils
The extension separator character.
EXTENSION_SEPARATOR_STR - Static variable in class liquibase.util.file.FilenameUtils
The extension separator String.
extractData(ResultSet) - Method in class liquibase.executor.jvm.RowMapperResultSetExtractor
 

F

FailedPrecondition - Class in liquibase.precondition
 
FailedPrecondition(String, DatabaseChangeLog, Precondition) - Constructor for class liquibase.precondition.FailedPrecondition
 
fatal(String) - Method in class liquibase.sdk.Main
 
fatal(Throwable) - Method in class liquibase.sdk.Main
 
fatal(String, Throwable) - Method in class liquibase.sdk.Main
 
FILE_ENCODING - Static variable in class liquibase.util.SystemUtils
The file.encoding System Property.
FILE_SEPARATOR - Static variable in class liquibase.util.SystemUtils
The file.separator System Property.
FilenameUtils - Class in liquibase.util.file
Original code copied from Commons IO.
FilenameUtils() - Constructor for class liquibase.util.file.FilenameUtils
Instances should NOT be constructed in standard programming.
FileSystemResourceAccessor - Class in liquibase.resource
A @{link ResourceAccessor} implementation which finds Files in the File System.
FileSystemResourceAccessor() - Constructor for class liquibase.resource.FileSystemResourceAccessor
Creates with no base directory.
FileSystemResourceAccessor(String) - Constructor for class liquibase.resource.FileSystemResourceAccessor
Creates with base directory for relative path support.
FileUtil - Class in liquibase.util
 
FileUtil() - Constructor for class liquibase.util.FileUtil
 
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
find(PackageScanFilter, String, Set<Class<?>>) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
findAllClasses(String, ClassLoader) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
findByFilter(PackageScanFilter, String...) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
findByFilter(PackageScanFilter, String...) - Method in interface liquibase.servicelocator.PackageScanClassResolver
Attempts to discover classes filter by the provided filter
findClass(Class) - Method in class liquibase.servicelocator.ServiceLocator
 
findClasses(Class<T>) - Method in class liquibase.servicelocator.ServiceLocator
 
findConfigurations(String[]) - Method in class liquibase.sdk.supplier.database.ConnectionConfigurationFactory
 
findCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.DatabaseFactory
 
findDefaultDriver(String) - Method in class liquibase.database.DatabaseFactory
 
findDescriptor(int) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
 
findDescriptor(String) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
 
findDescriptor(int) - Method in interface liquibase.util.csv.opencsv.bean.MappingStrategy
Implementation will have to return a property descriptor from a bean based on the current column.
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
 
findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl, Set<String>) - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
 
findDifferences(DatabaseObject, DatabaseObject, Database, CompareControl) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
 
FindForeignKeyConstraintsGeneratorDB2 - Class in liquibase.sqlgenerator.core
 
FindForeignKeyConstraintsGeneratorDB2() - Constructor for class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorDB2
 
FindForeignKeyConstraintsGeneratorFirebird - Class in liquibase.sqlgenerator.core
 
FindForeignKeyConstraintsGeneratorFirebird() - Constructor for class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorFirebird
 
FindForeignKeyConstraintsGeneratorHsql - Class in liquibase.sqlgenerator.core
 
FindForeignKeyConstraintsGeneratorHsql() - Constructor for class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorHsql
 
FindForeignKeyConstraintsGeneratorMSSQL - Class in liquibase.sqlgenerator.core
 
FindForeignKeyConstraintsGeneratorMSSQL() - Constructor for class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMSSQL
 
FindForeignKeyConstraintsGeneratorMySQL - Class in liquibase.sqlgenerator.core
 
FindForeignKeyConstraintsGeneratorMySQL() - Constructor for class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMySQL
 
FindForeignKeyConstraintsGeneratorOracle - Class in liquibase.sqlgenerator.core
 
FindForeignKeyConstraintsGeneratorOracle() - Constructor for class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorOracle
 
FindForeignKeyConstraintsGeneratorPostgres - Class in liquibase.sqlgenerator.core
 
FindForeignKeyConstraintsGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorPostgres
 
FindForeignKeyConstraintsStatement - Class in liquibase.statement.core
 
FindForeignKeyConstraintsStatement(String, String, String) - Constructor for class liquibase.statement.core.FindForeignKeyConstraintsStatement
 
findImplementations(Class, String...) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
findImplementations(Class<?>, String...) - Method in interface liquibase.servicelocator.PackageScanClassResolver
Attempts to discover classes that are assignable to the type provided.
findInAllClasses(PackageScanFilter, String, Set<Class<?>>) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
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 changlelog 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.LiquibaseDataType
 
FirebirdConnSupplier - Class in liquibase.database.core.supplier
 
FirebirdConnSupplier() - Constructor for class liquibase.database.core.supplier.FirebirdConnSupplier
 
FirebirdDatabase - Class in liquibase.database.core
Firebird database implementation.
FirebirdDatabase() - Constructor for class liquibase.database.core.FirebirdDatabase
 
fireRan(ChangeSet, DatabaseChangeLog, Database, ChangeSet.ExecType) - Method in class liquibase.changelog.visitor.UpdateVisitor
 
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
 
fixChanged(DatabaseObject, ObjectDifferences, DiffOutputControl, Database, Database, ChangeGeneratorChain) - Method in interface liquibase.diff.output.changelog.ChangedObjectChangeGenerator
 
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 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.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.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
 
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
On windows machines, it splits args on '=' signs.
FloatType - Class in liquibase.datatype.core
 
FloatType() - Constructor for class liquibase.datatype.core.FloatType
 
floatValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
 
flush() - Method in class liquibase.util.csv.opencsv.CSVWriter
Flush underlying stream to writer.
forceReleaseLock() - Method in interface liquibase.lockservice.LockService
Releases whatever locks are on the database change log table
forceReleaseLock() - Method in class liquibase.lockservice.OfflineLockService
 
forceReleaseLock() - Method in class liquibase.lockservice.StandardLockService
 
forceReleaseLocks() - Method in class liquibase.Liquibase
 
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, String, String) - 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(Object) - Method in class liquibase.sdk.verifytest.OutputFormat.ArrayFormat
 
format(Object) - Method in class liquibase.sdk.verifytest.OutputFormat.CollectionFormat
 
format(Object) - Method in class liquibase.sdk.verifytest.OutputFormat
 
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
 
formatNumber(String) - Method in class liquibase.datatype.LiquibaseDataType
 
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
 
from(DataType, Database) - Method in class liquibase.datatype.DataTypeFactory
 
from(DatabaseDataType, Database) - Method in class liquibase.datatype.DataTypeFactory
 
fromDescription(String, Database) - Method in class liquibase.datatype.DataTypeFactory
 
FromFile - Static variable in class liquibase.sdk.verifytest.OutputFormat
 
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
 
functionToSql(DatabaseFunction, Database) - Method in class liquibase.datatype.LiquibaseDataType
 
futureRollbackSQL(String, Writer) - Method in class liquibase.Liquibase
 
futureRollbackSQL(Writer) - Method in class liquibase.Liquibase
 
futureRollbackSQL(String, Writer, boolean) - Method in class liquibase.Liquibase
 
futureRollbackSQL(Integer, String, Writer) - Method in class liquibase.Liquibase
 
futureRollbackSQL(Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
 
futureRollbackSQL(Integer, String, Writer, boolean) - Method in class liquibase.Liquibase
 
futureRollbackSQL(Integer, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
 
futureRollbackSQL(Integer, Contexts, LabelExpression, Writer, boolean) - Method in class liquibase.Liquibase
 
futureRollbackSQL(String, Contexts, LabelExpression, Writer) - 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
 

G

generate(Database) - Method in class liquibase.statement.core.RuntimeStatement
 
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.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.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
 
GenerateChangeLogCommand() - Constructor for class liquibase.command.GenerateChangeLogCommand
 
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 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.LoadDataChange
 
generateCheckSum() - Method in class liquibase.changelog.ChangeSet
 
generateCheckSum() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
 
generateCheckSum() - Method in interface liquibase.sql.visitor.SqlVisitor
 
generateConfigFiles(Map<String, Object>) - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
generateConfigFiles(Map<String, Object>) - Method in class liquibase.database.core.supplier.MSSQLConnSupplier
 
generateConfigFiles(Map<String, Object>) - Method in class liquibase.database.core.supplier.MySQLConnSupplier
 
generateConfigFiles(Map<String, Object>) - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
generateConfigFiles(Map<String, Object>) - Method in class liquibase.database.core.supplier.PostgresqlConnSupplier
 
generateConfigFiles(Map<String, Object>) - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
generateCountSql(TableRowCountStatement, Database) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
 
generateCreateTableStatement() - Method in class liquibase.change.core.CreateTableChange
 
generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.database.AbstractJdbcDatabase
 
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.
generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.sdk.database.MockDatabase
 
generateDefaultConstraintName(String, String) - Method in class liquibase.database.core.MSSQLDatabase
 
generateDefaultConstraintName(String, String) - Method in class liquibase.database.core.SybaseDatabase
 
generateDocumentation(String) - Method in class liquibase.Liquibase
 
generateDocumentation(String, String) - Method in class liquibase.Liquibase
 
generateDocumentation(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
generateHeader(StringBuffer, InsertStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertGenerator
 
generateHeader(StringBuffer, InsertSetStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
 
generateId() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
 
generateId() - Method in class liquibase.snapshot.SnapshotIdService
 
generatePrimaryKeyName(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
generatePrimaryKeyName(String) - Method in class liquibase.database.core.DB2Database
 
generatePrimaryKeyName(String) - Method in class liquibase.database.core.OracleDatabase
 
generatePrimaryKeyName(String) - Method in interface liquibase.database.Database
 
generatePrimaryKeyName(String) - Method in class liquibase.sdk.database.MockDatabase
 
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 calls CustomSqlRollback.generateRollbackStatements(liquibase.database.Database) or CustomTaskRollback.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 the SqlStatement objects returned by Change.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(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.AddDefaultValueGeneratorSybase
 
generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
 
generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueSQLite
 
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.AddUniqueConstraintGenerator
 
generateSql(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
 
generateSql(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
 
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
 
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(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGenerator
 
generateSql(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
 
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(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(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(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorDB2
 
generateSql(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorFirebird
 
generateSql(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorHsql
 
generateSql(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMSSQL
 
generateSql(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMySQL
 
generateSql(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorOracle
 
generateSql(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorPostgres
 
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.GetViewDefinitionGeneratorSybase
 
generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
 
generateSql(InitializeDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
 
generateSql(InsertExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertDataChangeGenerator
 
generateSql(InsertStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertGenerator
 
generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
 
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(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(RawSqlStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RawSqlGenerator
 
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(RenameViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
 
generateSql(ReorganizeTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
 
generateSql(RuntimeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RuntimeGenerator
 
generateSql(SelectFromDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator
 
generateSql(SelectFromDatabaseChangeLogLockStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator
 
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(StoredProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.StoredProcedureGenerator
 
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(UpdateExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateDataChangeGenerator
 
generateSql(UpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateGenerator
 
generateSql(StatementType, Database, SqlGeneratorChain) - Method in interface liquibase.sqlgenerator.SqlGenerator
Generate the actual Sql for the given statement and database.
generateSql(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorChain
 
generateSql(Change, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
 
generateSql(SqlStatement[], Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
 
generateSql(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
 
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
 
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(String, String, 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 calls CustomSqlChange.generateStatements(liquibase.database.Database) or CustomTaskChange.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
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 interface liquibase.sqlgenerator.SqlGenerator
Does this change require access to the database metadata? If true, the change cannot be used in an updateSql-style command.
generateStatementsVolatile(Database) - Method in class liquibase.change.AbstractChange
Implementation delegates logic to the SqlGenerator.generateStatementsIsVolatile(Database) method on the SqlStatement objects returned by Change.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.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.
generateValues(StringBuffer, InsertStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertGenerator
 
generateValues(StringBuffer, InsertSetStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
 
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(String) - Method in class liquibase.snapshot.CachedRow
 
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(Class<DatabaseObjectType>) - Method in class liquibase.snapshot.DatabaseSnapshot
Returns all objects of the given type that are already included in this snapshot.
get(DatabaseObjectType) - 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.structure.DatabaseObjectCollection
Returns all objects of the given type that are already included in this snapshot.
getAbsolutePath(String) - Method in class liquibase.statement.ExecutablePreparedStatementBase
Gets absolute and normalized path for path.
getAddAfterColumn() - Method in class liquibase.statement.core.AddColumnStatement
 
getAddAtPosition() - Method in class liquibase.statement.core.AddColumnStatement
 
getAddBeforeColumn() - Method in class liquibase.statement.core.AddColumnStatement
 
getAddColumnConfigSupplier() - Method in class liquibase.sdk.supplier.change.AbstractChangeSupplier
 
getAdditionalInformation() - Method in class liquibase.datatype.LiquibaseDataType
 
getAdminPassword() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getAdminUsername() - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
getAdminUsername() - Method in class liquibase.database.core.supplier.DerbyConnSupplier
 
getAdminUsername() - Method in class liquibase.database.core.supplier.FirebirdConnSupplier
 
getAdminUsername() - Method in class liquibase.database.core.supplier.H2ConnSupplier
 
getAdminUsername() - Method in class liquibase.database.core.supplier.HsqlConnSupplier
 
getAdminUsername() - Method in class liquibase.database.core.supplier.InformixConnSupplier
 
getAdminUsername() - Method in class liquibase.database.core.supplier.MSSQLConnSupplier
 
getAdminUsername() - Method in class liquibase.database.core.supplier.MySQLConnSupplier
 
getAdminUsername() - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getAdminUsername() - Method in class liquibase.database.core.supplier.PostgresqlConnSupplier
 
getAdminUsername() - Method in class liquibase.database.core.supplier.SQLiteConnSupplier
 
getAdminUsername() - Method in class liquibase.database.core.supplier.SybaseASAConnSupplier
 
getAdminUsername() - Method in class liquibase.database.core.supplier.SybaseConnSupplier
 
getAdminUsername() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
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(Database) - Method in class liquibase.change.AbstractChange
Implementation delegates logic to the SqlGeneratorFactory.getAffectedDatabaseObjects(liquibase.statement.SqlStatement, liquibase.database.Database) method on the SqlStatement objects returned by Change.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() - Method in class liquibase.sql.SingleLineComment
 
getAffectedDatabaseObjects() - Method in interface liquibase.sql.Sql
 
getAffectedDatabaseObjects() - Method in class liquibase.sql.UnparsedSql
 
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(SequenceNextValueFunction) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
 
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
 
getAffectedTable(Database, String) - Method in class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
 
getAffectedTable(CopyRowsStatement) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
 
getAffectedTable(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
 
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(InsertStatement) - Method in class liquibase.sqlgenerator.core.InsertGenerator
 
getAffectedTable(InsertOrUpdateStatement) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
 
getAffectedTable(InsertSetStatement) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
 
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(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
 
getAfterColumn() - Method in class liquibase.change.AddColumnConfig
 
getAliases() - Method in class liquibase.common.datatype.DataTypeWrapper
 
getAliases() - Method in class liquibase.datatype.LiquibaseDataType
 
getAllChangeNamespaces() - Method in class liquibase.change.ChangeFactory
 
getAllClasses() - Method in class liquibase.sdk.Context
 
getAllDatabases() - Method in class liquibase.sdk.supplier.database.DatabaseSupplier
 
getAllParameterPermutations(Database) - Method in class liquibase.sdk.supplier.change.AbstractChangeSupplier
 
getAllParameterPermutations(Database) - Method in interface liquibase.sdk.supplier.change.ChangeSupplier
 
getAlternateCatalog() - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
getAlternateCatalog() - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getAlternateCatalog() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getAlternatePaths(String) - Method in class liquibase.integration.commandline.CommandLineResourceAccessor
Return alternate options for the given path that the user maybe meant.
getAlternateSchema() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getAlternateTablespace() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getAlternateUsername() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getAlternateUserPassword() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getAlterTableStatements(SQLiteDatabase.AlterTableVisitor, Database, String, String, String) - Static method in class liquibase.database.core.SQLiteDatabase
 
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
 
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, Class<T>) - Method in class liquibase.structure.AbstractDatabaseObject
 
getAttribute(String, T) - Method in class liquibase.structure.AbstractDatabaseObject
 
getAttribute(String, Class<T>) - Method in interface liquibase.structure.DatabaseObject
 
getAttribute(String, T) - Method in interface liquibase.structure.DatabaseObject
 
getAttributes() - Method in class liquibase.structure.AbstractDatabaseObject
 
getAttributes() - Method in interface liquibase.structure.DatabaseObject
 
getAuthor() - Method in class liquibase.changelog.ChangeSet
 
getAuthor() - Method in class liquibase.changelog.RanChangeSet
 
getAuthor() - Method in class liquibase.command.GenerateChangeLogCommand
 
getAuthor() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
 
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.OfflineConnection
 
getAutoCommitMode() - Method in class liquibase.database.AbstractJdbcDatabase
Auto-commit mode to run in
getAutoCommitMode() - Method in interface liquibase.database.Database
Auto-commit mode to run in
getAutoCommitMode() - Method in class liquibase.sdk.database.MockDatabase
 
getAutoIncrementByClause() - Method in class liquibase.database.AbstractJdbcDatabase
 
getAutoIncrementByClause() - Method in class liquibase.database.core.H2Database
 
getAutoIncrementByClause() - Method in class liquibase.database.core.MSSQLDatabase
 
getAutoIncrementClause(BigInteger, BigInteger) - Method in class liquibase.database.AbstractJdbcDatabase
Returns database-specific auto-increment DDL clause.
getAutoIncrementClause() - Method in class liquibase.database.AbstractJdbcDatabase
 
getAutoIncrementClause() - Method in class liquibase.database.core.H2Database
 
getAutoIncrementClause(BigInteger, BigInteger) - Method in class liquibase.database.core.InformixDatabase
 
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.SQLiteDatabase
 
getAutoIncrementClause() - Method in class liquibase.database.core.SybaseASADatabase
 
getAutoIncrementClause() - Method in class liquibase.database.core.SybaseDatabase
 
getAutoIncrementClause(BigInteger, BigInteger) - Method in interface liquibase.database.Database
 
getAutoIncrementClause(BigInteger, BigInteger) - Method in class liquibase.sdk.database.MockDatabase
 
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
 
getBackingIndex() - Method in class liquibase.structure.core.ForeignKey
 
getBackingIndex() - Method in class liquibase.structure.core.PrimaryKey
 
getBackingIndex() - Method in class liquibase.structure.core.UniqueConstraint
 
getBaseColumnNames() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
getBaseColumnNames() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
getBaseColumns() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
getBaseDirectory(VerifiedTest) - Method in class liquibase.sdk.verifytest.VerifiedTestFactory
 
getBaseName(String) - Static method in class liquibase.util.file.FilenameUtils
Gets the base name, minus the full path and extension, from a full filename.
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.AddForeignKeyConstraintStatement
 
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.AddForeignKeyConstraintStatement
 
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.AddForeignKeyConstraintStatement
 
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.
getBeforeColumn() - Method in class liquibase.change.AddColumnConfig
 
getBody() - Method in class liquibase.structure.core.StoredDatabaseLogic
 
getBoolean(String) - Method in class liquibase.snapshot.CachedRow
 
getBuildVersion() - Static method in class liquibase.util.LiquibaseUtil
 
getCacheSize() - Method in class liquibase.change.core.AlterSequenceChange
 
getCacheSize() - Method in class liquibase.change.core.CreateSequenceChange
 
getCacheSize() - Method in class liquibase.statement.core.AlterSequenceStatement
 
getCacheSize() - Method in class liquibase.statement.core.CreateSequenceStatement
 
getCacheSize() - Method in class liquibase.structure.core.Sequence
 
getCanVerify() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getCatalog() - Method in interface liquibase.database.DatabaseConnection
 
getCatalog() - Method in class liquibase.database.jvm.JdbcConnection
 
getCatalog() - Method in class liquibase.database.OfflineConnection
 
getCatalog() - Method in class liquibase.integration.ant.DropAllTask
 
getCatalog() - Method in interface liquibase.structure.CatalogLevelObject
 
getCatalog() - Method in class liquibase.structure.core.Schema
 
getCatalogName() - Method in class liquibase.CatalogAndSchema
 
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.LoadDataChange
 
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.ForeignKeyExistsPrecondition
 
getCatalogName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
 
getCatalogName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
 
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.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.AlterSequenceStatement
 
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.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
 
getChangedObject(DatabaseObject) - 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
 
getChangeLog() - Method in class liquibase.changelog.ChangeSet
 
getChangeLog() - Method in class liquibase.changelog.RanChangeSet
 
getChangeLog() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
getChangeLog() - Method in class liquibase.integration.spring.SpringLiquibase
Returns a Resource that is able to resolve to a file or classpath resource.
getChangeLogFile() - Method in class liquibase.command.DiffToChangeLogCommand
 
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.LiquibaseServletListener
 
getChangeLogFile() - Method in class liquibase.Liquibase
Return the change log file used by this Liquibase instance.
getChangeLogFile() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
 
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
 
getChangeLogParameters() - Method in class liquibase.Liquibase
Returns the ChangeLogParameters container used by this Liquibase instance.
getChangeLogSerializer() - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
 
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.sdk.supplier.change.AbstractChangeSupplier
 
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.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(String, String, String) - Method in class liquibase.changelog.DatabaseChangeLog
 
getChangeSet(RanChangeSet) - Method in class liquibase.changelog.DatabaseChangeLog
 
getChangeSet() - Method in class liquibase.statement.core.MarkChangeSetRanStatement
 
getChangeSet() - Method in class liquibase.statement.core.RemoveChangeSetRanStatusStatement
 
getChangeSet() - Method in class liquibase.statement.core.UpdateChangeSetChecksumStatement
 
getChangeSetAuthor() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
 
getChangeSetFilters() - Method in class liquibase.changelog.ChangeLogIterator
 
getChangeSetPath() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
 
getChangeSets() - 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 change sets that will execute
getChangeSetsToSkip() - Method in class liquibase.changelog.visitor.StatusVisitor
Return the change sets that will NOT execute
getChangeValidationExceptions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
 
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.
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, 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.
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) - Method in class liquibase.parser.core.ParsedNode
Returns the value of the given node with no conversion attempted.
getClassLoader() - Method in class liquibase.change.custom.CustomChangeWrapper
Returns the classloader to use when creating the CustomChange instance in CustomChangeWrapper.setClass(String).
getClassLoader() - Method in class liquibase.precondition.CustomPreconditionWrapper
 
getClassLoaders() - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
getClassLoaders() - Method in interface liquibase.servicelocator.PackageScanClassResolver
Gets the ClassLoader instances that should be used when scanning for classes.
getClassName() - Method in class liquibase.change.custom.CustomChangeWrapper
Return the name of the custom class set in CustomChangeWrapper.setClass(String)
getClassName() - Method in class liquibase.precondition.CustomPreconditionWrapper
 
getClasspath() - Method in class liquibase.sdk.convert.ConvertCommand
 
getCleanup() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getClustered() - Method in class liquibase.change.core.AddPrimaryKeyChange
 
getClustered() - Method in class liquibase.change.core.CreateIndexChange
 
getClustered() - Method in class liquibase.structure.core.Index
 
getColumn() - Method in class liquibase.statement.ForeignKeyConstraint
 
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.statement.core.AddAutoIncrementStatement
 
getColumnDataType() - Method in class liquibase.statement.core.AddDefaultValueStatement
 
getColumnDataType() - Method in class liquibase.statement.core.DropDefaultValueStatement
 
getColumnDataType() - Method in class liquibase.statement.core.RenameColumnStatement
 
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.
getColumnMapping() - Method in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
 
getColumnMapping() - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
 
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.AutoIncrementConstraint
 
getColumnName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
 
getColumnName() - Method in class liquibase.statement.core.AddColumnStatement
 
getColumnName() - Method in class liquibase.statement.core.AddDefaultValueStatement
 
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
 
getColumnName(int) - Method in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
 
getColumnName(int) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
 
getColumnName(int) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
 
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.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
 
getColumnRemarks(String) - Method in class liquibase.statement.core.CreateTableStatement
 
getColumns() - Method in interface liquibase.change.ChangeWithColumns
Return all the ColumnConfig objects defined for this Change
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.UpdateDataChange
 
getColumns(String, String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
Return the columns for the given catalog, schema, table, and column.
getColumns() - Method in class liquibase.statement.core.AddColumnStatement
 
getColumns() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
 
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
 
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
 
getColumnType() - Method in class liquibase.statement.core.AddColumnStatement
 
getColumnTypes() - Method in class liquibase.statement.core.CreateTableStatement
 
getColumnValue(ResultSet, int) - Method in class liquibase.executor.jvm.ColumnMapRowMapper
Retrieve a JDBC object value for the specified column.
getColumnValue(String) - Method in class liquibase.statement.core.InsertStatement
 
getColumnValues() - Method in class liquibase.statement.core.InsertStatement
 
getCommand() - Method in class liquibase.sdk.Main
 
getComment() - Method in class liquibase.change.core.RawSQLChange
 
getComments() - Method in class liquibase.change.core.CreateProcedureChange
 
getComments() - Method in class liquibase.changelog.ChangeSet
 
getComments() - Method in class liquibase.changelog.ChangeSetStatus
ChangeSet comments
getComments() - Method in class liquibase.changelog.RanChangeSet
 
getCommitSQL() - Method in class liquibase.sdk.database.MockDatabase
 
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.DiffCommand
 
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
 
getComparisonSnapshot() - Method in class liquibase.diff.DiffResult
 
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.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.
getConcatSql(String...) - Method in class liquibase.sdk.database.MockDatabase
 
getConfiguration(Class<T>) - Method in class liquibase.configuration.LiquibaseConfiguration
Return an instance of the passed AbstractConfigurationContainer type.
getConfigurationName() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getConfigurations(Database) - Method in class liquibase.sdk.supplier.database.ConnectionConfigurationFactory
 
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 interface liquibase.database.Database
 
getConnection() - Method in class liquibase.sdk.database.MockDatabase
 
getConnectionCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
 
getConnectionCatalogName() - Method in class liquibase.database.core.DerbyDatabase
 
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.MSSQLDatabase
 
getConnectionSchemaName() - Method in class liquibase.database.core.PostgresDatabase
 
getConnectionSchemaName() - Method in class liquibase.database.core.SybaseASADatabase
 
getConnectionSchemaName() - Method in class liquibase.database.core.SybaseDatabase
 
getConnectionURL() - Method in class liquibase.sdk.database.MockDatabase
 
getConnectionUserName() - Method in interface liquibase.database.DatabaseConnection
 
getConnectionUserName() - Method in class liquibase.database.jvm.JdbcConnection
 
getConnectionUserName() - Method in class liquibase.database.OfflineConnection
 
getConnectionUsername() - Method in class liquibase.sdk.database.MockDatabase
 
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.DropPrimaryKeyChange
 
getConstraintName() - Method in class liquibase.change.core.DropUniqueConstraintChange
 
getConstraintName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
getConstraintName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
 
getConstraintName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
 
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.PrimaryKeyConstraint
 
getConstraintName() - Method in class liquibase.statement.UniqueConstraint
 
getConstraints() - Method in class liquibase.change.ColumnConfig
Returns the ConstraintsConfig this ColumnConfig is using.
getConstraints() - Method in class liquibase.statement.core.AddColumnStatement
 
getContainer() - Method in class liquibase.configuration.AbstractConfigurationContainer
 
getContainerTypes(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
 
getContainingObjects() - Method in class liquibase.database.AbstractJdbcDatabase
 
getContainingObjects() - Method in class liquibase.sdk.database.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
 
getContentLength(InputStream) - Static method in class liquibase.util.StreamUtil
 
getContentLength(Reader) - Static method in class liquibase.util.StreamUtil
 
getContents(File, boolean, boolean, boolean, String, Set<String>) - Method in class liquibase.resource.AbstractResourceAccessor
 
getContents(File) - Static method in class liquibase.util.FileUtil
 
getContext() - Method in class liquibase.changelog.ChangeLogProperty
 
getContext() - Method in class liquibase.command.GenerateChangeLogCommand
 
getContext() - Method in class liquibase.diff.output.DiffOutputControl
 
getContext() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier.ConfigTemplate
 
getContextExpression() - Method in class liquibase.changelog.RanChangeSet
 
getContexts() - Method in class liquibase.changelog.ChangeLogParameters
 
getContexts() - Method in class liquibase.changelog.ChangeSet
 
getContexts() - Method in class liquibase.ContextExpression
 
getContexts() - Method in class liquibase.Contexts
 
getContexts() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
 
getContexts() - Method in class liquibase.integration.ant.BaseLiquibaseTask
This method no longer does anything.
getContexts() - Method in class liquibase.integration.servlet.LiquibaseServletListener
 
getContexts() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
getContexts() - Method in class liquibase.integration.spring.SpringLiquibase
 
getContexts() - Method in class liquibase.RuntimeEnvironment
 
getContexts() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
 
getContexts() - Method in interface liquibase.sql.visitor.SqlVisitor
 
getCopyColumns() - Method in class liquibase.statement.core.CopyRowsStatement
 
getCSVReader() - Method in class liquibase.change.core.LoadDataChange
 
getCurrentCheckSum() - Method in class liquibase.changelog.ChangeSetStatus
 
getCurrentDateTimeFunction() - Method in class liquibase.database.AbstractJdbcDatabase
 
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.BaseLiquibaseTask
Deprecated. Use DatabaseType.getCurrentDateTimeFunction() instead.
getCurrentDateTimeFunction() - Method in class liquibase.integration.ant.type.DatabaseType
 
getCurrentDateTimeFunction() - Method in class liquibase.sdk.database.MockDatabase
 
getCurrentValue(Change) - Method in class liquibase.change.ChangeParameterMetaData
Returns the current value of this parameter for the given Change.
getCurrentVersion() - Static method in class liquibase.change.CheckSum
Return the current CheckSum algorithm version.
getCustomChange() - Method in class liquibase.change.custom.CustomChangeWrapper
Return the CustomChange instance created by the call to CustomChangeWrapper.setClass(String).
getCycle() - Method in class liquibase.change.core.CreateSequenceChange
 
getCycle() - Method in class liquibase.statement.core.CreateSequenceStatement
 
getData() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getDatabase() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
 
getDatabase() - Method in class liquibase.changelog.visitor.ValidatingVisitor
 
getDatabase() - Method in class liquibase.command.ExecuteSqlCommand
 
getDatabase() - Method in class liquibase.command.SnapshotCommand
 
getDatabase(String) - Method in class liquibase.database.DatabaseFactory
 
getDatabase() - Method in class liquibase.Liquibase
Returns the Database used by this Liquibase instance.
getDatabase() - Method in class liquibase.snapshot.DatabaseSnapshot
 
getDatabaseCatalogNames(Database) - Method in class liquibase.snapshot.jvm.CatalogSnapshotGenerator
 
getDatabaseChangeLog() - Method in class liquibase.Liquibase
 
getDatabaseChangeLogLockPollRate() - Method in class liquibase.configuration.GlobalConfiguration
Wait time (in seconds) between polling requests to the changelog lock system.
getDatabaseChangeLogLockTable(Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
 
getDatabaseChangeLogLockTableName() - Method in class liquibase.configuration.GlobalConfiguration
Table name to use for DATABASECHANGELOGLOCK
getDatabaseChangeLogLockTableName() - Method in class liquibase.database.AbstractJdbcDatabase
 
getDatabaseChangeLogLockTableName() - Method in class liquibase.database.core.PostgresDatabase
 
getDatabaseChangeLogLockTableName() - Method in interface liquibase.database.Database
 
getDatabaseChangeLogLockTableName() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.getDatabaseChangeLogLockTableName() instead.
getDatabaseChangeLogLockTableName() - Method in class liquibase.integration.ant.type.DatabaseType
 
getDatabaseChangeLogLockTableName() - Method in class liquibase.sdk.database.MockDatabase
 
getDatabaseChangeLogLockWaitTime() - Method in class liquibase.configuration.GlobalConfiguration
Wait time (in minutes) to wait to receive the changelog lock before giving up.
getDatabaseChangeLogObjectsTablespace() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.getLiquibaseTablespaceName() instead.
getDatabaseChangeLogTable(SnapshotControl, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
 
getDatabaseChangeLogTableName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
getDatabaseChangeLogTableName() - Method in class liquibase.configuration.GlobalConfiguration
Table name to use for DATABASECHANGELOG
getDatabaseChangeLogTableName() - Method in class liquibase.database.AbstractJdbcDatabase
 
getDatabaseChangeLogTableName() - Method in class liquibase.database.core.PostgresDatabase
 
getDatabaseChangeLogTableName() - Method in interface liquibase.database.Database
 
getDatabaseChangeLogTableName() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.getDatabaseChangeLogTableName() instead.
getDatabaseChangeLogTableName() - Method in class liquibase.integration.ant.type.DatabaseType
 
getDatabaseChangeLogTableName() - Method in class liquibase.sdk.database.MockDatabase
 
getDatabaseClass() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.getDatabaseClass() instead.
getDatabaseClass() - Method in class liquibase.integration.ant.type.DatabaseType
 
getDatabaseMajorVersion() - Method in class liquibase.database.AbstractJdbcDatabase
 
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.OfflineConnection
 
getDatabaseMajorVersion() - Method in class liquibase.sdk.database.MockDatabase
 
getDatabaseMetaData() - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class liquibase.database.AbstractJdbcDatabase
 
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.OfflineConnection
 
getDatabaseMinorVersion() - Method in class liquibase.sdk.database.MockDatabase
 
getDatabaseObjects(Class<DatabaseObjectType>) - Method in class liquibase.structure.core.Catalog
 
getDatabaseObjects(Class<DatabaseObjectType>) - Method in class liquibase.structure.core.Schema
 
getDatabasePassword() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getDatabasePatchVersion() - Method in class liquibase.database.core.MySQLDatabase
 
getDatabaseProductName() - Method in class liquibase.database.AbstractJdbcDatabase
Returns the name of the database product according to the underlying database.
getDatabaseProductName() - Method in interface liquibase.database.Database
 
getDatabaseProductName() - Method in interface liquibase.database.DatabaseConnection
 
getDatabaseProductName() - Method in class liquibase.database.jvm.JdbcConnection
 
getDatabaseProductName() - Method in class liquibase.database.OfflineConnection
 
getDatabaseProductName() - Method in class liquibase.integration.spring.SpringLiquibase
 
getDatabaseProductName() - Method in class liquibase.sdk.database.MockDatabase
 
getDatabaseProductName(DatabaseConnection) - Method in class liquibase.sdk.database.MockDatabase
 
getDatabaseProductVersion() - Method in class liquibase.database.AbstractJdbcDatabase
 
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.OfflineConnection
 
getDatabaseProductVersion() - Method in class liquibase.sdk.database.MockDatabase
 
getDatabaseSchemaNames(Database) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGenerator
 
getDatabaseShortName() - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
getDatabaseShortName() - Method in class liquibase.database.core.supplier.DerbyConnSupplier
 
getDatabaseShortName() - Method in class liquibase.database.core.supplier.FirebirdConnSupplier
 
getDatabaseShortName() - Method in class liquibase.database.core.supplier.H2ConnSupplier
 
getDatabaseShortName() - Method in class liquibase.database.core.supplier.HsqlConnSupplier
 
getDatabaseShortName() - Method in class liquibase.database.core.supplier.InformixConnSupplier
 
getDatabaseShortName() - Method in class liquibase.database.core.supplier.MSSQLConnSupplier
 
getDatabaseShortName() - Method in class liquibase.database.core.supplier.MySQLConnSupplier
 
getDatabaseShortName() - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getDatabaseShortName() - Method in class liquibase.database.core.supplier.PostgresqlConnSupplier
 
getDatabaseShortName() - Method in class liquibase.database.core.supplier.SQLiteConnSupplier
 
getDatabaseShortName() - Method in class liquibase.database.core.supplier.SybaseASAConnSupplier
 
getDatabaseShortName() - Method in class liquibase.database.core.supplier.SybaseConnSupplier
 
getDatabaseShortName() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getDatabaseUsername() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getDataDir() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
getDataSource() - Method in class liquibase.integration.servlet.LiquibaseServletListener
 
getDataSource() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
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.
getDataTypeClass() - Method in class liquibase.change.ChangeParameterMetaData
 
getDataTypeClass(Object, String) - Method in class liquibase.serializer.ReflectionSerializer
 
getDataTypeClassParameters() - Method in class liquibase.change.ChangeParameterMetaData
 
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.MSSQLDatabase
 
getDataTypeMaxParameters(String) - Method in class liquibase.database.core.OracleDatabase
 
getDataTypeMaxParameters(String) - Method in interface liquibase.database.Database
 
getDataTypeMaxParameters(String) - Method in class liquibase.sdk.database.MockDatabase
 
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 interface liquibase.database.Database
Returns list of database native date functions
getDateFunctions() - Method in class liquibase.sdk.database.MockDatabase
 
getDateLastExecuted() - Method in class liquibase.changelog.ChangeSetStatus
Return the date the change set 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(Date) - Method in class liquibase.database.AbstractJdbcDatabase
 
getDateLiteral(Date) - Method in class liquibase.database.AbstractJdbcDatabase
 
getDateLiteral(String) - Method in class liquibase.database.core.DB2Database
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.MSSQLDatabase
 
getDateLiteral(String) - Method in class liquibase.database.core.OracleDatabase
Return 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 interface liquibase.database.Database
 
getDateLiteral(Date) - Method in interface liquibase.database.Database
 
getDateLiteral(String) - Method in class liquibase.sdk.database.MockDatabase
 
getDateLiteral(Date) - Method in class liquibase.sdk.database.MockDatabase
 
getDateLiteral(Date) - Method in class liquibase.sdk.database.MockDatabase
 
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.SQLiteDatabase
 
getDateTimeLiteral(Timestamp) - Method in interface liquibase.database.Database
 
getDateTimeLiteral(Timestamp) - Method in class liquibase.sdk.database.MockDatabase
 
getDateTimeTypeString(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
 
getDateTimeTypeString(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
 
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.changelog.ChangeLogProperty
 
getDbmsSet() - Method in class liquibase.changelog.ChangeSet
 
getDecimalDigits() - Method in class liquibase.structure.core.DataType
 
getDefaultCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
 
getDefaultCatalogName() - Method in class liquibase.database.core.DB2Database
 
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.BaseLiquibaseTask
Deprecated. Use DatabaseType.getDefaultCatalogName() instead.
getDefaultCatalogName() - Method in class liquibase.integration.ant.type.DatabaseType
 
getDefaultCatalogName() - Method in class liquibase.sdk.database.MockDatabase
 
getDefaultDatabaseProductName() - Method in class liquibase.database.AbstractJdbcDatabase
 
getDefaultDatabaseProductName() - Method in class liquibase.database.core.DB2Database
 
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.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.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.DB2Database
 
getDefaultDriver(String) - Method in class liquibase.database.core.DerbyDatabase
 
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.MariaDBDatabase
 
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.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.
getDefaultDriver(String) - Method in class liquibase.sdk.database.MockDatabase
 
getDefaultEncoding() - Method in class liquibase.resource.UtfBomAwareReader
 
getDefaultNullValue() - Method in class liquibase.change.core.AddNotNullConstraintChange
 
getDefaultOutputEncoding() - Method in class liquibase.integration.ant.BaseLiquibaseTask
 
getDefaultPort() - Method in class liquibase.database.core.DB2Database
 
getDefaultPort() - Method in class liquibase.database.core.DerbyDatabase
 
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.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.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
 
getDefaultPort() - Method in class liquibase.sdk.database.MockDatabase
 
getDefaultSchema() - Method in class liquibase.database.AbstractJdbcDatabase
 
getDefaultSchema() - Method in interface liquibase.database.Database
 
getDefaultSchema() - Method in class liquibase.integration.servlet.LiquibaseServletListener
 
getDefaultSchema() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
getDefaultSchema() - Method in class liquibase.integration.spring.SpringLiquibase
 
getDefaultSchema() - Method in class liquibase.sdk.database.MockDatabase
 
getDefaultSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
 
getDefaultSchemaName() - Method in interface liquibase.database.Database
 
getDefaultSchemaName() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.getDefaultSchemaName() instead.
getDefaultSchemaName() - Method in class liquibase.integration.ant.type.DatabaseType
 
getDefaultSchemaName() - Method in class liquibase.sdk.database.MockDatabase
 
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.configuration.ConfigurationProperty
Returns the default value to use if no ConfigurationProviders override it.
getDefaultValue() - Method in class liquibase.statement.core.AddColumnStatement
 
getDefaultValue() - Method in class liquibase.statement.core.AddDefaultValueStatement
 
getDefaultValue(String) - Method in class liquibase.statement.core.CreateTableStatement
 
getDefaultValue() - Method in class liquibase.structure.core.Column
 
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
 
getDefaultValueDate() - Method in class liquibase.change.ColumnConfig
Return the date value this column should default to.
getDefaultValueDate() - Method in class liquibase.change.core.AddDefaultValueChange
 
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.structure.core.View
 
getDelegate() - Method in class liquibase.change.ColumnConfig.ValueNumeric
 
getDeleteRule() - Method in class liquibase.structure.core.ForeignKey
 
getDescending() - Method in class liquibase.change.ColumnConfig
 
getDescending() - Method in class liquibase.structure.core.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.changelog.RanChangeSet
 
getDescription() - Method in class liquibase.configuration.ConfigurationProperty
Returns a human-readable definition of this property
getDescription() - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
getDescription() - Method in class liquibase.database.core.supplier.MSSQLConnSupplier
 
getDescription() - Method in class liquibase.database.core.supplier.MySQLConnSupplier
 
getDescription() - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getDescription() - Method in class liquibase.database.core.supplier.PostgresqlConnSupplier
 
getDescription() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getDescription() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getDetectedCharsetName() - Method in class liquibase.resource.UtfBomStripperInputStream
Returns detected charset name.
getDifference(String) - Method in class liquibase.diff.ObjectDifferences
 
getDifferences() - Method in class liquibase.diff.ObjectDifferences
 
getDiffOutputControl() - Method in class liquibase.command.DiffToChangeLogCommand
 
getDiffResult() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
 
getDiffTypes() - 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.ExpectedChangesVisitor
 
getDirection() - Method in class liquibase.changelog.visitor.ListVisitor
 
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
 
getDisabled() - Method in class liquibase.change.core.AddUniqueConstraintChange
 
getDisplayName() - Method in class liquibase.change.ChangeParameterMetaData
A more friendly name of the parameter.
getDriver() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.getDriver() instead.
getDriver() - Method in class liquibase.integration.ant.type.DatabaseType
 
getDriverName() - Method in class liquibase.sdk.database.MockDatabase
 
getDuplicateChangeSets() - Method in class liquibase.changelog.visitor.ValidatingVisitor
 
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.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
 
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.LoadDataChange
 
getEncoding() - Method in class liquibase.change.core.SQLFileChange
The encoding of the file containing SQL statements
getEncoding() - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
 
getEncoding() - Method in class liquibase.resource.UtfBomAwareReader
 
getEndDelimiter() - Method in class liquibase.change.AbstractSQLChange
Set the end delimiter used to split statements.
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.RawSqlStatement
 
getErrorIfMissingOrEmpty() - Method in class liquibase.changelog.ChangeLogIncludeAll
 
getErrorMessages() - Method in class liquibase.exception.ValidationErrors
 
getErrorPreconditions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
 
getErrorPreconditions() - Method in exception liquibase.exception.PreconditionErrorException
 
getExampleValue(Database) - Method in class liquibase.change.ChangeParameterMetaData
 
getException() - Method in class liquibase.change.ChangeStatus
 
getExcludeObjects() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
 
getExcludeObjects() - Method in class liquibase.integration.ant.GenerateChangeLogTask
 
getExecType() - Method in class liquibase.changelog.RanChangeSet
 
getExecType() - Method in class liquibase.statement.core.MarkChangeSetRanStatement
 
getExecutable() - Method in class liquibase.change.core.ExecuteShellCommandChange
 
getExecutor(Database) - Method in class liquibase.executor.ExecutorService
 
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
 
getExpectedResult() - Method in class liquibase.precondition.core.SqlPrecondition
 
getExpectedRows() - Method in class liquibase.precondition.core.RowCountPrecondition
 
getExtension(String) - Static method in class liquibase.util.file.FilenameUtils
Gets the extension of a filename.
getExtensionChangeNames() - Method in class liquibase.sdk.supplier.change.ChangeSupplierFactory
 
getExtensionChanges() - Method in class liquibase.sdk.supplier.change.ChangeSupplierFactory
 
getExtensionClasses() - Method in class liquibase.sdk.supplier.change.ChangeSupplierFactory
 
getExternalSubset(String, String) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
 
getFacade() - Method in class liquibase.util.ui.UIFactory
 
getFailedPreconditions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
 
getFailedPreconditions() - Method in exception liquibase.exception.PreconditionFailedException
 
getFailOnError() - Method in class liquibase.changelog.ChangeSet
 
getFailureMessage(int) - Method in class liquibase.precondition.core.RowCountPrecondition
 
getFailureMessage(int) - Method in class liquibase.precondition.core.TableIsEmptyPrecondition
 
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
 
getField() - Method in class liquibase.diff.Difference
 
getFields(Object) - Method in class liquibase.serializer.ReflectionSerializer
 
getFile() - Method in class liquibase.change.core.LoadDataChange
 
getFile() - Method in class liquibase.changelog.ChangeLogInclude
 
getFile() - Method in class liquibase.changelog.ChangeLogProperty
 
getFile(VerifiedTest) - Method in class liquibase.sdk.verifytest.VerifiedTestFactory
 
getFilenameColumnSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
 
getFileOpener() - Method in class liquibase.Liquibase
Deprecated. use the newer-terminology version Liquibase.getResourceAccessor()
getFilePath() - Method in class liquibase.changelog.ChangeSet
 
getFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
 
getFileSeparator() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getFilter() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
Returns the class of the filter that accepted or rejected this change set.
getFilterResults() - Method in class liquibase.changelog.ChangeSetStatus
Reasons the change set 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
 
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.precondition.core.ForeignKeyExistsPrecondition
 
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
 
getForeignKeyTableName() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
 
getForIndexCatalogName() - Method in class liquibase.change.core.AddPrimaryKeyChange
 
getForIndexCatalogName() - Method in class liquibase.change.core.AddUniqueConstraintChange
 
getForIndexCatalogName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
 
getForIndexCatalogName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
 
getForIndexName() - Method in class liquibase.change.core.AddPrimaryKeyChange
 
getForIndexName() - Method in class liquibase.change.core.AddUniqueConstraintChange
 
getForIndexName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
 
getForIndexName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
 
getForIndexSchemaName() - Method in class liquibase.change.core.AddPrimaryKeyChange
 
getForIndexSchemaName() - Method in class liquibase.change.core.AddUniqueConstraintChange
 
getForIndexSchemaName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
 
getForIndexSchemaName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
 
getFoundClasses(String) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
getFullDefinition() - Method in class liquibase.change.core.CreateViewChange
 
getFullKey() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getFullPath(String) - Static method in class liquibase.util.file.FilenameUtils
Gets the full path from a full filename, which is the prefix + path.
getFullPathNoEndSeparator(String) - Static method in class liquibase.util.file.FilenameUtils
Gets the full path from a full filename, which is the prefix + path, and also excluding the final directory separator.
getGenerator(Database, Database) - Method in class liquibase.diff.DiffGeneratorFactory
 
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() - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
 
getGenerators(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
 
getGlobal() - Method in class liquibase.changelog.ChangeLogProperty
 
getGroup() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getGroups() - Method in class liquibase.sdk.verifytest.VerifiedTest
 
getHeader() - Method in class liquibase.change.core.LoadDataColumnConfig
 
getHoldability() - Method in class liquibase.database.jvm.JdbcConnection
 
getId() - Method in class liquibase.changelog.ChangeSet
 
getId() - Method in class liquibase.changelog.RanChangeSet
 
getId() - Method in class liquibase.lockservice.DatabaseChangeLogLock
 
getId() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
 
getIdColumnSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
 
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
 
getIncludeObjects() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
 
getIncludeObjects() - Method in class liquibase.integration.ant.GenerateChangeLogTask
 
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.AutoIncrementConstraint
 
getIncrementBy() - Method in class liquibase.statement.core.AddAutoIncrementStatement
 
getIncrementBy() - Method in class liquibase.statement.core.AlterSequenceStatement
 
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
 
getIndex() - Method in class liquibase.change.core.LoadDataColumnConfig
 
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
 
getInitiallyDeferred() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
getInitiallyDeferred() - Method in class liquibase.change.core.AddUniqueConstraintChange
 
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.InsertOrUpdateGeneratorMSSQL
 
getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
 
getInstallDir() - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
getInstallDir() - Method in class liquibase.database.core.supplier.MySQLConnSupplier
 
getInstallDir() - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getInstallDir() - Method in class liquibase.database.core.supplier.PostgresqlConnSupplier
 
getInstance() - Static method in class liquibase.change.ChangeFactory
Return the singleton ChangeFactory instance.
getInstance() - Static method in class liquibase.changelog.ChangeLogHistoryServiceFactory
 
getInstance() - Static method in class liquibase.configuration.LiquibaseConfiguration
Returns the singleton instance, creating it if necessary.
getInstance() - Static method in class liquibase.database.DatabaseFactory
 
getInstance() - Static method in class liquibase.datatype.DataTypeFactory
 
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.executor.ExecutorService
 
getInstance() - Static method in class liquibase.lockservice.LockServiceFactory
 
getInstance() - Static method in class liquibase.logging.LogFactory
 
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.sdk.Context
 
getInstance() - Static method in class liquibase.sdk.supplier.database.ConnectionConfigurationFactory
 
getInstance() - Static method in class liquibase.sdk.TemplateService
 
getInstance() - Static method in class liquibase.sdk.verifytest.VerifiedTestFactory
 
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.servicelocator.ServiceLocator
 
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
 
getInstance() - Static method in class liquibase.util.ui.UIFactory
 
getInstanceName() - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
getInstanceName() - Method in class liquibase.database.core.supplier.MSSQLConnSupplier
 
getInt(String) - Method in class liquibase.snapshot.CachedRow
 
getInternalDatabases() - Method in class liquibase.database.DatabaseFactory
Returns instances of all "internal" database types.
getInvalidMD5Sums() - Method in class liquibase.changelog.visitor.ValidatingVisitor
 
getInvalidMD5Sums() - Method in exception liquibase.exception.ValidationFailedException
 
getIpAddress() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getJavaHome() - Static method in class liquibase.util.SystemUtils
Gets the Java home directory as a File.
getJavaIoTmpDir() - Static method in class liquibase.util.SystemUtils
Gets the Java IO temporary directory as a File.
getJavaVersion() - Static method in class liquibase.util.SystemUtils
Deprecated. Use SystemUtils.JAVA_VERSION_FLOAT instead. Method will be removed in Commons Lang 3.0.
getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
 
getJdbcCatalogName(Schema) - Method in class liquibase.database.AbstractJdbcDatabase
 
getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.DB2Database
 
getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.OracleDatabase
 
getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.SybaseASADatabase
 
getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.sdk.database.MockDatabase
 
getJdbcCatalogName(Schema) - Method in class liquibase.sdk.database.MockDatabase
 
getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
 
getJdbcSchemaName(Schema) - Method in class liquibase.database.AbstractJdbcDatabase
 
getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.DB2Database
 
getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.MSSQLDatabase
 
getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.OracleDatabase
 
getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.sdk.database.MockDatabase
 
getJdbcSchemaName(Schema) - Method in class liquibase.sdk.database.MockDatabase
 
getJdbcUrl() - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
getJdbcUrl() - Method in class liquibase.database.core.supplier.DerbyConnSupplier
 
getJdbcUrl() - Method in class liquibase.database.core.supplier.FirebirdConnSupplier
 
getJdbcUrl() - Method in class liquibase.database.core.supplier.H2ConnSupplier
 
getJdbcUrl() - Method in class liquibase.database.core.supplier.HsqlConnSupplier
 
getJdbcUrl() - Method in class liquibase.database.core.supplier.InformixConnSupplier
 
getJdbcUrl() - Method in class liquibase.database.core.supplier.MSSQLConnSupplier
 
getJdbcUrl() - Method in class liquibase.database.core.supplier.MySQLConnSupplier
 
getJdbcUrl() - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getJdbcUrl() - Method in class liquibase.database.core.supplier.PostgresqlConnSupplier
 
getJdbcUrl() - Method in class liquibase.database.core.supplier.SQLiteConnSupplier
 
getJdbcUrl() - Method in class liquibase.database.core.supplier.SybaseASAConnSupplier
 
getJdbcUrl() - Method in class liquibase.database.core.supplier.SybaseConnSupplier
 
getJdbcUrl() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getJndiBase() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
getJoinString() - Method in class liquibase.change.core.MergeColumnChange
 
getKey() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getLabels() - Method in class liquibase.changelog.ChangeLogParameters
 
getLabels() - Method in class liquibase.changelog.ChangeLogProperty
 
getLabels() - Method in class liquibase.changelog.ChangeSet
 
getLabels() - Method in class liquibase.changelog.RanChangeSet
 
getLabels() - Method in class liquibase.diff.output.DiffOutputControl
 
getLabels() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
 
getLabels() - Method in class liquibase.integration.servlet.LiquibaseServletListener
 
getLabels() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
getLabels() - Method in class liquibase.integration.spring.SpringLiquibase
 
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
 
getLastCheckSum() - Method in class liquibase.changelog.RanChangeSet
 
getLastReturnedValue() - Method in class liquibase.structure.core.Sequence
 
getLimit() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
 
getLineComment() - Method in class liquibase.database.AbstractJdbcDatabase
Returns database-specific line comment string.
getLineComment() - Method in class liquibase.database.core.MySQLDatabase
 
getLineComment() - Method in interface liquibase.database.Database
 
getLineComment() - Method in class liquibase.sdk.database.MockDatabase
 
getLineSeparator() - Static method in class liquibase.util.StreamUtil
 
getLiquibase() - Method in class liquibase.integration.ant.BaseLiquibaseTask
 
getLiquibaseCatalogName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
getLiquibaseCatalogName() - Method in class liquibase.configuration.GlobalConfiguration
Name of the catalog to use for liquibase database objects
getLiquibaseCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
 
getLiquibaseCatalogName() - Method in interface liquibase.database.Database
 
getLiquibaseCatalogName() - Method in class liquibase.integration.ant.type.DatabaseType
 
getLiquibaseCatalogName() - Method in class liquibase.sdk.database.MockDatabase
 
getLiquibaseRepresenter() - Method in class liquibase.serializer.core.yaml.YamlSerializer
 
getLiquibaseRepresenter() - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer
 
getLiquibaseSchemaName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
getLiquibaseSchemaName() - Method in class liquibase.configuration.GlobalConfiguration
Name of the schema to use for liquibase database objects
getLiquibaseSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
 
getLiquibaseSchemaName() - Method in interface liquibase.database.Database
 
getLiquibaseSchemaName() - Method in class liquibase.integration.ant.type.DatabaseType
 
getLiquibaseSchemaName() - Method in class liquibase.sdk.database.MockDatabase
 
getLiquibaseTablespaceName() - Method in class liquibase.configuration.GlobalConfiguration
Name of the tablespace to use for liquibase database objects
getLiquibaseTablespaceName() - Method in class liquibase.database.AbstractJdbcDatabase
 
getLiquibaseTablespaceName() - Method in interface liquibase.database.Database
 
getLiquibaseTablespaceName() - Method in class liquibase.integration.ant.type.DatabaseType
 
getLiquibaseTablespaceName() - Method in class liquibase.sdk.database.MockDatabase
 
getLocalHostAddress() - Static method in class liquibase.util.NetUtil
Returns Local Host IP Address
getLocalHostName() - Static method in class liquibase.util.NetUtil
Returns Local Host Name
getLocalPath(String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
 
getLocalPath(String) - Method in interface liquibase.parser.NamespaceDetails
 
getLockedBy() - Method in class liquibase.lockservice.DatabaseChangeLogLock
 
getLockGranted() - Method in class liquibase.lockservice.DatabaseChangeLogLock
 
getLockService(Database) - Method in class liquibase.lockservice.LockServiceFactory
 
getLog(String) - Method in class liquibase.integration.ant.logging.AntTaskLogFactory
 
getLog() - Method in class liquibase.integration.ant.logging.AntTaskLogFactory
 
getLog() - Method in class liquibase.Liquibase
Return the log used by this Liquibase instance.
getLog(String) - Method in class liquibase.logging.LogFactory
 
getLog() - Method in class liquibase.logging.LogFactory
 
getLogger(String) - Static method in class liquibase.logging.LogFactory
Deprecated. Use non-static LogFactory.getLog(String) method
getLogger() - Static method in class liquibase.logging.LogFactory
Deprecated. Use non-static LogFactory.getLog() method
getLogger() - Method in class liquibase.servicelocator.ServiceLocator
 
getLogicalFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
 
getLogLevel() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. No longer needed. This method has no replacement.
getLogLevel() - Method in class liquibase.logging.core.AbstractLogger
 
getLogLevel() - Method in class liquibase.logging.core.DefaultLogger
 
getLogLevel() - Method in class liquibase.logging.core.DefaultLoggerConfiguration
 
getLogLevel() - Method in interface liquibase.logging.Logger
 
getMaxParameters(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
 
getMaxParameters(Database) - Method in class liquibase.datatype.LiquibaseDataType
 
getMaxValue() - Method in class liquibase.change.core.AlterSequenceChange
 
getMaxValue() - Method in class liquibase.change.core.CreateSequenceChange
 
getMaxValue() - Method in class liquibase.statement.core.AlterSequenceStatement
 
getMaxValue() - Method in class liquibase.statement.core.CreateSequenceStatement
 
getMaxValue() - Method in class liquibase.structure.core.Sequence
 
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.precondition.FailedPrecondition
 
getMessage() - Method in class liquibase.sdk.verifytest.TestPermutation.CannotVerify
 
getMessage() - Method in class liquibase.sdk.verifytest.TestPermutation.Invalid
 
getMessage() - Method in class liquibase.sdk.verifytest.TestPermutation.OkResult
 
getMessage() - Method in interface liquibase.sdk.verifytest.TestPermutation.SetupResult
 
getMessages() - Method in class liquibase.exception.Warnings
 
getMetaData() - Method in class liquibase.database.jvm.JdbcConnection
 
getMetaData() - Method in class liquibase.snapshot.JdbcDatabaseSnapshot
 
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.AlterSequenceStatement
 
getMinValue() - Method in class liquibase.statement.core.CreateSequenceStatement
 
getMinValue() - Method in class liquibase.structure.core.Sequence
 
getMissingObject(T) - 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 class liquibase.change.ColumnConfig
The name of the column.
getName() - Method in class liquibase.changelog.ChangeLogProperty
 
getName() - Method in class liquibase.command.DiffCommand
 
getName() - Method in class liquibase.command.DiffToChangeLogCommand
 
getName() - Method in class liquibase.command.ExecuteSqlCommand
 
getName() - Method in class liquibase.command.GenerateChangeLogCommand
 
getName() - Method in interface liquibase.command.LiquibaseCommand
 
getName() - Method in class liquibase.command.SnapshotCommand
 
getName() - Method in class liquibase.common.datatype.DataTypeWrapper
 
getName() - Method in class liquibase.configuration.ConfigurationProperty
Returns the property name.
getName() - Method in class liquibase.database.AbstractJdbcDatabase
 
getName() - Method in class liquibase.datatype.LiquibaseDataType
 
getName() - Method in class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
Deprecated.  
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.ViewExistsPrecondition
 
getName() - Method in class liquibase.precondition.CustomPreconditionWrapper
 
getName() - Method in interface liquibase.precondition.Precondition
 
getName() - Method in class liquibase.sdk.convert.ConvertCommand
 
getName() - Method in class liquibase.sdk.database.MockDatabase
 
getName() - Method in class liquibase.sdk.vagrant.VagrantCommand
 
getName() - Method in class liquibase.sdk.watch.WatchCommand
 
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
 
getName(String) - Static method in class liquibase.util.file.FilenameUtils
Gets the name minus the path from a full filename.
getNamespace() - Method in class liquibase.configuration.ConfigurationProperty
Returns the namespace used by this property's ConfigurationContainer
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.OfflineChangeLogHistoryService
 
getNextSequenceValue() - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
getNextValidGenerator() - Method in class liquibase.snapshot.SnapshotGeneratorChain
 
getNotes(String) - Method in class liquibase.change.ChangeMetaData
 
getNotes() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getNotNullColumns() - Method in class liquibase.statement.core.CreateTableStatement
 
getNotRanMessage() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getObjectChangeFilter() - Method in class liquibase.diff.output.DiffOutputControl
 
getObjectQuotingStrategy() - Method in class liquibase.changelog.ChangeSet
 
getObjectQuotingStrategy() - Method in class liquibase.changelog.DatabaseChangeLog
 
getObjectQuotingStrategy() - Method in class liquibase.database.AbstractJdbcDatabase
 
getObjectQuotingStrategy() - Method in interface liquibase.database.Database
 
getObjectQuotingStrategy() - Method in class liquibase.diff.output.DiffOutputControl
 
getObjectQuotingStrategy() - Method in class liquibase.sdk.database.MockDatabase
 
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
 
getOnDelete() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
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
 
getOnUpdate() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
getOnValidationFail() - Method in class liquibase.changelog.ChangeSet
 
getOptionalParameters(Database) - Method in class liquibase.change.ChangeMetaData
Returns the optional parameters for this change for the given database.
getOptions() - Method in class liquibase.sdk.vagrant.VagrantCommand
 
getOracleHome() - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getOrderByColumns() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
 
getOrdered() - Method in class liquibase.statement.core.AlterSequenceStatement
 
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
 
getOrderExecuted() - Method in class liquibase.changelog.RanChangeSet
 
getOs() - Method in class liquibase.change.core.ExecuteShellCommandChange
 
getOs() - Method in class liquibase.database.core.supplier.MSSQLConnSupplier
 
getOs() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getOut() - Method in class liquibase.sdk.convert.ConvertCommand
 
getOutgoingForeignKeys() - Method in class liquibase.structure.core.Table
 
getOutput() - Method in class liquibase.executor.LoggingExecutor
 
getOutputDefaultCatalog() - Method in class liquibase.database.AbstractJdbcDatabase
 
getOutputDefaultCatalog() - Method in interface liquibase.database.Database
 
getOutputDefaultCatalog() - Method in class liquibase.sdk.database.MockDatabase
 
getOutputDefaultSchema() - Method in class liquibase.database.AbstractJdbcDatabase
 
getOutputDefaultSchema() - Method in interface liquibase.database.Database
 
getOutputDefaultSchema() - Method in class liquibase.sdk.database.MockDatabase
 
getOutputDirectory() - Method in class liquibase.integration.ant.DBDocTask
 
getOutputEncoding() - Method in class liquibase.configuration.GlobalConfiguration
String encoding to use in output.
getOutputEncoding() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
 
getOutputEncoding() - Method in class liquibase.integration.ant.DiffDatabaseTask
 
getOutputEncoding(ChangeLogOutputFile) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
 
getOutputFile() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
 
getOutputFile() - Method in class liquibase.integration.ant.BaseLiquibaseTask
This method does nothing.
getOutputFile() - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
 
getOutputFileName() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier.ConfigTemplate
 
getOutputFileWriter() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
 
getOutputLineSeparator() - Method in class liquibase.configuration.GlobalConfiguration
Line separator to use in output
getOutputStream() - Method in class liquibase.command.DiffCommand
 
getOutputStream() - Method in class liquibase.command.DiffToChangeLogCommand
 
getPackages() - Method in class liquibase.servicelocator.ServiceLocator
 
getParameterName() - Method in class liquibase.change.ChangeParameterMetaData
Programmatic Name of the parameter.
getParameters(Change) - Method in class liquibase.change.ChangeFactory
 
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
 
getParameters() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
getParameters() - Method in class liquibase.statement.StoredProcedureStatement
 
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
 
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.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.getPassword() instead.
getPassword() - Method in class liquibase.integration.ant.type.DatabaseType
 
getPassword() - Method in class liquibase.sdk.watch.WatchCommand
 
getPath() - Method in class liquibase.change.core.CreateProcedureChange
 
getPath() - Method in class liquibase.change.core.SQLFileChange
 
getPath() - Method in class liquibase.changelog.ChangeLogIncludeAll
 
getPath() - Method in class liquibase.sdk.Main
 
getPath(String...) - Method in class liquibase.sdk.Main
 
getPath(String) - Static method in class liquibase.util.file.FilenameUtils
Gets the path from a full filename, which excludes the prefix.
getPathNoEndSeparator(String) - Static method in class liquibase.util.file.FilenameUtils
Gets the path from a full filename, which excludes the prefix, and also excluding the final directory separator.
getPermutation(String) - Method in class liquibase.sdk.verifytest.VerifiedTest
 
getPermutations() - Method in class liquibase.sdk.verifytest.VerifiedTest
 
getPhysicalFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
 
getPort() - Method in class liquibase.database.core.supplier.MySQLConnSupplier
 
getPort() - Method in class liquibase.sdk.watch.WatchCommand
 
getPosition() - Method in class liquibase.change.AddColumnConfig
 
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
 
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
 
getPrefix(String) - Static method in class liquibase.util.file.FilenameUtils
Gets the prefix from a full filename, such as C:/ or ~/.
getPrefixLength(String) - Static method in class liquibase.util.file.FilenameUtils
Returns the length of the filename prefix, such as C:/ or ~/.
getPreviouslyRan() - Method in class liquibase.changelog.ChangeSetStatus
Returns true if the change set was ran previously.
getPrimaryCatalog() - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
getPrimaryCatalog() - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getPrimaryCatalog() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
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.
getPrimaryKeyName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
 
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.
getPrimarySchema() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
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 class liquibase.changelog.OfflineChangeLogHistoryService
 
getPriority() - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
getPriority() - Method in class liquibase.common.datatype.DataTypeWrapper
 
getPriority() - Method in class liquibase.database.core.DB2Database
 
getPriority() - Method in class liquibase.database.core.DerbyDatabase
 
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.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.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.datatype.LiquibaseDataType
 
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() - Method in class liquibase.diff.core.StandardDiffGenerator
 
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.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.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() - Method in class liquibase.integration.ant.logging.AntTaskLogger
 
getPriority() - Method in class liquibase.lockservice.LockServiceImpl
Deprecated.  
getPriority() - Method in class liquibase.lockservice.OfflineLockService
 
getPriority() - Method in class liquibase.lockservice.StandardLockService
 
getPriority() - Method in class liquibase.logging.core.DefaultLogger
 
getPriority() - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
 
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 class liquibase.sdk.database.MockDatabase
 
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(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.H2ColumnSnapshotGenerator
 
getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
 
getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
 
getPriority(Class<? extends DatabaseObject>, Database) - Method in interface liquibase.snapshot.SnapshotGenerator
 
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.AddDefaultValueGeneratorSybase
 
getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
 
getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueSQLite
 
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.CreateIndexGeneratorPostgres
 
getPriority() - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
 
getPriority() - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
 
getPriority() - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorDB2
 
getPriority() - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorFirebird
 
getPriority() - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorHsql
 
getPriority() - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMSSQL
 
getPriority() - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMySQL
 
getPriority() - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorOracle
 
getPriority() - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorPostgres
 
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.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.ReorganizeTableGeneratorDB2
 
getPriority() - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
 
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.
getProcedureBody() - Method in class liquibase.change.core.CreateProcedureChange
 
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
 
getProperties() - Method in class liquibase.configuration.AbstractConfigurationContainer
Return all available properties.
getProperties() - Method in interface liquibase.configuration.ConfigurationContainer
 
getProperties(Class<? extends Object>) - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
 
getProperty(String) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
Returns the ConfigurationProperty object with the given name.
getProperty(String) - Method in class liquibase.configuration.AbstractConfigurationContainer
Return the ConfigurationProperty object for the given property name.
getProperty(String) - Method in interface liquibase.configuration.ConfigurationContainer
 
getProperty(Class<? extends ConfigurationContainer>, String) - Method in class liquibase.configuration.LiquibaseConfiguration
Convenience method for liquibaseConfiguration.getConfiguration(type).getProperty(property)
getProperty() - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
 
getProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
 
getPropertyEditor(PropertyDescriptor) - Method in class liquibase.util.csv.opencsv.bean.CsvToBean
 
getPropertySets() - Method in class liquibase.integration.ant.type.ChangeLogParametersType
 
getPropertyType(Object, String) - Static method in class liquibase.util.ObjectUtil
 
getPuppetForges(String) - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getPuppetModules() - Method in class liquibase.database.core.supplier.MySQLConnSupplier
 
getPuppetModules() - Method in class liquibase.database.core.supplier.PostgresqlConnSupplier
 
getPuppetModules() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.database.core.supplier.DerbyConnSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.database.core.supplier.FirebirdConnSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.database.core.supplier.H2ConnSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.database.core.supplier.HsqlConnSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.database.core.supplier.InformixConnSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.database.core.supplier.MSSQLConnSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.database.core.supplier.MySQLConnSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.database.core.supplier.PostgresqlConnSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.database.core.supplier.SQLiteConnSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.database.core.supplier.SybaseASAConnSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.database.core.supplier.SybaseConnSupplier
 
getPuppetTemplate(Map<String, Object>) - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getQuotchar() - Method in class liquibase.change.core.LoadDataChange
 
getRadix() - Method in class liquibase.structure.core.DataType
 
getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
 
getRanChangeSet(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
 
getRanChangeSet() - Method in class liquibase.changelog.ChangeSetStatus
 
getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.filter.RanChangeSetFilter
 
getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
getRanChangeSet(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
 
getRanChangeSet(ChangeSet) - Method in interface liquibase.database.Database
 
getRanChangeSet(ChangeSet) - Method in class liquibase.sdk.database.MockDatabase
 
getRanChangeSetList() - Method in class liquibase.database.AbstractJdbcDatabase
Returns the ChangeSets that have been run against the current database.
getRanChangeSetList() - Method in interface liquibase.database.Database
 
getRanChangeSetList() - Method in class liquibase.sdk.database.MockDatabase
 
getRanChangeSets() - Method in interface liquibase.changelog.ChangeLogHistoryService
 
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().
getRanDate(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
 
getRanDate(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
Returns the date the given changeSet was ran.
getRanDate(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
 
getRanDate(ChangeSet) - Method in interface liquibase.database.Database
 
getRanDate(ChangeSet) - Method in class liquibase.sdk.database.MockDatabase
 
getRanSql() - Method in class liquibase.sdk.executor.MockExecutor
 
getRawDefinition() - Method in class liquibase.datatype.LiquibaseDataType
 
getReaderContents(Reader) - Static method in class liquibase.util.StreamUtil
Reads all the characters into a String.
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.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
 
getReferenceDatabase() - Method in class liquibase.command.DiffCommand
 
getReferencedColumnNames() - Method in class liquibase.change.ConstraintsConfig
 
getReferencedColumnNames() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
getReferencedColumnNames() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
getReferencedColumnNames() - Method in class liquibase.statement.ForeignKeyConstraint
 
getReferencedColumns() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
getReferenceDefaultCatalogName() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
getReferenceDefaultSchemaName() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
getReferenceDriver() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
getReferencedTableCatalogName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
getReferencedTableCatalogName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
getReferencedTableName() - Method in class liquibase.change.ConstraintsConfig
 
getReferencedTableName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
getReferencedTableName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
getReferencedTableName() - Method in class liquibase.statement.ForeignKeyConstraint
 
getReferencedTableSchemaName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
getReferencedTableSchemaName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
getReferencePassword() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
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
 
getReferenceSnapshot() - Method in class liquibase.diff.DiffResult
 
getReferenceSnapshotControl() - Method in class liquibase.command.DiffCommand
 
getReferencesUniqueColumn() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
Deprecated. No longer supported in 3.0
getReferenceUrl() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
getReferenceUsername() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
getReferenceValue() - Method in class liquibase.diff.Difference
 
getReferenceVersion() - Method in class liquibase.diff.StringDiff
 
getRegistry() - Method in class liquibase.change.ChangeFactory
Return the registry of all Changes found.
getRelation() - Method in class liquibase.structure.core.Column
 
getRelativeToChangelogFile() - Method in class liquibase.changelog.ChangeLogInclude
 
getRelativeToChangelogFile() - Method in class liquibase.changelog.ChangeLogIncludeAll
 
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.RenameColumnChange
 
getRemarks() - Method in class liquibase.change.core.SetColumnRemarksChange
 
getRemarks() - Method in class liquibase.change.core.SetTableRemarksChange
 
getRemarks() - Method in class liquibase.statement.core.AddColumnStatement
 
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.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
 
getRequiredErrorMessages() - Method in class liquibase.exception.ValidationErrors
 
getRequiredForDatabase() - Method in class liquibase.change.ChangeParameterMetaData
Return the database types for which this parameter is required.
getRequiredPackages(String) - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
getRequiredPackages(String) - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getRequiredPackages(String) - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getRequiredParameters(Database) - Method in class liquibase.change.ChangeMetaData
Returns the required parameters for this change for the given database.
getResource(String) - Method in class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
 
getResourceAccessor() - Method in class liquibase.change.AbstractChange
 
getResourceAccessor() - Method in class liquibase.Liquibase
Return ResourceAccessor used by this Liquibase instance.
getResourceFilter() - Method in class liquibase.changelog.ChangeLogIncludeAll
 
getResourceLoader() - Method in class liquibase.integration.spring.SpringLiquibase
 
getResources(ClassLoader, String) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
Strategy to get the resources by the given classloader.
getResources(ClassLoader, String) - Method in class liquibase.servicelocator.WebSpherePackageScanClassResolver
Overloaded to handle specific problem with getting resources on the IBM WebSphere platform.
getResourcesAsStream(String) - Method in class liquibase.integration.commandline.CommandLineResourceAccessor
 
getResourcesAsStream(String) - Method in class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
 
getResourcesAsStream(String) - Method in class liquibase.resource.ClassLoaderResourceAccessor
 
getResourcesAsStream(String) - Method in class liquibase.resource.CompositeResourceAccessor
 
getResourcesAsStream(String) - Method in class liquibase.resource.FileSystemResourceAccessor
 
getResourcesAsStream(String) - Method in interface liquibase.resource.ResourceAccessor
Return an InputStream for each resource mapped by the given path.
getResourcesAsStream(String) - Method in class liquibase.sdk.resource.MockResourceAccessor
 
getResultSetCache(String) - Method in class liquibase.snapshot.DatabaseSnapshot
 
getResultSetValue(ResultSet, int) - Static method in class liquibase.util.JdbcUtils
Retrieve a JDBC column value from a ResultSet, using the most appropriate value type.
getRollback() - Method in class liquibase.changelog.ChangeSet
 
getRollbackCount() - Method in class liquibase.integration.ant.DatabaseRollbackTask
 
getRollbackDate() - Method in class liquibase.integration.ant.DatabaseRollbackTask
 
getRollbackFile() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
getRollbackScript() - Method in class liquibase.integration.ant.DatabaseRollbackTask
 
getRollbackTag() - Method in class liquibase.integration.ant.DatabaseRollbackTask
 
getRootPaths() - Method in class liquibase.resource.AbstractResourceAccessor
 
getRowDescription() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getRowDescriptionParameter() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getRowFullKey() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getRunStatus(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
 
getRunStatus(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
 
getRunStatus(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
Returns the run status for the given ChangeSet
getRunStatus(ChangeSet) - Method in interface liquibase.database.Database
 
getRunStatus(ChangeSet) - Method in class liquibase.sdk.database.MockDatabase
 
getRuntimeEnvironment() - Method in class liquibase.changelog.DatabaseChangeLog
 
getSavedRun(VerifiedTest, TestPermutation) - Method in class liquibase.sdk.verifytest.VerifiedTestFactory
 
getSaxParserFactory() - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
 
getSchema() - Method in class liquibase.sdk.database.MockDatabase
 
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
 
getSchemaComparisons() - Method in class liquibase.diff.compare.CompareControl
 
getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
 
getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.core.DB2Database
 
getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.core.MySQLDatabase
 
getSchemaFromJdbcInfo(String, String) - Method in class liquibase.sdk.database.MockDatabase
 
getSchemaName() - Method in class liquibase.CatalogAndSchema
 
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.LoadDataChange
 
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.ForeignKeyExistsPrecondition
 
getSchemaName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
 
getSchemaName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
 
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.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.AlterSequenceStatement
 
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.TableRowCountStatement
 
getSchemaName() - Method in class liquibase.statement.core.UpdateStatement
 
getSchemaName() - Method in class liquibase.statement.ExecutablePreparedStatementBase
 
getSchemas(CompareControl.DatabaseRole) - Method in class liquibase.diff.compare.CompareControl
 
getSchemas() - Method in class liquibase.integration.ant.DropAllTask
 
getSchemas() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
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
 
getSdkRoot() - Method in class liquibase.sdk.Main
 
getSeenChangeSets() - Method in class liquibase.changelog.visitor.ListVisitor
 
getSeenExtensionClasses() - Method in class liquibase.sdk.Context
 
getSelectChangeLogLockSQL() - Method in class liquibase.sdk.database.MockDatabase
 
getSelectQuery() - Method in class liquibase.change.core.CreateViewChange
 
getSelectQuery() - Method in class liquibase.statement.core.CreateViewStatement
 
getSelectSequenceSql(Schema, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
 
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.precondition.core.SequenceExistsPrecondition
 
getSequenceName() - Method in class liquibase.statement.core.AlterSequenceStatement
 
getSequenceName() - Method in class liquibase.statement.core.CreateSequenceStatement
 
getSequenceName() - Method in class liquibase.statement.core.DropSequenceStatement
 
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.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.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.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.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.DatabaseObjectCollection
 
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.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.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.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.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.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.SnapshotCommand
 
getSerializers() - Method in class liquibase.serializer.ChangeLogSerializerFactory
 
getSerializers(String) - Method in class liquibase.serializer.ChangeLogSerializerFactory
 
getSerializers() - Method in class liquibase.serializer.SnapshotSerializerFactory
 
getSerializers(String) - Method in class liquibase.serializer.SnapshotSerializerFactory
 
getSetParameters(Change) - Method in class liquibase.change.ChangeMetaData
Return the parameters of the given change that are set to a non-null value.
getSetup() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getSetupExceptions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
 
getShort(String) - Method in class liquibase.snapshot.CachedRow
 
getShortName() - Method in class liquibase.database.core.DB2Database
 
getShortName() - Method in class liquibase.database.core.DerbyDatabase
 
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.MariaDBDatabase
 
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.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
 
getShortName() - Method in class liquibase.sdk.database.MockDatabase
 
getShortVersion() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getShouldRun() - Method in class liquibase.configuration.GlobalConfiguration
Should Liquibase execute
getSid() - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getSimpleResourceAccessor() - Method in class liquibase.sdk.supplier.resource.ResourceSupplier
 
getSince() - Method in class liquibase.change.ChangeParameterMetaData
 
getSingleColumnRowMapper(Class) - Method in class liquibase.executor.jvm.JdbcExecutor
Create a new RowMapper for reading result objects from a single column.
getSize() - Method in class liquibase.datatype.core.CharType
Return the size of this data type definition.
getSnapshot() - Method in class liquibase.database.OfflineConnection
 
getSnapshotControl() - Method in class liquibase.snapshot.DatabaseSnapshot
 
getSnapshotId() - Method in class liquibase.structure.AbstractDatabaseObject
 
getSnapshotId() - Method in interface liquibase.structure.DatabaseObject
 
getSnapshotListener() - Method in class liquibase.command.DiffCommand
 
getSnapshotListener() - Method in class liquibase.command.SnapshotCommand
 
getSnapshotListener() - Method in class liquibase.snapshot.SnapshotControl
 
getSnapshotTypes() - Method in class liquibase.command.DiffCommand
 
getSourceTable() - Method in class liquibase.statement.core.CopyRowsStatement
 
getSourceUrl() - Method in class liquibase.database.core.supplier.MySQLConnSupplier
 
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.command.ExecuteSqlCommand
 
getSql() - Method in class liquibase.precondition.core.SqlPrecondition
 
getSql() - Method in class liquibase.statement.core.RawSqlStatement
 
getSqlFile() - Method in class liquibase.command.ExecuteSqlCommand
 
getSqlVisitors() - Method in class liquibase.changelog.ChangeSet
 
getSrc() - Method in class liquibase.sdk.convert.ConvertCommand
 
getSshInstallDir() - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
getStandardChangeLogComparator() - Method in class liquibase.changelog.DatabaseChangeLog
 
getStandardChangelogIterator(Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.Liquibase
 
getStandardPermutations(Database) - Method in class liquibase.change.core.supplier.AddColumnConfigSupplier
 
getStandardTypes() - Method in class liquibase.structure.core.DatabaseObjectFactory
 
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.statement.AutoIncrementConstraint
 
getStartWith() - Method in class liquibase.statement.core.AddAutoIncrementStatement
 
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.
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.ChangeSetStatus
Return the checksum stored from the last execution of the change set.
getStreamContents(InputStream) - Static method in class liquibase.util.StreamUtil
Reads a stream until the end of file into a String and uses the machines default encoding to convert to characters the bytes from the Stream.
getStreamContents(InputStream, String) - Static method in class liquibase.util.StreamUtil
Reads a stream until the end of file into a String and uses the machines default encoding to convert to characters the bytes from the Stream.
getString(String) - Method in class liquibase.snapshot.CachedRow
 
getSupplier(Change) - Method in class liquibase.sdk.supplier.change.ChangeSupplierFactory
 
getSupplier(Class<? extends Change>) - Method in class liquibase.sdk.supplier.change.ChangeSupplierFactory
 
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
 
getSupportPropertyEscaping() - Method in class liquibase.parser.ChangeLogParserCofiguration
 
getSysPassword() - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getSystemPassword() - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getSystemSchema() - Method in class liquibase.database.AbstractJdbcDatabase
 
getSystemSchema() - Method in class liquibase.database.core.InformixDatabase
 
getSystemSchema() - Method in interface liquibase.database.Database
 
getSystemSchema() - Method in class liquibase.sdk.database.MockDatabase
 
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.SQLiteDatabase
 
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.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
 
getTable() - Method in class liquibase.structure.core.PrimaryKey
 
getTable() - Method in class liquibase.structure.core.UniqueConstraint
 
getTableCatalogName() - Method in class liquibase.statement.core.CreateIndexStatement
 
getTableCatalogName() - Method in class liquibase.statement.core.DropIndexStatement
 
getTableKey() - Method in class liquibase.sdk.verifytest.TestPermutation
 
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.PrimaryKeyExistsPrecondition
 
getTableName() - Method in class liquibase.precondition.core.RowCountPrecondition
 
getTableName() - Method in class liquibase.precondition.core.TableExistsPrecondition
 
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.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.AddPrimaryKeyStatement
 
getTablespace() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
 
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
 
getTag() - Method in class liquibase.change.core.TagDatabaseChange
 
getTag() - Method in class liquibase.changelog.RanChangeSet
 
getTag() - Method in class liquibase.integration.ant.TagDatabaseTask
 
getTag() - Method in class liquibase.integration.spring.SpringLiquibase
 
getTag(Class<?>, Tag) - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
 
getTag() - Method in class liquibase.statement.core.TagDatabaseStatement
 
getTagName() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByTag
 
getTarget() - Method in class liquibase.change.core.OutputChange
 
getTargetDatabase() - Method in class liquibase.command.DiffCommand
 
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
 
getTargetSnapshotControl() - Method in class liquibase.command.DiffCommand
 
getTargetTable() - Method in class liquibase.statement.core.CopyRowsStatement
 
getTargetVersion() - Method in class liquibase.diff.StringDiff
 
getTemplatePath() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier.ConfigTemplate
 
getTestClass() - Method in class liquibase.sdk.verifytest.VerifiedTest
 
getTestName() - Method in class liquibase.sdk.verifytest.VerifiedTest
 
getTestValues(String, Database) - Method in class liquibase.change.core.supplier.AddColumnConfigSupplier
 
getTestValues(ChangeParameterMetaData, Database) - Method in class liquibase.sdk.supplier.change.AbstractChangeSupplier
 
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 interface liquibase.database.Database
 
getTimeLiteral(Time) - Method in class liquibase.sdk.database.MockDatabase
 
getToTag() - Method in class liquibase.integration.ant.DatabaseUpdateTask
 
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
Returns the type of value stored in this property
getType() - Method in class liquibase.datatype.DatabaseDataType
 
getType() - Method in class liquibase.precondition.core.DBMSPrecondition
 
getType() - Method in class liquibase.structure.core.Column
 
getType() - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
 
getTypeMap() - Method in class liquibase.database.jvm.JdbcConnection
 
getTypeName(Class<? extends DatabaseObject>) - Method in class liquibase.diff.output.report.DiffToReport
 
getTypeName() - Method in class liquibase.structure.core.DataType
 
getTypesToInclude() - Method in class liquibase.snapshot.SnapshotControl
 
getUnderlyingConnection() - Method in class liquibase.database.jvm.JdbcConnection
 
getUnderlyingDataType() - Method in class liquibase.common.datatype.DataTypeWrapper
 
getUnexpectedChangeSets() - Method in class liquibase.changelog.visitor.ExpectedChangesVisitor
 
getUnexpectedObject(T) - 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(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
 
getUniqueConstraints() - Method in class liquibase.statement.core.CreateTableStatement
 
getUniqueConstraints() - Method in class liquibase.structure.core.Table
 
getUniqueStatementName() - Method in class liquibase.statement.core.AddColumnStatement
 
getUnsupportedErrorMessages() - Method in class liquibase.exception.ValidationErrors
 
getUpdateRule() - Method in class liquibase.structure.core.ForeignKey
 
getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
 
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.InsertOrUpdateGeneratorMSSQL
 
getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
 
getURL() - Method in interface liquibase.database.DatabaseConnection
 
getURL() - Method in class liquibase.database.jvm.JdbcConnection
 
getURL() - Method in class liquibase.database.OfflineConnection
 
getUrl() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.getUrl() instead.
getUrl() - Method in class liquibase.integration.ant.type.DatabaseType
 
getUrl() - Method in class liquibase.sdk.watch.WatchCommand
 
getUser() - Method in class liquibase.integration.ant.type.DatabaseType
 
getUserDefinedTypes() - Method in class liquibase.database.core.OracleDatabase
 
getUserDir() - Static method in class liquibase.util.SystemUtils
Gets the user directory as a File.
getUserHome() - Static method in class liquibase.util.SystemUtils
Gets the user home directory as a File.
getUsername() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.getUser() instead.
getUsername() - Method in class liquibase.precondition.core.RunningAsPrecondition
 
getUsername() - Method in class liquibase.sdk.watch.WatchCommand
 
getVagrantBaseBoxName() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getValidationErrors() - Method in class liquibase.changelog.visitor.ValidatingVisitor
 
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(String, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
Return the value of a parameter
getValue() - Method in class liquibase.changelog.ChangeLogProperty
 
getValue(String, Class<T>) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
Returns the value for the given property.
getValue(String, Class<T>) - Method in class liquibase.configuration.AbstractConfigurationContainer
Returns the value for the given property cast to the passed returnType.
getValue(String, Class<T>) - Method in interface liquibase.configuration.ConfigurationContainer
 
getValue() - Method in class liquibase.configuration.ConfigurationProperty
Returns the value currently stored in this property without any casting.
getValue(Class<T>) - Method in class liquibase.configuration.ConfigurationProperty
Returns the value currently stored in this property cast to the given type.
getValue(String, String) - Method in interface liquibase.configuration.ConfigurationValueProvider
Return the value for a given namespace and property.
getValue(String, String) - Method in class liquibase.configuration.SystemPropertyProvider
 
getValue() - Method in class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
Deprecated.  
getValue(String, String) - Method in class liquibase.integration.servlet.LiquibaseServletListener.ServletValueContainer
 
getValue(String) - Method in class liquibase.integration.servlet.LiquibaseServletListener.ServletValueContainer
Try to read the value that is stored by the given key from JNDI the servlet context's init parameters system properties
getValue() - Method in class liquibase.parser.core.ParsedNode
Return the value associated with this node.
getValue(Class<T>) - Method in class liquibase.parser.core.ParsedNode
Return the value associated with this node converted to the given type.
getValue() - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
 
getValue() - Method in class liquibase.sdk.verifytest.TestPermutation.Value
 
getValue(Object, String) - Method in class liquibase.serializer.ReflectionSerializer
 
getValue() - Method in class liquibase.sql.visitor.AppendSqlVisitor
 
getValue() - Method in class liquibase.sql.visitor.PrependSqlVisitor
 
getValue() - Method in class liquibase.statement.DatabaseFunction
 
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.
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.JdbcUtils
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.
getValueObject() - Method in class liquibase.change.ColumnConfig
Return the value from whatever setValue* function was called.
getValueSequenceCurrent() - Method in class liquibase.change.ColumnConfig
 
getValueSequenceNext() - Method in class liquibase.change.ColumnConfig
 
getValueSources(ParameterSignature) - Method in class liquibase.sdk.supplier.database.AllDatabases
 
getValueSources(ParameterSignature) - Method in class liquibase.sdk.supplier.database.AllDatabaseTypes
 
getVerifications() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getVerified() - Method in class liquibase.sdk.verifytest.TestPermutation
 
getVersion() - Method in class liquibase.change.CheckSum
Return the Checksum Algorithm version for this CheckSum
getVersion() - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
getVersion() - Method in class liquibase.database.core.supplier.PostgresqlConnSupplier
 
getVersion() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.AbstractJdbcDatabase
 
getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.DB2Database
 
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.MSSQLDatabase
 
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
 
getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.sdk.database.MockDatabase
 
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
 
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
 
getViews(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
 
getWarnings() - Method in class liquibase.changelog.visitor.ValidatingVisitor
 
getWarnings() - Method in class liquibase.database.jvm.JdbcConnection
 
getWasOverridden() - Method in class liquibase.configuration.ConfigurationProperty
Returns true if the value has been set by a ConfigurationValueProvider or by ConfigurationProperty.setValue(Object)
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(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
 
getWhereClause() - Method in class liquibase.statement.core.DeleteStatement
Deprecated. use DeleteStatement.getWhere()
getWhereClause() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
 
getWhereClause() - Method in class liquibase.statement.core.UpdateStatement
 
getWhereClause() - Method in class liquibase.statement.UpdateExecutablePreparedStatement
 
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.change.core.AlterSequenceChange
 
getWillCycle() - Method in class liquibase.statement.core.AlterSequenceStatement
 
getWillCycle() - Method in class liquibase.structure.core.Sequence
 
getWillRun() - Method in class liquibase.changelog.ChangeSetStatus
Will the change set 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.
getZipFileBase() - Method in class liquibase.database.core.supplier.OracleConnSupplier
 
GlobalConfiguration - Class in liquibase.configuration
Configuration container for global properties.
GlobalConfiguration() - Constructor for class liquibase.configuration.GlobalConfiguration
 

H

H2ColumnSnapshotGenerator - Class in liquibase.snapshot.jvm
 
H2ColumnSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.H2ColumnSnapshotGenerator
 
H2ConnSupplier - Class in liquibase.database.core.supplier
 
H2ConnSupplier() - Constructor for class liquibase.database.core.supplier.H2ConnSupplier
 
H2Database - Class in liquibase.database.core
 
H2Database() - Constructor for class liquibase.database.core.H2Database
 
halt() - Method in class liquibase.sdk.vagrant.VagrantCommand
 
handleAutoIncrementDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
 
handleChildNode(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.ChangeSet
 
handleChildNode(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.DatabaseChangeLog
 
handleDefaultValueDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
 
handleNullableDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
 
handleRollbackNode(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.ChangeSet
 
handleTypeDifferences(Column, ObjectDifferences, DiffOutputControl, List<Change>, Database, Database) - Method in class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
 
has(DatabaseObject, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
 
hasChangeLogLock() - Method in interface liquibase.lockservice.LockService
 
hasChangeLogLock() - Method in class liquibase.lockservice.OfflineLockService
 
hasChangeLogLock - Variable in class liquibase.lockservice.StandardLockService
 
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() - Method 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
 
hasGroups() - Method in class liquibase.sdk.verifytest.VerifiedTest
 
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, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
 
hash(DatabaseObject, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
 
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.common.datatype.DataTypeWrapper
 
hashCode() - Method in class liquibase.database.AbstractJdbcDatabase
 
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.parser.core.ParsedNode
 
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.Table
 
hashCode() - Method in class liquibase.structure.core.UniqueConstraint
 
hashCode() - Method in class liquibase.structure.core.View
 
hasLowerCase(String) - Static method in class liquibase.util.StringUtils
 
hasMixedCase(String) - Method in class liquibase.database.core.PostgresDatabase
 
hasProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
 
hasReadProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
 
hasUpperCase(String) - Static method in class liquibase.util.StringUtils
 
hasValue(String, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
 
hasWarnings() - Method in class liquibase.exception.Warnings
 
hasWriteProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
 
header(String...) - Method in class liquibase.sdk.Main
 
header - Variable in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
 
HeaderColumnNameMappingStrategy - Class in liquibase.util.csv.opencsv.bean
Copyright 2007 Kyle Miller.
HeaderColumnNameMappingStrategy() - Constructor for class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
 
HeaderColumnNameTranslateMappingStrategy - Class in liquibase.util.csv.opencsv.bean
Copyright 2007 Kyle Miller.
HeaderColumnNameTranslateMappingStrategy() - Constructor for class liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
 
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(Connection) - Constructor for class liquibase.database.jvm.HsqlConnection
 
HsqlConnSupplier - Class in liquibase.database.core.supplier
 
HsqlConnSupplier() - Constructor for class liquibase.database.core.supplier.HsqlConnSupplier
 
HsqlDatabase - Class in liquibase.database.core
 
HsqlDatabase() - Constructor for class liquibase.database.core.HsqlDatabase
 
HTMLListWriter - Class in liquibase.dbdoc
 
HTMLListWriter(String, String, String, File) - Constructor for class liquibase.dbdoc.HTMLListWriter
 
HTMLWriter - Class in liquibase.dbdoc
 
HTMLWriter(File, Database) - Constructor for class liquibase.dbdoc.HTMLWriter
 

I

idsAreEqual(ChangeSet, RanChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
 
ignoreClasspathPrefix() - Method in class liquibase.changelog.DatabaseChangeLog
 
include(String, boolean, ResourceAccessor) - Method in class liquibase.changelog.DatabaseChangeLog
 
include(String) - Method in interface liquibase.changelog.IncludeAllFilter
 
include(DatabaseObject, Database, Database) - Method in class liquibase.diff.output.StandardObjectChangeFilter
 
include(Object, String, Object) - Method in class liquibase.serializer.core.string.StringChangeLogSerializer.FieldFilter
 
include(T) - Method in class liquibase.snapshot.DatabaseSnapshot
Include the object described by the passed example object in this snapshot.
includeAll(String, boolean, IncludeAllFilter, boolean, Comparator<String>, ResourceAccessor) - Method in class liquibase.changelog.DatabaseChangeLog
 
IncludeAllFilter - Interface in liquibase.changelog
 
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
 
includeSystemClasspath - Variable in class liquibase.integration.commandline.Main
 
includeUnexpected(DatabaseObject, Database, Database) - Method in interface liquibase.diff.output.ObjectChangeFilter
 
includeUnexpected(DatabaseObject, Database, Database) - Method in class liquibase.diff.output.StandardObjectChangeFilter
 
indent(String) - Static method in class liquibase.util.StringUtils
 
indent(String, int) - Static method in class liquibase.util.StringUtils
 
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
 
indexOfExtension(String) - Static method in class liquibase.util.file.FilenameUtils
Returns the index of the last extension separator character, which is a dot.
indexOfLastSeparator(String) - Static method in class liquibase.util.file.FilenameUtils
Returns the index of the last directory separator character.
IndexSnapshotGenerator - Class in liquibase.snapshot.jvm
 
IndexSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.IndexSnapshotGenerator
 
info(String) - Method in class liquibase.integration.ant.logging.AntTaskLogger
 
info(String, Throwable) - Method in class liquibase.integration.ant.logging.AntTaskLogger
 
info(String) - Method in class liquibase.logging.core.DefaultLogger
 
info(String, Throwable) - Method in class liquibase.logging.core.DefaultLogger
 
info(String) - Method in interface liquibase.logging.Logger
 
info(String, Throwable) - Method in interface liquibase.logging.Logger
 
InformixConnSupplier - Class in liquibase.database.core.supplier
 
InformixConnSupplier() - Constructor for class liquibase.database.core.supplier.InformixConnSupplier
 
InformixDatabase - Class in liquibase.database.core
 
InformixDatabase() - Constructor for class liquibase.database.core.InformixDatabase
 
init() - Method in interface liquibase.changelog.ChangeLogHistoryService
Ensures the change log history container is correctly initialized for use.
init() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
 
init() - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
init(ConfigurationValueProvider...) - Method in class liquibase.configuration.AbstractConfigurationContainer
Override default values for properties with the given ConfigurationProviders.
init(ConfigurationValueProvider...) - Method in interface liquibase.configuration.ConfigurationContainer
 
init(ConfigurationValueProvider[]) - Method in class liquibase.configuration.ConfigurationProperty
Initialize this property with values in the given ConfigurationProvers.
init(ConfigurationValueProvider...) - Method in class liquibase.configuration.LiquibaseConfiguration
Re-initialize the configuration with the given ConfigurationProviders.
init() - Method in class liquibase.integration.ant.BaseLiquibaseTask
 
init() - Method in class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
 
init() - Method in interface liquibase.lockservice.LockService
 
init() - Method in class liquibase.lockservice.OfflineLockService
 
init() - Method in class liquibase.lockservice.StandardLockService
 
init() - Method in class liquibase.resource.AbstractResourceAccessor
 
init() - Method in class liquibase.resource.UtfBomAwareReader
Read up to 4 bytes to determine the BOM.
init() - Method in class liquibase.resource.UtfBomStripperInputStream
 
init() - Method in class liquibase.sdk.Context
 
init(String[]) - Method in class liquibase.sdk.Main
 
init() - Method in class liquibase.sdk.vagrant.VagrantCommand
 
init() - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
 
init() - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
 
init(DatabaseObject[]) - Method in class liquibase.snapshot.DatabaseSnapshot
 
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
 
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
 
InsertDataChangeSupplier - Class in liquibase.change.core.supplier
 
InsertDataChangeSupplier() - Constructor for class liquibase.change.core.supplier.InsertDataChangeSupplier
 
InsertExecutablePreparedStatement - Class in liquibase.statement
Handles INSERT Execution
InsertExecutablePreparedStatement(Database, String, String, String, List<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
 
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
 
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
 
InternalDatabase - Interface in liquibase.database
Marker interface for liquibase.database.InternalDatabase implementations that are for internal Liquibase usage, not user-exposed databases.
IntType - Class in liquibase.datatype.core
 
IntType() - Constructor for class liquibase.datatype.core.IntType
 
intValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
 
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_JAVA_1_1 - Static variable in class liquibase.util.SystemUtils
Is true if this is Java version 1.1 (also 1.1.x versions).
IS_JAVA_1_2 - Static variable in class liquibase.util.SystemUtils
Is true if this is Java version 1.2 (also 1.2.x versions).
IS_JAVA_1_3 - Static variable in class liquibase.util.SystemUtils
Is true if this is Java version 1.3 (also 1.3.x versions).
IS_JAVA_1_4 - Static variable in class liquibase.util.SystemUtils
Is true if this is Java version 1.4 (also 1.4.x versions).
IS_JAVA_1_5 - Static variable in class liquibase.util.SystemUtils
Is true if this is Java version 1.5 (also 1.5.x versions).
IS_JAVA_1_6 - Static variable in class liquibase.util.SystemUtils
Is true if this is Java version 1.6 (also 1.6.x versions).
IS_JAVA_1_7 - Static variable in class liquibase.util.SystemUtils
Is true if this is Java version 1.7 (also 1.7.x versions).
IS_OS_AIX - Static variable in class liquibase.util.SystemUtils
Is true if this is AIX.
IS_OS_HP_UX - Static variable in class liquibase.util.SystemUtils
Is true if this is HP-UX.
IS_OS_IRIX - Static variable in class liquibase.util.SystemUtils
Is true if this is Irix.
IS_OS_LINUX - Static variable in class liquibase.util.SystemUtils
Is true if this is Linux.
IS_OS_MAC - Static variable in class liquibase.util.SystemUtils
Is true if this is Mac.
IS_OS_MAC_OSX - Static variable in class liquibase.util.SystemUtils
Is true if this is Mac.
IS_OS_OS2 - Static variable in class liquibase.util.SystemUtils
Is true if this is OS/2.
IS_OS_SOLARIS - Static variable in class liquibase.util.SystemUtils
Is true if this is Solaris.
IS_OS_SUN_OS - Static variable in class liquibase.util.SystemUtils
Is true if this is SunOS.
IS_OS_UNIX - Static variable in class liquibase.util.SystemUtils
Is true if this is a POSIX compilant system, as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.
IS_OS_WINDOWS - Static variable in class liquibase.util.SystemUtils
Is true if this is Windows.
IS_OS_WINDOWS_2000 - Static variable in class liquibase.util.SystemUtils
Is true if this is Windows 2000.
IS_OS_WINDOWS_7 - Static variable in class liquibase.util.SystemUtils
Is true if this is Windows 7.
IS_OS_WINDOWS_95 - Static variable in class liquibase.util.SystemUtils
Is true if this is Windows 95.
IS_OS_WINDOWS_98 - Static variable in class liquibase.util.SystemUtils
Is true if this is Windows 98.
IS_OS_WINDOWS_ME - Static variable in class liquibase.util.SystemUtils
Is true if this is Windows ME.
IS_OS_WINDOWS_NT - Static variable in class liquibase.util.SystemUtils
Is true if this is Windows NT.
IS_OS_WINDOWS_VISTA - Static variable in class liquibase.util.SystemUtils
Is true if this is Windows Vista.
IS_OS_WINDOWS_XP - Static variable in class liquibase.util.SystemUtils
Is true if this is Windows XP.
isAccepted() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
Was the change set accepted by the filter
isAlwaysRun() - Method in class liquibase.changelog.ChangeSet
 
isApplyToRollback() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
 
isApplyToRollback() - Method in interface liquibase.sql.visitor.SqlVisitor
 
isAscii(String) - Static method in class liquibase.util.StringUtils
 
isAscii(char) - Static method in class liquibase.util.StringUtils
 
isAssociatedWith(String) - Method in class liquibase.structure.core.Index
 
isAutoCommit() - Method in class liquibase.database.AbstractJdbcDatabase
 
isAutoCommit() - Method in interface liquibase.database.Database
 
isAutoCommit() - Method in class liquibase.sdk.database.MockDatabase
 
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.DatabaseDataType
Mainly for postgres, check if the column is a serial data type.
isAutoIncrement() - Method in class liquibase.statement.core.AddColumnStatement
 
isAutoIncrement() - Method in class liquibase.structure.core.Column
 
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.MSSQLDatabase
 
isCaseSensitive() - Method in interface liquibase.database.Database
 
isCaseSensitive() - Method in class liquibase.database.OfflineConnection
 
isCaseSensitive() - Method in class liquibase.resource.AbstractResourceAccessor
 
isCaseSensitive() - Method in class liquibase.sdk.database.MockDatabase
 
isCertainDataType() - Method in class liquibase.structure.core.Column
 
isCertainName() - Method in class liquibase.structure.core.PrimaryKey
 
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.OfflineConnection
 
isClustered() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
 
isClustered() - Method in class liquibase.statement.core.CreateIndexStatement
 
isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.DB2Database
 
isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.DerbyDatabase
 
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.MariaDBDatabase
 
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.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.
isCorrectDatabaseImplementation(Database) - Method in class liquibase.database.OfflineConnection
 
isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.sdk.database.MockDatabase
 
isCurrentDateTimeFunction(String, Database) - Method in class liquibase.datatype.LiquibaseDataType
 
isDatabaseChangeLogLockTableInitialized(boolean) - Method in class liquibase.lockservice.StandardLockService
 
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
 
isDateTime(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
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 interface liquibase.database.Database
 
isDefaultCatalog(String) - Method in class liquibase.sdk.database.MockDatabase
 
isDefaultCatalog(Catalog, Database) - Method in class liquibase.snapshot.jvm.CatalogSnapshotGenerator
 
isDefaultSchema(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
 
isDefaultSchema(String, String) - Method in interface liquibase.database.Database
 
isDefaultSchema(String, String) - Method in class liquibase.sdk.database.MockDatabase
 
isDeferrable() - Method in class liquibase.change.ConstraintsConfig
Returns if a foreign key defined for this column should deferrable.
isDeferrable() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
isDeferrable() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
 
isDeferrable() - Method in class liquibase.statement.ForeignKeyConstraint
 
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
 
isDifferent(String) - Method in class liquibase.diff.ObjectDifferences
 
isDifferent(Column) - Method in class liquibase.structure.core.Column
 
isDisabled() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
 
isDisabled() - Method in class liquibase.structure.core.UniqueConstraint
 
isDropFirst() - Method in class liquibase.integration.ant.DatabaseUpdateTask
 
isDropFirst() - Method in class liquibase.integration.ant.DatabaseUpdateTestingRollbackTask
 
isDropFirst() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
isDropFirst() - Method in class liquibase.integration.spring.SpringLiquibase
 
isEmpty() - Method in class liquibase.ContextExpression
 
isEmpty() - Method in class liquibase.Contexts
 
isEmpty() - Method in class liquibase.LabelExpression
 
isEmpty() - Method in class liquibase.Labels
 
isExecuteDdlAgainstDatabase() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
 
isExecuteDmlAgainstDatabase() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
 
isExtension(String, String) - Static method in class liquibase.util.file.FilenameUtils
Checks whether the extension of the filename is that specified.
isExtension(String, String[]) - Static method in class liquibase.util.file.FilenameUtils
Checks whether the extension of the filename is one of those specified.
isExtension(String, Collection) - Static method in class liquibase.util.file.FilenameUtils
Checks whether the extension of the filename is one of those specified.
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 change set or not.
isFullDefinition() - Method in class liquibase.statement.core.CreateViewStatement
 
isFunction(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
isFunction(String) - Method in interface liquibase.database.Database
 
isFunction(String) - Method in class liquibase.sdk.database.MockDatabase
 
isIgnoreClasspathPrefix() - Method in class liquibase.integration.spring.SpringLiquibase
 
isIgnoreClasspathPrefix() - Method in class liquibase.Liquibase
 
isInitialized() - Method in class liquibase.sdk.Context
 
isInitiallyDeferred() - Method in class liquibase.change.ConstraintsConfig
Returns if a foreign key defined for this column should be "initially deferred"c.
isInitiallyDeferred() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
isInitiallyDeferred() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
 
isInitiallyDeferred() - Method in class liquibase.statement.ForeignKeyConstraint
 
isInitiallyDeferred() - Method in class liquibase.structure.core.ForeignKey
 
isInitiallyDeferred() - Method in class liquibase.structure.core.UniqueConstraint
 
isInvalidProperty(PropertyDescriptor) - Method in class liquibase.change.AbstractChange
 
isJavaAwtHeadless() - Static method in class liquibase.util.SystemUtils
Returns whether the SystemUtils.JAVA_AWT_HEADLESS value is true.
isJavaVersionAtLeast(float) - Static method in class liquibase.util.SystemUtils
Is the Java version at least the requested version.
isJavaVersionAtLeast(int) - Static method in class liquibase.util.SystemUtils
Is the Java version at least the requested version.
isJson() - Method in class liquibase.serializer.core.yaml.YamlSerializer
 
isLinux() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
isLiquibaseObject(DatabaseObject) - Method in class liquibase.database.AbstractJdbcDatabase
 
isLiquibaseObject(DatabaseObject) - Method in interface liquibase.database.Database
 
isLiquibaseObject(DatabaseObject) - Method in class liquibase.sdk.database.MockDatabase
 
isMinimumVersion(String, int, int, int) - Method in class liquibase.datatype.core.DateTimeType
 
isMultiple() - Method in class liquibase.statement.core.AddColumnStatement
 
isMultiple() - Method in class liquibase.statement.core.DropColumnStatement
 
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
 
isNumeric(int) - Static method in class liquibase.util.JdbcUtils
Check whether the given SQL type is numeric.
isNumeric(int) - Static method in class liquibase.util.SqlUtil
 
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
 
isOutputDefaultCatalog() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.isOutputDefaultCatalog() instead.
isOutputDefaultCatalog() - Method in class liquibase.integration.ant.type.DatabaseType
 
isOutputDefaultSchema() - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.isOutputDefaultSchema() instead.
isOutputDefaultSchema() - Method in class liquibase.integration.ant.type.DatabaseType
 
isPrefixPresent(String) - Method in class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
 
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
 
isPromptOnNonLocalDatabase() - Method in class liquibase.integration.ant.BaseLiquibaseTask
 
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
 
isRequiredFor(Database) - Method in class liquibase.change.ChangeParameterMetaData
A convenience method for testing the value returned by ChangeParameterMetaData.getRequiredForDatabase() against a given database.
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.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
 
isReservedWord(String) - Method in class liquibase.sdk.database.MockDatabase
 
isRunInTransaction() - Method in class liquibase.changelog.ChangeSet
 
isRunOnChange() - Method in class liquibase.changelog.ChangeSet
 
isSafeToRunUpdate() - Method in class liquibase.database.AbstractJdbcDatabase
Default implementation, just look for "local" IPs.
isSafeToRunUpdate() - Method in class liquibase.database.core.H2Database
 
isSafeToRunUpdate() - Method in interface liquibase.database.Database
 
isSafeToRunUpdate() - Method in class liquibase.Liquibase
Returns true if it is "save" to migrate the database.
isSafeToRunUpdate() - Method in class liquibase.sdk.database.MockDatabase
 
isSameAs(ChangeSet) - Method in class liquibase.changelog.RanChangeSet
 
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, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
 
isSameObject(DatabaseObject, DatabaseObject, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
 
isShouldRun() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
isSplitStatements() - Method in class liquibase.change.AbstractSQLChange
Return if the SQL should be split into multiple statements before passing it to the database.
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.FirebirdDatabase
 
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
 
isSystemObject(DatabaseObject) - Method in class liquibase.sdk.database.MockDatabase
 
isSystemView(CatalogAndSchema, String) - Method in class liquibase.database.AbstractJdbcDatabase
 
isTimeOnly(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
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
 
isUsingOracleSyntax() - Method in class liquibase.database.core.HsqlDatabase
 
isValid(Change, Database) - Method in class liquibase.sdk.supplier.change.AbstractChangeSupplier
 
isValid(Change, Database) - Method in interface liquibase.sdk.supplier.change.ChangeSupplier
 
isValid(Change, Database) - Method in class liquibase.sdk.supplier.change.ChangeSupplierFactory
 
isValid() - Method in class liquibase.sdk.verifytest.TestPermutation.CannotVerify
 
isValid() - Method in class liquibase.sdk.verifytest.TestPermutation.Invalid
 
isValid() - Method in class liquibase.sdk.verifytest.TestPermutation
 
isValid() - Method in class liquibase.sdk.verifytest.TestPermutation.OkResult
 
isValid() - Method in interface liquibase.sdk.verifytest.TestPermutation.SetupResult
 
isValid() - Method in class liquibase.structure.core.StoredDatabaseLogic
 
isWebSphereClassLoader(ClassLoader) - Static method in class liquibase.servicelocator.WebSpherePackageScanClassResolver
Is the classloader from IBM and thus the WebSphere platform?
isWindows() - Method in class liquibase.integration.commandline.Main
 
isWindows() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
isWindows() - Static method in class liquibase.util.SystemUtils
 
isWrongSchema(DatabaseObject) - Method in class liquibase.snapshot.DatabaseSnapshot
 
isZOS() - Method in class liquibase.database.core.DB2Database
 

J

JAVA_AWT_FONTS - Static variable in class liquibase.util.SystemUtils
The java.awt.fonts System Property.
JAVA_AWT_GRAPHICSENV - Static variable in class liquibase.util.SystemUtils
The java.awt.graphicsenv System Property.
JAVA_AWT_HEADLESS - Static variable in class liquibase.util.SystemUtils
The java.awt.headless System Property.
JAVA_AWT_PRINTERJOB - Static variable in class liquibase.util.SystemUtils
The java.awt.printerjob System Property.
JAVA_CLASS_PATH - Static variable in class liquibase.util.SystemUtils
The java.class.path System Property.
JAVA_CLASS_VERSION - Static variable in class liquibase.util.SystemUtils
The java.class.version System Property.
JAVA_COMPILER - Static variable in class liquibase.util.SystemUtils
The java.compiler System Property.
JAVA_ENDORSED_DIRS - Static variable in class liquibase.util.SystemUtils
The java.endorsed.dirs System Property.
JAVA_EXT_DIRS - Static variable in class liquibase.util.SystemUtils
The java.ext.dirs System Property.
JAVA_HOME - Static variable in class liquibase.util.SystemUtils
The java.home System Property.
JAVA_IO_TMPDIR - Static variable in class liquibase.util.SystemUtils
The java.io.tmpdir System Property.
JAVA_LIBRARY_PATH - Static variable in class liquibase.util.SystemUtils
The java.library.path System Property.
JAVA_RUNTIME_NAME - Static variable in class liquibase.util.SystemUtils
The java.runtime.name System Property.
JAVA_RUNTIME_VERSION - Static variable in class liquibase.util.SystemUtils
The java.runtime.version System Property.
JAVA_SPECIFICATION_NAME - Static variable in class liquibase.util.SystemUtils
The java.specification.name System Property.
JAVA_SPECIFICATION_VENDOR - Static variable in class liquibase.util.SystemUtils
The java.specification.vendor System Property.
JAVA_SPECIFICATION_VERSION - Static variable in class liquibase.util.SystemUtils
The java.specification.version System Property.
JAVA_UTIL_PREFS_PREFERENCES_FACTORY - Static variable in class liquibase.util.SystemUtils
The java.util.prefs.PreferencesFactory System Property.
JAVA_VENDOR - Static variable in class liquibase.util.SystemUtils
The java.vendor System Property.
JAVA_VENDOR_URL - Static variable in class liquibase.util.SystemUtils
The java.vendor.url System Property.
JAVA_VERSION - Static variable in class liquibase.util.SystemUtils
The java.version System Property.
JAVA_VERSION_FLOAT - Static variable in class liquibase.util.SystemUtils
Gets the Java version as a float.
JAVA_VERSION_INT - Static variable in class liquibase.util.SystemUtils
Gets the Java version as an int.
JAVA_VERSION_TRIMMED - Static variable in class liquibase.util.SystemUtils
Gets the Java version as a String trimming leading letters.
JAVA_VM_INFO - Static variable in class liquibase.util.SystemUtils
The java.vm.info System Property.
JAVA_VM_NAME - Static variable in class liquibase.util.SystemUtils
The java.vm.name System Property.
JAVA_VM_SPECIFICATION_NAME - Static variable in class liquibase.util.SystemUtils
The java.vm.specification.name System Property.
JAVA_VM_SPECIFICATION_VENDOR - Static variable in class liquibase.util.SystemUtils
The java.vm.specification.vendor System Property.
JAVA_VM_SPECIFICATION_VERSION - Static variable in class liquibase.util.SystemUtils
The java.vm.specification.version System Property.
JAVA_VM_VENDOR - Static variable in class liquibase.util.SystemUtils
The java.vm.vendor System Property.
JAVA_VM_VERSION - Static variable in class liquibase.util.SystemUtils
The java.vm.version System Property.
jdbcCallsCatalogsSchemas() - Method in class liquibase.database.AbstractJdbcDatabase
 
jdbcCallsCatalogsSchemas() - Method in class liquibase.database.core.DB2Database
 
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(Connection) - Constructor for class liquibase.database.jvm.JdbcConnection
 
JdbcDatabaseSnapshot - Class in liquibase.snapshot
 
JdbcDatabaseSnapshot(DatabaseObject[], Database, SnapshotControl) - Constructor for class liquibase.snapshot.JdbcDatabaseSnapshot
 
JdbcDatabaseSnapshot(DatabaseObject[], Database) - Constructor for class liquibase.snapshot.JdbcDatabaseSnapshot
 
JdbcDatabaseSnapshot.CachingDatabaseMetaData - Class in liquibase.snapshot
 
JdbcDatabaseSnapshot.CachingDatabaseMetaData(Database, DatabaseMetaData) - Constructor for class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
 
JDBCDriverClassLoader - Class in liquibase.sdk.supplier.database
 
JDBCDriverClassLoader() - Constructor for class liquibase.sdk.supplier.database.JDBCDriverClassLoader
 
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
 
JdbcUtils - Class in liquibase.util
 
JdbcUtils() - Constructor for class liquibase.util.JdbcUtils
 
join(Object[], String, StringUtils.StringUtilsFormatter) - Static method in class liquibase.util.StringUtils
 
join(String[], String) - Static method in class liquibase.util.StringUtils
 
join(Collection<String>, String) - Static method in class liquibase.util.StringUtils
 
join(Collection, String, StringUtils.StringUtilsFormatter) - Static method in class liquibase.util.StringUtils
 
join(Collection, String, StringUtils.StringUtilsFormatter, boolean) - Static method in class liquibase.util.StringUtils
 
join(Collection<String>, String, boolean) - Static method in class liquibase.util.StringUtils
 
join(Map, String) - Static method in class liquibase.util.StringUtils
 
join(Map, String, StringUtils.StringUtilsFormatter) - Static method in class liquibase.util.StringUtils
 
join(Integer[], String) - Static method in class liquibase.util.StringUtils
 
join(int[], String) - Static method in class liquibase.util.StringUtils
 
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
 

L

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
 
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
 
labels - Variable in class liquibase.integration.commandline.Main
 
labels - Variable in class liquibase.integration.spring.SpringLiquibase
 
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
 
LINE_SEPARATOR - Static variable in class liquibase.util.SystemUtils
The line.separator System Property.
liquibase - package liquibase
 
Liquibase - Class in liquibase
Primary facade class for interacting with Liquibase.
Liquibase(String, ResourceAccessor, DatabaseConnection) - Constructor for class liquibase.Liquibase
Creates a Liquibase instance for a given DatabaseConnection.
Liquibase(String, ResourceAccessor, Database) - Constructor for class liquibase.Liquibase
Creates a Liquibase instance.
Liquibase(DatabaseChangeLog, ResourceAccessor, Database) - Constructor for class liquibase.Liquibase
 
liquibase.change - package liquibase.change
The change package contains the available database "changes".
liquibase.change.core - package liquibase.change.core
 
liquibase.change.core.supplier - package liquibase.change.core.supplier
 
liquibase.change.custom - package liquibase.change.custom
 
liquibase.change.custom.supplier - package liquibase.change.custom.supplier
 
liquibase.changelog - package liquibase.changelog
 
liquibase.changelog.filter - package liquibase.changelog.filter
 
liquibase.changelog.visitor - package liquibase.changelog.visitor
 
liquibase.command - package liquibase.command
 
liquibase.common.datatype - package liquibase.common.datatype
 
liquibase.configuration - package liquibase.configuration
 
liquibase.database - package liquibase.database
 
liquibase.database.core - package liquibase.database.core
 
liquibase.database.core.supplier - package liquibase.database.core.supplier
 
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.integration.ant - package liquibase.integration.ant
 
liquibase.integration.ant.logging - package liquibase.integration.ant.logging
 
liquibase.integration.ant.type - package liquibase.integration.ant.type
 
liquibase.integration.commandline - package liquibase.integration.commandline
 
liquibase.integration.servlet - package liquibase.integration.servlet
 
liquibase.integration.spring - package liquibase.integration.spring
 
liquibase.lockservice - package liquibase.lockservice
 
liquibase.logging - package liquibase.logging
 
liquibase.logging.core - package liquibase.logging.core
 
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.precondition - package liquibase.precondition
 
liquibase.precondition.core - package liquibase.precondition.core
 
liquibase.resource - package liquibase.resource
 
liquibase.sdk - package liquibase.sdk
 
liquibase.sdk.convert - package liquibase.sdk.convert
 
liquibase.sdk.database - package liquibase.sdk.database
 
liquibase.sdk.exception - package liquibase.sdk.exception
 
liquibase.sdk.executor - package liquibase.sdk.executor
 
liquibase.sdk.resource - package liquibase.sdk.resource
 
liquibase.sdk.supplier.change - package liquibase.sdk.supplier.change
 
liquibase.sdk.supplier.database - package liquibase.sdk.supplier.database
 
liquibase.sdk.supplier.resource - package liquibase.sdk.supplier.resource
 
liquibase.sdk.vagrant - package liquibase.sdk.vagrant
 
liquibase.sdk.verifytest - package liquibase.sdk.verifytest
 
liquibase.sdk.watch - package liquibase.sdk.watch
 
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.util - package liquibase.util
 
liquibase.util.csv - package liquibase.util.csv
 
liquibase.util.csv.opencsv - package liquibase.util.csv.opencsv
 
liquibase.util.csv.opencsv.bean - package liquibase.util.csv.opencsv.bean
 
liquibase.util.file - package liquibase.util.file
 
liquibase.util.ui - package liquibase.util.ui
 
liquibase.util.xml - package liquibase.util.xml
 
LIQUIBASE_CATALOG_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
 
LIQUIBASE_SCHEMA_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
 
LIQUIBASE_SDK_PROPERTIES_FILENAME - Static variable in class liquibase.sdk.Context
 
LIQUIBASE_TABLESPACE_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
 
liquibaseCatalogName - Variable in class liquibase.integration.commandline.Main
 
LiquibaseCommand - Interface in liquibase.command
 
LiquibaseConfiguration - Class in liquibase.configuration
Provides unified management of configuration properties within Liquibase core and in extensions.
LiquibaseConfiguration() - Constructor for class liquibase.configuration.LiquibaseConfiguration
Constructor protected to prevent construction outside getInstance()
LiquibaseDataType - Class in liquibase.datatype
Object representing a data type, instead of a plain string.
LiquibaseDataType(LiquibaseDataType) - Constructor for class liquibase.datatype.LiquibaseDataType
 
LiquibaseDataType() - Constructor for class liquibase.datatype.LiquibaseDataType
 
LiquibaseDataType(String, int, int) - Constructor for class liquibase.datatype.LiquibaseDataType
 
LiquibaseEntityResolver - Class in liquibase.parser.core.xml
Finds the Liquibase schema from the classpath rather than fetching it over the Internet.
LiquibaseEntityResolver(LiquibaseSerializer) - Constructor for class liquibase.parser.core.xml.LiquibaseEntityResolver
 
LiquibaseEntityResolver(LiquibaseParser) - 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(Throwable) - Constructor for exception liquibase.exception.LiquibaseException
 
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
 
liquibaseSchemaName - Variable in class liquibase.integration.commandline.Main
 
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
Servlet listener than can be added to web.xml to allow Liquibase to run on every application server startup.
LiquibaseServletListener() - Constructor for class liquibase.integration.servlet.LiquibaseServletListener
 
LiquibaseServletListener.ServletValueContainer - Class in liquibase.integration.servlet
 
LiquibaseServletListener.ServletValueContainer(ServletContext, InitialContext) - Constructor for class liquibase.integration.servlet.LiquibaseServletListener.ServletValueContainer
 
LiquibaseStatusServlet - Class in liquibase.integration.servlet
Servlet that can be registered via web.xml to view the log of the Liquibase run from the LiquibaseServletListener.
LiquibaseStatusServlet() - Constructor for class liquibase.integration.servlet.LiquibaseStatusServlet
 
LiquibaseUtil - Class in liquibase.util
 
LiquibaseUtil() - Constructor for class liquibase.util.LiquibaseUtil
 
list(String, String, boolean, boolean, boolean) - Method in class liquibase.integration.commandline.CommandLineResourceAccessor
 
list(String, String, boolean, boolean, boolean) - Method in class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
 
list(String, String, boolean, boolean, boolean) - Method in class liquibase.resource.ClassLoaderResourceAccessor
 
list(String, String, boolean, boolean, boolean) - Method in class liquibase.resource.CompositeResourceAccessor
 
list(String, String, boolean, boolean, boolean) - Method in class liquibase.resource.FileSystemResourceAccessor
 
list(String, String, boolean, boolean, boolean) - Method in interface liquibase.resource.ResourceAccessor
Returns the path to all resources contained in the given root.
list(String, String, boolean, boolean, boolean) - Method in class liquibase.sdk.resource.MockResourceAccessor
 
listColumns(UniqueConstraint, Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
 
listConstraints(Table, DatabaseSnapshot, Schema) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
 
listFromNames(String) - Static method in class liquibase.structure.core.Column
 
listLocks() - Method in class liquibase.Liquibase
Display change log lock information.
listLocks() - Method in interface liquibase.lockservice.LockService
 
listLocks() - Method in class liquibase.lockservice.OfflineLockService
 
listLocks() - Method in class liquibase.lockservice.StandardLockService
 
listLocks() - Method in class liquibase.sdk.database.MockDatabase
 
listUnexpectedChangeSets(String) - Method in class liquibase.Liquibase
 
listUnexpectedChangeSets(Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
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
 
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.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.UniqueConstraint
 
load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.DatabaseObjectCollection
 
loadConstraints(ParsedNode) - Method in class liquibase.change.ColumnConfig
 
LoadDataChange - Class in liquibase.change.core
 
LoadDataChange() - Constructor for class liquibase.change.core.LoadDataChange
 
LoadDataChangeSupplier - Class in liquibase.change.core.supplier
 
LoadDataChangeSupplier() - Constructor for class liquibase.change.core.supplier.LoadDataChangeSupplier
 
LoadDataColumnConfig - Class in liquibase.change.core
 
LoadDataColumnConfig() - Constructor for class liquibase.change.core.LoadDataColumnConfig
 
loadDescriptors(Class) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
 
loadImplementationsInJar(String, InputStream, ClassLoader, File) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
Finds matching classes within a jar files that contains a folder structure matching the package structure.
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
 
LoadUpdateDataChangeSupplier - Class in liquibase.change.core.supplier
 
LoadUpdateDataChangeSupplier() - Constructor for class liquibase.change.core.supplier.LoadUpdateDataChangeSupplier
 
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(Throwable) - Constructor for exception liquibase.exception.LockException
 
LockException(String, Throwable) - Constructor for exception liquibase.exception.LockException
 
LockService - Interface in liquibase.lockservice
 
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 - Variable in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
LOG_LEVEL - Static variable in class liquibase.logging.core.DefaultLoggerConfiguration
 
LogFactory - Class in liquibase.logging
 
LogFactory() - Constructor for class liquibase.logging.LogFactory
 
logFile - Variable in class liquibase.integration.commandline.Main
 
Logger - Interface in liquibase.logging
 
LoggingExecutor - Class in liquibase.executor
 
LoggingExecutor(Executor, Writer, Database) - Constructor for class liquibase.executor.LoggingExecutor
 
logLevel - Variable in class liquibase.integration.commandline.Main
 
LogLevel - Enum in liquibase.logging
 
logMessage(LogRecord) - Static method in class liquibase.integration.servlet.LiquibaseStatusServlet
 
longValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
 
looksLikeFunctionCall(String, Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
 
lowerCaseFirst(String) - Static method in class liquibase.util.StringUtils
 

M

Main - Class in liquibase.integration.commandline
Class for executing Liquibase via the command line.
Main() - Constructor for class liquibase.integration.commandline.Main
 
main(String[]) - Static method in class liquibase.integration.commandline.Main
 
Main - Class in liquibase.sdk
 
Main() - Constructor for class liquibase.sdk.Main
 
main(String[]) - Static method in class liquibase.sdk.Main
 
MappingStrategy - Interface in liquibase.util.csv.opencsv.bean
 
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
 
mark(int) - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
 
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_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
After the change set has been ran against the database this method will update the change log table with the information.
markChangeSetExecStatus(ChangeSet, ChangeSet.ExecType) - Method in interface liquibase.database.Database
 
markChangeSetExecStatus(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.sdk.database.MockDatabase
 
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
 
markNextChangeSetRan(String, Writer) - Method in class liquibase.Liquibase
 
markNextChangeSetRan(Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
 
markNextChangeSetRan(String) - Method in class liquibase.Liquibase
 
markNextChangeSetRan(Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
MarkNextChangeSetRanTask - Class in liquibase.integration.ant
 
MarkNextChangeSetRanTask() - Constructor for class liquibase.integration.ant.MarkNextChangeSetRanTask
 
markSupported() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
 
matches(Contexts) - Method in class liquibase.ContextExpression
Returns true if the passed runtime contexts match this context expression
matches(DatabaseObject) - Method in class liquibase.diff.output.StandardObjectChangeFilter.Filter
 
matches(Labels) - Method in class liquibase.LabelExpression
Returns true if the passed runtime labels match this label expression
matches(Class<?>) - Method in class liquibase.servicelocator.AssignableToPackageScanFilter
 
matches(Class<?>) - Method in class liquibase.servicelocator.CompositePackageScanFilter
 
matches(Class<?>) - Method in interface liquibase.servicelocator.PackageScanFilter
Does the given class match
matches(String, PropertyDescriptor) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
 
MD5Util - Class in liquibase.util
Generates md5-sums based on a string.
MD5Util() - Constructor for class liquibase.util.MD5Util
 
MediumIntType - Class in liquibase.datatype.core
 
MediumIntType() - Constructor for class liquibase.datatype.core.MediumIntType
 
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
 
MergeColumnChangeSupplier - Class in liquibase.change.core.supplier
 
MergeColumnChangeSupplier() - Constructor for class liquibase.change.core.supplier.MergeColumnChangeSupplier
 
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
 
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
 
MissingSequenceChangeGenerator - Class in liquibase.diff.output.changelog.core
 
MissingSequenceChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
 
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
 
MockDatabase - Class in liquibase.sdk.database
 
MockDatabase() - Constructor for class liquibase.sdk.database.MockDatabase
 
MockExecutor - Class in liquibase.sdk.executor
 
MockExecutor() - Constructor for class liquibase.sdk.executor.MockExecutor
 
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
 
ModifyDataTypeChange - Class in liquibase.change.core
 
ModifyDataTypeChange() - Constructor for class liquibase.change.core.ModifyDataTypeChange
 
ModifyDataTypeChangeSupplier - Class in liquibase.change.core.supplier
 
ModifyDataTypeChangeSupplier() - Constructor for class liquibase.change.core.supplier.ModifyDataTypeChangeSupplier
 
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.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
 
MSSQLConnSupplier - Class in liquibase.database.core.supplier
 
MSSQLConnSupplier() - Constructor for class liquibase.database.core.supplier.MSSQLConnSupplier
 
MSSQLDatabase - Class in liquibase.database.core
Encapsulates MS-SQL database support.
MSSQLDatabase() - Constructor for class liquibase.database.core.MSSQLDatabase
 
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
 
mustQuoteObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
 
mustQuoteObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MySQLDatabase
 
MySQLConnSupplier - Class in liquibase.database.core.supplier
 
MySQLConnSupplier() - Constructor for class liquibase.database.core.supplier.MySQLConnSupplier
 
MySQLDatabase - Class in liquibase.database.core
Encapsulates MySQL database support.
MySQLDatabase() - Constructor for class liquibase.database.core.MySQLDatabase
 

N

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.OfflineConnection
 
NCharType - Class in liquibase.datatype.core
 
NCharType() - Constructor for class liquibase.datatype.core.NCharType
 
NetUtil - Class in liquibase.util
 
NetUtil() - Constructor for class liquibase.util.NetUtil
 
newInstance(Class) - Method in class liquibase.servicelocator.ServiceLocator
 
NO_ESCAPE_CHARACTER - Static variable in class liquibase.util.csv.opencsv.CSVWriter
The escape constant to use when you wish to suppress all escaping.
NO_QUOTE_CHARACTER - Static variable in class liquibase.util.csv.opencsv.CSVWriter
The quote constant to use when you wish to suppress all quoting.
nodeMatches(ParsedNode, String, String) - Method in class liquibase.parser.core.ParsedNode
 
normalize(String) - Static method in class liquibase.util.file.FilenameUtils
Normalizes a path, removing double and single dot path steps.
normalizeLineEndings(String) - Method in class liquibase.change.AbstractSQLChange
 
normalizeNoEndSeparator(String) - Static method in class liquibase.util.file.FilenameUtils
Normalizes a path, removing double and single dot path steps, and removing any final directory separator.
normalizePath(String) - Method in class liquibase.changelog.DatabaseChangeLog
 
normalizePath(String) - Method in class liquibase.changelog.filter.RanChangeSetFilter
 
normalizePath(String) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
 
note(String, Object) - Method in class liquibase.sdk.verifytest.TestPermutation
 
note(String, Object, OutputFormat) - Method in class liquibase.sdk.verifytest.TestPermutation
 
NotInChangeLogChangeSetFilter - Class in liquibase.changelog.filter
 
NotInChangeLogChangeSetFilter(DatabaseChangeLog) - Constructor for class liquibase.changelog.filter.NotInChangeLogChangeSetFilter
 
NotNullConstraint - Class in liquibase.statement
 
NotNullConstraint() - Constructor for class liquibase.statement.NotNullConstraint
 
NotNullConstraint(String) - 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
 
numberToSql(Number, Database) - Method in class liquibase.datatype.LiquibaseDataType
 
NumberType - Class in liquibase.datatype.core
 
NumberType() - Constructor for class liquibase.datatype.core.NumberType
 
NumberUtils - Class in liquibase.util
Miscellaneous utility methods for number conversion and parsing.
NumberUtils() - Constructor for class liquibase.util.NumberUtils
 
NVarcharType - Class in liquibase.datatype.core
 
NVarcharType() - Constructor for class liquibase.datatype.core.NVarcharType
 

O

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.DatabaseObjectNameCompareFunction(Class<? extends DatabaseObject>, Database) - Constructor for class liquibase.diff.ObjectDifferences.DatabaseObjectNameCompareFunction
 
ObjectDifferences.DataTypeCompareFunction - Class in liquibase.diff
 
ObjectDifferences.DataTypeCompareFunction(Database) - Constructor for class liquibase.diff.ObjectDifferences.DataTypeCompareFunction
 
ObjectDifferences.OrderedCollectionCompareFunction - Class in liquibase.diff
 
ObjectDifferences.OrderedCollectionCompareFunction(ObjectDifferences.StandardCompareFunction) - Constructor for class liquibase.diff.ObjectDifferences.OrderedCollectionCompareFunction
 
ObjectDifferences.StandardCompareFunction - Class in liquibase.diff
 
ObjectDifferences.StandardCompareFunction(Database) - Constructor for class liquibase.diff.ObjectDifferences.StandardCompareFunction
 
ObjectDifferences.ToStringCompareFunction - Class in liquibase.diff
 
ObjectDifferences.ToStringCompareFunction(boolean) - Constructor for class liquibase.diff.ObjectDifferences.ToStringCompareFunction
 
ObjectDifferences.UnOrderedCollectionCompareFunction - Class in liquibase.diff
 
ObjectDifferences.UnOrderedCollectionCompareFunction(ObjectDifferences.StandardCompareFunction) - Constructor for class liquibase.diff.ObjectDifferences.UnOrderedCollectionCompareFunction
 
ObjectQuotingStrategy - Enum in liquibase.database
Strategy regards quoting object names e.g.
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.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
 
ObjectUtil() - Constructor for class liquibase.util.ObjectUtil
 
OfflineChangeLogHistoryService - Class in liquibase.changelog
 
OfflineChangeLogHistoryService(Database, File, boolean, boolean) - Constructor for class liquibase.changelog.OfflineChangeLogHistoryService
 
OfflineConnection - Class in liquibase.database
 
OfflineConnection(String, ResourceAccessor) - Constructor for class liquibase.database.OfflineConnection
 
OfflineLockService - Class in liquibase.lockservice
 
OfflineLockService() - Constructor for class liquibase.lockservice.OfflineLockService
 
OK - Static variable in class liquibase.sdk.verifytest.TestPermutation
 
openChangeLogFile(String, ResourceAccessor) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
 
openConnection(String, String, String, String, ResourceAccessor) - Method in class liquibase.database.DatabaseFactory
 
openConnection(String, String, String, String, String, String, String, ResourceAccessor) - Method in class liquibase.database.DatabaseFactory
 
openConnection(ConnectionSupplier) - Method in class liquibase.sdk.supplier.database.AllDatabases
 
openConnection() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
openDatabase(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
 
openDatabaseConnection(ConnectionSupplier) - Method in class liquibase.sdk.supplier.database.AllDatabases
 
openSqlStream() - Method in class liquibase.change.AbstractSQLChange
 
openSqlStream() - Method in class liquibase.change.core.CreateProcedureChange
 
openSqlStream() - Method in class liquibase.change.core.SQLFileChange
 
openStream(String, Boolean, ChangeSet, ResourceAccessor) - Static method in class liquibase.util.StreamUtil
 
OracleConnSupplier - Class in liquibase.database.core.supplier
 
OracleConnSupplier() - Constructor for class liquibase.database.core.supplier.OracleConnSupplier
 
OracleDatabase - Class in liquibase.database.core
Encapsulates Oracle database support.
OracleDatabase() - Constructor for class liquibase.database.core.OracleDatabase
 
OrPrecondition - Class in liquibase.precondition.core
Class for controling "or" logic in preconditions.
OrPrecondition() - Constructor for class liquibase.precondition.core.OrPrecondition
 
OS_ARCH - Static variable in class liquibase.util.SystemUtils
The os.arch System Property.
OS_LINUX - Static variable in class liquibase.sdk.supplier.database.ConnectionSupplier
 
OS_NAME - Static variable in class liquibase.util.SystemUtils
The os.name System Property.
OS_VERSION - Static variable in class liquibase.util.SystemUtils
The os.version System Property.
OS_WINDOWS - Static variable in class liquibase.sdk.supplier.database.ConnectionSupplier
 
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
 
out(String) - Method in class liquibase.sdk.Main
 
output() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier.ConfigTemplate
 
output(String, Map<String, Object>) - Method in class liquibase.sdk.TemplateService
 
OUTPUT_ENCODING - Static variable in class liquibase.configuration.GlobalConfiguration
 
OUTPUT_LINE_SEPARATOR - Static variable in class liquibase.configuration.GlobalConfiguration
 
OutputChange - Class in liquibase.change.core
 
OutputChange() - Constructor for class liquibase.change.core.OutputChange
 
outputDefaultCatalog - Variable in class liquibase.integration.commandline.Main
 
outputDefaultSchema - Variable in class liquibase.integration.commandline.Main
 
outputDir - Variable in class liquibase.dbdoc.ChangeLogWriter
 
outputDir - Variable in class liquibase.dbdoc.HTMLWriter
 
outputFile - Variable in class liquibase.integration.commandline.Main
 
OutputFormat - Class in liquibase.sdk.verifytest
 
OutputFormat() - Constructor for class liquibase.sdk.verifytest.OutputFormat
 
OutputFormat.ArrayFormat - Class in liquibase.sdk.verifytest
 
OutputFormat.ArrayFormat(OutputFormat) - Constructor for class liquibase.sdk.verifytest.OutputFormat.ArrayFormat
 
OutputFormat.CollectionFormat - Class in liquibase.sdk.verifytest
 
OutputFormat.CollectionFormat(OutputFormat) - Constructor for class liquibase.sdk.verifytest.OutputFormat.CollectionFormat
 
outputObjects(List, Class, StringBuilder) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
 

P

PackageScanClassResolver - Interface in liquibase.servicelocator
A resolver that can find resources based on package scanning.
PackageScanFilter - Interface in liquibase.servicelocator
Filter that can be used with the PackageScanClassResolver resolver.
pad(String, int) - Static method in class liquibase.util.StringUtils
 
parameters - Variable in class liquibase.integration.spring.SpringLiquibase
 
parse(String) - Static method in class liquibase.change.CheckSum
Parse the given checksum string value into a CheckSum object.
parse(String, ChangeLogParameters, ResourceAccessor) - Method in interface liquibase.parser.ChangeLogParser
 
parse(String, ChangeLogParameters, ResourceAccessor) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
 
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
 
parse(MappingStrategy, Reader) - Method in class liquibase.util.csv.opencsv.bean.CsvToBean
 
parse(String) - Method in class liquibase.util.ISODateFormat
 
parseBoolean(String) - Static method in class liquibase.util.BooleanParser
 
parseDate(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
parseDate(String) - Method in class liquibase.database.core.DB2Database
 
parseDate(String) - Method in class liquibase.database.core.H2Database
 
parseDate(String) - Method in class liquibase.database.core.HsqlDatabase
 
parseDate(String) - Method in interface liquibase.database.Database
 
parseDate(String) - Method in class liquibase.sdk.database.MockDatabase
 
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
 
parseFilter(String) - Method in class liquibase.diff.output.StandardObjectChangeFilter
 
parseNumber(String, Class) - Static method in class liquibase.util.NumberUtils
Parse the given text into a number instance of the given target class, using the corresponding default decode methods.
parseNumber(String, Class, NumberFormat) - Static method in class liquibase.util.NumberUtils
Parse the given text into a number instance of the given target class, using the given NumberFormat.
parseOptions(String[]) - Method in class liquibase.integration.commandline.Main
 
parsePropertiesFile(InputStream) - Method in class liquibase.integration.commandline.Main
 
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.integration.commandline.Main
 
PATH_SEPARATOR - Static variable in class liquibase.util.SystemUtils
The path.separator System Property.
peek() - Method in class liquibase.statement.core.InsertSetStatement
 
PendingChangesWriter - Class in liquibase.dbdoc
 
PendingChangesWriter(File, Database) - Constructor for class liquibase.dbdoc.PendingChangesWriter
 
PendingSQLWriter - Class in liquibase.dbdoc
 
PendingSQLWriter(File, Database, DatabaseChangeLog) - Constructor for class liquibase.dbdoc.PendingSQLWriter
 
performUpdate(Liquibase) - Method in class liquibase.integration.spring.SpringLiquibase
 
permutations(Map<String, List<T>>) - Static method in class liquibase.util.CollectionUtil
 
PostgresDatabase - Class in liquibase.database.core
Encapsulates PostgreSQL database support.
PostgresDatabase() - Constructor for class liquibase.database.core.PostgresDatabase
 
PostgresqlConnSupplier - Class in liquibase.database.core.supplier
 
PostgresqlConnSupplier() - Constructor for class liquibase.database.core.supplier.PostgresqlConnSupplier
 
powerSet(Collection<T>) - Static method in class liquibase.util.CollectionUtil
 
Precondition - Interface in liquibase.precondition
Marker interface for preconditions.
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 interface liquibase.changelog.visitor.ChangeExecListener
 
PreconditionErrorException - Exception in liquibase.exception
 
PreconditionErrorException(String, List<ErrorPrecondition>) - Constructor for exception liquibase.exception.PreconditionErrorException
 
PreconditionErrorException(Exception, DatabaseChangeLog, Precondition) - Constructor for exception liquibase.exception.PreconditionErrorException
 
PreconditionErrorException(ErrorPrecondition) - Constructor for exception liquibase.exception.PreconditionErrorException
 
PreconditionErrorException(List<ErrorPrecondition>) - Constructor for exception liquibase.exception.PreconditionErrorException
 
PreconditionFactory - Class in liquibase.precondition
 
preconditionFailed(PreconditionFailedException, PreconditionContainer.FailOption) - Method in interface liquibase.changelog.visitor.ChangeExecListener
 
PreconditionFailedException - Exception in liquibase.exception
Thrown when a precondition failed.
PreconditionFailedException(String, DatabaseChangeLog, Precondition) - Constructor for exception liquibase.exception.PreconditionFailedException
 
PreconditionFailedException(FailedPrecondition) - Constructor for exception liquibase.exception.PreconditionFailedException
 
PreconditionFailedException(List<FailedPrecondition>) - 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
 
prepareCall(String, int, int, int) - Method in class liquibase.database.jvm.JdbcConnection
 
prepareCall(String, int, int) - Method in class liquibase.database.jvm.JdbcConnection
 
prepareCall(String) - Method in class liquibase.database.jvm.JdbcConnection
 
prepareDatabase(AddAutoIncrementChange) - Method in class liquibase.change.core.supplier.AddAutoIncrementChangeSupplier
 
prepareDatabase(AddColumnChange) - Method in class liquibase.change.core.supplier.AddColumnChangeSupplier
 
prepareDatabase(AddDefaultValueChange) - Method in class liquibase.change.core.supplier.AddDefaultValueChangeSupplier
 
prepareDatabase(AddForeignKeyConstraintChange) - Method in class liquibase.change.core.supplier.AddForeignKeyConstraintChangeSupplier
 
prepareDatabase(AddLookupTableChange) - Method in class liquibase.change.core.supplier.AddLookupTableChangeSupplier
 
prepareDatabase(AddNotNullConstraintChange) - Method in class liquibase.change.core.supplier.AddNotNullConstraintChangeSupplier
 
prepareDatabase(AddPrimaryKeyChange) - Method in class liquibase.change.core.supplier.AddPrimaryKeyChangeSupplier
 
prepareDatabase(AddUniqueConstraintChange) - Method in class liquibase.change.core.supplier.AddUniqueConstraintChangeSupplier
 
prepareDatabase(AlterSequenceChange) - Method in class liquibase.change.core.supplier.AlterSequenceChangeSupplier
 
prepareDatabase(CreateIndexChange) - Method in class liquibase.change.core.supplier.CreateIndexChangeSupplier
 
prepareDatabase(CreateProcedureChange) - Method in class liquibase.change.core.supplier.CreateProcedureChangeSupplier
 
prepareDatabase(CreateSequenceChange) - Method in class liquibase.change.core.supplier.CreateSequenceChangeSupplier
 
prepareDatabase(CreateTableChange) - Method in class liquibase.change.core.supplier.CreateTableChangeSupplier
 
prepareDatabase(CreateViewChange) - Method in class liquibase.change.core.supplier.CreateViewChangeSupplier
 
prepareDatabase(DeleteDataChange) - Method in class liquibase.change.core.supplier.DeleteDataChangeSupplier
 
prepareDatabase(DropAllForeignKeyConstraintsChange) - Method in class liquibase.change.core.supplier.DropAllForeignKeyConstraintsChangeSupplier
 
prepareDatabase(DropColumnChange) - Method in class liquibase.change.core.supplier.DropColumnChangeSupplier
 
prepareDatabase(DropDefaultValueChange) - Method in class liquibase.change.core.supplier.DropDefaultValueChangeSupplier
 
prepareDatabase(DropForeignKeyConstraintChange) - Method in class liquibase.change.core.supplier.DropForeignKeyConstraintChangeSupplier
 
prepareDatabase(DropIndexChange) - Method in class liquibase.change.core.supplier.DropIndexChangeSupplier
 
prepareDatabase(DropNotNullConstraintChange) - Method in class liquibase.change.core.supplier.DropNotNullConstraintChangeSupplier
 
prepareDatabase(DropPrimaryKeyChange) - Method in class liquibase.change.core.supplier.DropPrimaryKeyChangeSupplier
 
prepareDatabase(DropProcedureChange) - Method in class liquibase.change.core.supplier.DropProcedureChangeSupplier
 
prepareDatabase(DropSequenceChange) - Method in class liquibase.change.core.supplier.DropSequenceChangeSupplier
 
prepareDatabase(DropTableChange) - Method in class liquibase.change.core.supplier.DropTableChangeSupplier
 
prepareDatabase(DropUniqueConstraintChange) - Method in class liquibase.change.core.supplier.DropUniqueConstraintChangeSupplier
 
prepareDatabase(DropViewChange) - Method in class liquibase.change.core.supplier.DropViewChangeSupplier
 
prepareDatabase(EmptyChange) - Method in class liquibase.change.core.supplier.EmptyChangeSupplier
 
prepareDatabase(ExecuteShellCommandChange) - Method in class liquibase.change.core.supplier.ExecuteShellCommandChangeSupplier
 
prepareDatabase(InsertDataChange) - Method in class liquibase.change.core.supplier.InsertDataChangeSupplier
 
prepareDatabase(LoadDataChange) - Method in class liquibase.change.core.supplier.LoadDataChangeSupplier
 
prepareDatabase(LoadUpdateDataChange) - Method in class liquibase.change.core.supplier.LoadUpdateDataChangeSupplier
 
prepareDatabase(MergeColumnChange) - Method in class liquibase.change.core.supplier.MergeColumnChangeSupplier
 
prepareDatabase(ModifyDataTypeChange) - Method in class liquibase.change.core.supplier.ModifyDataTypeChangeSupplier
 
prepareDatabase(RawSQLChange) - Method in class liquibase.change.core.supplier.RawSQLChangeSupplier
 
prepareDatabase(RenameColumnChange) - Method in class liquibase.change.core.supplier.RenameColumnChangeSupplier
 
prepareDatabase(RenameSequenceChange) - Method in class liquibase.change.core.supplier.RenameSequenceChangeSupplier
 
prepareDatabase(RenameTableChange) - Method in class liquibase.change.core.supplier.RenameTableChangeSupplier
 
prepareDatabase(RenameViewChange) - Method in class liquibase.change.core.supplier.RenameViewChangeSupplier
 
prepareDatabase(SQLFileChange) - Method in class liquibase.change.core.supplier.SQLFileChangeSupplier
 
prepareDatabase(StopChange) - Method in class liquibase.change.core.supplier.StopChangeSupplier
 
prepareDatabase(TagDatabaseChange) - Method in class liquibase.change.core.supplier.TagDatabaseChangeSupplier
 
prepareDatabase(UpdateDataChange) - Method in class liquibase.change.core.supplier.UpdateDataChangeSupplier
 
prepareDatabase(CustomChangeWrapper) - Method in class liquibase.change.custom.supplier.CustomChangeWrapperSupplier
 
prepareDatabase(T) - Method in interface liquibase.sdk.supplier.change.ChangeSupplier
 
prepareDatabase(Change, Database) - Method in class liquibase.sdk.supplier.change.ChangeSupplierFactory
 
PreparedStatementFactory - Class in liquibase.database
Factory for PreparedStatements
PreparedStatementFactory(JdbcConnection) - Constructor for class liquibase.database.PreparedStatementFactory
 
prepareStatement(String, int, int, int) - Method in class liquibase.database.jvm.JdbcConnection
 
prepareStatement(String, int, int) - 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, String[]) - Method in class liquibase.database.jvm.JdbcConnection
 
prepareStatement(String) - Method in class liquibase.database.jvm.JdbcConnection
 
PrependSqlVisitor - Class in liquibase.sql.visitor
 
PrependSqlVisitor() - Constructor for class liquibase.sql.visitor.PrependSqlVisitor
 
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
 
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(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
 
print(PrintStream) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
 
print(String, ChangeLogSerializer) - 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() - Method in class liquibase.diff.output.report.DiffToReport
 
print(LogLevel, String) - Method in class liquibase.logging.core.DefaultLogger
 
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(List<String>, PrintStream) - Method in class liquibase.integration.commandline.Main
 
printHelp(PrintStream) - Method in class liquibase.integration.commandline.Main
 
printHelp() - Method in class liquibase.sdk.Main
 
printNonTablePermutations(VerifiedTest, Writer, String) - Method in class liquibase.sdk.verifytest.VerifiedTestWriter
 
printSetComparison(String, Set<? extends DatabaseObject>, PrintStream) - Method in class liquibase.diff.output.report.DiffToReport
 
printTablePermutations(VerifiedTest, Writer, String) - Method in class liquibase.sdk.verifytest.VerifiedTestWriter
 
printWarning(List<String>, PrintStream) - Method in class liquibase.integration.commandline.Main
 
PrioritizedService - Interface in liquibase.servicelocator
 
PRIORITY - Static variable in class liquibase.integration.ant.logging.AntTaskLogger
The priority of this logger.
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.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.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_TYPE - Static variable in interface liquibase.diff.compare.DatabaseObjectComparator
 
processLine(MappingStrategy, String[]) - Method in class liquibase.util.csv.opencsv.bean.CsvToBean
 
processMutliLineSQL(String, boolean, boolean, String) - Static method in class liquibase.util.StringUtils
Removes any comments from multiple line SQL using StringUtils.stripComments(String) and then extracts each individual statement using StringUtils.splitSQL(String, String).
PRODUCT_NAME - Static variable in class liquibase.database.core.MariaDBDatabase
 
PRODUCT_NAME - Static variable in class liquibase.database.core.MSSQLDatabase
 
PRODUCT_NAME - Static variable in class liquibase.database.core.MySQLDatabase
 
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.SQLiteDatabase
 
PRODUCT_NAME - Static variable in class liquibase.database.core.SybaseDatabase
 
promptForNonLocalDatabase - Variable in class liquibase.integration.commandline.Main
 
promptForNonLocalDatabase(Database) - Method in class liquibase.util.ui.SwingUIFacade
Displays swing-based dialog about running against a non-localhost database.
promptForNonLocalDatabase(Database) - Method in interface liquibase.util.ui.UIFacade
 
propertyProviderClass - Variable in class liquibase.integration.commandline.Main
 
provision() - Method in class liquibase.sdk.vagrant.VagrantCommand
 

Q

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
 
queryForInt(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
 
queryForInt(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
 
queryForInt(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
 
queryForInt(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
 
queryForInt(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
 
queryForList(SqlStatement, Class) - Method in interface liquibase.executor.Executor
 
queryForList(SqlStatement, Class, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
 
queryForList(SqlStatement) - Method in interface liquibase.executor.Executor
 
queryForList(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
 
queryForList(SqlStatement, Class) - Method in class liquibase.executor.jvm.JdbcExecutor
 
queryForList(SqlStatement, Class, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
 
queryForList(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
 
queryForList(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
 
queryForList(SqlStatement, Class) - Method in class liquibase.executor.LoggingExecutor
 
queryForList(SqlStatement, Class, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
 
queryForList(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
 
queryForList(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
 
queryForLong(SqlStatement) - Method in interface liquibase.executor.Executor
 
queryForLong(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
 
queryForLong(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
 
queryForLong(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
 
queryForLong(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
 
queryForLong(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
 
queryForObject(SqlStatement, Class<T>) - Method in interface liquibase.executor.Executor
Read methods
queryForObject(SqlStatement, Class<T>, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
 
queryForObject(SqlStatement, RowMapper) - Method in class liquibase.executor.jvm.JdbcExecutor
 
queryForObject(SqlStatement, RowMapper, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
 
queryForObject(SqlStatement, Class<T>) - Method in class liquibase.executor.jvm.JdbcExecutor
 
queryForObject(SqlStatement, Class<T>, List<SqlVisitor>) - 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 class liquibase.executor.LoggingExecutor
 
quoteObject(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
 
quoteObject(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.InformixDatabase
 
quotingEndCharacter - Variable in class liquibase.database.AbstractJdbcDatabase
 
quotingEndReplacement - Variable in class liquibase.database.AbstractJdbcDatabase
 
quotingStartCharacter - Variable in class liquibase.database.AbstractJdbcDatabase
 
quotingStrategy - Variable in class liquibase.database.AbstractJdbcDatabase
 

R

ran - Variable in enum liquibase.changelog.ChangeSet.ExecType
 
ran(ChangeSet, DatabaseChangeLog, Database, ChangeSet.ExecType) - Method in interface liquibase.changelog.visitor.ChangeExecListener
Called after the given changeset is run.
ran(Change, ChangeSet, DatabaseChangeLog, Database) - Method in interface liquibase.changelog.visitor.ChangeExecListener
 
ranBefore - Variable in enum liquibase.changelog.ChangeSet.ExecType
 
RanChangeSet - Class in liquibase.changelog
Encapsulates information about a previously-ran change set.
RanChangeSet(ChangeSet) - Constructor for class liquibase.changelog.RanChangeSet
 
RanChangeSet(ChangeSet, ChangeSet.ExecType, ContextExpression, Labels) - Constructor for class liquibase.changelog.RanChangeSet
 
RanChangeSet(String, String, String, CheckSum, Date, String, ChangeSet.ExecType, String, String, ContextExpression, Labels) - Constructor for class liquibase.changelog.RanChangeSet
 
RanChangeSetFilter - Class in liquibase.changelog.filter
 
RanChangeSetFilter(List<RanChangeSet>, boolean) - Constructor for class liquibase.changelog.filter.RanChangeSetFilter
 
ranChangeSets - Variable in class liquibase.changelog.filter.NotRanChangeSetFilter
 
ranChangeSets - Variable in class liquibase.changelog.filter.RanChangeSetFilter
 
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
 
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
 
RawSQLChangeSupplier - Class in liquibase.change.core.supplier
 
RawSQLChangeSupplier() - Constructor for class liquibase.change.core.supplier.RawSQLChangeSupplier
 
RawSqlGenerator - Class in liquibase.sqlgenerator.core
 
RawSqlGenerator() - Constructor for class liquibase.sqlgenerator.core.RawSqlGenerator
 
RawSqlStatement - Class in liquibase.statement.core
 
RawSqlStatement(String) - Constructor for class liquibase.statement.core.RawSqlStatement
 
RawSqlStatement(String, String) - Constructor for class liquibase.statement.core.RawSqlStatement
 
read() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
 
read(char[], int, int) - Method in class liquibase.resource.UtfBomAwareReader
 
read(Reader...) - Method in class liquibase.sdk.verifytest.VerifiedTestReader
 
readAll() - Method in class liquibase.util.csv.opencsv.CSVReader
Reads the entire file into a List with each element being a String[] of tokens.
readColumn(CachedRow, Relation, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
 
readDataType(CachedRow, Column, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
 
readDefaultValue(CachedRow, Column, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
 
readDefaultValue(CachedRow, Column, Database) - Method in class liquibase.snapshot.jvm.H2ColumnSnapshotGenerator
 
readInteger(String) - Static method in class liquibase.util.NumberUtils
Convenience method for converting a string to an Integer object
readNext() - Method in class liquibase.util.csv.opencsv.CSVReader
Reads the next line from the buffer and converts to a string array.
readTable(CachedRow, Database) - Method in class liquibase.snapshot.jvm.TableSnapshotGenerator
 
RecentChangesWriter - Class in liquibase.dbdoc
 
RecentChangesWriter(File, Database) - Constructor for class liquibase.dbdoc.RecentChangesWriter
 
recomputeKey() - Method in class liquibase.sdk.verifytest.TestPermutation
 
redirectLogger() - Method in class liquibase.integration.ant.BaseLiquibaseTask.LogRedirector
Deprecated.  
referenceDefaultCatalogName - Variable in class liquibase.integration.commandline.Main
 
referenceDefaultSchemaName - Variable in class liquibase.integration.commandline.Main
 
referenceDriver - Variable in class liquibase.integration.commandline.Main
 
referencePassword - Variable in class liquibase.integration.commandline.Main
 
referenceUrl - Variable in class liquibase.integration.commandline.Main
 
referenceUsername - Variable in class liquibase.integration.commandline.Main
 
ReflectionSerializer - Class in liquibase.serializer
 
RegexMatcher - Class in liquibase.util
Check that a text matches an array of regular expressions.
RegexMatcher(String, String[]) - Constructor for class liquibase.util.RegexMatcher
Constructs the matcher
RegExpReplaceSqlVisitor - Class in liquibase.sql.visitor
 
RegExpReplaceSqlVisitor() - Constructor for class liquibase.sql.visitor.RegExpReplaceSqlVisitor
 
register(Class<? extends Change>) - Method in class liquibase.change.ChangeFactory
Register a new Change class.
register(ChangeLogHistoryService) - Method in class liquibase.changelog.ChangeLogHistoryServiceFactory
 
register(Database) - Method in class liquibase.database.DatabaseFactory
 
register(Class<? extends LiquibaseDataType>) - Method in class liquibase.datatype.DataTypeFactory
 
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(Class<? extends Precondition>) - Method in class liquibase.precondition.PreconditionFactory
 
register(ConnectionSupplier) - Method in class liquibase.sdk.supplier.database.ConnectionConfigurationFactory
 
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
 
registerHandler(Handler) - Method in class liquibase.integration.ant.BaseLiquibaseTask.LogRedirector
Deprecated.  
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
 
Relation - Class in liquibase.structure.core
A container of columns.
Relation() - Constructor for class liquibase.structure.core.Relation
 
releaseLock() - Method in interface liquibase.lockservice.LockService
 
releaseLock() - Method in class liquibase.lockservice.OfflineLockService
 
releaseLock() - Method in class liquibase.lockservice.StandardLockService
 
releaseLock() - Method in class liquibase.sdk.database.MockDatabase
 
releaseSavepoint(Savepoint) - Method in class liquibase.database.jvm.JdbcConnection
 
reload() - Method in class liquibase.sdk.vagrant.VagrantCommand
 
remove(String) - Method in class liquibase.Labels
 
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
 
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
 
removeDifference(String) - Method in class liquibase.diff.ObjectDifferences
 
removeExtension(String) - Static method in class liquibase.util.file.FilenameUtils
Removes the extension from a filename.
removeFilter(PackageScanFilter) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
removeFilter(PackageScanFilter) - Method in interface liquibase.servicelocator.PackageScanClassResolver
Removes the filter
removeFromHistory(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
 
removeFromHistory(ChangeSet) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
 
removeFromHistory(ChangeSet) - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
removePermutation(String) - Method in class liquibase.sdk.verifytest.VerifiedTest
 
removeRanStatus(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
 
removeRanStatus(ChangeSet) - Method in interface liquibase.database.Database
 
removeRanStatus(ChangeSet) - Method in class liquibase.sdk.database.MockDatabase
 
removeRunStatus(ChangeLogIterator, Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
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
 
RenameColumnChangeSupplier - Class in liquibase.change.core.supplier
 
RenameColumnChangeSupplier() - Constructor for class liquibase.change.core.supplier.RenameColumnChangeSupplier
 
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
 
RenameSequenceChangeSupplier - Class in liquibase.change.core.supplier
 
RenameSequenceChangeSupplier() - Constructor for class liquibase.change.core.supplier.RenameSequenceChangeSupplier
 
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
 
RenameTableChangeSupplier - Class in liquibase.change.core.supplier
 
RenameTableChangeSupplier() - Constructor for class liquibase.change.core.supplier.RenameTableChangeSupplier
 
RenameTableGenerator - Class in liquibase.sqlgenerator.core
 
RenameTableGenerator() - Constructor for class liquibase.sqlgenerator.core.RenameTableGenerator
 
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
 
RenameViewChangeSupplier - Class in liquibase.change.core.supplier
 
RenameViewChangeSupplier() - Constructor for class liquibase.change.core.supplier.RenameViewChangeSupplier
 
RenameViewGenerator - Class in liquibase.sqlgenerator.core
 
RenameViewGenerator() - Constructor for class liquibase.sqlgenerator.core.RenameViewGenerator
 
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.StringUtils
 
replaceChangeSet(ChangeSet, OfflineChangeLogHistoryService.ReplaceChangeSetLogic) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
 
replaceChecksum(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
 
replaceChecksum(ChangeSet) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
 
replaceChecksum(ChangeSet) - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
replaceParameters(Object, ChangeLogParameters, DatabaseChangeLog) - Method in class liquibase.parser.core.yaml.YamlChangeLogParser
 
replacePermutation(TestPermutation) - Method in class liquibase.sdk.verifytest.VerifiedTest
 
replaces() - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
 
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
 
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
 
represent(Object) - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
 
representJavaBean(Set<Property>, Object) - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
 
representJavaBeanProperty(Object, Property, Object, Tag) - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
 
requiredSingleResult(Collection) - Static method in class liquibase.util.JdbcUtils
Return a single result object from the given Collection.
requiresPassword() - Method in class liquibase.database.AbstractJdbcDatabase
 
requiresPassword() - Method in interface liquibase.database.Database
 
requiresPassword() - Method in class liquibase.sdk.database.MockDatabase
 
requiresUsername() - Method in class liquibase.database.AbstractJdbcDatabase
 
requiresUsername() - Method in interface liquibase.database.Database
 
requiresUsername() - Method in class liquibase.sdk.database.MockDatabase
 
reset() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
 
reset() - Static method in class liquibase.change.ChangeFactory
Reset the ChangeFactory so it reloads the registry on the next call to @{link #getInstance()}.
reset() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
 
reset() - Method in interface liquibase.changelog.ChangeLogHistoryService
 
reset() - Static method in class liquibase.changelog.ChangeLogHistoryServiceFactory
 
reset() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
 
reset() - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
reset() - Method in class liquibase.configuration.LiquibaseConfiguration
Resets existing AbstractConfigurationContainer instances to their default values.
reset() - Static method in class liquibase.database.DatabaseFactory
 
reset() - Static method in class liquibase.datatype.DataTypeFactory
 
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.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.OfflineLockService
 
reset() - Method in class liquibase.lockservice.StandardLockService
 
reset() - Static method in class liquibase.logging.LogFactory
 
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.sdk.Context
 
reset() - Static method in class liquibase.sdk.supplier.database.ConnectionConfigurationFactory
 
reset() - Static method in class liquibase.serializer.ChangeLogSerializerFactory
 
reset() - Static method in class liquibase.serializer.SnapshotSerializerFactory
 
reset() - Static method in class liquibase.servicelocator.ServiceLocator
 
reset() - Static method in class liquibase.snapshot.SnapshotGeneratorFactory
 
reset() - Static method in class liquibase.sqlgenerator.SqlGeneratorFactory
 
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
 
resetInternalState() - Method in class liquibase.database.AbstractJdbcDatabase
 
resetInternalState() - Method in interface liquibase.database.Database
 
resetInternalState() - Method in class liquibase.sdk.database.MockDatabase
 
resetServices() - Method in class liquibase.Liquibase
 
resolveEntity(String, String, String, String) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
 
resolveEntity(String, String) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
 
ResourceAccessor - Interface in liquibase.resource
Abstracts file access so they can be read in a variety of manners.
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_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
 
resume() - Method in class liquibase.sdk.vagrant.VagrantCommand
 
revertDatabase(CreateProcedureChange) - Method in class liquibase.change.core.supplier.CreateProcedureChangeSupplier
 
revertDatabase(T) - Method in class liquibase.sdk.supplier.change.AbstractChangeSupplier
 
revertDatabase(T) - Method in interface liquibase.sdk.supplier.change.ChangeSupplier
 
revertDatabase(Change, Database) - Method in class liquibase.sdk.supplier.change.ChangeSupplierFactory
 
rollback(Database) - Method in interface liquibase.change.custom.CustomTaskRollback
Method called to rollback the change.
rollback(Database) - Method in class liquibase.changelog.ChangeSet
 
rollback() - Method in class liquibase.database.AbstractJdbcDatabase
 
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(Savepoint) - Method in class liquibase.database.jvm.JdbcConnection
 
rollback() - Method in class liquibase.database.jvm.SybaseConnection
 
rollback(Savepoint) - Method in class liquibase.database.jvm.SybaseConnection
 
rollback() - Method in class liquibase.database.OfflineConnection
 
rollback(int, String, Writer) - Method in class liquibase.Liquibase
 
rollback(int, Contexts, Writer) - Method in class liquibase.Liquibase
 
rollback(int, Contexts, LabelExpression, Writer) - 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, Writer) - Method in class liquibase.Liquibase
 
rollback(int, String) - Method in class liquibase.Liquibase
 
rollback(int, Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
rollback(int, String, String) - Method in class liquibase.Liquibase
 
rollback(int, String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
rollback(String, String, Writer) - Method in class liquibase.Liquibase
 
rollback(String, Contexts, Writer) - Method in class liquibase.Liquibase
 
rollback(String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
 
rollback(String, String, String, Writer) - Method in class liquibase.Liquibase
 
rollback(String, String, Contexts, Writer) - Method in class liquibase.Liquibase
 
rollback(String, String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
 
rollback(String, String) - Method in class liquibase.Liquibase
 
rollback(String, Contexts) - Method in class liquibase.Liquibase
 
rollback(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
rollback(String, String, String) - Method in class liquibase.Liquibase
 
rollback(String, String, Contexts) - Method in class liquibase.Liquibase
 
rollback(String, String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
rollback(Date, String, Writer) - Method in class liquibase.Liquibase
 
rollback(Date, String, String, Writer) - Method in class liquibase.Liquibase
 
rollback(Date, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
 
rollback(Date, String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
 
rollback(Date, String) - Method in class liquibase.Liquibase
 
rollback(Date, Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
rollback(Date, String, String) - Method in class liquibase.Liquibase
 
rollback(Date, String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
rollback() - Method in class liquibase.sdk.database.MockDatabase
 
RollbackContainer - Class in liquibase.changelog
 
RollbackContainer() - Constructor for class liquibase.changelog.RollbackContainer
 
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
 
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
 
rolledBack(ChangeSet, DatabaseChangeLog, Database) - Method in interface liquibase.changelog.visitor.ChangeExecListener
Called after a change is rolled back.
RowCountPrecondition - Class in liquibase.precondition.core
 
RowCountPrecondition() - Constructor for class liquibase.precondition.core.RowCountPrecondition
 
RowMapper - Interface in liquibase.executor.jvm
An interface used by Executor for mapping rows of a ResultSet on a per-row basis.
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.
run(ChangeSetVisitor, RuntimeEnvironment) - Method in class liquibase.changelog.ChangeLogIterator
 
run() - Method in class liquibase.command.AbstractCommand
 
run() - Method in class liquibase.command.DiffCommand
 
run() - Method in class liquibase.command.DiffToChangeLogCommand
 
run() - Method in class liquibase.command.ExecuteSqlCommand
 
run() - Method in class liquibase.command.GenerateChangeLogCommand
 
run() - Method in class liquibase.command.SnapshotCommand
 
run(String[]) - Static method in class liquibase.integration.commandline.Main
 
run() - Method in class liquibase.sdk.convert.ConvertCommand
 
run() - Method in class liquibase.sdk.vagrant.VagrantCommand
 
run() - Method in interface liquibase.sdk.verifytest.TestPermutation.Cleanup
 
run() - Method in interface liquibase.sdk.verifytest.TestPermutation.Setup
 
run() - Method in interface liquibase.sdk.verifytest.TestPermutation.Verification
 
run() - Method in class liquibase.sdk.watch.WatchCommand
 
runAfterTypes() - Method in interface liquibase.diff.output.changelog.ChangeGenerator
 
runAfterTypes(Class<? extends DatabaseObject>, Database, Class<? extends ChangeGenerator>) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
 
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
 
runBeforeTypes() - Method in interface liquibase.diff.output.changelog.ChangeGenerator
 
runBeforeTypes(Class<? extends DatabaseObject>, Database, Class<? extends ChangeGenerator>) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
 
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
 
runFailed(ChangeSet, DatabaseChangeLog, Database, Exception) - Method in interface liquibase.changelog.visitor.ChangeExecListener
 
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
 
RuntimeEnvironment - Class in liquibase
 
RuntimeEnvironment(Database, Contexts) - Constructor for class liquibase.RuntimeEnvironment
Deprecated. use version with LabelExpression
RuntimeEnvironment(Database, Contexts, LabelExpression) - Constructor for class liquibase.RuntimeEnvironment
 
RuntimeGenerator - Class in liquibase.sqlgenerator.core
 
RuntimeGenerator() - Constructor for class liquibase.sqlgenerator.core.RuntimeGenerator
 
RuntimeStatement - Class in liquibase.statement.core
 
RuntimeStatement() - Constructor for class liquibase.statement.core.RuntimeStatement
 

S

save(VerifiedTest) - Method in class liquibase.sdk.verifytest.TestPermutation
 
saveRollbackStatement(Change, List<SqlVisitor>, Writer) - Method in class liquibase.database.AbstractJdbcDatabase
 
saveRollbackStatement(Change, List<SqlVisitor>, Writer) - Method in interface liquibase.database.Database
 
saveRollbackStatement(Change, List<SqlVisitor>, Writer) - Method in class liquibase.sdk.database.MockDatabase
 
saveRun(VerifiedTest, TestPermutation) - Method in class liquibase.sdk.verifytest.VerifiedTestFactory
 
saveStatements(Change, List<SqlVisitor>, Writer) - Method in class liquibase.database.AbstractJdbcDatabase
 
saveStatements(Change, List<SqlVisitor>, Writer) - Method in interface liquibase.database.Database
 
saveStatements(Change, List<SqlVisitor>, Writer) - Method in class liquibase.sdk.database.MockDatabase
 
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
 
SchemaComparator - Class in liquibase.diff.compare.core
 
SchemaComparator() - Constructor for class liquibase.diff.compare.core.SchemaComparator
 
schemaName - Variable in class liquibase.change.core.AbstractModifyDataChange
 
SchemaSnapshotGenerator - Class in liquibase.snapshot.jvm
 
SchemaSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.SchemaSnapshotGenerator
 
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.ByNotNullCheckSum - Class in liquibase.statement.core
 
SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum() - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByNotNullCheckSum
 
SelectFromDatabaseChangeLogStatement.ByTag - Class in liquibase.statement.core
 
SelectFromDatabaseChangeLogStatement.ByTag(String) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByTag
 
SelectFromDatabaseChangeLogStatement.WhereClause - Interface in liquibase.statement.core
 
sendsStringParametersAsUnicode() - Method in class liquibase.database.core.MSSQLDatabase
 
separatorsToSystem(String) - Static method in class liquibase.util.file.FilenameUtils
Converts all separators to the system separator.
separatorsToUnix(String) - Static method in class liquibase.util.file.FilenameUtils
Converts all separators to the Unix separator of forward slash.
separatorsToWindows(String) - Static method in class liquibase.util.file.FilenameUtils
Converts all separators to the Windows separator of backslash.
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
 
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
 
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
 
SequenceSnapshotGenerator - Class in liquibase.snapshot.jvm
 
SequenceSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.SequenceSnapshotGenerator
 
serialize() - Method in class liquibase.change.AbstractChange
 
serialize() - Method in class liquibase.changelog.ChangeSet
 
serialize() - Method in class liquibase.sdk.verifytest.TestPermutation.Value
 
serialize() - Method in class liquibase.serializer.AbstractLiquibaseSerializable
 
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(DatabaseChangeLog) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
 
serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
 
serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.yaml.YamlSerializer
 
serialize() - Method in interface liquibase.serializer.LiquibaseSerializable
 
serialize(LiquibaseSerializable, boolean) - Method in interface liquibase.serializer.LiquibaseSerializer
 
serialize(LiquibaseSerializable, boolean) - Method in interface liquibase.serializer.SnapshotSerializer
 
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
 
serializeValue(Object) - Method in class liquibase.change.AbstractChange
 
serializeValue(Object) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
 
ServiceLocator - Class in liquibase.servicelocator
 
ServiceLocator() - Constructor for class liquibase.servicelocator.ServiceLocator
 
ServiceLocator(ResourceAccessor) - Constructor for class liquibase.servicelocator.ServiceLocator
 
ServiceLocator(PackageScanClassResolver) - Constructor for class liquibase.servicelocator.ServiceLocator
 
ServiceLocator(PackageScanClassResolver, ResourceAccessor) - Constructor for class liquibase.servicelocator.ServiceLocator
 
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
 
set(String, Object) - Method in class liquibase.changelog.ChangeLogParameters
 
set(String, String, String, String, String, boolean, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
 
set(String, String, ContextExpression, Labels, String, boolean, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
 
set(String, Object) - Method in class liquibase.snapshot.CachedRow
 
setAddAfterColumn(String) - Method in class liquibase.statement.core.AddColumnStatement
 
setAddAtPosition(Integer) - Method in class liquibase.statement.core.AddColumnStatement
 
setAddBeforeColumn(String) - Method in class liquibase.statement.core.AddColumnStatement
 
setAdditionalInformation(String) - Method in class liquibase.datatype.LiquibaseDataType
 
setAfterColumn(String) - Method in class liquibase.change.AddColumnConfig
 
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
 
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.change.core.CreateIndexChange
 
setAssociatedWith(String) - Method in class liquibase.change.core.DropIndexChange
 
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.structure.AbstractDatabaseObject
 
setAttribute(String, Object) - Method in interface liquibase.structure.DatabaseObject
 
setAuthor(String) - Method in class liquibase.command.GenerateChangeLogCommand
 
setAuthor(String) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
 
setAutoCommit(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
 
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.OfflineConnection
 
setAutoCommit(boolean) - Method in class liquibase.sdk.database.MockDatabase
 
setAutoIncrement(Boolean) - Method in class liquibase.change.ColumnConfig
 
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
 
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
 
setBaseColumnNames(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setBaseTableCatalogName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setBaseTableCatalogName(String) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
 
setBaseTableCatalogName(String) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
 
setBaseTableName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setBaseTableName(String) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
 
setBaseTableName(String) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
 
setBaseTableName(String) - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
 
setBaseTableSchemaName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setBaseTableSchemaName(String) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
 
setBaseTableSchemaName(String) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
 
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.
setBeforeColumn(String) - Method in class liquibase.change.AddColumnConfig
 
setBody(String) - Method in class liquibase.structure.core.StoredDatabaseLogic
 
setCacheSize(BigInteger) - Method in class liquibase.change.core.AlterSequenceChange
 
setCacheSize(BigInteger) - Method in class liquibase.change.core.CreateSequenceChange
 
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 interface liquibase.database.Database
 
setCanCacheLiquibaseTableInfo(boolean) - Method in class liquibase.sdk.database.MockDatabase
 
setCanVerify(boolean) - Method in class liquibase.sdk.verifytest.TestPermutation
 
setCascadeConstraints(Boolean) - Method in class liquibase.change.core.DropTableChange
 
setCaseSensitive(Boolean) - Method in class liquibase.database.AbstractJdbcDatabase
 
setCaseSensitive(boolean) - Method in class liquibase.database.OfflineConnection
 
setCaseSensitive(boolean) - Method in class liquibase.sdk.database.MockDatabase
 
setCatalog(String) - Method in class liquibase.database.jvm.JdbcConnection
 
setCatalog(String) - Method in class liquibase.integration.ant.DropAllTask
 
setCatalogName(String) - Method in class liquibase.change.core.AbstractModifyDataChange
 
setCatalogName(String) - Method in class liquibase.change.core.AddAutoIncrementChange
 
setCatalogName(String) - Method in class liquibase.change.core.AddColumnChange
 
setCatalogName(String) - Method in class liquibase.change.core.AddDefaultValueChange
 
setCatalogName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
 
setCatalogName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
 
setCatalogName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
 
setCatalogName(String) - Method in class liquibase.change.core.AlterSequenceChange
 
setCatalogName(String) - Method in class liquibase.change.core.CreateIndexChange
 
setCatalogName(String) - Method in class liquibase.change.core.CreateProcedureChange
 
setCatalogName(String) - Method in class liquibase.change.core.CreateSequenceChange
 
setCatalogName(String) - Method in class liquibase.change.core.CreateTableChange
 
setCatalogName(String) - Method in class liquibase.change.core.CreateViewChange
 
setCatalogName(String) - Method in class liquibase.change.core.DropColumnChange
 
setCatalogName(String) - Method in class liquibase.change.core.DropDefaultValueChange
 
setCatalogName(String) - Method in class liquibase.change.core.DropIndexChange
 
setCatalogName(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
 
setCatalogName(String) - Method in class liquibase.change.core.DropPrimaryKeyChange
 
setCatalogName(String) - Method in class liquibase.change.core.DropProcedureChange
 
setCatalogName(String) - Method in class liquibase.change.core.DropSequenceChange
 
setCatalogName(String) - Method in class liquibase.change.core.DropTableChange
 
setCatalogName(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
 
setCatalogName(String) - Method in class liquibase.change.core.DropViewChange
 
setCatalogName(String) - Method in class liquibase.change.core.InsertDataChange
 
setCatalogName(String) - Method in class liquibase.change.core.LoadDataChange
 
setCatalogName(String) - Method in class liquibase.change.core.MergeColumnChange
 
setCatalogName(String) - Method in class liquibase.change.core.ModifyDataTypeChange
 
setCatalogName(String) - Method in class liquibase.change.core.RenameColumnChange
 
setCatalogName(String) - Method in class liquibase.change.core.RenameSequenceChange
 
setCatalogName(String) - Method in class liquibase.change.core.RenameTableChange
 
setCatalogName(String) - Method in class liquibase.change.core.RenameViewChange
 
setCatalogName(String) - Method in class liquibase.change.core.SetColumnRemarksChange
 
setCatalogName(String) - Method in class liquibase.change.core.SetTableRemarksChange
 
setCatalogName(String) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
 
setCatalogName(String) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
 
setCatalogName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
 
setCatalogName(String) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
 
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.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
 
setChangeExecListener(ChangeExecListener) - Method in class liquibase.Liquibase
 
setChangeLog(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
setChangeLog(String) - Method in class liquibase.integration.spring.SpringLiquibase
Sets a Spring Resource that is able to resolve to a file or classpath resource.
setChangeLog(DatabaseChangeLog) - Method in class liquibase.logging.core.AbstractLogger
 
setChangeLog(DatabaseChangeLog) - Method in interface liquibase.logging.Logger
 
setChangeLogFile(String) - Method in class liquibase.command.DiffToChangeLogCommand
 
setChangeLogFile(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
 
setChangeLogFile(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
 
setChangeLogFile(String) - Method in class liquibase.integration.ant.DBDocTask
 
setChangeLogFile(String) - Method in class liquibase.integration.servlet.LiquibaseServletListener
 
setChangeLogFile(String) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
 
setChangeLogLockRecheckTime(long) - Method in interface liquibase.lockservice.LockService
 
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.OfflineLockService
 
setChangeLogLockWaitTime(long) - Method in class liquibase.lockservice.StandardLockService
 
setChangeLogParameter(String, Object) - Method in class liquibase.Liquibase
 
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
 
setChangeLogParameters(Map<String, String>) - Method in class liquibase.integration.spring.SpringLiquibase
 
setChangeLogParametersRef(Reference) - Method in class liquibase.integration.ant.BaseLiquibaseTask
 
setChangeLogSerializer(ChangeLogSerializer) - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
 
setChangeLogSyncListener(ChangeLogSyncListener) - Method in class liquibase.Liquibase
 
setChanges(List<Change>) - Method in class liquibase.changelog.RollbackContainer
 
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.
setChangeSet(ChangeSet) - Method in class liquibase.logging.core.AbstractLogger
 
setChangeSet(ChangeSet) - Method in interface liquibase.logging.Logger
 
setChangeSetAuthor(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
 
setChangeSetContext(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
 
setChangeSetPath(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
 
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.
setClassLoader(ClassLoader) - Method in class liquibase.change.custom.CustomChangeWrapper
 
setClassLoader(ClassLoader) - Method in class liquibase.precondition.CustomPreconditionWrapper
 
setClassLoaders(Set<ClassLoader>) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
 
setClassLoaders(Set<ClassLoader>) - Method in interface liquibase.servicelocator.PackageScanClassResolver
Sets the ClassLoader instances that should be used when scanning for classes.
setClassName(String) - Method in class liquibase.precondition.CustomPreconditionWrapper
 
setClasspath(String) - Method in class liquibase.sdk.convert.ConvertCommand
 
setClasspathRef(Reference) - Method in class liquibase.integration.ant.BaseLiquibaseTask
 
setClustered(Boolean) - Method in class liquibase.change.core.AddPrimaryKeyChange
 
setClustered(Boolean) - Method in class liquibase.change.core.CreateIndexChange
 
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
 
setColumn(String) - Method in class liquibase.statement.ForeignKeyConstraint
 
setColumn1Name(String) - Method in class liquibase.change.core.MergeColumnChange
 
setColumn2Name(String) - Method in class liquibase.change.core.MergeColumnChange
 
setColumnDataType(String) - Method in class liquibase.change.core.AddAutoIncrementChange
 
setColumnDataType(String) - Method in class liquibase.change.core.AddDefaultValueChange
 
setColumnDataType(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
 
setColumnDataType(String) - Method in class liquibase.change.core.DropDefaultValueChange
 
setColumnDataType(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
 
setColumnDataType(String) - Method in class liquibase.change.core.RenameColumnChange
 
setColumnDataType(String) - Method in class liquibase.statement.core.RenameColumnStatement
 
setColumnMapping(String[]) - Method in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
 
setColumnMapping(Map) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
 
setColumnName(String) - Method in class liquibase.change.core.AddAutoIncrementChange
 
setColumnName(String) - Method in class liquibase.change.core.AddDefaultValueChange
 
setColumnName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
 
setColumnName(String) - Method in class liquibase.change.core.DropColumnChange
 
setColumnName(String) - Method in class liquibase.change.core.DropDefaultValueChange
 
setColumnName(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
 
setColumnName(String) - Method in class liquibase.change.core.ModifyDataTypeChange
 
setColumnName(String) - Method in class liquibase.change.core.SetColumnRemarksChange
 
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.change.core.AddPrimaryKeyChange
 
setColumnNames(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
 
setColumnNames(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
 
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
 
SetColumnRemarksStatement - Class in liquibase.statement.core
 
SetColumnRemarksStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.SetColumnRemarksStatement
 
setColumns(List<T>) - Method in interface liquibase.change.ChangeWithColumns
 
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<LoadDataColumnConfig>) - Method in class liquibase.change.core.LoadDataChange
 
setColumns(List<ColumnConfig>) - Method in class liquibase.change.core.UpdateDataChange
 
setColumns(List<Column>) - Method in class liquibase.structure.core.Index
 
setColumns(List<Column>) - Method in class liquibase.structure.core.UniqueConstraint
 
setColumnSize(Integer) - Method in class liquibase.structure.core.DataType
 
setColumnSizeUnit(DataType.ColumnSizeUnit) - Method in class liquibase.structure.core.DataType
 
setComment(String) - Method in class liquibase.change.core.RawSQLChange
 
setComments(String) - Method in class liquibase.change.core.CreateProcedureChange
 
setComments(String) - Method in class liquibase.changelog.ChangeSet
 
setComments(String) - Method in class liquibase.changelog.ChangeSetStatus
 
setComments(String) - Method in class liquibase.changelog.RanChangeSet
 
setCompareControl(CompareControl) - Method in class liquibase.command.DiffCommand
 
setComputed(Boolean) - Method in class liquibase.change.ColumnConfig
 
setComputed(Boolean) - Method in class liquibase.structure.core.Column
 
setConnection(DatabaseConnection) - Method in class liquibase.database.AbstractJdbcDatabase
 
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.OracleDatabase
 
setConnection(DatabaseConnection) - Method in class liquibase.database.core.UnsupportedDatabase
 
setConnection(DatabaseConnection) - Method in interface liquibase.database.Database
 
setConnection(Connection) - Method in class liquibase.sdk.database.MockDatabase
 
setConnection(DatabaseConnection) - Method in class liquibase.sdk.database.MockDatabase
 
setConnectionUserName(String) - Method in class liquibase.database.OfflineConnection
 
setConstraintName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setConstraintName(String) - Method in class liquibase.change.core.AddLookupTableChange
 
setConstraintName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
 
setConstraintName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
 
setConstraintName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
 
setConstraintName(String) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
 
setConstraintName(String) - Method in class liquibase.change.core.DropPrimaryKeyChange
 
setConstraintName(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
 
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
 
setContext(String) - Method in class liquibase.changelog.ChangeLogProperty
 
setContext(String) - Method in class liquibase.command.GenerateChangeLogCommand
 
setContext(ContextExpression) - Method in class liquibase.diff.output.DiffOutputControl
 
setContexts(Contexts) - Method in class liquibase.changelog.ChangeLogParameters
 
setContexts(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
 
setContexts(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
This method no longer does anything.
setContexts(String) - Method in class liquibase.integration.ant.DBDocTask
 
setContexts(String) - Method in class liquibase.integration.servlet.LiquibaseServletListener
 
setContexts(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
setContexts(String) - Method in class liquibase.integration.spring.SpringLiquibase
 
setContexts(ContextExpression) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
 
setContexts(ContextExpression) - Method in interface liquibase.sql.visitor.SqlVisitor
 
setCurrentChangeLogFileDOM(Document) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
 
setCurrentDateTimeFunction(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
setCurrentDateTimeFunction(String) - Method in interface liquibase.database.Database
 
setCurrentDateTimeFunction(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.setCurrentDateTimeFunction(String) instead.
setCurrentDateTimeFunction(String) - Method in class liquibase.integration.ant.type.DatabaseType
 
setCurrentDateTimeFunction(String) - Method in class liquibase.Liquibase
Deprecated. Should call Database.setCurrentDateTimeFunction(String) directly
setCurrentDateTimeFunction(String) - Method in class liquibase.sdk.database.MockDatabase
 
setCycle(Boolean) - Method in class liquibase.change.core.CreateSequenceChange
 
setCycle(Boolean) - Method in class liquibase.statement.core.CreateSequenceStatement
 
setDatabase(Database) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
 
setDatabase(Database) - Method in interface liquibase.changelog.ChangeLogHistoryService
 
setDatabase(Database) - Method in class liquibase.command.ExecuteSqlCommand
 
setDatabase(Database) - Method in class liquibase.command.SnapshotCommand
 
setDatabase(Database) - Method in class liquibase.executor.AbstractExecutor
 
setDatabase(Database) - Method in interface liquibase.executor.Executor
 
setDatabase(Database) - Method in interface liquibase.lockservice.LockService
 
setDatabase(Database) - Method in class liquibase.lockservice.OfflineLockService
 
setDatabase(Database) - Method in class liquibase.lockservice.StandardLockService
 
setDatabaseChangeLogLockPollRate(Long) - Method in class liquibase.configuration.GlobalConfiguration
 
setDatabaseChangeLogLockTableName(String) - Method in class liquibase.configuration.GlobalConfiguration
 
setDatabaseChangeLogLockTableName(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
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.BaseLiquibaseTask
Deprecated. 
setDatabaseChangeLogLockTableName(String) - Method in class liquibase.integration.ant.type.DatabaseType
 
setDatabaseChangeLogLockTableName(String) - Method in class liquibase.sdk.database.MockDatabase
Does nothing
setDatabaseChangeLogLockWaitTime(Long) - Method in class liquibase.configuration.GlobalConfiguration
 
setDatabaseChangeLogObjectsTablespace(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.setLiquibaseTablespaceName(String) instead.
setDatabaseChangeLogTableName(String) - Method in class liquibase.configuration.GlobalConfiguration
 
setDatabaseChangeLogTableName(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
setDatabaseChangeLogTableName(String) - Method in interface liquibase.database.Database
Set the table name of the change log to the given table name
setDatabaseChangeLogTableName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.setDatabaseChangeLogTableName(String) instead.
setDatabaseChangeLogTableName(String) - Method in class liquibase.integration.ant.type.DatabaseType
 
setDatabaseChangeLogTableName(String) - Method in class liquibase.sdk.database.MockDatabase
Does nothing
setDatabaseClass(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.setDatabaseClass(String) instead.
setDatabaseClass(String) - Method in class liquibase.integration.ant.type.DatabaseType
 
setDatabaseMajorVersion(int) - Method in class liquibase.database.OfflineConnection
 
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
 
setDataDir(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
setDataSource(String) - Method in class liquibase.integration.servlet.LiquibaseServletListener
Sets the name of the data source.
setDataSource(DataSource) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
setDataSource(DataSource) - Method in class liquibase.integration.spring.SpringLiquibase
The DataSource that liquibase will use to perform the migration.
setDataTypeId(Integer) - Method in class liquibase.structure.core.DataType
 
setDateLastExecuted(Date) - Method in class liquibase.changelog.ChangeSetStatus
 
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
 
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 interface liquibase.database.Database
 
setDefaultCatalogName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.setDefaultCatalogName(String) instead.
setDefaultCatalogName(String) - Method in class liquibase.integration.ant.type.DatabaseType
 
setDefaultCatalogName(String) - Method in class liquibase.sdk.database.MockDatabase
 
setDefaultLoggingLevel(String) - Method in class liquibase.logging.LogFactory
 
setDefaultLoggingLevel(LogLevel) - Method in class liquibase.logging.LogFactory
 
setDefaultNullValue(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
 
setDefaultSchema(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
setDefaultSchema(String) - Method in class liquibase.integration.spring.SpringLiquibase
 
setDefaultSchemaName(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
setDefaultSchemaName(String) - Method in interface liquibase.database.Database
 
setDefaultSchemaName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.setDefaultSchemaName(String) instead.
setDefaultSchemaName(String) - Method in class liquibase.integration.ant.type.DatabaseType
 
setDefaultSchemaName(String) - Method in class liquibase.sdk.database.MockDatabase
 
setDefaultValue(String) - Method in class liquibase.change.ColumnConfig
Sets the string default value to assign to this column.
setDefaultValue(String) - Method in class liquibase.change.core.AddDefaultValueChange
 
setDefaultValue(Object) - Method in class liquibase.configuration.ConfigurationProperty
Sets the default value to use if no ConfigurationProviders override it.
setDefaultValue(ColumnConfig, Column, Database) - Static method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
 
setDefaultValue(Object) - Method in class liquibase.structure.core.Column
 
setDefaultValueBoolean(Boolean) - Method in class liquibase.change.ColumnConfig
 
setDefaultValueBoolean(String) - Method in class liquibase.change.ColumnConfig
Set the defaultValueBoolean based on a given string.
setDefaultValueBoolean(Boolean) - Method in class liquibase.change.core.AddDefaultValueChange
 
setDefaultValueComputed(DatabaseFunction) - Method in class liquibase.change.ColumnConfig
 
setDefaultValueComputed(DatabaseFunction) - Method in class liquibase.change.core.AddDefaultValueChange
 
setDefaultValueDate(String) - Method in class liquibase.change.ColumnConfig
Set the date this column should default to.
setDefaultValueDate(Date) - Method in class liquibase.change.ColumnConfig
 
setDefaultValueDate(String) - Method in class liquibase.change.core.AddDefaultValueChange
 
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.
setDefaultValueNumeric(String) - Method in class liquibase.change.core.AddDefaultValueChange
 
setDefaultValueSequenceNext(SequenceNextValueFunction) - Method in class liquibase.change.ColumnConfig
 
setDefaultValueSequenceNext(SequenceNextValueFunction) - Method in class liquibase.change.core.AddDefaultValueChange
 
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.
setDeferrable(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setDeferrable(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
 
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.structure.core.ForeignKey
 
setDeferrable(boolean) - Method in class liquibase.structure.core.UniqueConstraint
 
setDefinition(String) - Method in class liquibase.structure.core.View
 
setDeleteCascade(Boolean) - Method in class liquibase.change.ConstraintsConfig
 
setDeleteCascade(String) - Method in class liquibase.change.ConstraintsConfig
Set the deleteCascade parameter based on the passed string.
setDeleteCascade(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setDeleteCascade(boolean) - Method in class liquibase.statement.ForeignKeyConstraint
 
setDeleteRule(ForeignKeyConstraintType) - Method in class liquibase.structure.core.ForeignKey
 
setDelimiter(String) - Method in class liquibase.command.ExecuteSqlCommand
 
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.changelog.RanChangeSet
 
setDescription(String) - Method in class liquibase.configuration.ConfigurationProperty
 
setDiffOutputControl(DiffOutputControl) - Method in class liquibase.command.DiffToChangeLogCommand
 
setDiffResult(DiffResult) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
 
setDiffTypes(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
 
setDisabled(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
 
setDisabled(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
 
setDisabled(boolean) - Method in class liquibase.structure.core.UniqueConstraint
 
setDriver(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.setDriver(String) instead.
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.ant.DatabaseUpdateTestingRollbackTask
 
setDropFirst(boolean) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
setDropFirst(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
 
setEncoding(String) - Method in class liquibase.change.ColumnConfig
 
setEncoding(String) - Method in class liquibase.change.core.CreateProcedureChange
 
setEncoding(String) - Method in class liquibase.change.core.LoadDataChange
 
setEncoding(String) - Method in class liquibase.change.core.SQLFileChange
 
setEncoding(String) - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
 
setEndDelimiter(String) - Method in class liquibase.change.AbstractSQLChange
Set the end delimiter for splitting SQL statements.
setErrorIfMissingOrEmpty(Boolean) - Method in class liquibase.changelog.ChangeLogIncludeAll
 
setExcludeObjects(String) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
 
setExcludeObjects(String) - Method in class liquibase.integration.ant.GenerateChangeLogTask
 
setExecType(ChangeSet, ChangeSet.ExecType) - Method in interface liquibase.changelog.ChangeLogHistoryService
 
setExecType(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
 
setExecType(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
setExecutable(String) - Method in class liquibase.change.core.ExecuteShellCommandChange
 
setExecuteDdlAgainstDatabase(boolean) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
 
setExecuteDmlAgainstDatabase(boolean) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
 
setExecutor(Database, Executor) - Method in class liquibase.executor.ExecutorService
 
setExistingColumnName(String) - Method in class liquibase.change.core.AddLookupTableChange
 
setExistingTableCatalogName(String) - Method in class liquibase.change.core.AddLookupTableChange
 
setExistingTableName(String) - Method in class liquibase.change.core.AddLookupTableChange
 
setExistingTableSchemaName(String) - Method in class liquibase.change.core.AddLookupTableChange
 
setExpectedResult(String) - Method in class liquibase.precondition.core.SqlPrecondition
 
setExpectedRows(Integer) - Method in class liquibase.precondition.core.RowCountPrecondition
 
setFacade(UIFacade) - Method in class liquibase.util.ui.UIFactory
 
setFailOnError(Boolean) - Method in class liquibase.changelog.ChangeSet
 
setFile(String) - Method in class liquibase.change.core.LoadDataChange
 
setFile(String) - Method in class liquibase.changelog.ChangeLogInclude
 
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.
setFilterResults(Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.ChangeSetStatus
 
setFinalColumnName(String) - Method in class liquibase.change.core.MergeColumnChange
 
setFinalColumnType(String) - Method in class liquibase.change.core.MergeColumnChange
 
setForeignKeyColumns(List<Column>) - Method in class liquibase.structure.core.ForeignKey
 
setForeignKeyName(String) - Method in class liquibase.change.ConstraintsConfig
 
setForeignKeyName(String) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
 
setForeignKeyTable(Table) - Method in class liquibase.structure.core.ForeignKey
 
setForeignKeyTableName(String) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
 
setForIndexCatalogName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
 
setForIndexCatalogName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
 
setForIndexCatalogName(String) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
 
setForIndexCatalogName(String) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
 
setForIndexName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
 
setForIndexName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
 
setForIndexName(String) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
 
setForIndexName(String) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
 
setForIndexSchemaName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
 
setForIndexSchemaName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
 
setForIndexSchemaName(String) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
 
setForIndexSchemaName(String) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
 
setFullDefinition(Boolean) - Method in class liquibase.change.core.CreateViewChange
 
setFullDefinition(boolean) - Method in class liquibase.statement.core.CreateViewStatement
 
setGlobal(Boolean) - Method in class liquibase.changelog.ChangeLogProperty
 
setHeader(String) - Method in class liquibase.change.core.LoadDataColumnConfig
 
setHoldability(int) - Method in class liquibase.database.jvm.JdbcConnection
 
setId(String) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
 
setIdRoot(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
 
setIgnoreClasspathPrefix(boolean) - Method in class liquibase.changelog.DatabaseChangeLog
 
setIgnoreClasspathPrefix(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
 
setIgnoreClasspathPrefix(boolean) - Method in class liquibase.Liquibase
 
setIncludeCatalog(boolean) - Method in class liquibase.diff.output.DiffOutputControl
 
setIncludeCatalog(boolean) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
 
setIncludeCatalog(boolean) - Method in class liquibase.integration.ant.GenerateChangeLogTask
 
setIncludeObjects(String) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
 
setIncludeObjects(String) - Method in class liquibase.integration.ant.GenerateChangeLogTask
 
setIncludeSchema(boolean) - Method in class liquibase.diff.output.DiffOutputControl
 
setIncludeSchema(boolean) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
 
setIncludeSchema(boolean) - Method in class liquibase.integration.ant.GenerateChangeLogTask
 
setIncludeTablespace(boolean) - Method in class liquibase.diff.output.DiffOutputControl
 
setIncludeTablespace(boolean) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
 
setIncludeTablespace(boolean) - Method in class liquibase.integration.ant.GenerateChangeLogTask
 
setIncrementBy(BigInteger) - Method in class liquibase.change.ColumnConfig
 
setIncrementBy(BigInteger) - Method in class liquibase.change.core.AddAutoIncrementChange
 
setIncrementBy(BigInteger) - Method in class liquibase.change.core.AlterSequenceChange
 
setIncrementBy(BigInteger) - Method in class liquibase.change.core.CreateSequenceChange
 
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
 
setIndex(Integer) - Method in class liquibase.change.core.LoadDataColumnConfig
 
setIndexName(String) - Method in class liquibase.change.core.CreateIndexChange
 
setIndexName(String) - Method in class liquibase.change.core.DropIndexChange
 
setIndexName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
 
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.
setInitiallyDeferred(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setInitiallyDeferred(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
 
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.structure.core.ForeignKey
 
setInitiallyDeferred(boolean) - Method in class liquibase.structure.core.UniqueConstraint
 
setInstallDir(String) - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
setInstance(ChangeLogHistoryServiceFactory) - Static method in class liquibase.changelog.ChangeLogHistoryServiceFactory
Set the instance used by this singleton.
setInstance(LiquibaseConfiguration) - Static method in class liquibase.configuration.LiquibaseConfiguration
Overrides the standard singleton instance created by getInstance().
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(LogFactory) - Static method in class liquibase.logging.LogFactory
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.
setInstance(ServiceLocator) - Static method in class liquibase.servicelocator.ServiceLocator
 
setInstanceName(String) - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
setIpAddress(String) - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
setJndiBase(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
setJoinString(String) - Method in class liquibase.change.core.MergeColumnChange
 
setLabels(LabelExpression) - Method in class liquibase.changelog.ChangeLogParameters
 
setLabels(String) - Method in class liquibase.changelog.ChangeLogProperty
 
setLabels(Labels) - Method in class liquibase.changelog.ChangeSet
 
setLabels(Labels) - Method in class liquibase.diff.output.DiffOutputControl
 
setLabels(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
 
setLabels(String) - Method in class liquibase.integration.servlet.LiquibaseServletListener
 
setLabels(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
setLabels(String) - Method in class liquibase.integration.spring.SpringLiquibase
 
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
 
setLimit(Integer) - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
 
setLiquibaseCatalogName(String) - Method in class liquibase.configuration.GlobalConfiguration
 
setLiquibaseCatalogName(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
setLiquibaseCatalogName(String) - Method in interface liquibase.database.Database
 
setLiquibaseCatalogName(String) - Method in class liquibase.integration.ant.type.DatabaseType
 
setLiquibaseCatalogName(String) - Method in class liquibase.sdk.database.MockDatabase
 
setLiquibaseSchemaName(String) - Method in class liquibase.configuration.GlobalConfiguration
 
setLiquibaseSchemaName(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
setLiquibaseSchemaName(String) - Method in interface liquibase.database.Database
 
setLiquibaseSchemaName(String) - Method in class liquibase.integration.ant.type.DatabaseType
 
setLiquibaseSchemaName(String) - Method in class liquibase.sdk.database.MockDatabase
 
setLiquibaseTablespaceName(String) - Method in class liquibase.configuration.GlobalConfiguration
 
setLiquibaseTablespaceName(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
setLiquibaseTablespaceName(String) - Method in interface liquibase.database.Database
 
setLiquibaseTablespaceName(String) - Method in class liquibase.integration.ant.type.DatabaseType
 
setLiquibaseTablespaceName(String) - Method in class liquibase.sdk.database.MockDatabase
 
setLoggingLevel(String) - Static method in class liquibase.logging.LogFactory
Deprecated. Use non-static LogFactory.setDefaultLoggingLevel(String) method
setLogicalFilePath(String) - Method in class liquibase.changelog.DatabaseChangeLog
 
setLogLevel(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use the ant logging flags (-debug, -verbose, -quiet) instead of this method to control logging output. This will no longer change log levels.
setLogLevel(String, String) - Method in class liquibase.integration.ant.logging.AntTaskLogger
 
setLogLevel(String) - Method in class liquibase.logging.core.AbstractLogger
 
setLogLevel(LogLevel) - Method in class liquibase.logging.core.AbstractLogger
 
setLogLevel(String, String) - Method in class liquibase.logging.core.DefaultLogger
 
setLogLevel(String) - Method in class liquibase.logging.core.DefaultLoggerConfiguration
 
setLogLevel(String) - Method in interface liquibase.logging.Logger
 
setLogLevel(LogLevel) - Method in interface liquibase.logging.Logger
 
setLogLevel(String, String) - Method in interface liquibase.logging.Logger
 
setMaxValue(BigInteger) - Method in class liquibase.change.core.AlterSequenceChange
 
setMaxValue(BigInteger) - Method in class liquibase.change.core.CreateSequenceChange
 
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
 
setMinValue(BigInteger) - Method in class liquibase.change.core.AlterSequenceChange
 
setMinValue(BigInteger) - Method in class liquibase.change.core.CreateSequenceChange
 
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
 
setName(String) - Method in class liquibase.change.ColumnConfig
 
setName(String, boolean) - Method in class liquibase.change.ColumnConfig
 
setName(String) - Method in class liquibase.changelog.ChangeLogProperty
 
setName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
Deprecated.  
setName(String) - Method in class liquibase.integration.ant.logging.AntTaskLogger
 
setName(String) - Method in class liquibase.logging.core.DefaultLogger
 
setName(String) - Method in interface liquibase.logging.Logger
 
setName(String) - Method in class liquibase.structure.core.Catalog
 
setName(String) - Method in class liquibase.structure.core.Column
 
setName(String, boolean) - 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
 
setNewColumnDataType(String) - Method in class liquibase.change.core.AddLookupTableChange
 
setNewColumnName(String) - Method in class liquibase.change.core.AddLookupTableChange
 
setNewColumnName(String) - Method in class liquibase.change.core.RenameColumnChange
 
setNewColumnName(String) - Method in class liquibase.statement.core.RenameColumnStatement
 
setNewDataType(String) - Method in class liquibase.change.core.ModifyDataTypeChange
 
setNewDataType(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
 
setNewSequenceName(String) - Method in class liquibase.change.core.RenameSequenceChange
 
setNewTableCatalogName(String) - Method in class liquibase.change.core.AddLookupTableChange
 
setNewTableName(String) - Method in class liquibase.change.core.AddLookupTableChange
 
setNewTableName(String) - Method in class liquibase.change.core.RenameTableChange
 
setNewTableSchemaName(String) - Method in class liquibase.change.core.AddLookupTableChange
 
setNewViewName(String) - Method in class liquibase.change.core.RenameViewChange
 
setNotRanMessage(String) - Method in class liquibase.sdk.verifytest.TestPermutation
 
setNullable(Boolean) - Method in class liquibase.change.ConstraintsConfig
 
setNullable(String) - Method in class liquibase.change.ConstraintsConfig
Set the nullable parameter based on the passed string.
setNullable(Boolean) - Method in class liquibase.structure.core.Column
 
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
 
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 interface liquibase.database.Database
 
setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.diff.output.DiffOutputControl
 
setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.sdk.database.MockDatabase
 
setOldColumnName(String) - Method in class liquibase.change.core.RenameColumnChange
 
setOldColumnName(String) - Method in class liquibase.statement.core.RenameColumnStatement
 
setOldSequenceName(String) - Method in class liquibase.change.core.RenameSequenceChange
 
setOldTableName(String) - Method in class liquibase.change.core.RenameTableChange
 
setOldViewName(String) - Method in class liquibase.change.core.RenameViewChange
 
setOnDelete(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setOnDelete(ForeignKeyConstraintType) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setOnDelete(String) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
setOnError(String) - 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
 
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(ForeignKeyConstraintType) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setOnUpdate(String) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
 
setOnValidationFail(ChangeSet.ValidationFailOption) - Method in class liquibase.changelog.ChangeSet
 
setOrderBy(String...) - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
 
setOrdered(Boolean) - Method in class liquibase.change.core.AlterSequenceChange
 
setOrdered(Boolean) - Method in class liquibase.change.core.CreateSequenceChange
 
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
 
setOrderExecuted(Integer) - Method in class liquibase.changelog.RanChangeSet
 
setOs(String) - Method in class liquibase.change.core.ExecuteShellCommandChange
 
setOs(String) - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
setOut(String) - Method in class liquibase.sdk.convert.ConvertCommand
 
setOutputDefaultCatalog(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
 
setOutputDefaultCatalog(boolean) - Method in interface liquibase.database.Database
 
setOutputDefaultCatalog(boolean) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.setOutputDefaultCatalog(boolean) instead.
setOutputDefaultCatalog(boolean) - Method in class liquibase.integration.ant.type.DatabaseType
 
setOutputDefaultCatalog(boolean) - Method in class liquibase.sdk.database.MockDatabase
 
setOutputDefaultSchema(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
 
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.BaseLiquibaseTask
Deprecated. Use a nested DatabaseType instead.
setOutputDefaultSchema(boolean) - Method in class liquibase.integration.ant.type.DatabaseType
 
setOutputDefaultSchema(boolean) - Method in class liquibase.sdk.database.MockDatabase
 
setOutputDirectory(FileResource) - Method in class liquibase.integration.ant.DBDocTask
 
setOutputEncoding(String) - Method in class liquibase.configuration.GlobalConfiguration
 
setOutputEncoding(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
 
setOutputEncoding(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
 
setOutputEncoding(String) - Method in class liquibase.integration.ant.DiffDatabaseTask
 
setOutputFile(FileResource) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
 
setOutputFile(FileResource) - Method in class liquibase.integration.ant.BaseLiquibaseTask
This method does nothing.
setOutputFile(FileResource) - Method in class liquibase.integration.ant.DiffDatabaseTask
 
setOutputFile(FileResource) - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
Deprecated. Use DiffDatabaseToChangeLogTask.addConfiguredXml(ChangeLogOutputFile) instead.
setOutputFile(FileResource) - Method in class liquibase.integration.ant.GenerateChangeLogTask
Deprecated. Use GenerateChangeLogTask.addConfiguredXml(ChangeLogOutputFile) instead.
setOutputFile(FileResource) - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
 
setOutputLineSeparator(String) - Method in class liquibase.configuration.GlobalConfiguration
 
setOutputStream(PrintStream) - Method in class liquibase.command.DiffCommand
 
setOutputStream(PrintStream) - Method in class liquibase.command.DiffToChangeLogCommand
 
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) or CustomChangeWrapper.generateRollbackStatements(liquibase.database.Database) on it.
setParam(String, String) - Method in class liquibase.precondition.CustomPreconditionWrapper
 
setParameters(Map<String, String>) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
setPassword(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.setPassword(String) instead.
setPassword(String) - Method in class liquibase.integration.ant.type.DatabaseType
 
setPassword(String) - Method in class liquibase.sdk.watch.WatchCommand
 
setPath(String) - Method in class liquibase.change.core.CreateProcedureChange
 
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.changelog.ChangeLogIncludeAll
 
setPhysicalFilePath(String) - Method in class liquibase.changelog.DatabaseChangeLog
 
setPort(int) - Method in class liquibase.sdk.watch.WatchCommand
 
setPosition(Integer) - Method in class liquibase.change.AddColumnConfig
 
setPreconditions(PreconditionContainer) - Method in class liquibase.changelog.ChangeSet
 
setPreconditions(PreconditionContainer) - Method in class liquibase.changelog.DatabaseChangeLog
 
setPreconditions(PreconditionContainer) - Method in interface liquibase.precondition.Conditional
 
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(String) - Method in class liquibase.change.core.LoadUpdateDataChange
 
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
 
setPrimaryKeyName(String) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
 
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
setProcedureName(String) - Method in class liquibase.change.core.CreateProcedureChange
 
setProcedureName(String) - Method in class liquibase.change.core.DropProcedureChange
 
setProcedureText(String) - Method in class liquibase.change.core.CreateProcedureChange
 
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
 
setProperty(String) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
 
setProperty(Object, String, String) - Static method in class liquibase.util.ObjectUtil
 
setProperty(Object, String, Object) - Static method in class liquibase.util.ObjectUtil
 
setQuotchar(String) - Method in class liquibase.change.core.LoadDataChange
 
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
 
setReferenceDatabase(Database) - Method in class liquibase.command.DiffCommand
 
setReferenceDatabaseRef(Reference) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
 
setReferencedColumnNames(String) - Method in class liquibase.change.ConstraintsConfig
 
setReferencedColumnNames(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setReferenceDefaultCatalogName(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
setReferenceDefaultSchemaName(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
setReferenceDriver(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
setReferencedTableCatalogName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setReferencedTableName(String) - Method in class liquibase.change.ConstraintsConfig
 
setReferencedTableName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setReferencedTableSchemaName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setReferencePassword(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
setReferences(String) - Method in class liquibase.change.ConstraintsConfig
 
setReferenceSnapshotControl(SnapshotControl) - Method in class liquibase.command.DiffCommand
 
setReferencesUniqueColumn(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
 
setReferenceUrl(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
setReferenceUsername(String) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
Deprecated. 
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
 
setRelativeToChangelogFile(Boolean) - Method in class liquibase.change.core.CreateProcedureChange
 
setRelativeToChangelogFile(Boolean) - Method in class liquibase.change.core.LoadDataChange
 
setRelativeToChangelogFile(Boolean) - Method in class liquibase.change.core.SQLFileChange
 
setRelativeToChangelogFile(Boolean) - Method in class liquibase.changelog.ChangeLogInclude
 
setRelativeToChangelogFile(Boolean) - Method in class liquibase.changelog.ChangeLogIncludeAll
 
setRemarks(String) - Method in class liquibase.change.ColumnConfig
 
setRemarks(String) - Method in class liquibase.change.core.CreateTableChange
 
setRemarks(String) - Method in class liquibase.change.core.RenameColumnChange
 
setRemarks(String) - Method in class liquibase.change.core.SetColumnRemarksChange
 
setRemarks(String) - Method in class liquibase.change.core.SetTableRemarksChange
 
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 class liquibase.statement.core.CreateProcedureStatement
 
setResourceAccessor(ResourceAccessor) - Method in class liquibase.change.AbstractChange
Sets the ResourceAccessor that should be used for any file and/or resource loading needed by this Change.
setResourceAccessor(ResourceAccessor) - Method in interface liquibase.change.Change
Sets the ResourceAccessor that should be used for any file and/or resource loading needed by this Change.
setResourceAccessor(ResourceAccessor) - Method in class liquibase.servicelocator.ServiceLocator
 
setResourceFilter(String) - Method in class liquibase.changelog.ChangeLogIncludeAll
 
setResourceLoader(ResourceLoader) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
setResourceLoader(ResourceLoader) - Method in class liquibase.integration.spring.SpringLiquibase
 
setRollbackCount(Integer) - Method in class liquibase.integration.ant.DatabaseRollbackTask
 
setRollbackDate(String) - Method in class liquibase.integration.ant.DatabaseRollbackTask
 
setRollbackFile(File) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
setRollbackFile(File) - Method in class liquibase.integration.spring.SpringLiquibase
 
setRollbackScript(String) - Method in class liquibase.integration.ant.DatabaseRollbackTask
 
setRollbackTag(String) - Method in class liquibase.integration.ant.DatabaseRollbackTask
 
setRuntimeEnvironment(RuntimeEnvironment) - Method in class liquibase.changelog.DatabaseChangeLog
 
setSavepoint() - Method in class liquibase.database.jvm.JdbcConnection
 
setSavepoint(String) - Method in class liquibase.database.jvm.JdbcConnection
 
setSchema(Schema) - Method in class liquibase.structure.core.Relation
 
setSchema(String, String) - Method in class liquibase.structure.core.Relation
 
setSchema(Schema) - Method in class liquibase.structure.core.Sequence
 
setSchema(String, String) - 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
 
setSchemaName(String) - Method in class liquibase.change.core.AbstractModifyDataChange
 
setSchemaName(String) - Method in class liquibase.change.core.AddAutoIncrementChange
 
setSchemaName(String) - Method in class liquibase.change.core.AddColumnChange
 
setSchemaName(String) - Method in class liquibase.change.core.AddDefaultValueChange
 
setSchemaName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
 
setSchemaName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
 
setSchemaName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
 
setSchemaName(String) - Method in class liquibase.change.core.AlterSequenceChange
 
setSchemaName(String) - Method in class liquibase.change.core.CreateIndexChange
 
setSchemaName(String) - Method in class liquibase.change.core.CreateProcedureChange
 
setSchemaName(String) - Method in class liquibase.change.core.CreateSequenceChange
 
setSchemaName(String) - Method in class liquibase.change.core.CreateTableChange
 
setSchemaName(String) - Method in class liquibase.change.core.CreateViewChange
 
setSchemaName(String) - Method in class liquibase.change.core.DropColumnChange
 
setSchemaName(String) - Method in class liquibase.change.core.DropDefaultValueChange
 
setSchemaName(String) - Method in class liquibase.change.core.DropIndexChange
 
setSchemaName(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
 
setSchemaName(String) - Method in class liquibase.change.core.DropPrimaryKeyChange
 
setSchemaName(String) - Method in class liquibase.change.core.DropProcedureChange
 
setSchemaName(String) - Method in class liquibase.change.core.DropSequenceChange
 
setSchemaName(String) - Method in class liquibase.change.core.DropTableChange
 
setSchemaName(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
 
setSchemaName(String) - Method in class liquibase.change.core.DropViewChange
 
setSchemaName(String) - Method in class liquibase.change.core.InsertDataChange
 
setSchemaName(String) - Method in class liquibase.change.core.LoadDataChange
 
setSchemaName(String) - Method in class liquibase.change.core.MergeColumnChange
 
setSchemaName(String) - Method in class liquibase.change.core.ModifyDataTypeChange
 
setSchemaName(String) - Method in class liquibase.change.core.RenameColumnChange
 
setSchemaName(String) - Method in class liquibase.change.core.RenameSequenceChange
 
setSchemaName(String) - Method in class liquibase.change.core.RenameTableChange
 
setSchemaName(String) - Method in class liquibase.change.core.RenameViewChange
 
setSchemaName(String) - Method in class liquibase.change.core.SetColumnRemarksChange
 
setSchemaName(String) - Method in class liquibase.change.core.SetTableRemarksChange
 
setSchemaName(String) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
 
setSchemaName(String) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
 
setSchemaName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
 
setSchemaName(String) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
 
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.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
 
setSchemas(CatalogAndSchema...) - Method in class liquibase.command.SnapshotCommand
 
setSchemas(String...) - Method in class liquibase.command.SnapshotCommand
 
setSchemas(String) - Method in class liquibase.integration.ant.DropAllTask
 
setSchemas(List<String>) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
setSelectQuery(String) - Method in class liquibase.change.core.CreateViewChange
 
setSendsStringParametersAsUnicode(boolean) - Method in class liquibase.database.OfflineConnection
 
setSeparator(String) - Method in class liquibase.change.core.LoadDataChange
 
setSequenceName(String) - Method in class liquibase.change.core.AlterSequenceChange
 
setSequenceName(String) - Method in class liquibase.change.core.CreateSequenceChange
 
setSequenceName(String) - Method in class liquibase.change.core.DropSequenceChange
 
setSequenceName(String) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
 
setSerializableFieldValue(String, Object) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
 
setSerializerFormat(String) - Method in class liquibase.command.SnapshotCommand
 
setShouldRun(boolean) - Method in class liquibase.configuration.GlobalConfiguration
 
setShouldRun(boolean) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
 
setShouldRun(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
 
setSnapshotId(String) - Method in class liquibase.structure.AbstractDatabaseObject
 
setSnapshotId(String) - Method in interface liquibase.structure.DatabaseObject
 
setSnapshotListener(SnapshotListener) - Method in class liquibase.command.DiffCommand
 
setSnapshotListener(SnapshotListener) - Method in class liquibase.command.SnapshotCommand
 
setSnapshotListener(SnapshotListener) - Method in class liquibase.snapshot.SnapshotControl
 
setSnapshotTypes(String...) - Method in class liquibase.command.DiffCommand
 
setSnapshotTypes(Class<? extends DatabaseObject>...) - Method in class liquibase.command.DiffCommand
 
setSplitStatements(Boolean) - Method in class liquibase.change.AbstractSQLChange
Set whether SQL should be split into multiple statements.
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.command.ExecuteSqlCommand
 
setSql(String) - Method in class liquibase.precondition.core.SqlPrecondition
 
setSqlFile(String) - Method in class liquibase.command.ExecuteSqlCommand
 
setSrc(String) - Method in class liquibase.sdk.convert.ConvertCommand
 
setSshInstallDir(String) - Method in class liquibase.database.core.supplier.DB2ConnSupplier
 
setStartValue(BigInteger) - Method in class liquibase.change.core.CreateSequenceChange
 
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.change.core.AddAutoIncrementChange
 
setStartWith(BigInteger) - Method in class liquibase.statement.AutoIncrementConstraint
 
setStoredCheckSum(CheckSum) - Method in class liquibase.changelog.ChangeSetStatus
 
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.
setSupportPropertyEscaping(boolean) - Method in class liquibase.parser.ChangeLogParserCofiguration
 
setSupportsCatalogs(boolean) - Method in class liquibase.sdk.database.MockDatabase
 
setSupportsSchemas(boolean) - Method in class liquibase.sdk.database.MockDatabase
 
setTable(Table) - Method in class liquibase.structure.core.Data
 
setTable(Table) - Method in class liquibase.structure.core.Index
 
setTable(Table) - Method in class liquibase.structure.core.PrimaryKey
 
setTable(Table) - Method in class liquibase.structure.core.UniqueConstraint
 
setTableName(String) - Method in class liquibase.change.core.AbstractModifyDataChange
 
setTableName(String) - Method in class liquibase.change.core.AddAutoIncrementChange
 
setTableName(String) - Method in class liquibase.change.core.AddColumnChange
 
setTableName(String) - Method in class liquibase.change.core.AddDefaultValueChange
 
setTableName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
 
setTableName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
 
setTableName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
 
setTableName(String) - Method in class liquibase.change.core.CreateIndexChange
 
setTableName(String) - Method in class liquibase.change.core.CreateTableChange
 
setTableName(String) - Method in class liquibase.change.core.DropColumnChange
 
setTableName(String) - Method in class liquibase.change.core.DropDefaultValueChange
 
setTableName(String) - Method in class liquibase.change.core.DropIndexChange
 
setTableName(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
 
setTableName(String) - Method in class liquibase.change.core.DropPrimaryKeyChange
 
setTableName(String) - Method in class liquibase.change.core.DropTableChange
 
setTableName(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
 
setTableName(String) - Method in class liquibase.change.core.InsertDataChange
 
setTableName(String) - Method in class liquibase.change.core.LoadDataChange
 
setTableName(String) - Method in class liquibase.change.core.MergeColumnChange
 
setTableName(String) - Method in class liquibase.change.core.ModifyDataTypeChange
 
setTableName(String) - Method in class liquibase.change.core.RenameColumnChange
 
setTableName(String) - Method in class liquibase.change.core.SetColumnRemarksChange
 
setTableName(String) - Method in class liquibase.change.core.SetTableRemarksChange
 
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.PrimaryKeyExistsPrecondition
 
setTableName(String) - Method in class liquibase.precondition.core.RowCountPrecondition
 
setTableName(String) - Method in class liquibase.precondition.core.TableExistsPrecondition
 
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
 
SetTableRemarksStatement - Class in liquibase.statement.core
 
SetTableRemarksStatement(String, String, String, String) - Constructor for class liquibase.statement.core.SetTableRemarksStatement
 
setTablespace(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
 
setTablespace(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
 
setTablespace(String) - Method in class liquibase.change.core.CreateIndexChange
 
setTablespace(String) - Method in class liquibase.change.core.CreateTableChange
 
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
 
setTag(String) - Method in class liquibase.change.core.TagDatabaseChange
 
setTag(String) - Method in class liquibase.changelog.RanChangeSet
 
setTag(String) - Method in class liquibase.integration.ant.TagDatabaseTask
 
setTag(String) - Method in class liquibase.integration.spring.SpringLiquibase
 
setTarget(String) - Method in class liquibase.change.core.OutputChange
 
setTargetDatabase(Database) - Method in class liquibase.command.DiffCommand
 
setTargetSnapshotControl(SnapshotControl) - Method in class liquibase.command.DiffCommand
 
setToTag(String) - Method in class liquibase.integration.ant.DatabaseUpdateTask
 
setTransactionIsolation(int) - Method in class liquibase.database.jvm.JdbcConnection
 
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(DataType) - Method in class liquibase.structure.core.Column
 
setType(Class) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
 
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
 
setUnique(Boolean) - Method in class liquibase.change.ConstraintsConfig
 
setUnique(String) - Method in class liquibase.change.ConstraintsConfig
Set the unique parameter based on the passed string.
setUnique(Boolean) - Method in class liquibase.change.core.CreateIndexChange
 
setUnique(Boolean) - Method in class liquibase.structure.core.Index
 
setUniqueColumns(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
 
setUniqueColumns(ColumnConfig[]) - Method in class liquibase.statement.core.DropUniqueConstraintStatement
 
setUniqueConstraintName(String) - Method in class liquibase.change.ConstraintsConfig
 
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.
setup(CommandLine) - Method in class liquibase.sdk.vagrant.VagrantCommand
 
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, Throwable) - Constructor for exception liquibase.exception.SetupException
 
SetupException(String) - Constructor for exception liquibase.exception.SetupException
 
SetupException(Throwable) - Constructor for exception liquibase.exception.SetupException
 
setUrl(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.setUrl(String) instead.
setUrl(String) - Method in class liquibase.integration.ant.type.DatabaseType
 
setUrl(String) - Method in class liquibase.sdk.watch.WatchCommand
 
setUser(String) - Method in class liquibase.integration.ant.type.DatabaseType
 
setUsername(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
Deprecated. Use DatabaseType.setUser(String) instead.
setUsername(String) - Method in class liquibase.precondition.core.RunningAsPrecondition
 
setUsername(String) - Method in class liquibase.sdk.watch.WatchCommand
 
setValid(boolean) - Method in class liquibase.sdk.verifytest.TestPermutation
 
setValid(Boolean) - Method in class liquibase.structure.core.StoredDatabaseLogic
 
setValidationFailed(boolean) - Method in class liquibase.changelog.ChangeSet
 
setValue(Change, Object) - Method in class liquibase.change.ChangeParameterMetaData
Sets the value of this parameter on the given change.
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, Object) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
Sets the value for the given property.
setValue(String, Object) - Method in class liquibase.configuration.AbstractConfigurationContainer
 
setValue(String, Object) - Method in interface liquibase.configuration.ConfigurationContainer
 
setValue(Object) - Method in class liquibase.configuration.ConfigurationProperty
Overwrites the value currently stored in this property.
setValue(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
Deprecated.  
setValue(Object) - Method in class liquibase.parser.core.ParsedNode
Sets the value of this ParsedNode.
setValue(String) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
 
setValue(Object, String, Object) - Method in class liquibase.serializer.ReflectionSerializer
 
setValue(String) - Method in class liquibase.sql.visitor.AppendSqlVisitor
 
setValue(String) - Method in class liquibase.sql.visitor.PrependSqlVisitor
 
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(Date) - Method in class liquibase.change.ColumnConfig
 
setValueDate(String) - Method in class liquibase.change.ColumnConfig
Set the date this column should be set to.
setValueNumeric(String) - Method in class liquibase.change.ColumnConfig
Set the number this column should be set to.
setValueNumeric(Number) - Method in class liquibase.change.ColumnConfig
 
setValueSequenceCurrent(SequenceCurrentValueFunction) - Method in class liquibase.change.ColumnConfig
 
setValueSequenceNext(SequenceNextValueFunction) - Method in class liquibase.change.ColumnConfig
 
setVerified(boolean) - Method in class liquibase.sdk.verifytest.TestPermutation
 
setVerifiedFromString(TestPermutation, String) - Method in class liquibase.sdk.verifytest.VerifiedTestReader
 
setVersion(String) - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
setViewName(String) - Method in class liquibase.change.core.CreateViewChange
 
setViewName(String) - Method in class liquibase.change.core.DropViewChange
 
setViewName(String) - Method in class liquibase.precondition.core.ViewExistsPrecondition
 
setWhere(String) - Method in class liquibase.change.core.AbstractModifyDataChange
 
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. use DeleteStatement.setWhere(String)
setWhereClause(String) - Method in class liquibase.statement.core.UpdateStatement
 
setWhereClause(String) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
 
setWillCycle(Boolean) - Method in class liquibase.change.core.AlterSequenceChange
 
setWillCycle(Boolean) - Method in class liquibase.statement.core.AlterSequenceStatement
 
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.integration.ant.logging.AntTaskLogger
 
severe(String, Throwable) - Method in class liquibase.integration.ant.logging.AntTaskLogger
 
severe(String) - Method in class liquibase.logging.core.DefaultLogger
 
severe(String, Throwable) - Method in class liquibase.logging.core.DefaultLogger
 
severe(String) - Method in interface liquibase.logging.Logger
 
severe(String, Throwable) - Method in interface liquibase.logging.Logger
 
SHOULD_RUN - Static variable in class liquibase.configuration.GlobalConfiguration
 
shouldAddTo(Class<? extends DatabaseObject>, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
 
shouldAlwaysRun() - Method in class liquibase.changelog.ChangeSet
 
shouldAutoLoad(ParsedNode) - Method in class liquibase.precondition.CustomPreconditionWrapper
 
shouldAutoLoad(ParsedNode) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
 
shouldExpandNestedObject(Object, DatabaseObject) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
 
shouldInclude(Class<? extends DatabaseObject>) - Method in class liquibase.snapshot.SnapshotControl
 
shouldOutput(DatabaseObject, Database) - Method in class liquibase.diff.output.DiffOutputControl
 
shouldRun() - Method in class liquibase.integration.ant.BaseLiquibaseTask
 
shouldRun - Variable in class liquibase.integration.spring.SpringLiquibase
 
ShouldRunChangeSetFilter - Class in liquibase.changelog.filter
 
ShouldRunChangeSetFilter(Database, boolean) - Constructor for class liquibase.changelog.filter.ShouldRunChangeSetFilter
 
ShouldRunChangeSetFilter(Database) - Constructor for class liquibase.changelog.filter.ShouldRunChangeSetFilter
 
shouldRunOnChange() - Method in class liquibase.changelog.ChangeSet
 
singleInputStream(String, ResourceAccessor) - Static method in class liquibase.util.StreamUtil
 
SingleLineComment - Class in liquibase.sql
 
SingleLineComment(String, String) - Constructor for class liquibase.sql.SingleLineComment
 
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
 
SkippedChangeSetVisitor - Interface in liquibase.changelog.visitor
Called by ChangeLogIterator when a ChangeSetFilter rejects a changeSet.
SmallIntType - Class in liquibase.datatype.core
 
SmallIntType() - Constructor for class liquibase.datatype.core.SmallIntType
 
snapshot(DatabaseObject, DatabaseSnapshot, SnapshotGeneratorChain) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
 
snapshot(T, DatabaseSnapshot, SnapshotGeneratorChain) - Method in interface liquibase.snapshot.SnapshotGenerator
 
snapshot(T, DatabaseSnapshot) - Method in class liquibase.snapshot.SnapshotGeneratorChain
 
snapshotByDefault() - Method in class liquibase.structure.AbstractDatabaseObject
 
snapshotByDefault() - Method in class liquibase.structure.core.Data
 
snapshotByDefault() - Method in interface liquibase.structure.DatabaseObject
 
SnapshotCommand - Class in liquibase.command
 
SnapshotCommand() - Constructor for class liquibase.command.SnapshotCommand
 
SnapshotControl - Class in liquibase.snapshot
 
SnapshotControl(Database) - Constructor for class liquibase.snapshot.SnapshotControl
 
SnapshotControl(Database, Class<? extends DatabaseObject>...) - Constructor for class liquibase.snapshot.SnapshotControl
 
SnapshotControl(Database, boolean, Class<? extends DatabaseObject>...) - Constructor for class liquibase.snapshot.SnapshotControl
 
SnapshotControl(Database, String) - Constructor for class liquibase.snapshot.SnapshotControl
 
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
 
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
 
SnapshotSerializer - Interface in liquibase.serializer
 
SnapshotSerializerFactory - Class in liquibase.serializer
 
splitAndTrim(String, String) - Static method in class liquibase.util.StringUtils
 
splitSQL(String, String) - Static method in class liquibase.util.StringUtils
Splits a (possible) multi-line SQL statement along ;'s and "go"'s.
SpringLiquibase - Class in liquibase.integration.spring
A Spring-ified wrapper for Liquibase.
SpringLiquibase() - Constructor for class liquibase.integration.spring.SpringLiquibase
 
SpringLiquibase.SpringResourceOpener - Class in liquibase.integration.spring
 
SpringLiquibase.SpringResourceOpener(String) - Constructor for class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
 
Sql - Interface in liquibase.sql
 
SqlChangeLogParser - Class in liquibase.parser.core.sql
 
SqlChangeLogParser() - Constructor for class liquibase.parser.core.sql.SqlChangeLogParser
 
SQLFileChange - Class in liquibase.change.core
Represents a Change for custom SQL stored in a File.
SQLFileChange() - Constructor for class liquibase.change.core.SQLFileChange
 
SQLFileChangeSupplier - Class in liquibase.change.core.supplier
 
SQLFileChangeSupplier() - Constructor for class liquibase.change.core.supplier.SQLFileChangeSupplier
 
SqlGenerator<StatementType extends SqlStatement> - Interface in liquibase.sqlgenerator
SqlGenerator implementations take a database-independent SqlStatement interface and create a database-specific Sql object.
SqlGeneratorChain - Class in liquibase.sqlgenerator
 
SqlGeneratorChain(SortedSet<SqlGenerator>) - Constructor for class liquibase.sqlgenerator.SqlGeneratorChain
 
SqlGeneratorFactory - Class in liquibase.sqlgenerator
SqlGeneratorFactory is a singleton registry of SqlGenerators.
SQLiteConnSupplier - Class in liquibase.database.core.supplier
 
SQLiteConnSupplier() - Constructor for class liquibase.database.core.supplier.SQLiteConnSupplier
 
SQLiteDatabase - Class in liquibase.database.core
 
SQLiteDatabase() - Constructor for class liquibase.database.core.SQLiteDatabase
 
SQLiteDatabase.AlterTableVisitor - Interface in liquibase.database.core
 
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 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
 
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.StringUtils
 
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
 
StandardObjectChangeFilter(StandardObjectChangeFilter.FilterType, String) - Constructor for class liquibase.diff.output.StandardObjectChangeFilter
 
StandardObjectChangeFilter.Filter - Class in liquibase.diff.output
 
StandardObjectChangeFilter.Filter(Class<DatabaseObject>, Pattern, StandardObjectChangeFilter.FilterType) - Constructor for class liquibase.diff.output.StandardObjectChangeFilter.Filter
 
StandardObjectChangeFilter.FilterType - Enum in liquibase.diff.output
 
startsWithNumeric(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
StatementNotSupportedOnDatabaseException - Exception in liquibase.exception
 
StatementNotSupportedOnDatabaseException(SqlStatement, Database) - Constructor for exception liquibase.exception.StatementNotSupportedOnDatabaseException
 
StatementNotSupportedOnDatabaseException(String, SqlStatement, Database) - Constructor for exception liquibase.exception.StatementNotSupportedOnDatabaseException
 
status() - Method in class liquibase.sdk.vagrant.VagrantCommand
 
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
 
StopChange - Class in liquibase.change.core
 
StopChange() - Constructor for class liquibase.change.core.StopChange
 
StopChange.StopChangeException - Exception in liquibase.change.core
 
StopChange.StopChangeException(String) - Constructor for exception liquibase.change.core.StopChange.StopChangeException
 
StopChangeSupplier - Class in liquibase.change.core.supplier
 
StopChangeSupplier() - Constructor for class liquibase.change.core.supplier.StopChangeSupplier
 
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
 
StreamUtil - Class in liquibase.util
Utilities for working with streams.
StreamUtil() - Constructor for class liquibase.util.StreamUtil
 
strict - Variable in class liquibase.integration.commandline.Main
 
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
 
StringChangeLogSerializer.FieldFilter() - Constructor for class liquibase.serializer.core.string.StringChangeLogSerializer.FieldFilter
 
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
 
StringUtils - Class in liquibase.util
Various utility methods for working with strings.
StringUtils() - Constructor for class liquibase.util.StringUtils
 
StringUtils.StringUtilsFormatter<Type> - Interface in liquibase.util
 
StringUtils.ToStringFormatter - Class in liquibase.util
 
StringUtils.ToStringFormatter() - Constructor for class liquibase.util.StringUtils.ToStringFormatter
 
stripComments(String) - Static method in class liquibase.util.StringUtils
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).
SUPPORT_PROPERTY_ESCAPING - Static variable in class liquibase.parser.ChangeLogParserCofiguration
 
supports(Database) - Method in class liquibase.change.AbstractChange
Implementation delegates logic to the SqlGenerator.supports(liquibase.statement.SqlStatement, liquibase.database.Database) method on the SqlStatement objects returned by Change.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 the SqlStatement objects returned by Change.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 interface liquibase.changelog.ChangeLogHistoryService
 
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.LiquibaseDataType
 
supports(Database, Database) - Method in class liquibase.diff.core.StandardDiffGenerator
 
supports(Database, Database) - Method in interface liquibase.diff.DiffGenerator
 
supports(Database) - Method in interface liquibase.lockservice.LockService
 
supports(Database) - Method in class liquibase.lockservice.OfflineLockService
 
supports(Database) - Method in class liquibase.lockservice.StandardLockService
 
supports(String, ResourceAccessor) - Method in interface liquibase.parser.ChangeLogParser
 
supports(String, ResourceAccessor) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
 
supports(String, ResourceAccessor) - Method in class liquibase.parser.core.sql.SqlChangeLogParser
 
supports(LiquibaseSerializer, String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
 
supports(LiquibaseParser, String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
 
supports(String, ResourceAccessor) - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
 
supports(String, ResourceAccessor) - Method in class liquibase.parser.core.yaml.YamlParser
 
supports(LiquibaseSerializer, String) - Method in interface liquibase.parser.NamespaceDetails
 
supports(LiquibaseParser, String) - Method in interface liquibase.parser.NamespaceDetails
 
supports(String, ResourceAccessor) - Method in interface liquibase.parser.SnapshotParser
 
supports(StatementType, Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
 
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.AddDefaultValueGeneratorSybase
 
supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
 
supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueSQLite
 
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.CreateIndexGeneratorPostgres
 
supports(CreateSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
 
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(DropForeignKeyConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
 
supports(DropPrimaryKeyStatement, Database) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
 
supports(DropSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
 
supports(DropUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
 
supports(FindForeignKeyConstraintsStatement, Database) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorDB2
 
supports(FindForeignKeyConstraintsStatement, Database) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorFirebird
 
supports(FindForeignKeyConstraintsStatement, Database) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorHsql
 
supports(FindForeignKeyConstraintsStatement, Database) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMSSQL
 
supports(FindForeignKeyConstraintsStatement, Database) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMySQL
 
supports(FindForeignKeyConstraintsStatement, Database) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorOracle
 
supports(FindForeignKeyConstraintsStatement, Database) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorPostgres
 
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.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.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(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(RenameViewStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
 
supports(ReorganizeTableStatement, Database) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
 
supports(SetColumnRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
 
supports(SetNullableStatement, Database) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
 
supports(SetTableRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
 
supports(TableRowCountStatement, Database) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
 
supports(StatementType, Database) - Method in interface liquibase.sqlgenerator.SqlGenerator
Does this generator support the given statement/database combination? Do not validate the statement with this method, only return if it can suppot it.
supports(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
 
supportsAutoIncrement() - Method in class liquibase.database.AbstractJdbcDatabase
 
supportsAutoIncrement() - Method in class liquibase.database.core.FirebirdDatabase
 
supportsAutoIncrement() - Method in class liquibase.database.core.OracleDatabase
 
supportsAutoIncrement() - Method in interface liquibase.database.Database
 
supportsAutoIncrement() - Method in class liquibase.sdk.database.MockDatabase
 
supportsBooleanDataType() - Method in class liquibase.database.core.DerbyDatabase
 
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.PostgresDatabase
 
supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
 
supportsCatalogInObjectName() - Method in class liquibase.sdk.database.MockDatabase
 
supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.sdk.database.MockDatabase
 
supportsCatalogs() - Method in class liquibase.database.AbstractJdbcDatabase
 
supportsCatalogs() - Method in class liquibase.database.core.DB2Database
 
supportsCatalogs() - Method in class liquibase.database.core.FirebirdDatabase
 
supportsCatalogs() - Method in class liquibase.database.core.HsqlDatabase
 
supportsCatalogs() - Method in class liquibase.database.core.MySQLDatabase
 
supportsCatalogs() - Method in interface liquibase.database.Database
 
supportsCatalogs() - Method in class liquibase.sdk.database.MockDatabase
 
supportsDDLInTransaction() - Method in class liquibase.database.AbstractJdbcDatabase
By default databases should support DDL within a transaction.
supportsDDLInTransaction() - Method in class liquibase.database.core.FirebirdDatabase
 
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.
supportsDDLInTransaction() - Method in class liquibase.sdk.database.MockDatabase
 
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.MSSQLDatabase
 
supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.SybaseDatabase
 
supportsDropTableCascadeConstraints() - Method in interface liquibase.database.Database
 
supportsDropTableCascadeConstraints() - Method in class liquibase.sdk.database.MockDatabase
 
supportsForeignKeyDisable() - Method in class liquibase.database.AbstractJdbcDatabase
 
supportsForeignKeyDisable() - Method in class liquibase.database.core.MySQLDatabase
 
supportsForeignKeyDisable() - Method in interface liquibase.database.Database
 
supportsForeignKeyDisable() - Method in class liquibase.sdk.database.MockDatabase
 
supportsFractionalDigits(Database) - Method in class liquibase.datatype.core.DateTimeType
 
supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.DB2Database
 
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.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.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.
supportsInitiallyDeferrableColumns() - Method in class liquibase.sdk.database.MockDatabase
 
supportsPrimaryKeyNames() - Method in class liquibase.database.AbstractJdbcDatabase
 
supportsPrimaryKeyNames() - Method in interface liquibase.database.Database
 
supportsPrimaryKeyNames() - Method in class liquibase.sdk.database.MockDatabase
 
supportsRestrictForeignKeys() - Method in class liquibase.database.AbstractJdbcDatabase
 
supportsRestrictForeignKeys() - Method in class liquibase.database.core.InformixDatabase
 
supportsRestrictForeignKeys() - Method in class liquibase.database.core.MSSQLDatabase
 
supportsRestrictForeignKeys() - Method in class liquibase.database.core.OracleDatabase
 
supportsRestrictForeignKeys() - Method in class liquibase.database.core.SybaseDatabase
 
supportsRestrictForeignKeys() - Method in interface liquibase.database.Database
 
supportsRestrictForeignKeys() - Method in class liquibase.sdk.database.MockDatabase
 
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 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.DB2Database
 
supportsSchemas() - Method in class liquibase.database.core.DerbyDatabase
 
supportsSchemas() - Method in class liquibase.database.core.FirebirdDatabase
 
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
 
supportsSchemas() - Method in class liquibase.sdk.database.MockDatabase
 
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.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.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
 
supportsSequences() - Method in class liquibase.sdk.database.MockDatabase
 
supportsTablespaces() - Method in class liquibase.database.core.DB2Database
 
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.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.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
 
supportsTablespaces() - Method in class liquibase.sdk.database.MockDatabase
 
suspend() - Method in class liquibase.sdk.vagrant.VagrantCommand
 
SwingUIFacade - Class in liquibase.util.ui
 
SwingUIFacade() - Constructor for class liquibase.util.ui.SwingUIFacade
 
SybaseASAConnSupplier - Class in liquibase.database.core.supplier
 
SybaseASAConnSupplier() - Constructor for class liquibase.database.core.supplier.SybaseASAConnSupplier
 
SybaseASADatabase - Class in liquibase.database.core
 
SybaseASADatabase() - Constructor for class liquibase.database.core.SybaseASADatabase
 
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(Connection) - Constructor for class liquibase.database.jvm.SybaseConnection
 
SybaseConnSupplier - Class in liquibase.database.core.supplier
 
SybaseConnSupplier() - Constructor for class liquibase.database.core.supplier.SybaseConnSupplier
 
SybaseDatabase - Class in liquibase.database.core
Encapsulates Sybase ASE database support.
SybaseDatabase() - Constructor for class liquibase.database.core.SybaseDatabase
 
SystemPropertyProvider - Class in liquibase.configuration
A ConfigurationValueProvider implementation that looks for overriding values in system properties.
SystemPropertyProvider() - Constructor for class liquibase.configuration.SystemPropertyProvider
 
systemTablesAndViews - Variable in class liquibase.database.core.MSSQLDatabase
 
systemTablesAndViews - Variable in class liquibase.database.core.SybaseDatabase
 
SystemUtils - Class in liquibase.util
Code taken from Commons lang utils
SystemUtils() - Constructor for class liquibase.util.SystemUtils
SystemUtils instances should NOT be constructed in standard programming.

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
 
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
 
TableIsEmptyPrecondition - Class in liquibase.precondition.core
 
TableIsEmptyPrecondition() - Constructor for class liquibase.precondition.core.TableIsEmptyPrecondition
 
TableListWriter - Class in liquibase.dbdoc
 
TableListWriter(File) - Constructor for class liquibase.dbdoc.TableListWriter
 
tableName - Variable in class liquibase.change.core.AbstractModifyDataChange
 
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(File, Database) - Constructor for class liquibase.dbdoc.TableWriter
 
tag(String) - Method in interface liquibase.changelog.ChangeLogHistoryService
 
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
Tags the database changelog with the given string.
tag(String) - Method in interface liquibase.database.Database
 
tag - Variable in class liquibase.integration.spring.SpringLiquibase
 
tag(String) - Method in class liquibase.Liquibase
'Tags' the database for future rollback
tag(String) - Method in class liquibase.sdk.database.MockDatabase
 
TagDatabaseChange - Class in liquibase.change.core
 
TagDatabaseChange() - Constructor for class liquibase.change.core.TagDatabaseChange
 
TagDatabaseChangeSupplier - Class in liquibase.change.core.supplier
 
TagDatabaseChangeSupplier() - Constructor for class liquibase.change.core.supplier.TagDatabaseChangeSupplier
 
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.OfflineChangeLogHistoryService
 
tagExists(String) - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
tagExists(String) - Method in class liquibase.Liquibase
 
TemplateService - Class in liquibase.sdk
 
test(VerifiedTest) - Method in class liquibase.sdk.verifytest.TestPermutation
 
TestPermutation - Class in liquibase.sdk.verifytest
 
TestPermutation(VerifiedTest) - Constructor for class liquibase.sdk.verifytest.TestPermutation
 
TestPermutation.CannotVerify - Class in liquibase.sdk.verifytest
 
TestPermutation.CannotVerify(String) - Constructor for class liquibase.sdk.verifytest.TestPermutation.CannotVerify
 
TestPermutation.CannotVerifyException - Exception in liquibase.sdk.verifytest
 
TestPermutation.CannotVerifyException(String) - Constructor for exception liquibase.sdk.verifytest.TestPermutation.CannotVerifyException
 
TestPermutation.CannotVerifyException(String, Throwable) - Constructor for exception liquibase.sdk.verifytest.TestPermutation.CannotVerifyException
 
TestPermutation.Cleanup - Interface in liquibase.sdk.verifytest
 
TestPermutation.Invalid - Class in liquibase.sdk.verifytest
 
TestPermutation.Invalid(String) - Constructor for class liquibase.sdk.verifytest.TestPermutation.Invalid
 
TestPermutation.OkResult - Class in liquibase.sdk.verifytest
 
TestPermutation.OkResult() - Constructor for class liquibase.sdk.verifytest.TestPermutation.OkResult
 
TestPermutation.Setup - Interface in liquibase.sdk.verifytest
 
TestPermutation.SetupResult - Interface in liquibase.sdk.verifytest
 
TestPermutation.Value - Class in liquibase.sdk.verifytest
 
TestPermutation.Value(Object, OutputFormat) - Constructor for class liquibase.sdk.verifytest.TestPermutation.Value
 
TestPermutation.Verification - Interface in liquibase.sdk.verifytest
 
TimestampType - Class in liquibase.datatype.core
 
TimestampType() - Constructor for class liquibase.datatype.core.TimestampType
 
TimeType - Class in liquibase.datatype.core
 
TimeType() - Constructor for class liquibase.datatype.core.TimeType
 
TinyIntType - Class in liquibase.datatype.core
 
TinyIntType() - Constructor for class liquibase.datatype.core.TinyIntType
 
toBigInteger(Object, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
 
toBoolean(Object, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
 
toCatalogAndSchema(String, Database) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGenerator
 
toCatalogAndSchema() - Method in class liquibase.structure.core.Schema
 
toChange(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.ChangeSet
 
toClassLoader() - Method in class liquibase.integration.spring.SpringLiquibase.SpringResourceOpener
 
toClassLoader() - Method in class liquibase.resource.ClassLoaderResourceAccessor
 
toClassLoader() - Method in class liquibase.resource.CompositeResourceAccessor
 
toClassLoader() - Method in class liquibase.resource.FileSystemResourceAccessor
 
toClassLoader() - Method in interface liquibase.resource.ResourceAccessor
 
toClassLoader() - Method in class liquibase.sdk.resource.MockResourceAccessor
 
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.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.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.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.TimestampType
 
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
 
toFileName(String) - Static method in class liquibase.dbdoc.DBDocUtil
 
toLogLevel(String) - Method in class liquibase.logging.core.AbstractLogger
 
toMap(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlSerializer
 
toMap(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer
 
toMap() - Method in class liquibase.structure.DatabaseObjectCollection
 
toPrecondition(ParsedNode, ResourceAccessor) - Method in class liquibase.precondition.PreconditionLogic
 
toSql() - Method in class liquibase.datatype.DatabaseDataType
 
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.CatalogAndSchema
String version includes both catalog and schema.
toString() - Method in class liquibase.change.AbstractChange
 
toString() - Method in class liquibase.change.ChangeStatus
 
toString() - Method in class liquibase.change.CheckSum
 
toString() - Method in class liquibase.change.ColumnConfig.ValueNumeric
 
toString(boolean) - Method in class liquibase.changelog.ChangeSet
 
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.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.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.integration.spring.SpringLiquibase
 
toString() - Method in class liquibase.LabelExpression
 
toString() - Method in class liquibase.Labels
 
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.ErrorPrecondition
 
toString() - Method in class liquibase.precondition.FailedPrecondition
 
toString() - Method in class liquibase.resource.ClassLoaderResourceAccessor
 
toString() - Method in class liquibase.resource.CompositeResourceAccessor
 
toString() - Method in class liquibase.resource.FileSystemResourceAccessor
 
toString() - Method in class liquibase.sdk.database.MockDatabase
 
toString() - Method in class liquibase.sdk.supplier.database.ConnectionSupplier
 
toString() - Method in class liquibase.servicelocator.AssignableToPackageScanFilter
 
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.RawSqlStatement
 
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(boolean) - Method in class liquibase.structure.core.Column
 
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
 
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(Type) - Method in interface liquibase.util.StringUtils.StringUtilsFormatter
 
toString(Object) - Method in class liquibase.util.StringUtils.ToStringFormatter
 
trimToEmpty(String) - Static method in class liquibase.util.StringUtils
 
trimToNull(String) - Static method in class liquibase.util.StringUtils
 
type - Variable in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
 
TYPE_UNKNOWN - Static variable in class liquibase.util.JdbcUtils
Constant that indicates an unknown (or unspecified) SQL type.

U

UIFacade - Interface in liquibase.util.ui
 
UIFactory - Class in liquibase.util.ui
 
UIFactory() - Constructor for class liquibase.util.ui.UIFactory
 
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.MSSQLDatabase
 
unescapeDataTypeName(String) - Method in interface liquibase.database.Database
 
unescapeDataTypeName(String) - Method in class liquibase.sdk.database.MockDatabase
 
unescapeDataTypeString(String) - Method in class liquibase.database.AbstractJdbcDatabase
 
unescapeDataTypeString(String) - Method in class liquibase.database.core.MSSQLDatabase
 
unescapeDataTypeString(String) - Method in interface liquibase.database.Database
 
unescapeDataTypeString(String) - Method in class liquibase.sdk.database.MockDatabase
 
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
 
UnexpectedLiquibaseException(String) - Constructor for exception liquibase.exception.UnexpectedLiquibaseException
 
UnexpectedLiquibaseException(String, Throwable) - Constructor for exception liquibase.exception.UnexpectedLiquibaseException
 
UnexpectedLiquibaseException(Throwable) - Constructor for exception liquibase.exception.UnexpectedLiquibaseException
 
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
 
UniqueConstraint - Class in liquibase.statement
 
UniqueConstraint() - Constructor for class liquibase.statement.UniqueConstraint
 
UniqueConstraint(String) - Constructor for class liquibase.statement.UniqueConstraint
 
UniqueConstraint - Class in liquibase.structure.core
 
UniqueConstraint() - Constructor for class liquibase.structure.core.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
 
UniqueConstraintSnapshotGenerator - Class in liquibase.snapshot.jvm
 
UniqueConstraintSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
 
unknown(String) - Method in class liquibase.change.ChangeStatus
 
unknown(Exception) - Method in class liquibase.change.ChangeStatus
 
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
 
UnknownFormatException - Exception in liquibase.exception
 
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
 
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
 
UnparsedSql - Class in liquibase.sql
 
UnparsedSql(String, DatabaseObject...) - Constructor for class liquibase.sql.UnparsedSql
 
UnparsedSql(String, String, DatabaseObject...) - Constructor for class liquibase.sql.UnparsedSql
 
unquotedObjectsAreUppercased - Variable in class liquibase.database.AbstractJdbcDatabase
 
unregister(String) - Method in class liquibase.change.ChangeFactory
Unregister all instances of a given Change name.
unregister(String) - Method in class liquibase.datatype.DataTypeFactory
 
unregister(DatabaseObjectComparator) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
 
unregister(Class) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
 
unregister(ChangeGenerator) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
 
unregister(Class) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
 
unregister(ChangeLogParser) - Method in class liquibase.parser.ChangeLogParserFactory
 
unregister(NamespaceDetails) - Method in class liquibase.parser.NamespaceDetailsFactory
 
unregister(SnapshotParser) - Method in class liquibase.parser.SnapshotParserFactory
 
unregister(String) - Method in class liquibase.precondition.PreconditionFactory
 
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(Class) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
 
unregister(SqlGenerator) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
 
unregister(Class) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
 
UnsupportedDatabase - Class in liquibase.database.core
 
UnsupportedDatabase() - Constructor for class liquibase.database.core.UnsupportedDatabase
 
unzip(File) - Static method in class liquibase.util.FileUtil
Unzips the given zip file and returns a File object corresponding to the root directory.
up() - Method in class liquibase.sdk.vagrant.VagrantCommand
 
update(SqlStatement) - Method in interface liquibase.executor.Executor
 
update(SqlStatement, List<SqlVisitor>) - Method in interface liquibase.executor.Executor
 
update(SqlStatement) - Method in class liquibase.executor.jvm.JdbcExecutor
 
update(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.jvm.JdbcExecutor
 
update(SqlStatement) - Method in class liquibase.executor.LoggingExecutor
 
update(SqlStatement, List<SqlVisitor>) - Method in class liquibase.executor.LoggingExecutor
 
update(String) - Method in class liquibase.Liquibase
Convience method for Liquibase.update(Contexts) that constructs the Context object from the passed string.
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, LabelExpression) - Method in class liquibase.Liquibase
 
update(Contexts, LabelExpression, boolean) - Method in class liquibase.Liquibase
 
update(String, Writer) - Method in class liquibase.Liquibase
 
update(Contexts, Writer) - Method in class liquibase.Liquibase
 
update(Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
 
update(Contexts, LabelExpression, Writer, boolean) - Method in class liquibase.Liquibase
 
update(int, String) - Method in class liquibase.Liquibase
 
update(int, Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
update(String, String) - Method in class liquibase.Liquibase
 
update(String, Contexts) - Method in class liquibase.Liquibase
 
update(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
update(int, String, Writer) - Method in class liquibase.Liquibase
 
update(int, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
 
update(String, String, Writer) - Method in class liquibase.Liquibase
 
update(String, Contexts, Writer) - Method in class liquibase.Liquibase
 
update(String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
 
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.sdk.database.MockDatabase
 
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
 
UpdateDataChangeSupplier - Class in liquibase.change.core.supplier
 
UpdateDataChangeSupplier() - Constructor for class liquibase.change.core.supplier.UpdateDataChangeSupplier
 
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
 
updateListeners(String) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
 
updatesDatabase() - Method in interface liquibase.executor.Executor
 
updatesDatabase() - Method in class liquibase.executor.jvm.JdbcExecutor
 
updatesDatabase() - Method in class liquibase.executor.LoggingExecutor
 
UpdateStatement - Class in liquibase.statement.core
 
UpdateStatement(String, String, String) - Constructor for class liquibase.statement.core.UpdateStatement
 
updateTestingRollback(String) - Method in class liquibase.Liquibase
 
updateTestingRollback(Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
updateTestingRollback(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
 
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
 
upgradeChecksums(DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
 
upgradeChecksums(DatabaseChangeLog, Contexts, LabelExpression) - Method in interface liquibase.changelog.ChangeLogHistoryService
Upgrades any existing checksums with an out of date version
upgradeChecksums(DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.changelog.StandardChangeLogHistoryService
 
upperCaseFirst(String) - Static method in class liquibase.util.StringUtils
 
UpToTagChangeSetFilter - Class in liquibase.changelog.filter
 
UpToTagChangeSetFilter(String, List<RanChangeSet>) - Constructor for class liquibase.changelog.filter.UpToTagChangeSetFilter
 
url - Variable in class liquibase.integration.commandline.Main
 
USER_COUNTRY - Static variable in class liquibase.util.SystemUtils
The user.country or user.region System Property.
USER_DIR - Static variable in class liquibase.util.SystemUtils
The user.dir System Property.
USER_HOME - Static variable in class liquibase.util.SystemUtils
The user.home System Property.
USER_LANGUAGE - Static variable in class liquibase.util.SystemUtils
The user.language System Property.
USER_NAME - Static variable in class liquibase.util.SystemUtils
The user.name System Property.
USER_TIMEZONE - Static variable in class liquibase.util.SystemUtils
The user.timezone System Property.
useResoureAccessor(ResourceAccessor, String) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
Use the resource accessor to resolve external entities
username - Variable in class liquibase.integration.commandline.Main
 
UtfBomAwareReader - Class in liquibase.resource
Reader that tries to identify the encoding by looking at the BOM.
UtfBomAwareReader(InputStream) - Constructor for class liquibase.resource.UtfBomAwareReader
 
UtfBomAwareReader(InputStream, String) - Constructor for class liquibase.resource.UtfBomAwareReader
 
UtfBomStripperInputStream - Class in liquibase.resource
Read up to 4 bytes to determine the BOM.
UtfBomStripperInputStream(InputStream) - Constructor for class liquibase.resource.UtfBomStripperInputStream
 
UUIDType - Class in liquibase.datatype.core
 
UUIDType() - Constructor for class liquibase.datatype.core.UUIDType
 

V

VAGRANT_BOX_NAME_LINUX_STANDARD - Variable in class liquibase.sdk.supplier.database.ConnectionSupplier
 
VAGRANT_BOX_NAME_WINDOWS_STANDARD - Variable in class liquibase.sdk.supplier.database.ConnectionSupplier
 
VagrantCommand - Class in liquibase.sdk.vagrant
 
VagrantCommand(Main) - Constructor for class liquibase.sdk.vagrant.VagrantCommand
 
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 the SqlStatement objects returned by Change.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.CreateProcedureChange
 
validate(Database) - Method in class liquibase.change.core.CreateTableChange
 
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.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, String...) - Method in class liquibase.changelog.DatabaseChangeLog
 
validate(Database, Contexts) - Method in class liquibase.changelog.DatabaseChangeLog
Deprecated. Use LabelExpression version
validate(Database, Contexts, LabelExpression) - Method in class liquibase.changelog.DatabaseChangeLog
 
validate(Database, DatabaseChangeLog) - Method in class liquibase.changelog.visitor.ValidatingVisitor
 
validate() - Method in class liquibase.command.DiffCommand
 
validate() - Method in class liquibase.command.ExecuteSqlCommand
 
validate() - Method in interface liquibase.command.LiquibaseCommand
 
validate() - Method in class liquibase.command.SnapshotCommand
 
validate(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
 
validate(Database) - Method in class liquibase.datatype.LiquibaseDataType
 
validate() - Method in class liquibase.Liquibase
Checks changelogs for bad MD5Sums and preconditions before attempting a migration
validate(Database) - Method in class liquibase.precondition.core.AndPrecondition
 
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.NotPrecondition
 
validate(Database) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
 
validate(Database) - Method in class liquibase.precondition.core.OrPrecondition
 
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.ViewExistsPrecondition
 
validate(Database) - Method in class liquibase.precondition.CustomPreconditionWrapper
 
validate(Database) - Method in interface liquibase.precondition.Precondition
 
validate() - Method in class liquibase.sdk.convert.ConvertCommand
 
validate() - Method in class liquibase.sdk.vagrant.VagrantCommand
 
validate() - Method in class liquibase.sdk.watch.WatchCommand
 
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.AddAutoIncrementGeneratorSQLite
 
validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
 
validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
 
validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGenerator
 
validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
 
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) - 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(CreateProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
 
validate(CreateSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
 
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(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorDB2
 
validate(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorFirebird
 
validate(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorHsql
 
validate(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMSSQL
 
validate(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMySQL
 
validate(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorOracle
 
validate(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorPostgres
 
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(InsertExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertDataChangeGenerator
 
validate(InsertStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertGenerator
 
validate(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
 
validate(InsertSetStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
 
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(RawSqlStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RawSqlGenerator
 
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(SelectFromDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator
 
validate(SelectFromDatabaseChangeLogLockStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator
 
validate(SetColumnRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
 
validate(SetNullableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
 
validate(SetTableRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
 
validate(StoredProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.StoredProcedureGenerator
 
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(UpdateExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateDataChangeGenerator
 
validate(UpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateGenerator
 
validate(StatementType, Database, SqlGeneratorChain) - Method in interface liquibase.sqlgenerator.SqlGenerator
Validate the data contained in the SqlStatement.
validate(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorChain
 
validate(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
 
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
 
ValidatingVisitor - Class in liquibase.changelog.visitor
 
ValidatingVisitor(List<RanChangeSet>) - Constructor for class liquibase.changelog.visitor.ValidatingVisitor
 
ValidationErrors - Class in liquibase.exception
 
ValidationErrors() - 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
 
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.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.visitor.ChangeSetVisitor.Direction
Returns the enum constant of this type with the specified name.
valueOf(Object) - Method in class liquibase.configuration.ConfigurationProperty
Converts an object of a different type to the type used by this property.
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.logging.LogLevel
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.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.
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.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.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.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.logging.LogLevel
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.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.
VarcharType - Class in liquibase.datatype.core
 
VarcharType() - Constructor for class liquibase.datatype.core.VarcharType
 
VerifiedTest - Class in liquibase.sdk.verifytest
 
VerifiedTest(String, String) - Constructor for class liquibase.sdk.verifytest.VerifiedTest
 
VerifiedTestFactory - Class in liquibase.sdk.verifytest
 
VerifiedTestReader - Class in liquibase.sdk.verifytest
 
VerifiedTestReader() - Constructor for class liquibase.sdk.verifytest.VerifiedTestReader
 
VerifiedTestWriter - Class in liquibase.sdk.verifytest
 
VerifiedTestWriter() - Constructor for class liquibase.sdk.verifytest.VerifiedTestWriter
 
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
 
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.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
 

W

waitForLock() - Method in interface liquibase.lockservice.LockService
 
waitForLock() - Method in class liquibase.lockservice.OfflineLockService
 
waitForLock() - Method in class liquibase.lockservice.StandardLockService
 
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 the SqlStatement objects returned by Change.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.ViewExistsPrecondition
 
warn(Database) - Method in class liquibase.precondition.CustomPreconditionWrapper
 
warn(Database) - Method in interface liquibase.precondition.Precondition
 
warn(StatementType, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
 
warn(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
 
warn(ModifyDataTypeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
 
warn(StatementType, Database, SqlGeneratorChain) - Method in interface liquibase.sqlgenerator.SqlGenerator
 
warn(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorChain
 
warn(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
 
warning(String) - Method in class liquibase.integration.ant.logging.AntTaskLogger
 
warning(String, Throwable) - Method in class liquibase.integration.ant.logging.AntTaskLogger
 
warning(String) - Method in class liquibase.logging.core.DefaultLogger
 
warning(String, Throwable) - Method in class liquibase.logging.core.DefaultLogger
 
warning(String) - Method in interface liquibase.logging.Logger
 
warning(String, Throwable) - Method in interface liquibase.logging.Logger
 
Warnings - Class in liquibase.exception
 
Warnings() - Constructor for class liquibase.exception.Warnings
 
WatchCommand - Class in liquibase.sdk.watch
 
WatchCommand(Main) - Constructor for class liquibase.sdk.watch.WatchCommand
 
WebSpherePackageScanClassResolver - Class in liquibase.servicelocator
WebSphere specific resolver to handle loading annotated resources in JAR files.
WebSpherePackageScanClassResolver(String) - Constructor for class liquibase.servicelocator.WebSpherePackageScanClassResolver
Constructor.
where - Variable in class liquibase.change.core.AbstractModifyDataChange
 
whereParams - Variable in class liquibase.change.core.AbstractModifyDataChange
 
wildcardMatch(String, String) - Static method in class liquibase.util.file.FilenameUtils
Checks a filename to see if it matches the specified wildcard matcher, always testing case-sensitive.
wildcardMatch(String, String, IOCase) - Static method in class liquibase.util.file.FilenameUtils
Checks a filename to see if it matches the specified wildcard matcher allowing control over case-sensitivity.
wildcardMatchOnSystem(String, String) - Static method in class liquibase.util.file.FilenameUtils
Checks a filename to see if it matches the specified wildcard matcher using the case rules of the system.
willRun(ChangeSet, DatabaseChangeLog, Database, ChangeSet.RunStatus) - Method in interface liquibase.changelog.visitor.ChangeExecListener
Called just before a given changeset is run.
willRun(Change, ChangeSet, DatabaseChangeLog, Database) - Method in interface liquibase.changelog.visitor.ChangeExecListener
 
willSnapshot(DatabaseObject, Database) - Method in interface liquibase.snapshot.SnapshotListener
Called before a snapshot is done.
write(File) - Method in class liquibase.sdk.supplier.database.ConnectionSupplier.ConfigTemplate
 
write(String, File, Map<String, Object>) - Method in class liquibase.sdk.TemplateService
 
write(String, Writer, Map<String, Object>) - Method in class liquibase.sdk.TemplateService
 
write(VerifiedTest, Writer, String) - Method in class liquibase.sdk.verifytest.VerifiedTestWriter
 
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(DatabaseSnapshot, OutputStream) - Method in class liquibase.serializer.core.string.StringSnapshotSerializer
 
write(DatabaseSnapshot, OutputStream) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
 
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.yaml.YamlSnapshotSerializer
 
write(DatabaseSnapshot, OutputStream) - Method in interface liquibase.serializer.SnapshotSerializer
 
write(String, File) - Static method in class liquibase.util.FileUtil
 
write(Document, OutputStream) - Method in class liquibase.util.xml.DefaultXmlWriter
 
write(Document, OutputStream) - Method in interface liquibase.util.xml.XmlWriter
 
writeAll(ResultSet, boolean) - Method in class liquibase.util.csv.CSVWriter
 
writeAll(List) - Method in class liquibase.util.csv.opencsv.CSVWriter
Writes the entire list to a CSV file.
writeAll(ResultSet, boolean) - Method in class liquibase.util.csv.opencsv.CSVWriter
Writes the entire ResultSet to a CSV file.
writeBody(FileWriter, Object, List<Change>, List<Change>) - Method in class liquibase.dbdoc.HTMLWriter
 
writeBody(FileWriter, Object, List<Change>, List<Change>) - Method in class liquibase.dbdoc.PendingChangesWriter
 
writeBody(FileWriter, Object, List<Change>, List<Change>) - Method in class liquibase.dbdoc.PendingSQLWriter
 
writeBody(FileWriter, Object, List<Change>, List<Change>) - Method in class liquibase.dbdoc.RecentChangesWriter
 
writeChangeLog(String, String) - Method in class liquibase.dbdoc.ChangeLogWriter
 
writeChanges(String, FileWriter, List<Change>) - Method in class liquibase.dbdoc.HTMLWriter
 
writeColumnNames(ResultSetMetaData) - Method in class liquibase.util.csv.opencsv.CSVWriter
 
writeCustomHTML(FileWriter, Object, List<Change>, Database) - Method in class liquibase.dbdoc.AuthorWriter
 
writeCustomHTML(FileWriter, Object, List<Change>, Database) - Method in class liquibase.dbdoc.ColumnWriter
 
writeCustomHTML(FileWriter, Object, List<Change>, Database) - Method in class liquibase.dbdoc.HTMLWriter
 
writeCustomHTML(FileWriter, Object, List<Change>, Database) - Method in class liquibase.dbdoc.PendingChangesWriter
 
writeCustomHTML(FileWriter, Object, List<Change>, Database) - Method in class liquibase.dbdoc.PendingSQLWriter
 
writeCustomHTML(FileWriter, Object, List<Change>, Database) - Method in class liquibase.dbdoc.RecentChangesWriter
 
writeCustomHTML(FileWriter, Object, List<Change>, Database) - Method in class liquibase.dbdoc.TableWriter
 
writeHeader(File) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
 
writeHTML(File, ResourceAccessor) - Method in class liquibase.changelog.visitor.DBDocVisitor
 
writeHTML(SortedSet) - Method in class liquibase.dbdoc.HTMLListWriter
 
writeHTML(Object, List<Change>, List<Change>, String) - Method in class liquibase.dbdoc.HTMLWriter
 
writeNext(String[]) - Method in class liquibase.util.csv.opencsv.CSVWriter
Writes the next line to the file.
writeTable(String, List<List<String>>, FileWriter) - 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
 

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.LiquibaseRepresenter() - Constructor for class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
 
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
 
YamlSnapshotSerializer.SnapshotLiquibaseRepresenter() - Constructor for class liquibase.serializer.core.yaml.YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
 

A B C D E F G H I J L M N O P Q R S T U V W X Y

Copyright © 2015 Liquibase.org. All rights reserved.