- CachedRow - Class in liquibase.snapshot
-
- CachedRow(Map) - Constructor for class liquibase.snapshot.CachedRow
-
- CachingDatabaseMetaData(Database, DatabaseMetaData) - Constructor for class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
- 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
-
- CannotVerify(String) - Constructor for class liquibase.sdk.verifytest.TestPermutation.CannotVerify
-
- CannotVerifyException(String) - Constructor for exception liquibase.sdk.verifytest.TestPermutation.CannotVerifyException
-
- CannotVerifyException(String, Throwable) - Constructor for exception liquibase.sdk.verifytest.TestPermutation.CannotVerifyException
-
- 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
-
- CDIBootstrap - Class in liquibase.integration.cdi
-
CDI Bootstrap
Observes CDI container startup events and triggers the Liquibase update
process via @PostConstruct on CDILiquibase
- CDIBootstrap() - Constructor for class liquibase.integration.cdi.CDIBootstrap
-
- CDILiquibase - Class in liquibase.integration.cdi
-
A CDI wrapper for Liquibase.
- CDILiquibase() - Constructor for class liquibase.integration.cdi.CDILiquibase
-
- CDILiquibaseConfig - Class in liquibase.integration.cdi
-
Holds the configuration for Liquibase
- CDILiquibaseConfig() - Constructor for class liquibase.integration.cdi.CDILiquibaseConfig
-
- 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
-
- 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
-
- ChangeLogProperty() - Constructor for class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
-
Deprecated.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- CollectionFormat(OutputFormat) - Constructor for class liquibase.sdk.verifytest.OutputFormat.CollectionFormat
-
- 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
-
- 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
-
- 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
PackageScanFilter
s 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
-
- ConfigTemplate(String, Map<String, Object>) - Constructor for class liquibase.sdk.supplier.database.ConnectionSupplier.ConfigTemplate
-
- ConfigurationContainer(String) - Constructor for class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
-
- 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
-
- 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
-
- 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
-
- correctSchema(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
-
- correctSchema(CatalogAndSchema) - Method in interface liquibase.database.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
-
- 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) - Method in class liquibase.integration.cdi.CDILiquibase
-
Subclasses may override this method add change some database settings such as
default schema before returning the database object.
- createDatabase(Connection, ResourceAccessor) - Method in class liquibase.integration.spring.SpringLiquibase
-
Subclasses may override this method 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- createLiquibase(Connection) - Method in class liquibase.integration.cdi.CDILiquibase
-
- createLiquibase(Connection) - Method in class liquibase.integration.spring.SpringLiquibase
-
- createMustEqualExistingMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
- 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
-
- createPrintStream() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- 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
-
- 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
-
- createSinceMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- generateRollbackStatementsVolatile(Database) - Method in class liquibase.change.AbstractSQLChange
-
- generateRollbackStatementsVolatile(Database) - Method in interface liquibase.change.Change
-
- 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
-
- 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
-
- generateStatementsVolatile(Database) - Method in class liquibase.change.AbstractSQLChange
-
- generateStatementsVolatile(Database) - Method in interface liquibase.change.Change
-
- 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
-
- 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.cdi.CDILiquibaseConfig
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.InformixDatabase
-
- 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.cdi.CDILiquibaseConfig
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.cdi.CDILiquibaseConfig
-
- 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
-
- 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
-
- getDescriptor(String) - Method in class liquibase.util.beans.IntrospectionContext
-
- getDescriptors() - Method in class liquibase.util.beans.IntrospectionContext
-
- getDescriptors(Class<?>) - Method in class liquibase.util.beans.PropertyUtils
-
- 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
-
- 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
-
- 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
-
- 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.beans.PropertyUtils
-
- 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
-
- 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.cdi.CDILiquibaseConfig
-
- 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
-
- getLogger() - Static method in class liquibase.logging.LogFactory
-
- getLogger() - Method in class liquibase.servicelocator.ServiceLocator
-
- getLogicalFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getLogLevel() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- 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
-
- 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.cdi.CDILiquibaseConfig
-
- 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
-
- getParamValue(String) - Method in class liquibase.change.custom.CustomChangeWrapper
-
- 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
-
- 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
-
- getPropertyNames() - Method in class liquibase.util.beans.IntrospectionContext
-
- 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
-
- 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
-
- getTargetClass() - Method in class liquibase.util.beans.IntrospectionContext
-
- 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
-
- 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
-
- 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
-
- getWhere() - Method in class liquibase.change.core.AbstractModifyDataChange
-
- getWhere() - Method in class liquibase.statement.core.DeleteStatement
-
- getWhereClause() - Method in class liquibase.change.core.AbstractModifyDataChange
-
- getWhereClause(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- getWhereClause() - Method in class liquibase.statement.core.DeleteStatement
-
- 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
-
- 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.
- introspect(IntrospectionContext) - Method in interface liquibase.util.beans.BeanIntrospector
-
- introspect(IntrospectionContext) - Method in class liquibase.util.beans.DefaultBeanIntrospector
-
- introspect(IntrospectionContext) - Method in class liquibase.util.beans.FluentPropertyBeanIntrospector
-
- IntrospectionContext - Class in liquibase.util.beans
-
- IntrospectionContext(Class<?>) - Constructor for class liquibase.util.beans.IntrospectionContext
-
- IntType - Class in liquibase.datatype.core
-
- IntType() - Constructor for class liquibase.datatype.core.IntType
-
- intValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
-
- Invalid(String) - Constructor for class liquibase.sdk.verifytest.TestPermutation.Invalid
-
- 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.cdi.CDILiquibaseConfig
-
- 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.integration.cdi.CDILiquibase
-
- 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
-
- 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
-
- isOutputDefaultCatalog() - Method in class liquibase.integration.ant.type.DatabaseType
-
- isOutputDefaultSchema() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- 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
-
- 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
-
- isUpdateSuccessful() - Method in class liquibase.integration.cdi.CDILiquibase
-
- 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
-
- 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
-
- SchemaComparison(CatalogAndSchema, CatalogAndSchema) - Constructor for class liquibase.diff.compare.CompareControl.SchemaComparison
-
- 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.ByTag - Class in liquibase.statement.core
-
- 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
-
- ServletValueContainer(ServletContext, InitialContext) - Constructor for class liquibase.integration.servlet.LiquibaseServletListener.ServletValueContainer
-
- 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.cdi.CDILiquibaseConfig
-
- 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
-
- 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.cdi.CDILiquibaseConfig
-
- 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
-
- setCurrentDateTimeFunction(String) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setCurrentDateTimeFunction(String) - Method in class liquibase.Liquibase
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.cdi.CDILiquibaseConfig
-
- 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
-
- 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
-
- 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.cdi.CDILiquibaseConfig
-
- 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.cdi.CDILiquibaseConfig
-
- 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
-
- setLogicalFilePath(String) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setLogLevel(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- 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
-
- 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
-
- 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
-
- setOutputFile(FileResource) - Method in class liquibase.integration.ant.GenerateChangeLogTask
-
- 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
-
- setParam(String, String) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- setParameters(Map<String, String>) - Method in class liquibase.integration.cdi.CDILiquibaseConfig
-
- setParameters(Map<String, String>) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- setPassword(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- 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
-
- 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
-
- 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
-
- 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
-
- setWhereClause(String) - Method in class liquibase.statement.core.DeleteStatement
-
- 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
-
- 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
-
- SnapshotLiquibaseRepresenter() - Constructor for class liquibase.serializer.core.yaml.YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
-
- SnapshotListener - Interface in liquibase.snapshot
-
Listener interface to be called during the snapshot process.
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.CatalogSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.DataSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.IndexSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.PrimaryKeySnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.TableSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ViewSnapshotGenerator
-
- SnapshotParser - Interface in liquibase.parser
-
- SnapshotParserFactory - Class in liquibase.parser
-
- 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
-
- 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
-
- StandardCompareFunction(Database) - Constructor for class liquibase.diff.ObjectDifferences.StandardCompareFunction
-
- StandardDiffGenerator - Class in liquibase.diff.core
-
- StandardDiffGenerator() - Constructor for class liquibase.diff.core.StandardDiffGenerator
-
- standardize(Database) - Method in class liquibase.CatalogAndSchema
-
This method returns a new CatalogAndSchema adjusted based on the configuration of the passed database.
- standardizeLineEndings(String) - Static method in class liquibase.util.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.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
-
- 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
-
- 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
-
- 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
-
- supports(Database) - Method in class liquibase.change.AbstractSQLChange
-
- 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
-
- 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
-
- SystemUtils() - Constructor for class liquibase.util.SystemUtils
-
SystemUtils instances should NOT be constructed in standard
programming.