- 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
-
- CalculateChecksumCommandStep - Class in liquibase.command.core
-
- CalculateChecksumCommandStep() - Constructor for class liquibase.command.core.CalculateChecksumCommandStep
-
- CallableSql - Class in liquibase.sql
-
- CallableSql(String, String) - Constructor for class liquibase.sql.CallableSql
-
- CallableSql(String, String, String) - Constructor for class liquibase.sql.CallableSql
-
- CallableSqlStatement - Interface in liquibase.statement
-
- canAccessDbaRecycleBin() - Method in class liquibase.database.core.OracleDatabase
-
- canCreateChangeLogTable() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- canCreateChangeLogTable() - Method in class liquibase.database.AbstractJdbcDatabase
-
- caseSensitive - Variable in class liquibase.database.AbstractJdbcDatabase
-
- Catalog - Class in liquibase.structure.core
-
- Catalog() - Constructor for class liquibase.structure.core.Catalog
-
- Catalog(String) - Constructor for class liquibase.structure.core.Catalog
-
- catalog - Variable in class org.liquibase.maven.plugins.LiquibaseDropAll
-
- CatalogAndSchema - Class in liquibase
-
Object representing a database catalog and schema.
- CatalogAndSchema(String, String) - Constructor for class liquibase.CatalogAndSchema
-
- CatalogAndSchema.CatalogAndSchemaCase - Enum in liquibase
-
- CatalogComparator - Class in liquibase.diff.compare.core
-
- CatalogComparator() - Constructor for class liquibase.diff.compare.core.CatalogComparator
-
- CatalogLevelObject - Interface in liquibase.structure
-
- catalogName - Variable in class liquibase.change.AbstractTableChange
-
- catalogName - Variable in class liquibase.change.core.AbstractModifyDataChange
-
- CatalogSnapshotGenerator - Class in liquibase.snapshot.jvm
-
- CatalogSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.CatalogSnapshotGenerator
-
- CDIBootstrap - Class in liquibase.integration.cdi
-
CDI Bootstrap
Observes CDI container startup events and triggers the Liquibase update
process via @PostConstruct on CDILiquibase
- CDIBootstrap() - Constructor for class liquibase.integration.cdi.CDIBootstrap
-
- CDIBootstrap - Class in liquibase.integration.jakarta.cdi
-
CDI Bootstrap
Observes CDI container startup events and triggers the Liquibase update
process via @PostConstruct on CDILiquibase
- CDIBootstrap() - Constructor for class liquibase.integration.jakarta.cdi.CDIBootstrap
-
- CDILiquibase - Class in liquibase.integration.cdi
-
A CDI wrapper for Liquibase.
- CDILiquibase() - Constructor for class liquibase.integration.cdi.CDILiquibase
-
- CDILiquibase - Class in liquibase.integration.jakarta.cdi
-
A CDI wrapper for Liquibase.
- CDILiquibase() - Constructor for class liquibase.integration.jakarta.cdi.CDILiquibase
-
- CDILiquibaseConfig - Class in liquibase.integration.cdi
-
Holds the configuration for Liquibase
- CDILiquibaseConfig() - Constructor for class liquibase.integration.cdi.CDILiquibaseConfig
-
- CDILiquibaseConfig - Class in liquibase.integration.jakarta.cdi
-
Holds the configuration for Liquibase
- CDILiquibaseConfig() - Constructor for class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
-
- ch - Variable in class liquibase.integration.commandline.Main.CodePointCheck
-
Deprecated.
- Change - Interface in liquibase.change
-
Interface all changes (refactorings) implement.
- change - Variable in class liquibase.exception.ValidationErrors
-
- CHANGE_EXEC_LISTENER_ARG - Static variable in class liquibase.command.core.helpers.ChangeExecListenerCommandStep
-
- CHANGE_EXEC_LISTENER_CLASS_ARG - Static variable in class liquibase.command.core.helpers.ChangeExecListenerCommandStep
-
- CHANGE_EXEC_LISTENER_CLASS_ARG - Static variable in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
- CHANGE_EXEC_LISTENER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.helpers.ChangeExecListenerCommandStep
-
- CHANGE_EXEC_LISTENER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
- ChangedColumnChangeGenerator - Class in liquibase.diff.output.changelog.core
-
- ChangedColumnChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
-
- ChangedForeignKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
-
- ChangedForeignKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator
-
- ChangedIndexChangeGenerator - Class in liquibase.diff.output.changelog.core
-
- ChangedIndexChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
-
- ChangedObjectChangeGenerator - Interface in liquibase.diff.output.changelog
-
- ChangedPrimaryKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
-
- ChangedPrimaryKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
-
- ChangedSequenceChangeGenerator - Class in liquibase.diff.output.changelog.core
-
- ChangedSequenceChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
-
- ChangedSequenceChangeGeneratorSnowflake - Class in liquibase.diff.output.changelog.core
-
- ChangedSequenceChangeGeneratorSnowflake() - Constructor for class liquibase.diff.output.changelog.core.ChangedSequenceChangeGeneratorSnowflake
-
- ChangedTableChangeGenerator - Class in liquibase.diff.output.changelog.core
-
- ChangedTableChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedTableChangeGenerator
-
- ChangedUniqueConstraintChangeGenerator - Class in liquibase.diff.output.changelog.core
-
- ChangedUniqueConstraintChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
-
- ChangedViewChangeGenerator - Class in liquibase.diff.output.changelog.core
-
- ChangedViewChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
-
- ChangeExecListener - Interface in liquibase.changelog.visitor
-
An implementation of ChangeExecListener can be called by UpdateVisitor or
RollbackVisitor for each changeset that is actually run.
- changeExecListenerClass - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- changeExecListenerClass - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the fully qualified class name of the custom ChangeExecListener
- ChangeExecListenerCommandStep - Class in liquibase.command.core.helpers
-
Creates a ChangeExecListener or utilizes the one provided as argument
- ChangeExecListenerCommandStep() - Constructor for class liquibase.command.core.helpers.ChangeExecListenerCommandStep
-
- changeExecListenerPropertiesFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- changeExecListenerPropertiesFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the property file for controlling the custom ChangeExecListener
- ChangeExecListenerUtils - Class in liquibase.integration.commandline
-
- ChangeFactory - Class in liquibase.change
-
Factory class for constructing the correct liquibase.change.Change implementation based on a command name.
- ChangeGenerator - Interface in liquibase.diff.output.changelog
-
- ChangeGeneratorChain - Class in liquibase.diff.output.changelog
-
- ChangeGeneratorChain(SortedSet<ChangeGenerator>) - Constructor for class liquibase.diff.output.changelog.ChangeGeneratorChain
-
- ChangeGeneratorComparator - Class in liquibase.diff.output.changelog
-
- ChangeGeneratorComparator(Class<? extends DatabaseObject>, Database) - Constructor for class liquibase.diff.output.changelog.ChangeGeneratorComparator
-
- ChangeGeneratorFactory - Class in liquibase.diff.output.changelog
-
- changeLog - Variable in class liquibase.integration.spring.SpringLiquibase
-
- CHANGELOG_ARG - Static variable in class liquibase.command.core.InternalDropAllCommandStep
-
- CHANGELOG_FILE - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.DbDocCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.DeactivateChangelogCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.DiffChangelogCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.DropAllCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.FutureRollbackCountSqlCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.FutureRollbackSqlCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.HistoryCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.InternalDropAllCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.InternalSyncHubCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.MarkNextChangesetRanCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.MarkNextChangesetRanSqlCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.RegisterChangelogCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.StatusCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.SyncHubCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UnexpectedChangesetsCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UpdateCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UpdateCountCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UpdateCountSqlCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UpdateSqlCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UpdateToTagCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.UpdateToTagSqlCommandStep
-
- CHANGELOG_FILE_ARG - Static variable in class liquibase.command.core.ValidateCommandStep
-
- CHANGELOG_PARAMETERS - Static variable in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
-
- CHANGELOG_PARAMETERS - Static variable in class liquibase.command.core.UpdateCountCommandStep
-
- CHANGELOG_PARAMETERS - Static variable in class liquibase.command.core.UpdateToTagCommandStep
-
- CHANGELOG_PARSE_MODE - Static variable in class liquibase.parser.ChangeLogParserConfiguration
-
- CHANGELOG_PROPERTIES - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGELOG_SYNC_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
-
- ChangeLogAlreadyRegisteredException - Exception in liquibase.exception
-
Exception class indicating that a particular changelog has already been registered with Hub.
- ChangeLogAlreadyRegisteredException() - Constructor for exception liquibase.exception.ChangeLogAlreadyRegisteredException
-
- ChangeLogAlreadyRegisteredException(HubChangeLog) - Constructor for exception liquibase.exception.ChangeLogAlreadyRegisteredException
-
- changelogCatalogName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the schema Liquibase will use to create your changelog tables.
- ChangeLogChild - Interface in liquibase.changelog
-
- changeLogDirectory - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
Specifies the directory where Liquibase can find your changelog file.
- changeLogFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- changeLogFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
Specifies the changelog file for Liquibase to use.
- changeLogFile - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
Specifies the changelog file for Liquibase Quality Checks to use.
- 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
-
- ChangelogJdbcMdcListener - Class in liquibase.executor.jvm
-
A wrapper utility class around the standard JdbcExecutor used to monitor and log sql from Jdbc queries
- ChangelogJdbcMdcListener() - Constructor for class liquibase.executor.jvm.ChangelogJdbcMdcListener
-
- ChangelogJdbcMdcListener.ExecuteJdbc - Interface in liquibase.executor.jvm
-
- ChangelogJdbcMdcListener.QueryJdbc<T> - Interface in liquibase.executor.jvm
-
- ChangeLogListWriter - Class in liquibase.dbdoc
-
- ChangeLogListWriter(Resource) - Constructor for class liquibase.dbdoc.ChangeLogListWriter
-
- CHANGELOGLOCK_POLL_RATE - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- CHANGELOGLOCK_POLL_RATE - Static variable in class liquibase.GlobalConfiguration
-
- CHANGELOGLOCK_WAIT_TIME - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- CHANGELOGLOCK_WAIT_TIME - Static variable in class liquibase.GlobalConfiguration
-
- changeLogLockPollRate - Variable in class liquibase.lockservice.StandardLockService
-
- changeLogLockRecheckTime - Variable in class liquibase.lockservice.StandardLockService
-
- ChangeLogOutputFile - Class in liquibase.integration.ant.type
-
- ChangeLogOutputFile() - Constructor for class liquibase.integration.ant.type.ChangeLogOutputFile
-
- ChangeLogParameters - Class in liquibase.changelog
-
- ChangeLogParameters() - Constructor for class liquibase.changelog.ChangeLogParameters
-
- ChangeLogParameters(Database) - Constructor for class liquibase.changelog.ChangeLogParameters
-
Creates a new ChangeLogParameters instance, populated with a set of "database.*" global parameters based on the passed database configuration.
- changeLogParameters - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- 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
-
Defines the methods a class which is able to parse a Liquibase changelog file must support.
- ChangeLogParserCofiguration - Class in liquibase.parser
-
- ChangeLogParserCofiguration() - Constructor for class liquibase.parser.ChangeLogParserCofiguration
-
Deprecated.
- ChangeLogParserConfiguration - Class in liquibase.parser
-
Configuration container for properties applicable to most
ChangeLogParser
implementations
- ChangeLogParserConfiguration() - Constructor for class liquibase.parser.ChangeLogParserConfiguration
-
- ChangeLogParserConfiguration.ChangelogParseMode - Enum in liquibase.parser
-
- ChangeLogParserConfiguration.MissingIncludeConfiguration - Enum in liquibase.parser
-
- ChangeLogParserConfiguration.MissingPropertyMode - Enum in liquibase.parser
-
- ChangeLogParserFactory - Class in liquibase.parser
-
- ChangeLogProperty - Class in liquibase.changelog
-
- ChangeLogProperty() - Constructor for class liquibase.changelog.ChangeLogProperty
-
- ChangeLogPropertyDefinedPrecondition - Class in liquibase.precondition.core
-
- ChangeLogPropertyDefinedPrecondition() - Constructor for class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
-
- ChangelogRewriter - Class in liquibase.changelog
-
- ChangelogRewriter() - Constructor for class liquibase.changelog.ChangelogRewriter
-
- ChangelogRewriter.ChangeLogRewriterResult - Class in liquibase.changelog
-
- ChangeLogRewriterResult(String, boolean) - Constructor for class liquibase.changelog.ChangelogRewriter.ChangeLogRewriterResult
-
- changelogSchemaName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the schema Liquibase will use to create your changelog table.
- ChangeLogSerializer - Interface in liquibase.serializer
-
- ChangeLogSerializerFactory - Class in liquibase.serializer
-
- changeLogSync(String, 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
-
- changeLogSync(String, String) - Method in class liquibase.Liquibase
-
- changeLogSync(String, Contexts, LabelExpression) - Method in class liquibase.Liquibase
-
- changeLogSync(String, String, Writer) - Method in class liquibase.Liquibase
-
- changeLogSync(String, Contexts, LabelExpression, Writer) - Method in class liquibase.Liquibase
-
- ChangelogSyncCommandStep - Class in liquibase.command.core
-
- ChangelogSyncCommandStep() - Constructor for class liquibase.command.core.ChangelogSyncCommandStep
-
- ChangeLogSyncListener - Interface in liquibase.changelog.visitor
-
- ChangelogSyncSqlCommandStep - Class in liquibase.command.core
-
- ChangelogSyncSqlCommandStep() - Constructor for class liquibase.command.core.ChangelogSyncSqlCommandStep
-
- ChangeLogSyncTask - Class in liquibase.integration.ant
-
- ChangeLogSyncTask() - Constructor for class liquibase.integration.ant.ChangeLogSyncTask
-
- ChangelogSyncToTagCommandStep - Class in liquibase.command.core
-
- ChangelogSyncToTagCommandStep() - Constructor for class liquibase.command.core.ChangelogSyncToTagCommandStep
-
- ChangelogSyncToTagSqlCommandStep - Class in liquibase.command.core
-
- ChangelogSyncToTagSqlCommandStep() - Constructor for class liquibase.command.core.ChangelogSyncToTagSqlCommandStep
-
- ChangeLogSyncToTagTask - Class in liquibase.integration.ant
-
- ChangeLogSyncToTagTask() - Constructor for class liquibase.integration.ant.ChangeLogSyncToTagTask
-
- ChangeLogSyncVisitor - Class in liquibase.changelog.visitor
-
- ChangeLogSyncVisitor(Database) - Constructor for class liquibase.changelog.visitor.ChangeLogSyncVisitor
-
- ChangeLogSyncVisitor(Database, ChangeLogSyncListener) - Constructor for class liquibase.changelog.visitor.ChangeLogSyncVisitor
-
- ChangeLogWriter - Class in liquibase.dbdoc
-
- ChangeLogWriter(ResourceAccessor, Resource) - Constructor for class liquibase.dbdoc.ChangeLogWriter
-
- ChangeMetaData - Class in liquibase.change
-
Static metadata about a link Change
.
- ChangeMetaData(String, String, int, String[], Map<String, String>, Set<ChangeParameterMetaData>) - Constructor for class liquibase.change.ChangeMetaData
-
- ChangeNotFoundException - Exception in liquibase.exception
-
- ChangeNotFoundException(String, Database) - Constructor for exception liquibase.exception.ChangeNotFoundException
-
- ChangeParameterMetaData - Class in liquibase.change
-
Static metadata about a
Change
parameter.
- ChangeParameterMetaData(Change, String, String, String, Map<String, Object>, String, Type, String[], String[], String, LiquibaseSerializable.SerializationType) - Constructor for class liquibase.change.ChangeParameterMetaData
-
- 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(String, String, boolean, boolean, String, String, String, String, String, boolean, ObjectQuotingStrategy, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
-
- ChangeSet(String, String, String, String) - Constructor for class liquibase.logging.mdc.customobjects.ChangesetsRolledback.ChangeSet
-
- Changeset(String, String, String, String, String) - Constructor for class liquibase.logging.mdc.customobjects.ChangesetsUpdated.Changeset
-
- ChangeSet.ExecType - Enum in liquibase.changelog
-
- ChangeSet.RunStatus - Enum in liquibase.changelog
-
- ChangeSet.ValidationFailOption - Enum in liquibase.changelog
-
- CHANGESET_AUTHOR - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGESET_COMMENT - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGESET_CONTEXT - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGESET_FILEPATH - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGESET_ID - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGESET_ID_AUTHOR_PART - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
-
- CHANGESET_ID_CHANGELOG_PART - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
-
- CHANGESET_ID_CHANGESET_PART - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
-
- CHANGESET_ID_NUM_PARTS - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
-
- CHANGESET_IDENTIFIER_ARG - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
-
- CHANGESET_LABEL - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGESET_OPERATION_START_TIME - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGESET_OPERATION_STOP_TIME - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGESET_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGESET_SQL - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGESET_SYNC_COUNT - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGESET_SYNC_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
-
- changeSetAuthor - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- changeSetAuthor - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
The author to be specified for Changesets in the generated Change Log.
- changeSetAuthor - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetMojo
-
Specifies the author of the changeSet you want to rollback.
- changeSetAuthor - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetSQL
-
Specifies the author of the changeSet you want to rollback.
- changeSetContext - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- changeSetContext - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
The execution context to be used for Changesets in the generated Change Log, which can be "," separated if multiple contexts.
- 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
-
- ChangeSetFilterResult(boolean, String, Class<? extends ChangeSetFilter>, String, String) - Constructor for class liquibase.changelog.filter.ChangeSetFilterResult
-
- changeSetFilters - Variable in class liquibase.changelog.ChangeLogIterator
-
- changeSetId - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetMojo
-
The changeset ID to rollback
- changeSetId - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetSQL
-
The changeset ID to rollback
- changeSetPath - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetMojo
-
Specifies the path to the changelog which contains the change-set you want to rollback.
- changeSetPath - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetSQL
-
Specifies the path to the changelog which contains the change-set you want to rollback.
- CHANGESETS_ROLLED_BACK - Static variable in class liquibase.logging.mdc.MdcKey
-
- CHANGESETS_UPDATED - Static variable in class liquibase.logging.mdc.MdcKey
-
- ChangesetsRolledback - Class in liquibase.logging.mdc.customobjects
-
- ChangesetsRolledback() - Constructor for class liquibase.logging.mdc.customobjects.ChangesetsRolledback
-
Constructor for service locator.
- ChangesetsRolledback(List<ChangesetsRolledback.ChangeSet>) - Constructor for class liquibase.logging.mdc.customobjects.ChangesetsRolledback
-
- ChangesetsRolledback.ChangeSet - Class in liquibase.logging.mdc.customobjects
-
- ChangeSetStatus - Class in liquibase.changelog
-
Contains the current status of a ChangeSet.
- ChangeSetStatus(ChangeSet) - Constructor for class liquibase.changelog.ChangeSetStatus
-
- ChangesetsUpdated - Class in liquibase.logging.mdc.customobjects
-
Custom MDC object to represent the changesets that were deployed during an update event.
- ChangesetsUpdated() - Constructor for class liquibase.logging.mdc.customobjects.ChangesetsUpdated
-
Constructor for service locator.
- ChangesetsUpdated(List<ChangeSet>) - Constructor for class liquibase.logging.mdc.customobjects.ChangesetsUpdated
-
- ChangesetsUpdated.Changeset - Class in liquibase.logging.mdc.customobjects
-
- 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
-
- changesToApply - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
-
The number of changes to apply to the database.
- 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, ChangeExecListener) - Method in class liquibase.precondition.core.AndPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.DBMSPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.NotPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.OrPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.PreconditionContainer
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.RowCountPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.RunningAsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.SqlPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- check(Database) - Method in interface liquibase.precondition.CustomPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- check(Database, DatabaseChangeLog, ChangeSet, ChangeExecListener) - Method in interface liquibase.precondition.Precondition
-
- checkArg(String) - Static method in class liquibase.integration.commandline.Main
-
Deprecated.
Check the string for known characters which cannot be handled
- checkDisallowedField(String, Object, Database, Class<? extends Database>...) - Method in class liquibase.exception.ValidationErrors
-
Checks if a field is forbidden in combination with a given Database (most often because that database
does not implement the features required by the field/value combination).
- checkLiquibaseTables(boolean, DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.command.core.DropAllCommand
-
Deprecated.
- checkLiquibaseTables(Database) - Method in class liquibase.command.core.InternalDropAllCommandStep
-
- checkLiquibaseTables(boolean, DatabaseChangeLog, Contexts, LabelExpression, Database) - Static method in class liquibase.command.core.ListLocksCommandStep
-
- checkLiquibaseTables(boolean, DatabaseChangeLog, Contexts, LabelExpression) - Method in class liquibase.Liquibase
-
- checkName - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
Comma-separated list of one or more enabled checks to run.
- checkProLicenseAndThrowException(String[]) - Static method in class liquibase.license.LicenseServiceUtils
-
Throw an exception if there is no valid pro license.
- checkRequiredField(String, Object) - Method in class liquibase.exception.ValidationErrors
-
- checkRequiredField(String, Object, boolean) - Method in class liquibase.exception.ValidationErrors
-
- checkRequiredField(String, Object, String) - Method in class liquibase.exception.ValidationErrors
-
- checkRequiredField(String, Object, String, boolean) - Method in class liquibase.exception.ValidationErrors
-
Checks that the given value is set.
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Performs some validation after the properties file has been loaded checking that all
properties required have been specified.
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagMojo
-
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagSQLMojo
-
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseDropAll
-
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Performs some validation after the properties file has been loaded checking that all
properties required have been specified.
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseRegisterChangeLogMojo
-
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseRollback
-
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseSyncHubMojo
-
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseTag
-
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseTagExistsMojo
-
- checkRequiredParametersAreSpecified() - Method in class org.liquibase.maven.plugins.LiquibaseValidate
-
- checkRequiredRollbackParameters() - Method in class org.liquibase.maven.plugins.LiquibaseFutureRollbackSQL
-
- checkRequiredRollbackParameters() - Method in class org.liquibase.maven.plugins.LiquibaseRollback
-
- checkSetup() - Method in class liquibase.integration.commandline.Main
-
Deprecated.
After parsing, checks if the given combination of main command and can be executed.
- checksScope - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
The Liquibase component to run checks against, which can be a comma separated list
- checksSettingsFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChecksMojo
-
Specifies the checksSettingsFile file for Liquibase Quality Checks to use.
- checkStatus(Database) - Method in class liquibase.change.AbstractChange
-
- checkStatus(Database) - Method in class liquibase.change.AbstractSQLChange
-
- checkStatus(Database) - Method in interface liquibase.change.Change
-
Validate that this change executed successfully against the given database.
- checkStatus(Database) - Method in class liquibase.change.core.AddAutoIncrementChange
-
- checkStatus(Database) - Method in class liquibase.change.core.AddColumnChange
-
- checkStatus(Database) - Method in class liquibase.change.core.AddDefaultValueChange
-
- checkStatus(Database) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- checkStatus(Database) - Method in class liquibase.change.core.AddLookupTableChange
-
- checkStatus(Database) - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- checkStatus(Database) - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- checkStatus(Database) - Method in class liquibase.change.core.AlterSequenceChange
-
- checkStatus(Database) - Method in class liquibase.change.core.CreateIndexChange
-
- checkStatus(Database) - Method in class liquibase.change.core.CreateProcedureChange
-
- checkStatus(Database) - Method in class liquibase.change.core.CreateSequenceChange
-
- checkStatus(Database) - Method in class liquibase.change.core.CreateTableChange
-
- checkStatus(Database) - Method in class liquibase.change.core.CreateViewChange
-
- checkStatus(Database) - Method in class liquibase.change.core.DropColumnChange
-
- checkStatus(Database) - Method in class liquibase.change.core.DropDefaultValueChange
-
- checkStatus(Database) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
-
- checkStatus(Database) - Method in class liquibase.change.core.DropIndexChange
-
- checkStatus(Database) - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- checkStatus(Database) - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- checkStatus(Database) - Method in class liquibase.change.core.DropSequenceChange
-
- checkStatus(Database) - Method in class liquibase.change.core.DropTableChange
-
- checkStatus(Database) - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- checkStatus(Database) - Method in class liquibase.change.core.DropViewChange
-
- checkStatus(Database) - Method in class liquibase.change.core.InsertDataChange
-
- checkStatus(Database) - Method in class liquibase.change.core.LoadDataChange
-
- checkStatus(Database) - Method in class liquibase.change.core.LoadUpdateDataChange
-
- checkStatus(Database) - Method in class liquibase.change.core.RenameColumnChange
-
- checkStatus(Database) - Method in class liquibase.change.core.RenameTableChange
-
- checkStatus(Database) - Method in class liquibase.change.core.RenameViewChange
-
- checkStatus(Database) - Method in class liquibase.change.core.TagDatabaseChange
-
- checkStatus(Database) - Method in class liquibase.change.core.UpdateDataChange
-
- checkString(String) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
-
Catch any characters that will cause problems when parsing the XML down the road.
- CheckSum - Class in liquibase.change
-
CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran.
- checkSum - Variable in class liquibase.changelog.ChangeSet
-
- CHECKSUM_RESULT - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
-
- checksumChanged(ChangeSet, RanChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
-
- checkVersionInfo(DatabaseSnapshot, DatabaseSnapshot, DiffResult) - Method in class liquibase.diff.core.StandardDiffGenerator
-
- child(Map<String, Object>, Scope.ScopedRunner) - Static method in class liquibase.Scope
-
Creates a new scope that is a child of this scope.
- child(Map<String, Object>, Scope.ScopedRunnerWithReturn<ReturnType>) - Static method in class liquibase.Scope
-
Creates a new scope that is a child of this scope.
- child(LiquibaseListener, Scope.ScopedRunner) - Static method in class liquibase.Scope
-
- child(LiquibaseListener, Map<String, Object>, Scope.ScopedRunner) - Static method in class liquibase.Scope
-
- child(LiquibaseListener, Map<String, Object>, Scope.ScopedRunnerWithReturn<T>) - Static method in class liquibase.Scope
-
- child(String, Object, Scope.ScopedRunner) - Static method in class liquibase.Scope
-
Creates a new scope that is a child of this scope.
- child(Enum, Object, Scope.ScopedRunner) - Static method in class liquibase.Scope
-
- CLASS - Static variable in interface liquibase.configuration.ConfigurationValueConverter
-
- classLoader - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- ClassLoaderResourceAccessor - Class in liquibase.resource
-
- ClassLoaderResourceAccessor() - Constructor for class liquibase.resource.ClassLoaderResourceAccessor
-
- ClassLoaderResourceAccessor(ClassLoader) - Constructor for class liquibase.resource.ClassLoaderResourceAccessor
-
- CLASSPATH - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
-
- classpath - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- ClauseIterator(LinkedHashMap<String, Object>) - Constructor for class liquibase.util.StringClauses.ClauseIterator
-
- cleanExceptionMessage(String) - Method in class liquibase.integration.commandline.LiquibaseCommandLine
-
- cleanNameFromDatabase(String, Database) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
- cleanUp(CommandResultsBuilder) - Method in interface liquibase.command.CleanUpCommandStep
-
Method invoked to execute the cleanup action.
- cleanUp(CommandResultsBuilder) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
- cleanUp(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.AbstractDatabaseConnectionCommandStep
-
- cleanUp(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
-
- cleanUp(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.LockServiceCommandStep
-
- cleanUp(CommandResultsBuilder) - Method in class liquibase.command.core.helpers.OutputWriterCommandStep
-
- cleanup() - Method in class liquibase.extension.testing.setup.SetupConfigurationValueProvider
-
- cleanup() - Method in class liquibase.extension.testing.setup.TestSetup
-
- cleanup(Database) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- cleanup(Database) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncSQLMojo
-
- cleanup(Database) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagSQLMojo
-
- cleanup(Database) - Method in class org.liquibase.maven.plugins.LiquibaseFutureRollbackSQL
-
- cleanup(Database) - Method in class org.liquibase.maven.plugins.LiquibaseRollbackSQL
-
- cleanup(Database) - Method in class org.liquibase.maven.plugins.LiquibaseUpdateSQL
-
- CleanUpCommandStep - Interface in liquibase.command
-
Interface implemented by CommandSteps when they need to execute clean up tasks (such as closing database
connections, flushing files, etc) after other steps in the pipeline are executed.
- clear() - Method in interface liquibase.logging.mdc.MdcManager
-
Clear the MDC.
- clear() - Method in class liquibase.logging.mdc.NoOpMdcManager
-
- clear() - Method in class liquibase.util.SmartMap
-
- clearAllCheckSums() - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- clearAllCheckSums() - Method in class liquibase.changelog.MockChangeLogHistoryService
-
- clearAllCheckSums() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- clearAllCheckSums() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- clearCheckSum() - Method in class liquibase.changelog.ChangeSet
-
- clearCheckSums() - Method in class liquibase.changelog.DatabaseChangeLog
-
- clearCheckSums - Variable in class liquibase.integration.spring.SpringLiquibase
-
- clearCheckSums() - Method in class liquibase.Liquibase
-
Sets checksums to null so they will be repopulated next run
- clearCheckSums - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
A flag that forces checksums to be cleared from the DATABASECHANGELOG table.
- ClearChecksumsCommandStep - Class in liquibase.command.core
-
- ClearChecksumsCommandStep() - Constructor for class liquibase.command.core.ClearChecksumsCommandStep
-
- clearData() - Static method in class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- ClearDatabaseChangeLogTableGenerator - Class in liquibase.sqlgenerator.core
-
- ClearDatabaseChangeLogTableGenerator() - Constructor for class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
-
- ClearDatabaseChangeLogTableStatement - Class in liquibase.statement.core
-
- ClearDatabaseChangeLogTableStatement(String, String) - Constructor for class liquibase.statement.core.ClearDatabaseChangeLogTableStatement
-
- clearExecutor(Database) - Method in class liquibase.executor.ExecutorService
-
- clearExecutor(String, 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
-
- clone() - Method in class liquibase.AbstractExtensibleObject
-
- clone() - Method in interface liquibase.ExtensibleObject
-
Expose Cloneable#clone()
as public
- clone(DatabaseObject[]) - Method in class liquibase.snapshot.DatabaseSnapshot
-
Searches the current snapshot content for the given examples.
- close() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
-
- close() - Method in class liquibase.database.AbstractJdbcDatabase
-
- close() - Method in class liquibase.database.core.DerbyDatabase
-
- close() - Method in class liquibase.database.core.MockDatabase
-
- close() - Method in interface liquibase.database.Database
-
- close() - Method in interface liquibase.database.DatabaseConnection
-
- close() - Method in class liquibase.database.jvm.JdbcConnection
-
- close() - Method in class liquibase.database.MockDatabaseConnection
-
- close() - Method in class liquibase.database.OfflineConnection
-
- close() - Method in class liquibase.integration.ant.AntTaskLogService
-
- close() - Method in class liquibase.integration.spring.SpringResourceAccessor
-
- close() - Method in class liquibase.io.WriterOutputStream
-
Close the stream.
- close() - Method in class liquibase.Liquibase
-
- close() - Method in class liquibase.logging.core.AbstractLogService
-
Default implementation does nothing.
- close() - Method in class liquibase.logging.core.BufferedLogger
-
- close() - Method in class liquibase.logging.core.CompositeLogger
-
- close() - Method in interface liquibase.logging.Logger
-
- close() - Method in interface liquibase.logging.LogService
-
Closes the current log output file(s) or any other resources used by this LoggerFactory and its Loggers.
- close() - Method in class liquibase.logging.mdc.MdcObject
-
- close() - Method in class liquibase.resource.ClassLoaderResourceAccessor
-
- close() - Method in class liquibase.resource.CompositeResourceAccessor
-
- close() - Method in class liquibase.resource.DirectoryResourceAccessor
-
- close() - Method in class liquibase.resource.InputStreamList
-
Close the streams in this collection.
- close() - Method in class liquibase.resource.ZipResourceAccessor
-
- close() - Method in class liquibase.sdk.resource.MockResourceAccessor
-
- close() - Method in class liquibase.util.csv.CSVReader
-
- close() - Method in class liquibase.util.csv.CSVWriter
-
- close(ResultSet, Statement) - Static method in class liquibase.util.JdbcUtil
-
- closeDatabase(Database) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
Convenience method to safely close the database connection.
- closeResultSet(ResultSet) - Static method in class liquibase.util.JdbcUtil
-
Close the given JDBC ResultSet and ignore any thrown exception.
- closeStatement(Statement) - Static method in class liquibase.util.JdbcUtil
-
Close the given JDBC Statement and ignore any thrown exception.
- CockroachDatabase - Class in liquibase.database.core
-
- CockroachDatabase() - Constructor for class liquibase.database.core.CockroachDatabase
-
- CockroachTestSystem - Class in liquibase.extension.testing.testsystem.core
-
- CockroachTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.CockroachTestSystem
-
- CockroachTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.CockroachTestSystem
-
- code - Variable in class liquibase.license.LicenseInstallResult
-
- CODE_POINT_LIMIT - Static variable in class liquibase.parser.core.yaml.YamlSnapshotParser
-
- CodePointCheck() - Constructor for class liquibase.integration.commandline.Main.CodePointCheck
-
Deprecated.
- collectArguments(CommandScope) - Method in class liquibase.command.AbstractCliWrapperCommandStep
-
Deprecated.
- collectArguments(CommandScope, List<String>, String) - Method in class liquibase.command.AbstractCliWrapperCommandStep
-
Deprecated.
Collects the values from commandScope into an argument array to pass to
Main
.
- collectArguments(CommandScope) - Method in class liquibase.command.core.ClearChecksumsCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.DbDocCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.DropAllCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.ExecuteSqlCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.FutureRollbackCountSqlCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.FutureRollbackSqlCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.HistoryCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.MarkNextChangesetRanCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.MarkNextChangesetRanSqlCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.SnapshotReferenceCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.StatusCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.SyncHubCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.UnexpectedChangesetsCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
- collectArguments(CommandScope) - Method in class liquibase.command.core.ValidateCommandStep
-
- 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 - Variable in class liquibase.util.grammar.SimpleCharStream
-
- Column.AutoIncrementInformation - Class in liquibase.structure.core
-
- COLUMN_DEF_COL - Static variable in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
-
- ColumnAutoIncrementService - Class in liquibase.snapshot.jvm
-
Service class that centralizes database specific auto increment parameters information.
- ColumnAutoIncrementService() - Constructor for class liquibase.snapshot.jvm.ColumnAutoIncrementService
-
- ColumnComparator - Class in liquibase.diff.compare.core
-
- ColumnComparator() - Constructor for class liquibase.diff.compare.core.ColumnComparator
-
- ColumnConfig - Class in liquibase.change
-
The standard configuration used by Change classes to represent a column.
- ColumnConfig(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
-
- columnConfigFromName(String, Integer) - Method in class liquibase.change.core.LoadDataChange
-
Get the column using the name, index or the header
- ColumnConstraint - Interface in liquibase.statement
-
- ColumnExistsPrecondition - Class in liquibase.precondition.core
-
- ColumnExistsPrecondition() - Constructor for class liquibase.precondition.core.ColumnExistsPrecondition
-
- columnIdString(int, LoadDataColumnConfig) - Method in class liquibase.change.core.LoadDataChange
-
Unique string for the column for better identification
- 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(boolean) - Constructor for class liquibase.executor.jvm.ColumnMapRowMapper
-
- ColumnParentType - Enum in liquibase.util
-
Used to indicate what type of relation owns a column.
- ColumnSnapshotGenerator - Class in liquibase.snapshot.jvm
-
- ColumnSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGenerator
-
- ColumnSnapshotGeneratorH2 - Class in liquibase.snapshot.jvm
-
- ColumnSnapshotGeneratorH2() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGeneratorH2
-
- ColumnSnapshotGeneratorInformix - Class in liquibase.snapshot.jvm
-
Informix-specific parts of ColumnSnapshotGenerator to account for various quirks in IBM Informix.
- ColumnSnapshotGeneratorInformix() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGeneratorInformix
-
- ColumnSnapshotGeneratorOracle - Class in liquibase.snapshot.jvm
-
Oracle Database-specific parts of ColumnSnapshotGenerator
- ColumnSnapshotGeneratorOracle() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGeneratorOracle
-
- ColumnWriter - Class in liquibase.dbdoc
-
- ColumnWriter(Resource, Database) - Constructor for class liquibase.dbdoc.ColumnWriter
-
- command - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- COMMAND_CONTEXT_FILTER - Static variable in class liquibase.logging.mdc.MdcKey
-
- COMMAND_FAILED - Static variable in class liquibase.logging.mdc.MdcValue
-
- COMMAND_LABEL_FILTER - Static variable in class liquibase.logging.mdc.MdcKey
-
- COMMAND_NAME - Static variable in class liquibase.command.core.CalculateChecksumCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.ChangelogSyncCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.ChangelogSyncSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.ChangelogSyncToTagCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.ChangelogSyncToTagSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.ClearChecksumsCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.DbDocCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.DeactivateChangelogCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.DiffChangelogCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.DiffCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.DropAllCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.ExecuteSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.FutureRollbackCountSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.FutureRollbackSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.AbstractDatabaseConnectionCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.ChangeExecListenerCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.DiffOutputControlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.LockServiceCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.OutputWriterCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.helpers.ShowSummaryArgument
-
- COMMAND_NAME - Static variable in class liquibase.command.core.HistoryCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.InternalDropAllCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.InternalExecuteSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.InternalHistoryCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.InternalSnapshotCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.InternalSyncHubCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.ListLocksCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.MarkNextChangesetRanCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.MarkNextChangesetRanSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.RegisterChangelogCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.ReleaseLocksCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.RollbackCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.RollbackCountCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.RollbackCountSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.RollbackSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.RollbackToDateCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.RollbackToDateSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.SnapshotCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.SnapshotReferenceCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.StartH2CommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.StatusCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.SyncHubCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.TagCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.TagExistsCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.UnexpectedChangesetsCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateCountCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateCountSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateToTagCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.UpdateToTagSqlCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.command.core.ValidateCommandStep
-
- COMMAND_NAME - Static variable in class liquibase.extension.testing.testsystem.command.TestSystemDownCommand
-
- COMMAND_NAME - Static variable in class liquibase.extension.testing.testsystem.command.TestSystemUpCommand
-
- COMMAND_SUCCESSFUL - Static variable in class liquibase.logging.mdc.MdcValue
-
- CommandArgument - Class in liquibase.command
-
- CommandArgument() - Constructor for class liquibase.command.CommandArgument
-
Deprecated.
- CommandArgumentDefinition<DataType> - Class in liquibase.command
-
Defines a known, type-safe argument for a specific
CommandStep
.
- CommandArgumentDefinition(String, Class<DataType>) - Constructor for class liquibase.command.CommandArgumentDefinition
-
- CommandArgumentDefinition.Building<DataType> - Class in liquibase.command
-
- CommandBuilder - Class in liquibase.command
-
- CommandBuilder(String[]...) - Constructor for class liquibase.command.CommandBuilder
-
Creates a builder for the given command name
- CommandDefinition - Class in liquibase.command
-
Metadata about a particular command.
- CommandDefinition(String[]) - Constructor for class liquibase.command.CommandDefinition
-
- CommandExecutionException - Exception in liquibase.command
-
- CommandExecutionException(Throwable) - Constructor for exception liquibase.command.CommandExecutionException
-
Deprecated.
- CommandExecutionException - Exception in liquibase.exception
-
- CommandExecutionException(Throwable) - Constructor for exception liquibase.exception.CommandExecutionException
-
- CommandExecutionException(String) - Constructor for exception liquibase.exception.CommandExecutionException
-
- CommandExecutionException(String, Throwable) - Constructor for exception liquibase.exception.CommandExecutionException
-
- CommandFactory - Class in liquibase.command
-
Manages the command related implementations.
- CommandFactory() - Constructor for class liquibase.command.CommandFactory
-
- commandFailed(String, int) - Method in class liquibase.command.CommandResultsBuilder
-
- commandFailed(String, int, boolean) - Method in class liquibase.command.CommandResultsBuilder
-
- CommandFailedException - Exception in liquibase.command
-
CommandFailedException is thrown any time a command did not succeed.
- CommandFailedException(CommandResults, int, String, boolean) - Constructor for exception liquibase.command.CommandFailedException
-
- CommandLineArgumentValueProvider - Class in liquibase.integration.commandline
-
- CommandLineArgumentValueProvider(CommandLine.ParseResult) - Constructor for class liquibase.integration.commandline.CommandLineArgumentValueProvider
-
- CommandLineParsingException - Exception in liquibase.exception
-
Deprecated.
- CommandLineParsingException() - Constructor for exception liquibase.exception.CommandLineParsingException
-
Deprecated.
- CommandLineParsingException(String) - Constructor for exception liquibase.exception.CommandLineParsingException
-
Deprecated.
- CommandLineParsingException(String, Throwable) - Constructor for exception liquibase.exception.CommandLineParsingException
-
Deprecated.
- CommandLineParsingException(Throwable) - Constructor for exception liquibase.exception.CommandLineParsingException
-
Deprecated.
- CommandLineUtils - Class in liquibase.integration.commandline
-
Common Utility methods used in the CommandLine application and the Maven plugin.
- CommandLineUtils() - Constructor for class liquibase.integration.commandline.CommandLineUtils
-
- commandName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- CommandOverride - Annotation Type in liquibase.command
-
Used to indicate that this CommandStep is intentionally overriding another CommandStep.
- commandParams - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- CommandResult - Class in liquibase.command
-
- CommandResult() - Constructor for class liquibase.command.CommandResult
-
Deprecated.
Creates new CommandResult with succeeded=true and message="Successful"
- CommandResult(String) - Constructor for class liquibase.command.CommandResult
-
Deprecated.
Creates new CommandResult with the given message and succeeded=true
- CommandResult(String, boolean) - Constructor for class liquibase.command.CommandResult
-
Deprecated.
- CommandResultDefinition<DataType> - Class in liquibase.command
-
Defines a known, type-safe result from a specific
CommandStep
.
- CommandResultDefinition(String, Class<DataType>) - Constructor for class liquibase.command.CommandResultDefinition
-
- CommandResultDefinition.Building<DataType> - Class in liquibase.command
-
- CommandResults - Class in liquibase.command
-
- CommandResults(SortedMap<String, Object>, CommandScope) - Constructor for class liquibase.command.CommandResults
-
- CommandResultsBuilder - Class in liquibase.command
-
- CommandScope - Class in liquibase.command
-
The primary facade used for executing commands.
- CommandScope(String...) - Constructor for class liquibase.command.CommandScope
-
Creates a new scope for the given command.
- CommandStep - Interface in liquibase.command
-
Defines a particular step in a command pipeline.
- CommandValidationErrors - Class in liquibase.command
-
- CommandValidationErrors(LiquibaseCommand) - Constructor for class liquibase.command.CommandValidationErrors
-
Deprecated.
- CommandValidationException - Exception in liquibase.exception
-
Exception thrown when any pre-execution validation fails.
- CommandValidationException(String, String) - Constructor for exception liquibase.exception.CommandValidationException
-
- CommandValidationException(String) - Constructor for exception liquibase.exception.CommandValidationException
-
- CommandValidationException(Throwable) - Constructor for exception liquibase.exception.CommandValidationException
-
- CommandValidationException(String, String, Throwable) - Constructor for exception liquibase.exception.CommandValidationException
-
- CommandValidationException(String, Throwable) - Constructor for exception liquibase.exception.CommandValidationException
-
- comment(String) - Method in interface liquibase.executor.Executor
-
Adds a comment to the database.
- comment(String) - Method in class liquibase.executor.jvm.JdbcExecutor
-
- comment(String) - Method in class liquibase.executor.LoggingExecutor
-
- Comment(String) - Constructor for class liquibase.util.StringClauses.Comment
-
- CommentGenerator - Class in liquibase.sqlgenerator.core
-
- CommentGenerator() - Constructor for class liquibase.sqlgenerator.core.CommentGenerator
-
- CommentStatement - Class in liquibase.statement.core
-
- CommentStatement(String) - Constructor for class liquibase.statement.core.CommentStatement
-
- commit() - Method in class liquibase.database.AbstractJdbcDatabase
-
- commit() - Method in class liquibase.database.core.MockDatabase
-
- commit() - Method in interface liquibase.database.Database
-
- commit() - Method in interface liquibase.database.DatabaseConnection
-
- commit() - Method in class liquibase.database.jvm.DerbyConnection
-
- commit() - Method in class liquibase.database.jvm.HsqlConnection
-
- commit() - Method in class liquibase.database.jvm.JdbcConnection
-
- commit() - Method in class liquibase.database.jvm.SybaseConnection
-
- commit() - Method in class liquibase.database.MockDatabaseConnection
-
- commit() - Method in class liquibase.database.OfflineConnection
-
- CommonArgumentNames - Enum in liquibase.command
-
A common place to store commonly used command argument names.
- CommonCatalogSchemaComparator - Class in liquibase.diff.compare.core
-
DatabaseObjectComparator for Catalog and Schema comparators with common stuff
- CommonCatalogSchemaComparator() - Constructor for class liquibase.diff.compare.core.CommonCatalogSchemaComparator
-
- COMPARATOR - Static variable in interface liquibase.servicelocator.PrioritizedService
-
- compare(DatabaseObject, DatabaseObject) - Method in class liquibase.diff.compare.DatabaseObjectCollectionComparator
-
- 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_CONTROL_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
-
- COMPARE_CONTROL_RESULT - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
-
- CompareControl - Class in liquibase.diff.compare
-
- CompareControl() - Constructor for class liquibase.diff.compare.CompareControl
-
- CompareControl(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.ComputedSchemas - Class in liquibase.diff.compare
-
- 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.command.CommandArgument
-
Deprecated.
- compareTo(CommandArgumentDefinition<?>) - Method in class liquibase.command.CommandArgumentDefinition
-
- compareTo(CommandDefinition) - Method in class liquibase.command.CommandDefinition
-
- compareTo(CommandResultDefinition<?>) - Method in class liquibase.command.CommandResultDefinition
-
- compareTo(ConfigurationDefinition) - Method in class liquibase.configuration.ConfigurationDefinition
-
- compareTo(Object) - Method in class liquibase.diff.Difference
-
- compareTo(TestSystem.Definition) - Method in class liquibase.extension.testing.testsystem.TestSystem.Definition
-
- compareTo(ObjectMetaData.Attribute) - Method in class liquibase.ObjectMetaData.Attribute
-
- 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
-
- COMPLEX_IDENTIFIER - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- CompositeLogger - Class in liquibase.logging.core
-
- CompositeLogger(List<Logger>, LogMessageFilter) - Constructor for class liquibase.logging.core.CompositeLogger
-
- CompositeLogger(List<Logger>) - Constructor for class liquibase.logging.core.CompositeLogger
-
- CompositeLogService - Class in liquibase.logging.core
-
- CompositeLogService() - Constructor for class liquibase.logging.core.CompositeLogService
-
- CompositeLogService(boolean, LogService...) - Constructor for class liquibase.logging.core.CompositeLogService
-
- CompositeResourceAccessor - Class in liquibase.resource
-
A
ResourceAccessor
that contains multiple sub-accessors and combines the results of all of them.
- CompositeResourceAccessor(ResourceAccessor...) - Constructor for class liquibase.resource.CompositeResourceAccessor
-
- CompositeResourceAccessor(Collection<ResourceAccessor>) - Constructor for class liquibase.resource.CompositeResourceAccessor
-
- CompositeUIService - Class in liquibase.ui
-
Used for handling multiple UI output services.
- CompositeUIService(UIService, Collection<UIService>) - Constructor for class liquibase.ui.CompositeUIService
-
- CompoundStatement - Interface in liquibase.statement
-
Marker interface to indicate that a
SqlStatement
can generate different
Sql
which should be specifically executed
- COMPUTE - Static variable in class liquibase.change.ChangeParameterMetaData
-
- compute(String) - Static method in class liquibase.change.CheckSum
-
Compute a storedCheckSum of the given string.
- compute(InputStream, boolean) - Static method in class liquibase.change.CheckSum
-
Compute a CheckSum of the given data stream (no normalization of line endings!)
- computeDependencies() - Method in class liquibase.util.DependencyUtil.DependencyGraph
-
- ComputedSchemas() - Constructor for class liquibase.diff.compare.CompareControl.ComputedSchemas
-
- computeMaxWidths(List<List<String>>) - Static method in class liquibase.util.TableOutput
-
Compute the size of the largest string of each column of the provided table
- computeMaxWidths(String[][]) - Static method in class liquibase.util.TableOutput
-
Compute the size of the largest string of each column of the provided table
- computeMD5(String) - Static method in class liquibase.util.MD5Util
-
- computeMD5(InputStream) - Static method in class liquibase.util.MD5Util
-
- computeSchemas(String, String, String, String, String, String, String, Database) - Static method in class liquibase.diff.compare.CompareControl
-
- concat(String, String) - Static method in class liquibase.util.FilenameUtil
-
Concatenates a filename to a base path using normal command line style rules.
- concatConsistentCase(String, String) - Static method in class liquibase.util.StringUtil
-
Concatenates the addition string to the baseString string, adjusting the case of "addition" to match the base string.
- Conditional - Interface in liquibase.precondition
-
- config - Variable in class liquibase.integration.cdi.CDILiquibase
-
- config - Variable in class liquibase.integration.jakarta.cdi.CDILiquibase
-
- config(String) - Method in class liquibase.logging.core.AbstractLogger
-
- config(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
-
- config(String) - Method in interface liquibase.logging.Logger
-
Logs configuration information.
- config(String, Throwable) - Method in interface liquibase.logging.Logger
-
Logs configuration information together with data from an error/exception.
- ConfigurationContainer() - Constructor for class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
-
Deprecated.
- ConfigurationContainer - Interface in liquibase.configuration
-
- ConfigurationDefinition<DataType> - Class in liquibase.configuration
-
A higher-level/detailed definition to provide type-safety, metadata, default values, etc..
- ConfigurationDefinition.Builder - Class in liquibase.configuration
-
- ConfigurationDefinition.Building<DataType> - Class in liquibase.configuration
-
- ConfigurationProperty - Class in liquibase.configuration
-
Deprecated.
- ConfigurationProperty(String, ConfigurationDefinition.Building) - Constructor for class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- ConfigurationValueConverter<DataType> - Interface in liquibase.configuration
-
- ConfigurationValueHandler - Interface in liquibase.configuration
-
Deprecated.
- ConfigurationValueObfuscator<DataType> - Interface in liquibase.configuration
-
- ConfigurationValueProvider - Interface in liquibase.configuration
-
- configureAdditionalResourceAccessors(ClassLoader) - Method in class liquibase.resource.ClassLoaderResourceAccessor
-
- configureChangeLogProperties() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- configureClassLoader() - Method in class liquibase.integration.commandline.LiquibaseCommandLine
-
- configureClassLoader() - Method in class liquibase.integration.commandline.Main
-
Deprecated.
- ConfiguredValue<DataType> - Class in liquibase.configuration
-
- ConfiguredValue(String, ConfigurationValueConverter<DataType>, ConfigurationValueObfuscator<DataType>) - Constructor for class liquibase.configuration.ConfiguredValue
-
- ConfiguredValueModifier<DataType> - Interface in liquibase.configuration
-
- ConfiguredValueModifierFactory - Class in liquibase.configuration
-
- configureFieldsAndValues() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- configureLogging() - Method in class liquibase.integration.commandline.LiquibaseCommandLine
-
- configureSession() - Method in class liquibase.database.core.SnowflakeDatabase
-
- connection - Variable in class liquibase.extension.testing.setup.TestSetupEnvironment
-
- Connection - Class in liquibase.hub.model
-
- Connection() - Constructor for class liquibase.hub.model.Connection
-
- ConnectionProperties - Class in liquibase.integration.ant.type
-
- ConnectionProperties() - Constructor for class liquibase.integration.ant.type.ConnectionProperties
-
- ConnectionServiceFactory - Class in liquibase.database
-
- considerCatalogsAsSchemas() - Method in class liquibase.diff.output.DiffOutputControl
-
- ConsoleUIService - Class in liquibase.ui
-
UIService
implementation that sends messages to stdout and stderr.
- ConsoleUIService() - Constructor for class liquibase.ui.ConsoleUIService
-
- ConsoleUIService(ConsoleUIService.ConsoleWrapper) - Constructor for class liquibase.ui.ConsoleUIService
-
- ConsoleUIService.ConsoleWrapper - Class in liquibase.ui
-
Wrapper around
Console
to allow replacements as needed.
- ConsoleWrapper(Console) - Constructor for class liquibase.ui.ConsoleUIService.ConsoleWrapper
-
This constructor is used for extensions that provide UIService implementations
- ConsoleWrapper(Console, boolean) - Constructor for class liquibase.ui.ConsoleUIService.ConsoleWrapper
-
- ConstraintsConfig - Class in liquibase.change
-
The standard configuration used by Change classes to represent a constraints on a column.
- ConstraintsConfig() - Constructor for class liquibase.change.ConstraintsConfig
-
- contains(DatabaseObject, CompareControl.SchemaComparison[]) - Method in class liquibase.structure.DatabaseObjectCollection
-
- contains(String) - Method in class liquibase.util.StringClauses
-
- containsColumn(String) - Method in class liquibase.snapshot.CachedRow
-
- containsKey(Object) - Method in class liquibase.util.SmartMap
-
- containsValue(Object) - Method in class liquibase.util.SmartMap
-
- CONTEXT_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
-
- ContextChangeSetFilter - Class in liquibase.changelog.filter
-
- ContextChangeSetFilter() - Constructor for class liquibase.changelog.filter.ContextChangeSetFilter
-
- ContextChangeSetFilter(Contexts) - Constructor for class liquibase.changelog.filter.ContextChangeSetFilter
-
- contextDestroyed(ServletContextEvent) - Method in class liquibase.integration.servlet.LiquibaseJakartaServletListener
-
- contextDestroyed(ServletContextEvent) - Method in class liquibase.integration.servlet.LiquibaseServletListener
-
- ContextExpression - Class in liquibase
-
Encapsulates logic for evaluating if a set of runtime contexts matches a context expression string.
- ContextExpression() - 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.LiquibaseJakartaServletListener
-
- contextInitialized(ServletContextEvent) - Method in class liquibase.integration.servlet.LiquibaseServletListener
-
- Contexts - Class in liquibase
-
Wrapper for list of contexts.
- Contexts() - Constructor for class liquibase.Contexts
-
- Contexts(String...) - Constructor for class liquibase.Contexts
-
- Contexts(String) - Constructor for class liquibase.Contexts
-
- Contexts(Collection<String>) - Constructor for class liquibase.Contexts
-
- contexts - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- contexts - Variable in class liquibase.integration.spring.SpringLiquibase
-
- contexts - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
Specifies which contexts Liquibase will execute, which can be separated by a comma if multiple contexts
are required.
- contexts - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
are required.
- CONTEXTS_ARG - Static variable in class liquibase.command.core.FutureRollbackCountSqlCommandStep
-
- CONTEXTS_ARG - Static variable in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
-
- CONTEXTS_ARG - Static variable in class liquibase.command.core.FutureRollbackSqlCommandStep
-
- CONTEXTS_ARG - Static variable in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
-
- CONTEXTS_ARG - Static variable in class liquibase.command.core.StatusCommandStep
-
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UnexpectedChangesetsCommandStep
-
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UpdateCommandStep
-
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UpdateCountCommandStep
-
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UpdateCountSqlCommandStep
-
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UpdateSqlCommandStep
-
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UpdateToTagCommandStep
-
- CONTEXTS_ARG - Static variable in class liquibase.command.core.UpdateToTagSqlCommandStep
-
- CONTEXTS_SIZE - Static variable in class liquibase.changelog.StandardChangeLogHistoryService
-
- CONTINUE_IF_CONNECTION_AND_PROJECT_ID_BOTH_SET_ARG - Static variable in class liquibase.command.core.InternalSyncHubCommandStep
-
- continueOnError() - Method in class liquibase.statement.AbstractSqlStatement
-
- continueOnError() - Method in class liquibase.statement.BatchDmlExecutablePreparedStatement
-
- continueOnError() - Method in class liquibase.statement.InsertExecutablePreparedStatement
-
- continueOnError() - Method in interface liquibase.statement.SqlStatement
-
- continueOnError() - Method in class liquibase.statement.UpdateExecutablePreparedStatement
-
- convert(Object) - Method in interface liquibase.configuration.ConfigurationValueConverter
-
Converts an arbitrary object into the correct type.
- convert(Object) - Method in interface liquibase.configuration.ConfigurationValueHandler
-
Deprecated.
- convert(String) - Method in interface liquibase.integration.commandline.LiquibaseCommandLineConfiguration.ArgumentConverter
-
- convert(Object, Class<T>) - Static method in class liquibase.util.ObjectUtil
-
Converts the given object to the targetClass
- CONVERT_DATA_TYPES - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- CONVERT_DATA_TYPES - Static variable in class liquibase.GlobalConfiguration
-
- convertEscaped(Object) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
-
- convertNumberToTargetClass(Number, Class) - Static method in class liquibase.util.NumberUtil
-
- convertObject(Object, Class<T>) - Method in class liquibase.parser.core.ParsedNode
-
- convertRequestedSchemaToCatalog(String) - Method in class liquibase.database.core.MockDatabase
-
- convertRequestedSchemaToSchema(String) - Method in class liquibase.database.core.MockDatabase
-
- convertSchema(String, CompareControl.SchemaComparison[]) - Static method in class liquibase.diff.compare.CompareControl.SchemaComparison
-
- convertSqlArrayToString(Sql[]) - Static method in class liquibase.util.SqlUtil
-
Given an array of sql, get the string sql statements.
- convertToForeignKeyConstraintType(Integer, Database) - Method in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
-
- convertToMap(List, int) - Method in class liquibase.serializer.core.yaml.YamlSerializer
-
- copy(InputStream, OutputStream) - Method in class liquibase.change.core.ExecuteShellCommandChange.StreamGobbler
-
- 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
-
- coreBundle - Static variable in class liquibase.command.AbstractCommandStep
-
- coreBundle - Static variable in class liquibase.lockservice.StandardLockService
-
- coreBundle - Static variable in class liquibase.statement.ExecutablePreparedStatementBase
-
- CoreInitOnboardingResponse - Class in liquibase.hub.model
-
- CoreInitOnboardingResponse() - Constructor for class liquibase.hub.model.CoreInitOnboardingResponse
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.Db2zDatabase
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.DerbyDatabase
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.FirebirdDatabase
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MockDatabase
-
- correctObjectName(String, Class<? extends DatabaseObject>, boolean) - Method in class liquibase.database.core.MockDatabase
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MySQLDatabase
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.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.
- correctSchema(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
-
Deprecated.
- correctSchema(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
-
Deprecated.
- correctSchema(CatalogAndSchema) - Method in class liquibase.database.core.MockDatabase
-
- correctSchema(CatalogAndSchema) - Method in interface liquibase.database.Database
-
- COUNT_ARG - Static variable in class liquibase.command.core.FutureRollbackCountSqlCommandStep
-
- COUNT_ARG - Static variable in class liquibase.command.core.RollbackCountCommandStep
-
- COUNT_ARG - Static variable in class liquibase.command.core.UpdateCountCommandStep
-
- COUNT_ARG - Static variable in class liquibase.command.core.UpdateCountSqlCommandStep
-
- CountChangeSetFilter - Class in liquibase.changelog.filter
-
- CountChangeSetFilter(int) - Constructor for class liquibase.changelog.filter.CountChangeSetFilter
-
- create(String) - Method in class liquibase.change.ChangeFactory
-
Create a new Change implementation for the given change name.
- create(String, Driver, Properties) - Method in class liquibase.database.ConnectionServiceFactory
-
- 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.
- createAddColumnChange() - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
-
- createAddColumnConfig() - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
-
- createAddPrimaryKeyChange() - Method in class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
-
- createAddUniqueConstraintChange() - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
-
- createAddUniqueConstraintChange() - Method in class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
-
- createAddUniqueConstraintStatement() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- createAlterSequenceChange(Sequence, DiffOutputControl) - Method in class liquibase.diff.output.changelog.core.ChangedSequenceChangeGenerator
-
- createCDILiquibaseConfig() - Method in class liquibase.integration.cdi.SchemesCDIConfigBuilder
-
API method.
- createCDILiquibaseConfig() - Method in class liquibase.integration.jakarta.cdi.SchemesCDIConfigBuilder
-
API method.
- createChangeLog(HubChangeLog) - Method in class liquibase.hub.core.MockHubService
-
- createChangeLog(HubChangeLog) - Method in class liquibase.hub.core.StandardHubService
-
- createChangeLog(HubChangeLog) - Method in interface liquibase.hub.HubService
-
- 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
-
- createChangeSetInfo(ChangeSet, StringBuilder) - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
-
Create the changeSet header information and add it to the StringBuilder
- 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.
- createConnection(Connection) - Method in class liquibase.hub.core.MockHubService
-
- createConnection(Connection) - Method in class liquibase.hub.core.StandardHubService
-
- createConnection(Connection) - Method in interface liquibase.hub.HubService
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.CockroachTestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.DB2TestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.DB2zTestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.DerbyTestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.FirebirdTestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.H2TestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.HsqlTestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.InformixTestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.MariaDBTestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.MSSQLTestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.MySQLTestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.OracleTestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.PostgresTestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.SQLiteTestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.core.SybaseASATestSystem
-
- createContainerWrapper() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
- createCreateIndexChange() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
-
- createCreateIndexChange() - Method in class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
-
- createCreateTableChange() - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
-
- createDatabase(ResourceAccessor) - 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) - Method in class liquibase.integration.jakarta.cdi.CDILiquibase
-
Subclasses may override this method add change some database settings such as
default schema before returning the database object.
- createDatabase(Connection, ResourceAccessor) - Method in class liquibase.integration.spring.SpringLiquibase
-
Subclasses may override this method 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
-
- createDatabaseFromConfiguredDatabaseType() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- createDatabaseFromType(DatabaseType, ResourceAccessor) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- createDatabaseObject(String, String, String, String, String, String, String) - Method in class liquibase.command.core.helpers.AbstractDatabaseConnectionCommandStep
-
- 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
-
Deprecated.
- createDescriptionMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
- createDiffCommand(Database, Database, String, CompareControl.SchemaComparison[], ObjectChangeFilter, PrintStream) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
- createDiffResult(CommandResultsBuilder) - Method in class liquibase.command.core.DiffCommandStep
-
- createDiffToChangeLogObject(DiffResult, DiffOutputControl) - Method in class liquibase.command.core.DiffChangelogCommandStep
-
- createDropIndexChange() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
-
- createDropUniqueConstraintChange() - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
-
- createDumperOptions() - Method in class liquibase.serializer.core.yaml.YamlSerializer
-
- createEmptyColumnConfig(Class) - Method in class liquibase.change.AbstractChange
-
- createErrorGobbler(InputStream, OutputStream) - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- createExampleValueMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
- createExampleValueMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.core.CreateProcedureChange
-
- createFinalCommandArray(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- createFormatter() - Method in class liquibase.diff.output.report.DiffToReport
-
- createGeneratorChain(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- createHttpClient() - Method in class liquibase.hub.core.StandardHubService
-
- createIfNull(List<T>) - Static method in class liquibase.util.CollectionUtil
-
Returns passed currentValue if it is not null and creates a new ArrayList if it is null.
- createIfNull(T[]) - Static method in class liquibase.util.CollectionUtil
-
Returns a new empty array if the passed array is null.
- createIfNull(Set<T>) - Static method in class liquibase.util.CollectionUtil
-
Returns a new empty set if the passed set is null.
- createIfNull(Map<T, E>) - Static method in class liquibase.util.CollectionUtil
-
Returns a new empty map if the passed map is null.
- CreateIndexChange - Class in liquibase.change.core
-
Creates an index on an existing column.
- CreateIndexChange() - Constructor for class liquibase.change.core.CreateIndexChange
-
- CreateIndexGenerator - Class in liquibase.sqlgenerator.core
-
- CreateIndexGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateIndexGenerator
-
- CreateIndexGeneratorFirebird - Class in liquibase.sqlgenerator.core
-
Firebird-specific CREATE INDEX SQL generator.
- CreateIndexGeneratorFirebird() - Constructor for class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
-
- CreateIndexGeneratorPostgres - Class in liquibase.sqlgenerator.core
-
- CreateIndexGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
-
- CreateIndexStatement - Class in liquibase.statement.core
-
- CreateIndexStatement(String, String, String, String, Boolean, String, AddColumnConfig...) - Constructor for class liquibase.statement.core.CreateIndexStatement
-
- createInverses() - Method in class liquibase.change.AbstractChange
-
Create inverse changes that can roll back this change.
- createInverses() - Method in class liquibase.change.core.AddColumnChange
-
- createInverses() - Method in class liquibase.change.core.AddDefaultValueChange
-
- createInverses() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- createInverses() - Method in class liquibase.change.core.AddLookupTableChange
-
- createInverses() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- createInverses() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- createInverses() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- createInverses() - Method in class liquibase.change.core.CreateIndexChange
-
- createInverses() - Method in class liquibase.change.core.CreateSequenceChange
-
- createInverses() - Method in class liquibase.change.core.CreateTableChange
-
- createInverses() - Method in class liquibase.change.core.CreateViewChange
-
- createInverses() - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- createInverses() - Method in class liquibase.change.core.RenameColumnChange
-
- createInverses() - Method in class liquibase.change.core.RenameSequenceChange
-
- createInverses() - Method in class liquibase.change.core.RenameTableChange
-
- createInverses() - Method in class liquibase.change.core.RenameViewChange
-
- createInverses() - Method in class liquibase.change.core.TagDatabaseChange
-
- createJdbcWrapper(String) - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
- createKey(ChangeSet) - Method in class liquibase.changelog.ChangeLogIterator
-
Creates a unique key to identify this changeset
- createKey(Database, String...) - Method in class liquibase.snapshot.ResultSetCache.RowData
-
- createLiquibase(Connection) - Method in class liquibase.integration.cdi.CDILiquibase
-
- createLiquibase(Connection) - Method in class liquibase.integration.jakarta.cdi.CDILiquibase
-
- createLiquibase(Connection) - Method in class liquibase.integration.spring.SpringLiquibase
-
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncSQLMojo
-
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagSQLMojo
-
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.LiquibaseFutureRollbackSQL
-
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.LiquibaseRollbackSQL
-
- createLiquibase(Database) - Method in class org.liquibase.maven.plugins.LiquibaseUpdateSQL
-
- createLoaderOptions() - Static method in class liquibase.parser.core.yaml.YamlParser
-
- 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
-
- createOperation(String, String, HubChangeLog, Connection) - Method in class liquibase.hub.core.MockHubService
-
- createOperation(String, String, HubChangeLog, Connection) - Method in class liquibase.hub.core.StandardHubService
-
- createOperation(String, String, HubChangeLog, Connection) - Method in interface liquibase.hub.HubService
-
- createOperationInOrganization(String, String, UUID) - Method in class liquibase.hub.core.MockHubService
-
- createOperationInOrganization(String, String, UUID) - Method in class liquibase.hub.core.StandardHubService
-
- createOperationInOrganization(String, String, UUID) - Method in interface liquibase.hub.HubService
-
- createParamsKey(Database) - Method in class liquibase.snapshot.ResultSetCache.RowData
-
- createPreparedStatement(Database, String, String, String, List<LoadDataColumnConfig>, ChangeSet, ResourceAccessor) - Method in class liquibase.change.core.LoadDataChange
-
- createPreparedStatement(Database, String, String, String, List<LoadDataColumnConfig>, ChangeSet, ResourceAccessor) - Method in class liquibase.change.core.LoadUpdateDataChange
-
- CreateProcedureChange - Class in liquibase.change.core
-
- CreateProcedureChange() - Constructor for class liquibase.change.core.CreateProcedureChange
-
- CreateProcedureGenerator - Class in liquibase.sqlgenerator.core
-
- CreateProcedureGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateProcedureGenerator
-
- CreateProcedureStatement - Class in liquibase.statement.core
-
- CreateProcedureStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.CreateProcedureStatement
-
- createProcessBuilder(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- createProject(Project) - Method in class liquibase.hub.core.MockHubService
-
- createProject(Project) - Method in class liquibase.hub.core.StandardHubService
-
- createProject(Project) - Method in interface liquibase.hub.HubService
-
- createReferenceSnapshot(CommandResultsBuilder) - Method in class liquibase.command.core.DiffCommandStep
-
- createRequiredDatabasesMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
- createResource(Path, String) - Method in class liquibase.resource.AbstractPathResourceAccessor
-
- createResource(String) - Method in class liquibase.resource.DirectoryPathHandler
-
- createResource(Path, String) - Method in class liquibase.resource.DirectoryResourceAccessor
-
- createResource(String) - Method in interface liquibase.resource.PathHandler
-
Creates a new resource at the specified path and returns an OutputStream for writing to it.
- createResource(String) - Method in class liquibase.resource.PathHandlerFactory
-
Creates a new resource at the specified path and returns an OutputStream for writing to it.
- createResource(String) - Method in class liquibase.resource.ZipPathHandler
-
- createResource(Path, String) - Method in class liquibase.resource.ZipResourceAccessor
-
- createResourceAccessor() - Method in class liquibase.integration.cdi.SchemesCDIConfigBuilder
-
API method.
- createResourceAccessor() - Method in class liquibase.integration.jakarta.cdi.SchemesCDIConfigBuilder
-
API method.
- createResourceOpener() - Method in class liquibase.integration.spring.SpringLiquibase
-
Create a new resourceOpener.
- createRollbackVisitor() - Method in class liquibase.Liquibase
-
- createRollbackVisitor(List<ChangesetsRolledback.ChangeSet>) - Method in class liquibase.Liquibase
-
- createSchemaKey(Database) - Method in class liquibase.snapshot.ResultSetCache.RowData
-
- CreateSequenceChange - Class in liquibase.change.core
-
Creates a new sequence.
- CreateSequenceChange() - Constructor for class liquibase.change.core.CreateSequenceChange
-
- CreateSequenceGenerator - Class in liquibase.sqlgenerator.core
-
- CreateSequenceGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateSequenceGenerator
-
- CreateSequenceGeneratorSnowflake - Class in liquibase.sqlgenerator.core
-
- CreateSequenceGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.CreateSequenceGeneratorSnowflake
-
- CreateSequenceStatement - Class in liquibase.statement.core
-
- CreateSequenceStatement(String, String, String) - Constructor for class liquibase.statement.core.CreateSequenceStatement
-
- createSerializationTypeMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
- 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.MockDatabase
-
- createsIndexesForForeignKeys() - Method in class liquibase.database.core.MySQLDatabase
-
- createsIndexesForForeignKeys() - Method in interface liquibase.database.Database
-
- createSnapshot(CatalogAndSchema, Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
- createSnapshot(CatalogAndSchema[], Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
Creates a database snapshot for a given array of catalog/schema combinations.
- createSnapshot(DatabaseObject[], Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
Creates a database snapshot for a given array of DatabaseObjects
- createSnapshot(T, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
Creates a DatabaseSnapshot for a single DatabaseObject.
- createSnapshot(T, Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
Creates a DatabaseSnapshot for a single DatabaseObject.
- 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
-
- createStream(InputStream) - Static method in class liquibase.statement.ExecutablePreparedStatementBase
-
- 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
-
- 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, String) - Constructor for class liquibase.statement.core.CreateTableStatement
-
- createThisColumn(ColumnConfig) - Method in interface liquibase.database.core.SQLiteDatabase.AlterTableVisitor
-
- createThisIndex(Index) - Method in interface liquibase.database.core.SQLiteDatabase.AlterTableVisitor
-
- createTitle(Object) - Method in class liquibase.dbdoc.AuthorWriter
-
- createTitle(Object) - Method in class liquibase.dbdoc.ColumnWriter
-
- createTitle(Object) - Method in class liquibase.dbdoc.HTMLWriter
-
- createTitle(Object) - Method in class liquibase.dbdoc.PendingChangesWriter
-
- createTitle(Object) - Method in class liquibase.dbdoc.PendingSQLWriter
-
- createTitle(Object) - Method in class liquibase.dbdoc.RecentChangesWriter
-
- createTitle(Object) - Method in class liquibase.dbdoc.TableWriter
-
- createUpdateVisitor() - Method in class liquibase.Liquibase
-
- createUpdateVisitor(ChangeExecListener) - Method in class liquibase.Liquibase
-
- CreateViewChange - Class in liquibase.change.core
-
Creates a new view.
- CreateViewChange() - Constructor for class liquibase.change.core.CreateViewChange
-
- createViewChange() - Method in class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
-
- createViewChange() - Method in class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
-
- CreateViewGenerator - Class in liquibase.sqlgenerator.core
-
- CreateViewGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateViewGenerator
-
- CreateViewGeneratorInformix - Class in liquibase.sqlgenerator.core
-
- CreateViewGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
-
- createViewStatement(String, String, String, String, boolean) - Method in class liquibase.change.core.CreateViewChange
-
- CreateViewStatement - Class in liquibase.statement.core
-
- CreateViewStatement(String, String, String, String, boolean) - Constructor for class liquibase.statement.core.CreateViewStatement
-
- createWrapper() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
- createYaml() - Method in class liquibase.serializer.core.yaml.YamlSerializer
-
- CSVReader - Class in liquibase.util.csv
-
- CSVReader(Reader) - Constructor for class liquibase.util.csv.CSVReader
-
- CSVReader(Reader, char, char) - Constructor for class liquibase.util.csv.CSVReader
-
- CSVWriter - Class in liquibase.util.csv
-
- CSVWriter(Writer) - Constructor for class liquibase.util.csv.CSVWriter
-
- curChar - Variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
- CURLY_BRACKET_PATTERN - Static variable in class liquibase.structure.AbstractDatabaseObject
-
- CurrencyType - Class in liquibase.datatype.core
-
- CurrencyType() - Constructor for class liquibase.datatype.core.CurrencyType
-
- CURRENT_DATE_TIME_PLACE_HOLDER - Static variable in class liquibase.statement.DatabaseFunction
-
String value used for comparison.
- currentDateTimeFunction - Variable in class liquibase.database.AbstractJdbcDatabase
-
- currentDateTimeFunction - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- currentToken - Variable in exception liquibase.util.grammar.ParseException
-
This is the last token that has been consumed successfully.
- CustomChange - Interface in liquibase.change.custom
-
Interface to implement when creating a custom change.
- 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
-
- 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
-
- customMdcLogging(CommandScope) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
- customMdcLogging(CommandScope) - Method in class liquibase.command.core.UpdateCountCommandStep
-
- customMdcLogging(CommandScope) - Method in class liquibase.command.core.UpdateToTagCommandStep
-
- CustomMdcObject - Interface in liquibase.logging.mdc
-
Marker interface that identifies an object as a custom object used in MDC.
- CustomPrecondition - Interface in liquibase.precondition
-
- CustomPreconditionErrorException - Exception in liquibase.exception
-
Thrown when a precondition failed.
- CustomPreconditionErrorException(String) - Constructor for exception liquibase.exception.CustomPreconditionErrorException
-
- CustomPreconditionErrorException(String, Throwable) - Constructor for exception liquibase.exception.CustomPreconditionErrorException
-
- CustomPreconditionFailedException - Exception in liquibase.exception
-
Thrown when a precondition failed.
- CustomPreconditionFailedException(String) - Constructor for exception liquibase.exception.CustomPreconditionFailedException
-
- CustomPreconditionFailedException(String, Throwable) - Constructor for exception liquibase.exception.CustomPreconditionFailedException
-
- CustomPreconditionWrapper - Class in liquibase.precondition
-
- CustomPreconditionWrapper() - Constructor for class liquibase.precondition.CustomPreconditionWrapper
-
- CustomSqlChange - Interface in liquibase.change.custom
-
Interface to implement when creating a custom change that generates SQL.
- CustomSqlRollback - Interface in liquibase.change.custom
-
Interface to implement that allows rollback of a custom sql change.
- CustomTaskChange - Interface in liquibase.change.custom
-
Interface to implement when creating a custom change that does not actually generate SQL.
- CustomTaskRollback - Interface in liquibase.change.custom
-
Interface to implement that allows rollback of a custom task change.
- CyclicDependencyException - Exception in liquibase.integration.cdi.exceptions
-
- CyclicDependencyException(String) - Constructor for exception liquibase.integration.cdi.exceptions.CyclicDependencyException
-
- CyclicDependencyException - Exception in liquibase.integration.jakarta.cdi.exceptions
-
- CyclicDependencyException(String) - Constructor for exception liquibase.integration.jakarta.cdi.exceptions.CyclicDependencyException
-
- Data - Class in liquibase.structure.core
-
- Data() - Constructor for class liquibase.structure.core.Data
-
- DATA_OUTPUT_DIR_ARG - Static variable in class liquibase.command.core.GenerateChangelogCommandStep
-
- Database - Interface in liquibase.database
-
Interface that every DBMS supported by this software must implement.
- database - Variable in class liquibase.dbdoc.HTMLWriter
-
- database - Variable in class liquibase.executor.AbstractExecutor
-
- database - Variable in class liquibase.Liquibase
-
- database - Variable in class liquibase.lockservice.StandardLockService
-
- database - Variable in class liquibase.statement.ExecutablePreparedStatementBase
-
- DATABASE_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
- DATABASE_ARG - Static variable in class liquibase.command.core.InternalDropAllCommandStep
-
- DATABASE_ARG - Static variable in class liquibase.command.core.InternalExecuteSqlCommandStep
-
- DATABASE_ARG - Static variable in class liquibase.command.core.InternalHistoryCommandStep
-
- DATABASE_ARG - Static variable in class liquibase.command.core.InternalSnapshotCommandStep
-
- DATABASE_ARG - Static variable in class liquibase.command.core.InternalSyncHubCommandStep
-
- DATABASE_CHANGE_LOG_CLOSING_XML_TAG - Static variable in class liquibase.diff.output.changelog.DiffToChangeLog
-
- DATABASE_CHANGELOG_OUTCOME_FAILED - Static variable in class liquibase.logging.mdc.MdcValue
-
- DATABASE_CHANGELOG_OUTCOME_SUCCESS - Static variable in class liquibase.logging.mdc.MdcValue
-
- DATABASE_CHANGELOG_SQL - Static variable in class liquibase.logging.mdc.MdcKey
-
- DATABASE_CHANGELOG_TABLE_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
-
- DATABASE_CLASS - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
-
- DatabaseChange - Annotation Type in liquibase.change
-
- databaseChangeLog - Variable in class liquibase.changelog.ChangeLogIterator
-
- DatabaseChangeLog - Class in liquibase.changelog
-
Encapsulates the information stored in the change log XML file.
- DatabaseChangeLog() - Constructor for class liquibase.changelog.DatabaseChangeLog
-
- DatabaseChangeLog(String) - Constructor for class liquibase.changelog.DatabaseChangeLog
-
- DatabaseChangeLog.OnUnknownFileFormat - Enum in liquibase.changelog
-
Controls what to do when including a file with a format that isn't recognized by a changelog parser.
- DATABASECHANGELOG_TABLE_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- DATABASECHANGELOG_TABLE_NAME - Static variable in class liquibase.GlobalConfiguration
-
- DatabaseChangelogCommandStep - Class in liquibase.command.core.helpers
-
This helper class provides two objects: a valid and verified DatabaseChangeLog and the ChangeLogParameters
object used to instantiate it.
- DatabaseChangelogCommandStep() - Constructor for class liquibase.command.core.helpers.DatabaseChangelogCommandStep
-
- DatabaseChangeLogLock - Class in liquibase.lockservice
-
Information about the database changelog lock which allows only one instance of Liquibase to attempt to
update a database at a time.
- DatabaseChangeLogLock(int, Date, String) - Constructor for class liquibase.lockservice.DatabaseChangeLogLock
-
- DATABASECHANGELOGLOCK_TABLE_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- DATABASECHANGELOGLOCK_TABLE_NAME - Static variable in class liquibase.GlobalConfiguration
-
- databaseChangeLogLockTable - Variable in class liquibase.integration.spring.SpringLiquibase
-
- databaseChangeLogLockTableName - Static variable in interface liquibase.database.Database
-
- databaseChangeLogLockTableName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- databaseChangeLogLockTableName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the table name to use for the DATABASECHANGELOGLOCK table.
- databaseChangeLogTable - Variable in class liquibase.integration.spring.SpringLiquibase
-
- databaseChangeLogTableName - Static variable in interface liquibase.database.Database
-
- databaseChangeLogTableName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- databaseChangeLogTableName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the table name to use for the DATABASECHANGELOG table.
- databaseChangeLogTablespaceName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- DatabaseChangeNote - Annotation Type in liquibase.change
-
- DatabaseChangeProperty - Annotation Type in liquibase.change
-
- databaseClass - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- databaseClass - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the database object class.
- DatabaseConnection - Interface in liquibase.database
-
A liquibase abstraction over the normal Connection that is available in
java.sql.
- databaseConnectionRequired() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseChecksMojo
-
- databaseConnectionRequired() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseFlowMojo
-
- databaseConnectionRequired() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Optionally, an implementation of this mojo can override this to indicate that a connection to the database
is not required.
- DatabaseDataType - Class in liquibase.datatype
-
This class represents a native data type used by a specific RDBMS.
- DatabaseDataType(String) - Constructor for class liquibase.datatype.DatabaseDataType
-
- DatabaseDataType(String, Object...) - Constructor for class liquibase.datatype.DatabaseDataType
-
- DatabaseException - Exception in liquibase.exception
-
- DatabaseException() - Constructor for exception liquibase.exception.DatabaseException
-
- DatabaseException(String) - Constructor for exception liquibase.exception.DatabaseException
-
- DatabaseException(String, Throwable) - Constructor for exception liquibase.exception.DatabaseException
-
- DatabaseException(Throwable) - Constructor for exception liquibase.exception.DatabaseException
-
- DatabaseFactory - Class in liquibase.database
-
- DatabaseFunction - Class in liquibase.statement
-
- DatabaseFunction(String) - Constructor for class liquibase.statement.DatabaseFunction
-
- DatabaseFunction(String, String) - Constructor for class liquibase.statement.DatabaseFunction
-
- DatabaseFunctionType - Class in liquibase.datatype.core
-
- DatabaseFunctionType() - Constructor for class liquibase.datatype.core.DatabaseFunctionType
-
- DatabaseHistoryException - Exception in liquibase.exception
-
- DatabaseHistoryException(String) - Constructor for exception liquibase.exception.DatabaseHistoryException
-
- DatabaseHistoryException(String, Throwable) - Constructor for exception liquibase.exception.DatabaseHistoryException
-
- DatabaseIncapableOfOperation - Exception in liquibase.exception
-
- DatabaseIncapableOfOperation(String, String, Database) - Constructor for exception liquibase.exception.DatabaseIncapableOfOperation
-
- DatabaseLevelObject - Interface in liquibase.structure
-
- DatabaseList - Class in liquibase.database
-
- DatabaseList() - Constructor for class liquibase.database.DatabaseList
-
- DatabaseObject - Interface in liquibase.structure
-
Interface for all types of database objects can be manipulated using ChangeSets.
- DatabaseObjectCollection - Class in liquibase.structure
-
- DatabaseObjectCollection(Database) - Constructor for class liquibase.structure.DatabaseObjectCollection
-
- DatabaseObjectCollectionComparator - Class in liquibase.diff.compare
-
- DatabaseObjectCollectionComparator() - Constructor for class liquibase.diff.compare.DatabaseObjectCollectionComparator
-
- DatabaseObjectComparator - Interface in liquibase.diff.compare
-
- DatabaseObjectComparatorChain - Class in liquibase.diff.compare
-
- DatabaseObjectComparatorChain(List<DatabaseObjectComparator>, CompareControl.SchemaComparison[]) - Constructor for class liquibase.diff.compare.DatabaseObjectComparatorChain
-
- DatabaseObjectComparatorFactory - Class in liquibase.diff.compare
-
- DatabaseObjectFactory - Class in liquibase.structure.core
-
- DatabaseObjectNameCompareFunction(Class<? extends DatabaseObject>, Database) - Constructor for class liquibase.diff.ObjectDifferences.DatabaseObjectNameCompareFunction
-
- DatabaseRollbackFutureTask - Class in liquibase.integration.ant
-
- DatabaseRollbackFutureTask() - Constructor for class liquibase.integration.ant.DatabaseRollbackFutureTask
-
- DatabaseRollbackTask - Class in liquibase.integration.ant
-
Ant task for rolling back a database.
- DatabaseRollbackTask() - Constructor for class liquibase.integration.ant.DatabaseRollbackTask
-
- DatabaseSnapshot - Class in liquibase.snapshot
-
- DatabaseSnapshot(DatabaseObject[], Database) - Constructor for class liquibase.snapshot.DatabaseSnapshot
-
- DatabaseTestSystem - Class in liquibase.extension.testing.testsystem
-
- DatabaseTestSystem(String) - Constructor for class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
- DatabaseTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
- DatabaseType - Class in liquibase.integration.ant.type
-
- DatabaseType(Project) - Constructor for class liquibase.integration.ant.type.DatabaseType
-
- DatabaseUpdateTask - Class in liquibase.integration.ant
-
Ant task for migrating a database forward.
- DatabaseUpdateTask() - Constructor for class liquibase.integration.ant.DatabaseUpdateTask
-
- DatabaseUpdateTestingRollbackTask - Class in liquibase.integration.ant
-
Ant task for migrating a database forward testing rollback.
- DatabaseUpdateTestingRollbackTask() - Constructor for class liquibase.integration.ant.DatabaseUpdateTestingRollbackTask
-
- DatabaseUtils - Class in liquibase.database.core
-
- DatabaseUtils() - Constructor for class liquibase.database.core.DatabaseUtils
-
- DatabaseWrapper - Class in liquibase.extension.testing.testsystem.wrapper
-
Wraps the external database used by
DatabaseTestSystem
so that HOW the database is interacted with is independent of WHAT we do with that connection.
- DatabaseWrapper() - Constructor for class liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
-
- dataDir - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Directory where insert statement csv files will be kept.
- dataOutputDirectory - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- DataSnapshotGenerator - Class in liquibase.snapshot.jvm
-
- DataSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.DataSnapshotGenerator
-
- dataSource - Variable in class liquibase.integration.spring.SpringLiquibase
-
- DataType - Class in liquibase.structure.core
-
- DataType() - Constructor for class liquibase.structure.core.DataType
-
- DataType(String) - Constructor for class liquibase.structure.core.DataType
-
- DataType.ColumnSizeUnit - Enum in liquibase.structure.core
-
Specifies the unit of a column's size.
- DataTypeCompareFunction(Database) - Constructor for class liquibase.diff.ObjectDifferences.DataTypeCompareFunction
-
- DataTypeFactory - Class in liquibase.datatype
-
- DataTypeFactory() - Constructor for class liquibase.datatype.DataTypeFactory
-
Build the factory registry from all classes in the classpath that implement
LiquibaseDataType
- DataTypeInfo - Annotation Type in liquibase.datatype
-
- dataTypeIsNotModifiable(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- dataTypeIsNotModifiable(String) - Method in class liquibase.database.core.MockDatabase
-
- dataTypeIsNotModifiable(String) - Method in interface liquibase.database.Database
-
Types like int4 in postgres cannot have a modifier.
- DataTypeWrapper - Class in liquibase.common.datatype
-
A wrapper class for data types.
- DataTypeWrapper(LiquibaseDataType) - Constructor for class liquibase.common.datatype.DataTypeWrapper
-
- DATE_ARG - Static variable in class liquibase.command.core.RollbackToDateCommandStep
-
- DATE_FORMAT_ARG - Static variable in class liquibase.command.core.InternalHistoryCommandStep
-
- dateFunctions - Variable in class liquibase.database.AbstractJdbcDatabase
-
- DateParseException - Exception in liquibase.exception
-
- DateParseException(String) - Constructor for exception liquibase.exception.DateParseException
-
- DateTimeType - Class in liquibase.datatype.core
-
- DateTimeType() - Constructor for class liquibase.datatype.core.DateTimeType
-
- DateType - Class in liquibase.datatype.core
-
- DateType() - Constructor for class liquibase.datatype.core.DateType
-
- daysTilExpiration() - Method in interface liquibase.license.LicenseService
-
It is possible that users might have multiple licenses installed.
- DB - Static variable in class liquibase.extension.testing.TestFilter
-
- DB2Database - Class in liquibase.database.core
-
- DB2Database() - Constructor for class liquibase.database.core.DB2Database
-
- DB2TestSystem - Class in liquibase.extension.testing.testsystem.core
-
- DB2TestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.DB2TestSystem
-
- DB2TestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.DB2TestSystem
-
- Db2zDatabase - Class in liquibase.database.core
-
- Db2zDatabase() - Constructor for class liquibase.database.core.Db2zDatabase
-
- DB2zTestSystem - Class in liquibase.extension.testing.testsystem.core
-
- DB2zTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.DB2zTestSystem
-
- DB2zTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.DB2zTestSystem
-
- DB_PORT_ARG - Static variable in class liquibase.command.core.StartH2CommandStep
-
- DbDocCommandStep - Class in liquibase.command.core
-
- DbDocCommandStep() - Constructor for class liquibase.command.core.DbDocCommandStep
-
- DBDocTask - Class in liquibase.integration.ant
-
- DBDocTask() - Constructor for class liquibase.integration.ant.DBDocTask
-
- DBDocUtil - Class in liquibase.dbdoc
-
- DBDocUtil() - Constructor for class liquibase.dbdoc.DBDocUtil
-
- DBDocVisitor - Class in liquibase.changelog.visitor
-
- DBDocVisitor(Database) - Constructor for class liquibase.changelog.visitor.DBDocVisitor
-
- DbmsChangeSetFilter - Class in liquibase.changelog.filter
-
- DbmsChangeSetFilter(Database) - Constructor for class liquibase.changelog.filter.DbmsChangeSetFilter
-
- DBMSPrecondition - Class in liquibase.precondition.core
-
Precondition for specifying the type of database (oracle, mysql, etc.).
- DBMSPrecondition() - Constructor for class liquibase.precondition.core.DBMSPrecondition
-
- DbmsTargetedChange - Interface in liquibase.change
-
Adding this interface to your Change class allows you to specify a dbms attribute listing the databases the change is applied to.
- DbUrlConnectionCommandStep - Class in liquibase.command.core.helpers
-
Internal command step to be used on CommandStep pipeline to manage the database connection.
- DbUrlConnectionCommandStep() - Constructor for class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
- DDL_LOCK_TIMEOUT - Static variable in class liquibase.GlobalConfiguration
-
- deactivate - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- deactivateChangeLog(HubChangeLog) - Method in class liquibase.hub.core.MockHubService
-
- deactivateChangeLog(HubChangeLog) - Method in class liquibase.hub.core.StandardHubService
-
- deactivateChangeLog(HubChangeLog) - Method in interface liquibase.hub.HubService
-
- DeactivateChangelogCommandStep - Class in liquibase.command.core
-
- DeactivateChangelogCommandStep() - Constructor for class liquibase.command.core.DeactivateChangelogCommandStep
-
- debug(String) - Method in class liquibase.logging.core.AbstractLogger
-
- debug(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
-
- debug(String) - Method in interface liquibase.logging.Logger
-
- debug(String, Throwable) - Method in interface liquibase.logging.Logger
-
- debugStream - Variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Debug output.
- DecimalType - Class in liquibase.datatype.core
-
- DecimalType() - Constructor for class liquibase.datatype.core.DecimalType
-
- DEFAULT - Static variable in class liquibase.CatalogAndSchema
-
- DEFAULT - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
Lexical state.
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.ClearChecksumsCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.DbDocCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.DropAllCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.ExecuteSqlCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.FutureRollbackCountSqlCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.FutureRollbackSqlCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.HistoryCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.MarkNextChangesetRanCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.MarkNextChangesetRanSqlCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.StatusCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.SyncHubCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.UnexpectedChangesetsCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
- DEFAULT_CATALOG_NAME_ARG - Static variable in class liquibase.command.core.ValidateCommandStep
-
- DEFAULT_CHANGE_EXEC_LISTENER_RESULT_KEY - Static variable in class liquibase.command.core.AbstractUpdateCommandStep
-
- DEFAULT_COMMENT_PATTERN - Static variable in class liquibase.change.core.LoadDataChange
-
CSV Lines starting with that sign(s) will be treated as comments by default
- DEFAULT_QUOTE_CHARACTER - Static variable in class liquibase.util.csv.CSVReader
-
- DEFAULT_SCHEMA_NAME - Static variable in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
Deprecated.
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.ClearChecksumsCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.DbDocCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.DropAllCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.ExecuteSqlCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.FutureRollbackCountSqlCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.FutureRollbackSqlCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.HistoryCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.MarkNextChangesetRanCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.MarkNextChangesetRanSqlCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.StatusCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.SyncHubCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.UnexpectedChangesetsCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
- DEFAULT_SCHEMA_NAME_ARG - Static variable in class liquibase.command.core.ValidateCommandStep
-
- DEFAULT_SEPARATOR - Static variable in class liquibase.util.csv.CSVReader
-
- defaultAutoIncrementBy - Variable in class liquibase.database.AbstractJdbcDatabase
-
- defaultAutoIncrementStartWith - Variable in class liquibase.database.AbstractJdbcDatabase
-
- defaultCatalogName - Variable in class liquibase.database.AbstractJdbcDatabase
-
- defaultCatalogName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- defaultCatalogName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the default catalog name to use for the database connection.
- defaultCatalogName - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
The default catalog name to use for the database connection
- DefaultChangeExecListener - Class in liquibase.changelog.visitor
-
A wrapper ChangeExecListener who keeps track of deployed and failed ChangeSets,
while also delegating listener actions to any other ChangeExecListener included
when the object is constructed.
- DefaultChangeExecListener(ChangeExecListener...) - Constructor for class liquibase.changelog.visitor.DefaultChangeExecListener
-
- defaultChangeExecListener - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- DefaultDatabaseObjectComparator - Class in liquibase.diff.compare.core
-
- DefaultDatabaseObjectComparator() - Constructor for class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
-
- DefaultFormatter() - Constructor for class liquibase.util.StringUtil.DefaultFormatter
-
- defaultIfNull(T, T) - Static method in class liquibase.util.ObjectUtil
-
Return the defaultValue if the passed value is null.
- DefaultInputHandler<ReturnType> - Class in liquibase.ui
-
- DefaultInputHandler() - Constructor for class liquibase.ui.DefaultInputHandler
-
- DefaultLoggerConfiguration - Class in liquibase.logging.core
-
- DefaultLoggerConfiguration() - Constructor for class liquibase.logging.core.DefaultLoggerConfiguration
-
Deprecated.
- DEFAULTS_FILE - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
-
- defaultSchema - Variable in class liquibase.integration.spring.SpringLiquibase
-
- defaultSchemaName - Variable in class liquibase.database.AbstractJdbcDatabase
-
- defaultSchemaName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- defaultSchemaName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the default schema name to use for the database connection.
- defaultSchemaName - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
The default schema name to use for the database connection
- defaultsFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- DefaultsFileValueProvider - Class in liquibase.configuration.core
-
- DefaultsFileValueProvider(Properties) - Constructor for class liquibase.configuration.core.DefaultsFileValueProvider
-
- DefaultsFileValueProvider(InputStream, String) - Constructor for class liquibase.configuration.core.DefaultsFileValueProvider
-
- DefaultsFileValueProvider(File) - Constructor for class liquibase.configuration.core.DefaultsFileValueProvider
-
- defaultValue(DataType, String) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Set the default value for this argument as well as the description of the default value.
- defaultValue(DataType) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
- defaultValue(DataType) - Method in class liquibase.command.CommandResultDefinition.Building
-
Set the default value for this result.
- DefaultXmlWriter - Class in liquibase.util.xml
-
- DefaultXmlWriter() - Constructor for class liquibase.util.xml.DefaultXmlWriter
-
- define(String, Class<T>) - Method in class liquibase.configuration.ConfigurationDefinition.Builder
-
Starts a new definition with the given key.
- defineCommandNames() - Method in interface liquibase.command.CommandStep
-
Defines new command names
For example, if it is part of `liquibase update`, this should return new String[][]{ new String[] {"update"}}.
- defineCommandNames() - Method in class liquibase.command.core.CalculateChecksumCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.ChangelogSyncCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.ChangelogSyncSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.ChangelogSyncToTagCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.ChangelogSyncToTagSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.ClearChecksumsCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.DbDocCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.DeactivateChangelogCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.DiffChangelogCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.DiffCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.DropAllCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.ExecuteSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.FutureRollbackCountSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.FutureRollbackSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.GenerateChangelogCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.helpers.ChangeExecListenerCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.helpers.DiffOutputControlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.helpers.LockServiceCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.helpers.OutputWriterCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.helpers.PreCompareCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.helpers.ReferenceDbUrlConnectionCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.helpers.ShowSummaryArgument
-
- defineCommandNames() - Method in class liquibase.command.core.HistoryCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.InternalDropAllCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.InternalExecuteSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.InternalHistoryCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.InternalSnapshotCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.InternalSyncHubCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.ListLocksCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.MarkNextChangesetRanCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.MarkNextChangesetRanSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.RegisterChangelogCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.ReleaseLocksCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.RollbackCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.RollbackCountCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.RollbackCountSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.RollbackSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.RollbackToDateCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.RollbackToDateSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.SnapshotCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.SnapshotReferenceCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.StartH2CommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.StatusCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.SyncHubCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.TagCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.TagExistsCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.UnexpectedChangesetsCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.UpdateCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.UpdateCountCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.UpdateCountSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.UpdateSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.UpdateToTagCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.UpdateToTagSqlCommandStep
-
- defineCommandNames() - Method in class liquibase.command.core.ValidateCommandStep
-
- defineCommandNames() - Method in class liquibase.extension.testing.testsystem.command.TestSystemDownCommand
-
- defineCommandNames() - Method in class liquibase.extension.testing.testsystem.command.TestSystemUpCommand
-
- definitionMatches(String, String, boolean) - Static method in class liquibase.database.DatabaseList
-
Compares a given database to a database definition string.
- definitionMatches(String, Database, boolean) - Static method in class liquibase.database.DatabaseList
-
- definitionMatches(Collection<String>, String, boolean) - Static method in class liquibase.database.DatabaseList
-
- definitionMatches(Collection<String>, Database, boolean) - Static method in class liquibase.database.DatabaseList
-
- DelegatedConfigurationContainer(String) - Constructor for class liquibase.configuration.AbstractConfigurationContainer.DelegatedConfigurationContainer
-
Deprecated.
- DeleteDataChange - Class in liquibase.change.core
-
- DeleteDataChange() - Constructor for class liquibase.change.core.DeleteDataChange
-
- deletedUUID - Static variable in class liquibase.hub.core.MockHubService
-
- DeleteGenerator - Class in liquibase.sqlgenerator.core
-
- DeleteGenerator() - Constructor for class liquibase.sqlgenerator.core.DeleteGenerator
-
- DeleteStatement - Class in liquibase.statement.core
-
- DeleteStatement(String, String, String) - Constructor for class liquibase.statement.core.DeleteStatement
-
- delimiter - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- Delimiter(String) - Constructor for class liquibase.util.StringClauses.Delimiter
-
- DELIMITER_ARG - Static variable in class liquibase.command.core.ExecuteSqlCommandStep
-
- DELIMITER_ARG - Static variable in class liquibase.command.core.InternalExecuteSqlCommandStep
-
- DependencyGraph(DependencyUtil.NodeValueListener<T>) - Constructor for class liquibase.util.DependencyUtil.DependencyGraph
-
- DependencyNotFoundException - Exception in liquibase.integration.cdi.exceptions
-
- DependencyNotFoundException(String) - Constructor for exception liquibase.integration.cdi.exceptions.DependencyNotFoundException
-
- DependencyNotFoundException - Exception in liquibase.integration.jakarta.cdi.exceptions
-
- DependencyNotFoundException(String) - Constructor for exception liquibase.integration.jakarta.cdi.exceptions.DependencyNotFoundException
-
- DependencyUtil - Class in liquibase.util
-
- DependencyUtil() - Constructor for class liquibase.util.DependencyUtil
-
- DependencyUtil.DependencyGraph<T> - Class in liquibase.util
-
- DependencyUtil.NodeValueListener<T> - Interface in liquibase.util
-
- DEPLOYMENT_ID - Static variable in class liquibase.logging.mdc.MdcKey
-
- DEPLOYMENT_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
-
- DEPLOYMENT_OUTCOME_COUNT - Static variable in class liquibase.logging.mdc.MdcKey
-
- DeploymentHistory() - Constructor for class liquibase.command.core.InternalHistoryCommandStep.DeploymentHistory
-
- deploymentId - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateMojo
-
Specifies the update your want to rollback.
- deploymentId - Variable in class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateSQL
-
Specifies the Deployment ID in the DATABASECHANGELOG table for all changesets you
want to rollback.
- DEPLOYMENTS_RESULT - Static variable in class liquibase.command.core.InternalHistoryCommandStep
-
- DeprecatedConfigurationValueProvider - Class in liquibase.configuration.core
-
Deprecated.
- DeprecatedConfigurationValueProvider() - Constructor for class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- DerbyConnection - Class in liquibase.database.jvm
-
- DerbyConnection() - Constructor for class liquibase.database.jvm.DerbyConnection
-
- DerbyConnection(Connection) - Constructor for class liquibase.database.jvm.DerbyConnection
-
- DerbyDatabase - Class in liquibase.database.core
-
- DerbyDatabase() - Constructor for class liquibase.database.core.DerbyDatabase
-
- DerbyTestSystem - Class in liquibase.extension.testing.testsystem.core
-
- DerbyTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.DerbyTestSystem
-
- DerbyTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.DerbyTestSystem
-
- describe() - Method in class liquibase.AbstractExtensibleObject
-
- describe() - Method in class liquibase.change.core.SQLFileChange
-
- describe() - Method in class liquibase.configuration.ProvidedValue
-
- describe() - Method in interface liquibase.ExtensibleObject
-
Output a full description of this object.
- describe() - Method in class liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
-
Describes the configuration of this wrapper.
- describe() - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
-
- describe() - Method in class liquibase.extension.testing.testsystem.wrapper.JdbcDatabaseWrapper
-
- describe() - Method in class liquibase.extension.testing.testsystem.wrapper.UnimplementedWrapper
-
Deprecated.
- describe() - Method in class liquibase.Scope
-
- describeLocations() - Method in class liquibase.integration.spring.SpringResourceAccessor
-
- describeLocations() - Method in class liquibase.resource.AbstractPathResourceAccessor
-
- describeLocations() - Method in class liquibase.resource.ClassLoaderResourceAccessor
-
- describeLocations() - Method in class liquibase.resource.CompositeResourceAccessor
-
- describeLocations() - Method in interface liquibase.resource.ResourceAccessor
-
Returns a description of the places this classloader will look for paths.
- describeLocations() - Method in class liquibase.resource.ZipResourceAccessor
-
- describeLocations() - Method in class liquibase.sdk.resource.MockResourceAccessor
-
- description(String) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Add a description
- description(String) - Method in class liquibase.command.CommandResultDefinition.Building
-
Sets the description for this result.
- description - Variable in class liquibase.ObjectMetaData.Attribute
-
Description of the attribute.
- description - Variable in class liquibase.resource.ClassLoaderResourceAccessor
-
- destroy() - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- destroy() - Method in class liquibase.changelog.MockChangeLogHistoryService
-
- destroy() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- destroy() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- destroy() - Method in interface liquibase.lockservice.LockService
-
- destroy() - Method in class liquibase.lockservice.MockLockService
-
- destroy() - Method in class liquibase.lockservice.OfflineLockService
-
- destroy() - Method in class liquibase.lockservice.StandardLockService
-
- determineDriverVersion() - Method in class liquibase.database.core.DerbyDatabase
-
Determine Apache Derby driver major/minor version.
- DetermineNumberChangesFollowingVisitor - Class in liquibase.changelog.visitor
-
- DetermineNumberChangesFollowingVisitor(String, String, String) - Constructor for class liquibase.changelog.visitor.DetermineNumberChangesFollowingVisitor
-
- diff(Database, Database, CompareControl) - Method in class liquibase.Liquibase
-
- DIFF_CHANGELOG_FILE - Static variable in class liquibase.logging.mdc.MdcKey
-
- DIFF_CHANGELOG_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
-
- DIFF_COLUMN_ORDER - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- DIFF_COLUMN_ORDER - Static variable in class liquibase.GlobalConfiguration
-
- DIFF_OUTCOME - Static variable in class liquibase.logging.mdc.MdcKey
-
- DIFF_OUTPUT_CONTROL - Static variable in class liquibase.command.core.helpers.DiffOutputControlCommandStep
-
- DIFF_OUTPUT_CONTROL_SCOPE_KEY - Static variable in class liquibase.diff.output.changelog.DiffToChangeLog
-
- DIFF_RESULT - Static variable in class liquibase.command.core.DiffCommandStep
-
- DIFF_RESULTS_SUMMARY - Static variable in class liquibase.logging.mdc.MdcKey
-
- DIFF_SNAPSHOT_DATABASE - Static variable in class liquibase.diff.output.changelog.DiffToChangeLog
-
- DIFF_TYPES - Static variable in class liquibase.logging.mdc.MdcKey
-
- DIFF_TYPES_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
-
- DiffChangelogCommandStep - Class in liquibase.command.core
-
- DiffChangelogCommandStep() - Constructor for class liquibase.command.core.DiffChangelogCommandStep
-
- diffChangeLogFile - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
If this parameter is set, the changelog needed to "fix" differences between the two databases is output.
- DiffCommand - Class in liquibase.command.core
-
- DiffCommand() - Constructor for class liquibase.command.core.DiffCommand
-
Deprecated.
- DiffCommandStep - Class in liquibase.command.core
-
- DiffCommandStep() - Constructor for class liquibase.command.core.DiffCommandStep
-
- DiffDatabaseTask - Class in liquibase.integration.ant
-
- DiffDatabaseTask() - Constructor for class liquibase.integration.ant.DiffDatabaseTask
-
- DiffDatabaseToChangeLogTask - Class in liquibase.integration.ant
-
- DiffDatabaseToChangeLogTask() - Constructor for class liquibase.integration.ant.DiffDatabaseToChangeLogTask
-
- Difference - Class in liquibase.diff
-
- Difference(String, Object, Object) - Constructor for class liquibase.diff.Difference
-
- Difference(String, String, Object, Object) - Constructor for class liquibase.diff.Difference
-
- diffExcludeObjects - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Objects to be excluded from the changelog.
- diffExcludeObjects - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Objects to be excluded from the changelog.
- DiffGenerator - Interface in liquibase.diff
-
- DiffGeneratorFactory - Class in liquibase.diff
-
- DiffGeneratorFactory() - Constructor for class liquibase.diff.DiffGeneratorFactory
-
- diffIncludeCatalog - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Include the catalog in the diff output? If this is null then the catalog will not be included
- diffIncludeObjects - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Objects to be included in the changelog.
- diffIncludeObjects - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Objects to be included in the changelog.
- diffIncludeSchema - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Include the schema in the diff output? If this is null then the schema will not be included
- diffIncludeTablespace - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Include the tablespace in the diff output? If this is null then the tablespace will not be included
- DiffOutputControl - Class in liquibase.diff.output
-
- DiffOutputControl() - Constructor for class liquibase.diff.output.DiffOutputControl
-
- DiffOutputControl(boolean, boolean, boolean, CompareControl.SchemaComparison[]) - Constructor for class liquibase.diff.output.DiffOutputControl
-
- DiffOutputControlCommandStep - Class in liquibase.command.core.helpers
-
Internal command step to be used on pipeline to instantiate a DiffOutputControl object that is mainly used
by diffChangeLog/generateChangeLog .
- DiffOutputControlCommandStep() - Constructor for class liquibase.command.core.helpers.DiffOutputControlCommandStep
-
- DiffResult - Class in liquibase.diff
-
- DiffResult(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Constructor for class liquibase.diff.DiffResult
-
- diffResult - Variable in class liquibase.diff.output.report.DiffToReport
-
- DiffResultsSummary - Class in liquibase.logging.mdc.customobjects
-
- DiffResultsSummary() - Constructor for class liquibase.logging.mdc.customobjects.DiffResultsSummary
-
Constructor for service locator.
- DiffResultsSummary(DiffResult) - Constructor for class liquibase.logging.mdc.customobjects.DiffResultsSummary
-
- DiffStatusListener - Interface in liquibase.diff
-
- DiffToChangeLog - Class in liquibase.diff.output.changelog
-
- DiffToChangeLog(DiffResult, DiffOutputControl) - Constructor for class liquibase.diff.output.changelog.DiffToChangeLog
-
- DiffToChangeLog(DiffOutputControl) - Constructor for class liquibase.diff.output.changelog.DiffToChangeLog
-
- DiffToChangeLogCommand - Class in liquibase.command.core
-
- DiffToChangeLogCommand() - Constructor for class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- DiffToReport - Class in liquibase.diff.output.report
-
- DiffToReport(DiffResult, PrintStream) - Constructor for class liquibase.diff.output.report.DiffToReport
-
- diffTypes - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- diffTypes - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
List of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.
- diffTypes - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
List of diff types to include in Change Log expressed as a comma separated list from: tables, views, columns, indexes, foreignkeys, primarykeys, uniqueconstraints, data.
- DIGIT - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- DirectoryPathHandler - Class in liquibase.resource
-
- DirectoryPathHandler() - Constructor for class liquibase.resource.DirectoryPathHandler
-
- DirectoryResourceAccessor - Class in liquibase.resource
-
A @{link ResourceAccessor} implementation for files on the file system.
- DirectoryResourceAccessor(File) - Constructor for class liquibase.resource.DirectoryResourceAccessor
-
Creates a FileSystemResourceAccessor with the given directory as the root.
- DirectoryResourceAccessor(Path) - Constructor for class liquibase.resource.DirectoryResourceAccessor
-
Creates a FileSystemResourceAccessor with the given directory as the root.
- disable() - Method in interface liquibase.license.LicenseService
-
Disable this LicenseService
This can be used to turn off license checking
after it has been determined that a license
key is not valid
- disable_tracing() - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Disable tracing.
- disableForeignKeyChecks() - Method in class liquibase.database.AbstractJdbcDatabase
-
- disableForeignKeyChecks() - Method in class liquibase.database.core.MockDatabase
-
- disableForeignKeyChecks() - Method in class liquibase.database.core.MySQLDatabase
-
- disableForeignKeyChecks() - Method in interface liquibase.database.Database
-
- DISPLAY_NAME - Static variable in class liquibase.changelog.filter.DbmsChangeSetFilter
-
- DockerDatabaseWrapper - Class in liquibase.extension.testing.testsystem.wrapper
-
Implementation of
DatabaseWrapper
for databases that are managed via docker in
JdbcDatabaseContainer
s.
- DockerDatabaseWrapper(JdbcDatabaseContainer, TestSystem) - Constructor for class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
-
- doDiff(Database, Database, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
- doDiff(Database, Database, String, CompareControl.SchemaComparison[]) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
- doDiff(Database, Database, String, CompareControl.SchemaComparison[], PrintStream) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
- doDiff(Database, Database, String, CompareControl.SchemaComparison[], ObjectChangeFilter, PrintStream) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
- doDiffToChangeLog(String, Database, Database, DiffOutputControl, ObjectChangeFilter, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
- doDiffToChangeLog(String, Database, Database, DiffOutputControl, ObjectChangeFilter, String, CompareControl.SchemaComparison[]) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
- doesTagExist(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- doesTagExist(String) - Method in class liquibase.database.core.MockDatabase
-
- doesTagExist(String) - Method in interface liquibase.database.Database
-
- doGenerateChangeLog(String, Database, String, String, String, String, String, String, DiffOutputControl) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
- doGenerateChangeLog(String, Database, CatalogAndSchema[], String, String, String, String, DiffOutputControl) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
- doGenerateChangeLog(String, Database, CatalogAndSchema[], String, String, String, String, DiffOutputControl, boolean) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class liquibase.integration.servlet.LiquibaseJakartaStatusServlet
-
- doGet(HttpServletRequest, HttpServletResponse) - Method in class liquibase.integration.servlet.LiquibaseStatusServlet
-
- doMigration() - Method in class liquibase.integration.commandline.Main
-
Deprecated.
Do the actual database migration, i.e.
- Done() - Method in class liquibase.util.grammar.SimpleCharStream
-
Reset buffer when finished.
- doNowOrToday(String, String) - Static method in class liquibase.util.NowAndTodayUtil
-
Determines value for "NOW" or "TODAY" prefixed value.
- doRegisterChangelog(String, UUID, String, CommandResultsBuilder, boolean) - Method in class liquibase.command.core.RegisterChangelogCommandStep
-
- doRollback(CommandResultsBuilder, List<RanChangeSet>, ChangeSetFilter) - Method in class liquibase.command.core.AbstractRollbackCommandStep
-
- doRollback(Database, String, ChangeLogIterator, ChangeLogParameters, DatabaseChangeLog, ChangeExecListener) - Static method in class liquibase.command.core.AbstractRollbackCommandStep
-
Actually perform the rollback operation.
- DoubleDataTypeSnowflake - Class in liquibase.datatype.core
-
- DoubleDataTypeSnowflake() - Constructor for class liquibase.datatype.core.DoubleDataTypeSnowflake
-
- DoubleType - Class in liquibase.datatype.core
-
- DoubleType() - Constructor for class liquibase.datatype.core.DoubleType
-
- doubleValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
-
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseUpdateMojo
-
Performs the actual "update" work on the database.
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseUpdate
-
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseUpdateSQL
-
- doUpdate(Liquibase) - Method in class org.liquibase.maven.plugins.LiquibaseUpdateTestingRollback
-
- downloadMavenArtifact(String) - Static method in class liquibase.extension.testing.util.DownloadUtil
-
- downloadMavenArtifact(String, String, String) - Static method in class liquibase.extension.testing.util.DownloadUtil
-
- DownloadUtil - Class in liquibase.extension.testing.util
-
- DRIVER - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
-
- driver - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- driver - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the driver class name to use for the database connection.
- driver - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
The JDBC driver class
- DRIVER_ARG - Static variable in class liquibase.command.core.ClearChecksumsCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.DbDocCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.DropAllCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.ExecuteSqlCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.FutureRollbackCountSqlCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.FutureRollbackSqlCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.HistoryCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.MarkNextChangesetRanCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.MarkNextChangesetRanSqlCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.SnapshotReferenceCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.StatusCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.SyncHubCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.UnexpectedChangesetsCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
- DRIVER_ARG - Static variable in class liquibase.command.core.ValidateCommandStep
-
- DRIVER_PROPERTIES_FILE - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.ClearChecksumsCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.DbDocCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.DropAllCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.ExecuteSqlCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.FutureRollbackCountSqlCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.FutureRollbackSqlCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.HistoryCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.MarkNextChangesetRanCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.MarkNextChangesetRanSqlCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.SnapshotReferenceCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.StatusCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.SyncHubCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.UnexpectedChangesetsCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
- DRIVER_PROPERTIES_FILE_ARG - Static variable in class liquibase.command.core.ValidateCommandStep
-
- driverPropertiesFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- driverPropertiesFile - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
The JDBC driver properties file
- driverVersionMajor - Variable in class liquibase.database.core.DerbyDatabase
-
- driverVersionMinor - Variable in class liquibase.database.core.DerbyDatabase
-
- DROP_DF_MSSQL - Static variable in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
-
- dropAll() - Method in class liquibase.Liquibase
-
Drops all database objects in the default schema.
- dropAll(CatalogAndSchema...) - Method in class liquibase.Liquibase
-
Drops all database objects in the passed schema(s).
- DropAllCommand - Class in liquibase.command.core
-
- DropAllCommand() - Constructor for class liquibase.command.core.DropAllCommand
-
Deprecated.
- DropAllCommandStep - Class in liquibase.command.core
-
- DropAllCommandStep() - Constructor for class liquibase.command.core.DropAllCommandStep
-
- DropAllForeignKeyConstraintsChange - Class in liquibase.change.core
-
- DropAllForeignKeyConstraintsChange() - Constructor for class liquibase.change.core.DropAllForeignKeyConstraintsChange
-
- DropAllTask - Class in liquibase.integration.ant
-
- DropAllTask() - Constructor for class liquibase.integration.ant.DropAllTask
-
- DropColumnChange - Class in liquibase.change.core
-
Drops an existing column from a table.
- DropColumnChange() - Constructor for class liquibase.change.core.DropColumnChange
-
- DropColumnGenerator - Class in liquibase.sqlgenerator.core
-
- DropColumnGenerator() - Constructor for class liquibase.sqlgenerator.core.DropColumnGenerator
-
- DropColumnStatement - Class in liquibase.statement.core
-
- DropColumnStatement(String, String, String, String) - Constructor for class liquibase.statement.core.DropColumnStatement
-
- DropColumnStatement(List<DropColumnStatement>) - Constructor for class liquibase.statement.core.DropColumnStatement
-
- dropDatabaseObjects(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
-
- dropDatabaseObjects(CatalogAndSchema) - Method in class liquibase.database.core.MockDatabase
-
- dropDatabaseObjects(CatalogAndSchema) - Method in interface liquibase.database.Database
-
Drops all objects in a specified schema.
- DropDefaultValueChange - Class in liquibase.change.core
-
Removes the default value from an existing column.
- DropDefaultValueChange() - Constructor for class liquibase.change.core.DropDefaultValueChange
-
- DropDefaultValueGenerator - Class in liquibase.sqlgenerator.core
-
- DropDefaultValueGenerator() - Constructor for class liquibase.sqlgenerator.core.DropDefaultValueGenerator
-
- DropDefaultValueGeneratorSnowflake - Class in liquibase.sqlgenerator.core
-
- DropDefaultValueGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.DropDefaultValueGeneratorSnowflake
-
- DropDefaultValueStatement - Class in liquibase.statement.core
-
- DropDefaultValueStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.DropDefaultValueStatement
-
- dropFirst - Variable in class liquibase.integration.spring.SpringLiquibase
-
- dropFirst - Variable in class org.liquibase.maven.plugins.LiquibaseUpdate
-
Whether or not to perform a drop on the database before executing the change.
- DropForeignKeyConstraintChange - Class in liquibase.change.core
-
Drops an existing foreign key constraint.
- DropForeignKeyConstraintChange() - Constructor for class liquibase.change.core.DropForeignKeyConstraintChange
-
- DropForeignKeyConstraintGenerator - Class in liquibase.sqlgenerator.core
-
- DropForeignKeyConstraintGenerator() - Constructor for class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
-
- DropForeignKeyConstraintStatement - Class in liquibase.statement.core
-
- DropForeignKeyConstraintStatement(String, String, String, String) - Constructor for class liquibase.statement.core.DropForeignKeyConstraintStatement
-
- DropIndexChange - Class in liquibase.change.core
-
Drops an existing index.
- DropIndexChange() - Constructor for class liquibase.change.core.DropIndexChange
-
- DropIndexGenerator - Class in liquibase.sqlgenerator.core
-
- DropIndexGenerator() - Constructor for class liquibase.sqlgenerator.core.DropIndexGenerator
-
- DropIndexStatement - Class in liquibase.statement.core
-
- DropIndexStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.DropIndexStatement
-
- DropNotNullConstraintChange - Class in liquibase.change.core
-
Drops a not-null constraint from an existing column.
- DropNotNullConstraintChange() - Constructor for class liquibase.change.core.DropNotNullConstraintChange
-
- DropPrimaryKeyChange - Class in liquibase.change.core
-
Removes an existing primary key.
- DropPrimaryKeyChange() - Constructor for class liquibase.change.core.DropPrimaryKeyChange
-
- DropPrimaryKeyGenerator - Class in liquibase.sqlgenerator.core
-
- DropPrimaryKeyGenerator() - Constructor for class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
-
- DropPrimaryKeyStatement - Class in liquibase.statement.core
-
- DropPrimaryKeyStatement(String, String, String, String) - Constructor for class liquibase.statement.core.DropPrimaryKeyStatement
-
- DropProcedureChange - Class in liquibase.change.core
-
- DropProcedureChange() - Constructor for class liquibase.change.core.DropProcedureChange
-
- DropProcedureGenerator - Class in liquibase.sqlgenerator.core
-
- DropProcedureGenerator() - Constructor for class liquibase.sqlgenerator.core.DropProcedureGenerator
-
- DropProcedureGeneratorSnowflake - Class in liquibase.sqlgenerator.core
-
- DropProcedureGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.DropProcedureGeneratorSnowflake
-
- DropProcedureStatement - Class in liquibase.statement.core
-
- DropProcedureStatement(String, String, String) - Constructor for class liquibase.statement.core.DropProcedureStatement
-
- DropSequenceChange - Class in liquibase.change.core
-
Drops an existing sequence.
- DropSequenceChange() - Constructor for class liquibase.change.core.DropSequenceChange
-
- DropSequenceGenerator - Class in liquibase.sqlgenerator.core
-
- DropSequenceGenerator() - Constructor for class liquibase.sqlgenerator.core.DropSequenceGenerator
-
- DropSequenceStatement - Class in liquibase.statement.core
-
- DropSequenceStatement(String, String, String) - Constructor for class liquibase.statement.core.DropSequenceStatement
-
- DropTableChange - Class in liquibase.change.core
-
Drops an existing table.
- DropTableChange() - Constructor for class liquibase.change.core.DropTableChange
-
- DropTableGenerator - Class in liquibase.sqlgenerator.core
-
- DropTableGenerator() - Constructor for class liquibase.sqlgenerator.core.DropTableGenerator
-
- DropTableStatement - Class in liquibase.statement.core
-
- DropTableStatement(String, String, String, boolean) - Constructor for class liquibase.statement.core.DropTableStatement
-
- DropUniqueConstraintChange - Class in liquibase.change.core
-
Removes an existing unique constraint.
- DropUniqueConstraintChange() - Constructor for class liquibase.change.core.DropUniqueConstraintChange
-
- DropUniqueConstraintGenerator - Class in liquibase.sqlgenerator.core
-
- DropUniqueConstraintGenerator() - Constructor for class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
-
- DropUniqueConstraintStatement - Class in liquibase.statement.core
-
- DropUniqueConstraintStatement(String, String, String, String) - Constructor for class liquibase.statement.core.DropUniqueConstraintStatement
-
- DropUniqueConstraintStatement(String, String, String, String, ColumnConfig[]) - Constructor for class liquibase.statement.core.DropUniqueConstraintStatement
-
- DropViewChange - Class in liquibase.change.core
-
Drops an existing view.
- DropViewChange() - Constructor for class liquibase.change.core.DropViewChange
-
- DropViewGenerator - Class in liquibase.sqlgenerator.core
-
- DropViewGenerator() - Constructor for class liquibase.sqlgenerator.core.DropViewGenerator
-
- DropViewStatement - Class in liquibase.statement.core
-
- DropViewStatement(String, String, String) - Constructor for class liquibase.statement.core.DropViewStatement
-
- DropViewStatement(String, String, String, Boolean) - Constructor for class liquibase.statement.core.DropViewStatement
-
- DUPLICATE_FILE_MODE - Static variable in class liquibase.GlobalConfiguration
-
- DuplicateChangeSetException - Exception in liquibase.exception
-
- DuplicateChangeSetException(String) - Constructor for exception liquibase.exception.DuplicateChangeSetException
-
- duplicateFileMode - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
How to handle multiple files being found in the search path that have duplicate paths.
- DuplicateStatementIdentifierException - Exception in liquibase.exception
-
- DuplicateStatementIdentifierException(String) - Constructor for exception liquibase.exception.DuplicateStatementIdentifierException
-
- generate(Database) - Method in class liquibase.statement.core.RuntimeStatement
-
- GENERATE_CHANGESET_CREATED_VALUES - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- GENERATE_CHANGESET_CREATED_VALUES - Static variable in class liquibase.GlobalConfiguration
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.AbstractJdbcDatabase
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.MSSQLDatabase
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.MySQLDatabase
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.PostgresDatabase
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SnowflakeDatabase
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SQLiteDatabase
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SybaseASADatabase
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SybaseDatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.AbstractJdbcDatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.MSSQLDatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.MySQLDatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.PostgresDatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SnowflakeDatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SQLiteDatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SybaseASADatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SybaseDatabase
-
- generateChangeLog(CatalogAndSchema, DiffToChangeLog, PrintStream, Class<? extends DatabaseObject>...) - Method in class liquibase.Liquibase
-
- generateChangeLog(CatalogAndSchema, DiffToChangeLog, PrintStream, ChangeLogSerializer, Class<? extends DatabaseObject>...) - Method in class liquibase.Liquibase
-
- GenerateChangeLogCommand - Class in liquibase.command.core
-
- GenerateChangeLogCommand() - Constructor for class liquibase.command.core.GenerateChangeLogCommand
-
Deprecated.
- GenerateChangelogCommandStep - Class in liquibase.command.core
-
- GenerateChangelogCommandStep() - Constructor for class liquibase.command.core.GenerateChangelogCommandStep
-
- GenerateChangeLogTask - Class in liquibase.integration.ant
-
- GenerateChangeLogTask() - Constructor for class liquibase.integration.ant.GenerateChangeLogTask
-
- generateChangeSets() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- generateCheckSum() - Method in 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.CreateViewChange
-
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
-
- generateCountSql(TableRowCountStatement, Database) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
-
- generateCreateTableStatement() - Method in class liquibase.change.core.CreateTableChange
-
- GENERATED_CHANGESET_IDS_INCLUDE_DESCRIPTION - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- GENERATED_CHANGESET_IDS_INCLUDE_DESCRIPTION - Static variable in class liquibase.GlobalConfiguration
-
- GENERATED_SQL_ARRAY_SCOPE_KEY - Static variable in class liquibase.sqlgenerator.SqlGeneratorFactory
-
- generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.database.AbstractJdbcDatabase
-
- generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.database.core.MockDatabase
-
- generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.database.core.MySQLDatabase
-
- generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.database.core.OracleDatabase
-
- generateDatabaseFunctionValue(DatabaseFunction) - Method in interface liquibase.database.Database
-
Some function names are placeholders that need to be replaced with the specific database value.
- generateDefaultConstraintName(String, String) - Method in class liquibase.database.core.MSSQLDatabase
-
- generateDefaultConstraintName(String, String) - Method in class liquibase.database.core.SybaseDatabase
-
- generateDeploymentId() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
-
- generateDeploymentId() - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- generateDeploymentId() - Method in class liquibase.changelog.MockChangeLogHistoryService
-
- generateDocumentation(String) - Method in class liquibase.Liquibase
-
- generateDocumentation(String, String) - Method in class liquibase.Liquibase
-
- generateDocumentation(String, String, CatalogAndSchema...) - Method in class liquibase.Liquibase
-
- generateDocumentation(String, Contexts, LabelExpression, CatalogAndSchema...) - Method in class liquibase.Liquibase
-
- generateHeader(StringBuilder, InsertStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertGenerator
-
- generateHeader(StringBuilder, InsertSetStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
-
- generateId(Change[]) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- generateId() - Method in class liquibase.snapshot.SnapshotIdService
-
- generateParseException() - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Generate ParseException.
- generatePrimaryKeyName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- generatePrimaryKeyName(String) - Method in class liquibase.database.core.AbstractDb2Database
-
- generatePrimaryKeyName(String) - Method in class liquibase.database.core.MockDatabase
-
- generatePrimaryKeyName(String) - Method in class liquibase.database.core.OracleDatabase
-
- generatePrimaryKeyName(String) - Method in class liquibase.database.core.PostgresDatabase
-
Generates PK following PostgreSQL
conventions:
Postgres PK size is limited with 63 bytes.
- generatePrimaryKeyName(String) - Method in interface liquibase.database.Database
-
- generateRollbackStatements(Database) - Method in class liquibase.change.AbstractChange
-
- 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.AddDefaultValueGeneratorSQLite
-
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
-
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
-
- generateSql(AddForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
-
- generateSql(AddPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
-
- generateSql(AddPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
-
- generateSql(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.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(BatchDmlExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.BatchDmlExecutablePreparedStatementGenerator
-
- generateSql(ClearDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
-
- generateSql(CommentStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CommentGenerator
-
- generateSql(CopyRowsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
-
- generateSql(CreateDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
-
- generateSql(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- generateSql(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
-
- generateSql(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
-
Generate a CREATE INDEX SQL statement.
- generateSql(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
-
Generate a CREATE INDEX SQL statement for Firebird databases.
- generateSql(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
-
- generateSql(CreateProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
-
- generateSql(CreateSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
-
- generateSql(CreateSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateSequenceGeneratorSnowflake
-
- generateSql(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGenerator
-
- generateSql(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
-
Informix SQL-specific implementation of the CREATE TABLE SQL generator.
- generateSql(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGenerator
-
- generateSql(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
-
- generateSql(DeleteStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DeleteGenerator
-
- generateSql(DropColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropColumnGenerator
-
- generateSql(DropDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
-
- generateSql(DropDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGeneratorSnowflake
-
- generateSql(DropForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
-
- generateSql(DropIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropIndexGenerator
-
- generateSql(DropPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
-
- generateSql(DropProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropProcedureGenerator
-
- generateSql(DropProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropProcedureGeneratorSnowflake
-
- generateSql(DropSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
-
- generateSql(DropTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropTableGenerator
-
- generateSql(DropUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
-
- generateSql(DropViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropViewGenerator
-
- generateSql(GetNextChangeSetSequenceValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGenerator
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSnowflake
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
-
- generateSql(InitializeDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
-
- generateSql(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.InsertOrUpdateGeneratorDB2
-
- generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
-
- generateSql(InsertSetStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
-
- generateSql(LockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
-
- generateSql(MarkChangeSetRanStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
-
- generateSql(ModifyDataTypeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
-
- generateSql(RawParameterizedSqlStatement, Database, SqlGeneratorChain<RawParameterizedSqlStatement>) - Method in class liquibase.sqlgenerator.core.RawParameterizedSqlGenerator
-
- generateSql(RawSqlStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RawSqlGenerator
-
- generateSql(ReindexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
-
- generateSql(RemoveChangeSetRanStatusStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RemoveChangeSetRanStatusGenerator
-
- generateSql(RenameColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
-
- generateSql(RenameSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameSequenceGenerator
-
- generateSql(RenameTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
-
- generateSql(RenameTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameTableGeneratorSnowflake
-
- generateSql(RenameViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
-
- generateSql(RenameViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameViewGeneratorSnowflake
-
- generateSql(ReorganizeTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
-
- generateSql(RuntimeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RuntimeGenerator
-
- generateSql(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(SetViewRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetViewRemarksGenerator
-
- 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(T, Database, SqlGeneratorChain<T>) - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Generate the actual Sql for the given statement and database.
- generateSql(T, 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.BatchDmlExecutablePreparedStatement
-
- generateSql(List<ColumnConfig>) - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
- generateSql(List<ColumnConfig>) - Method in class liquibase.statement.InsertExecutablePreparedStatement
-
- generateSql(List<ColumnConfig>) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
-
- 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
- generateStatementsFromRows(Database, List<LoadDataChange.LoadDataRowConfig>) - Method in class liquibase.change.core.LoadDataChange
-
- generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
-
- generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
-
- generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
-
- generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
-
- generateStatementsIsVolatile(Database) - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Does this change require access to the database metadata? 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.CreateViewChange
-
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
-
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.DropColumnChange
-
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.LoadDataChange
-
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.MergeColumnChange
-
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.SQLFileChange
-
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.StopChange
-
- generateStatementsVolatile(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
-
- generateStatementsVolatile(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
Return true if the SqlStatement class queries the database in any way to determine Statements to execute.
- generateValues(StringBuilder, InsertStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertGenerator
-
- GENERIC_CHANGELOG_EXTENSION_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
-
- GENERIC_EXTENSION_XSD - Static variable in class liquibase.parser.core.xml.StandardNamespaceDetails
-
- GENERIC_SNAPSHOT_EXTENSION_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
-
- get(String, Class<T>) - Method in class liquibase.AbstractExtensibleObject
-
- get(String, T) - Method in class liquibase.AbstractExtensibleObject
-
- get(String, T, Class<T>) - Method in class liquibase.AbstractExtensibleObject
-
- get(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- get(String, Class<T>) - Method in interface liquibase.ExtensibleObject
-
Return the current value of the given attribute name, converted to the passed type.
- get(String, T) - Method in interface liquibase.ExtensibleObject
-
- get(String) - Method in interface liquibase.resource.ResourceAccessor
-
Finds a single specific .
- get(Enum, Class<T>) - Method in class liquibase.Scope
-
- get(Enum, T) - Method in class liquibase.Scope
-
- get(String, Class<T>) - Method in class liquibase.Scope
-
Return the value associated with the given key in this scope or any parent scope.
- get(String, T) - Method in class liquibase.Scope
-
Return the value associated with the given key in this scope or any parent scope.
- 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(ResultSetCache.ResultSetExtractor) - Method in class liquibase.snapshot.ResultSetCache
-
- get(DatabaseObjectType, CompareControl.SchemaComparison[]) - Method in class liquibase.structure.DatabaseObjectCollection
-
Returns the object described by the passed example if it is already included in this snapshot.
- get(Class<DatabaseObjectType>) - Method in class liquibase.structure.DatabaseObjectCollection
-
Returns all objects of the given type that are already included in this snapshot.
- get(Object) - Method in class liquibase.util.SmartMap
-
- get(String, Class<T>) - Method in class liquibase.util.SmartMap
-
Return the value for the given key converted to the passed type.
- get(String, T) - Method in class liquibase.util.SmartMap
-
Return the value for the given key converted to the type of the default value.
- get(String) - Method in class liquibase.util.StringClauses
-
Retrieves the given key.
- get(Enum) - Method in class liquibase.util.StringClauses
-
- getActualKey() - Method in class liquibase.configuration.ProvidedValue
-
The actual key/source for the value.
- getAddAfterColumn() - Method in class liquibase.statement.core.AddColumnStatement
-
- getAddAtPosition() - Method in class liquibase.statement.core.AddColumnStatement
-
- getAddBeforeColumn() - Method in class liquibase.statement.core.AddColumnStatement
-
- getAdditionalInformation() - Method in class liquibase.datatype.LiquibaseDataType
-
- 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.CallableSql
-
- 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(SetViewRemarksStatement) - Method in class liquibase.sqlgenerator.core.SetViewRemarksGenerator
-
- getAffectedTable(UpdateStatement) - Method in class liquibase.sqlgenerator.core.UpdateGenerator
-
- getAffectedUniqueConstraint(AddUniqueConstraintStatement) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
-
- getAffectedUniqueConstraint(DropUniqueConstraintStatement) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
-
- getAffectedView(CreateViewStatement) - Method in class liquibase.sqlgenerator.core.CreateViewGenerator
-
- getAffectedView(DropViewStatement) - Method in class liquibase.sqlgenerator.core.DropViewGenerator
-
- getAfterColumn() - Method in class liquibase.change.AddColumnConfig
-
- getAliases() - Method in class liquibase.command.CommandArgumentDefinition
-
Aliases for the argument.
- getAliases() - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getAliases() - Method in class liquibase.datatype.LiquibaseDataType
-
- getAliasKeys() - Method in class liquibase.configuration.ConfigurationDefinition
-
- getAll(String) - Method in class liquibase.integration.spring.SpringResourceAccessor
-
- getAll() - Method in interface liquibase.logging.mdc.MdcManager
-
- getAll() - Method in class liquibase.logging.mdc.NoOpMdcManager
-
- getAll(String) - Method in class liquibase.resource.AbstractPathResourceAccessor
-
- getAll(String) - Method in class liquibase.resource.ClassLoaderResourceAccessor
-
- getAll(String) - Method in class liquibase.resource.CompositeResourceAccessor
-
- getAll(String) - Method in interface liquibase.resource.ResourceAccessor
-
Returns all
Resource
s at the given path.
- getAll(String) - Method in class liquibase.sdk.resource.MockResourceAccessor
-
- getAllowColumnUpdate(String) - Method in class liquibase.statement.core.InsertOrUpdateStatement
-
- getAllowedPackages() - Method in class liquibase.osgi.Activator.LiquibaseBundle
-
- getAllowPrompt() - Method in class liquibase.ui.CompositeUIService
-
- getAllowPrompt() - Method in class liquibase.ui.ConsoleUIService
-
- getAllowPrompt() - Method in class liquibase.ui.LoggerUIService
-
- getAllowPrompt() - Method in interface liquibase.ui.UIService
-
Return current setting of allow prompt flag
- getAllowUpdate() - Method in class liquibase.change.core.LoadDataColumnConfig
-
Returns true if this Column should be updated.
- getAltCatalog() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Standard alt catalog to use for testing.
- getAlterTableSqls(Database, SQLiteDatabase.AlterTableVisitor, String, String, String) - Static method in class liquibase.database.core.SQLiteDatabase
-
- getAlterTableStatements(SQLiteDatabase.AlterTableVisitor, Database, String, String, String) - Static method in class liquibase.database.core.SQLiteDatabase
-
- getAltSchema() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Standard alt schema to use for testing.
- getAltTablespace() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Standard alt tablespace to use for testing.
- getAlwaysOverrideStoredLogicSchema() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getApiKey() - Method in class liquibase.hub.core.StandardHubService
-
- getApiKey() - Method in class liquibase.hub.model.CoreInitOnboardingResponse
-
- getApiKey() - Method in class liquibase.hub.model.HubRegisterResponse
-
- getApplicableDbms() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- getApplicableDbms() - Method in interface liquibase.sql.visitor.SqlVisitor
-
- getAppliesTo() - Method in class liquibase.change.ChangeMetaData
-
Returns the types of DatabaseObjects this change would apply to.
- getArgs() - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- getArgument(String) - Method in class liquibase.command.CommandDefinition
-
Returns the given argument definition for this command.
- getArgumentName() - Method in enum liquibase.command.CommonArgumentNames
-
- getArgumentName() - Method in exception liquibase.exception.MissingRequiredArgumentException
-
- getArguments() - Method in class liquibase.command.AbstractCommand
-
Deprecated.
- getArguments() - Method in class liquibase.command.CommandDefinition
-
Returns the arguments for this command.
- getArguments(Class<T>) - Method in class liquibase.command.CommandDefinition
-
Convenience method to return the arguments for this command which are of a given type.
- getArguments() - Method in interface liquibase.command.LiquibaseCommand
-
Deprecated.
- getArgumentValue(CommandArgumentDefinition<T>) - Method in class liquibase.command.CommandScope
-
- getArtifactClassloader(MavenProject, boolean, boolean, Class, Log, boolean) - Static method in class org.liquibase.maven.plugins.MavenUtils
-
Obtains a
ClassLoader
that can load from the Maven project dependencies.
- getAssociatedWith() - Method in class liquibase.change.core.CreateIndexChange
-
- getAssociatedWith() - Method in class liquibase.change.core.DropIndexChange
-
- getAssociatedWith() - Method in class liquibase.statement.core.CreateIndexStatement
-
- getAssociatedWith() - Method in class liquibase.statement.core.DropIndexStatement
-
- getAssociatedWith() - Method in class liquibase.structure.core.Index
-
- getAssociatedWithAsString() - Method in class liquibase.structure.core.Index
-
- getAttribute(String) - Method in class liquibase.changelog.ChangeSet
-
- getAttribute(String) - Method in class liquibase.ObjectMetaData
-
- 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
-
Retrieves the value of a
DatabaseObject
's attributes and cast it into the desired type.
- getAttribute(String, T) - Method in interface liquibase.structure.DatabaseObject
-
Retrieves the value of a
DatabaseObject
's attributes and cast it into the desired type.
- getAttributes() - Method in class liquibase.AbstractExtensibleObject
-
- getAttributes() - Method in interface liquibase.ExtensibleObject
-
Return the names of all the set attributes.
- getAttributes() - Method in class liquibase.structure.AbstractDatabaseObject
-
- getAttributes() - Method in interface liquibase.structure.DatabaseObject
-
Returns the name of all attributes currently stored for this
DatabaseObject
.
- getAuthor() - Method in class liquibase.changelog.ChangeSet
-
- getAuthor() - Method in class liquibase.changelog.RanChangeSet
-
- getAuthor() - Method in class liquibase.command.core.GenerateChangeLogCommand
-
Deprecated.
- getAuthor() - Method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback.ChangeSet
-
- 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.MockDatabaseConnection
-
- getAutoCommit() - Method in class liquibase.database.OfflineConnection
-
- getAutoCommitMode() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getAutoCommitMode() - Method in class liquibase.database.core.MockDatabase
-
- getAutoCommitMode() - Method in interface liquibase.database.Database
-
Auto-commit mode to run in
- getAutoIncrementByClause() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getAutoIncrementByClause() - Method in class liquibase.database.core.MSSQLDatabase
-
- getAutoIncrementByClause() - Method in class liquibase.database.core.SnowflakeDatabase
-
- getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getAutoIncrementClause(String, Boolean) - Method in class liquibase.database.AbstractJdbcDatabase
-
Default implementation.
- getAutoIncrementClause() - Method in class liquibase.database.core.H2Database
-
- getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in class liquibase.database.core.H2Database
-
- getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in class liquibase.database.core.HsqlDatabase
-
- getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in class liquibase.database.core.InformixDatabase
-
- getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in class liquibase.database.core.MockDatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.MSSQLDatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.MySQLDatabase
-
- getAutoIncrementClause(String, Boolean) - Method in class liquibase.database.core.OracleDatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.PostgresDatabase
-
- getAutoIncrementClause(String, Boolean) - Method in class liquibase.database.core.PostgresDatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.SnowflakeDatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.SQLiteDatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.SybaseASADatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.SybaseDatabase
-
- getAutoIncrementClause(BigInteger, BigInteger, String, Boolean) - Method in interface liquibase.database.Database
-
Returns database-specific auto-increment DDL clause.
- getAutoIncrementClosing() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getAutoIncrementClosing() - Method in class liquibase.database.core.MySQLDatabase
-
- getAutoIncrementConstraint() - Method in class liquibase.statement.core.AddColumnStatement
-
- getAutoIncrementConstraints() - Method in class liquibase.statement.core.CreateTableStatement
-
- getAutoIncrementInformation() - Method in class liquibase.structure.core.Column
-
- getAutoIncrementOpening() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getAutoIncrementOpening() - Method in class liquibase.database.core.MySQLDatabase
-
- getAutoIncrementStartWithClause() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getAutoIncrementStartWithClause() - Method in class liquibase.database.core.MSSQLDatabase
-
- getAutoIncrementStartWithClause() - Method in class liquibase.database.core.MySQLDatabase
-
- getAutoIncrementStartWithClause() - Method in class liquibase.database.core.SnowflakeDatabase
-
- getAvailable(Class<T>) - Method in class liquibase.extension.testing.testsystem.TestSystemFactory
-
- getBackingIndex() - Method in class liquibase.structure.core.ForeignKey
-
- getBackingIndex() - Method in class liquibase.structure.core.PrimaryKey
-
- getBackingIndex() - Method in class liquibase.structure.core.UniqueConstraint
-
- getBanner() - Static method in class liquibase.integration.commandline.CommandLineUtils
-
- getBaseColumnNames() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getBaseColumnNames() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- getBaseColumns() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- getBaseTableCatalogName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getBaseTableCatalogName() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
-
- getBaseTableCatalogName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
-
- getBaseTableCatalogName() - Method in class liquibase.statement.core.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
-
- getBeginColumn() - Method in class liquibase.util.grammar.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class liquibase.util.grammar.SimpleCharStream
-
Get token beginning line number.
- getBody() - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- getBoolean(String) - Method in class liquibase.snapshot.CachedRow
-
- getBuildNumber() - Static method in class liquibase.util.LiquibaseUtil
-
- getBuildTime() - Static method in class liquibase.util.LiquibaseUtil
-
- getBuildVersion() - Static method in class liquibase.util.LiquibaseUtil
-
Return the configured build.version.
- getBuildVersionInfo() - Static method in class liquibase.util.LiquibaseUtil
-
Return the build version for release builds and a more descriptive string for snapshot builds.
- getBundle() - Method in class liquibase.osgi.Activator.LiquibaseBundle
-
- getBytesWithEncoding(String) - Static method in class liquibase.util.StringUtil
-
- getCachedStatement(String) - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
- getCacheKey(UniqueConstraint, Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
Return the cache key for the given UniqueConstraint.
- getCacheKey(Map<String, ?>, Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
Return the cache key for the given query row.
- 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
-
- getCatalog() - Method in interface liquibase.database.DatabaseConnection
-
- getCatalog() - Method in class liquibase.database.jvm.JdbcConnection
-
- getCatalog() - Method in class liquibase.database.MockDatabaseConnection
-
- getCatalog() - Method in class liquibase.database.OfflineConnection
-
- getCatalog() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Standard "catalog" to use for testing.
- getCatalog() - Method in 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.AbstractTableChange
-
- getCatalogName() - Method in class liquibase.change.core.AbstractModifyDataChange
-
- getCatalogName() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getCatalogName() - Method in class liquibase.change.core.AddColumnChange
-
- getCatalogName() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getCatalogName() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- getCatalogName() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- getCatalogName() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getCatalogName() - Method in class liquibase.change.core.AlterSequenceChange
-
- getCatalogName() - Method in class liquibase.change.core.CreateIndexChange
-
- getCatalogName() - Method in class liquibase.change.core.CreateProcedureChange
-
- getCatalogName() - Method in class liquibase.change.core.CreateSequenceChange
-
- getCatalogName() - Method in class liquibase.change.core.CreateTableChange
-
- getCatalogName() - Method in class liquibase.change.core.CreateViewChange
-
- getCatalogName() - Method in class liquibase.change.core.DropColumnChange
-
- getCatalogName() - Method in class liquibase.change.core.DropDefaultValueChange
-
- getCatalogName() - Method in class liquibase.change.core.DropIndexChange
-
- getCatalogName() - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- getCatalogName() - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- getCatalogName() - Method in class liquibase.change.core.DropProcedureChange
-
- getCatalogName() - Method in class liquibase.change.core.DropSequenceChange
-
- getCatalogName() - Method in class liquibase.change.core.DropTableChange
-
- getCatalogName() - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- getCatalogName() - Method in class liquibase.change.core.DropViewChange
-
- getCatalogName() - Method in class liquibase.change.core.InsertDataChange
-
- getCatalogName() - Method in class liquibase.change.core.MergeColumnChange
-
- getCatalogName() - Method in class liquibase.change.core.ModifyDataTypeChange
-
- getCatalogName() - Method in class liquibase.change.core.RenameColumnChange
-
- getCatalogName() - Method in class liquibase.change.core.RenameSequenceChange
-
- getCatalogName() - Method in class liquibase.change.core.RenameTableChange
-
- getCatalogName() - Method in class liquibase.change.core.RenameViewChange
-
- getCatalogName() - Method in class liquibase.change.core.SetColumnRemarksChange
-
- getCatalogName() - Method in class liquibase.change.core.SetTableRemarksChange
-
- getCatalogName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- getCatalogName() - Method in class liquibase.precondition.core.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.UniqueConstraintExistsPrecondition
-
- getCatalogName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- getCatalogName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
-
- getCatalogName() - Method in class liquibase.statement.core.AddColumnStatement
-
- getCatalogName() - Method in class liquibase.statement.core.AddDefaultValueStatement
-
- getCatalogName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
- getCatalogName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- getCatalogName() - Method in class liquibase.statement.core.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.SetViewRemarksStatement
-
- 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
-
- getChanged() - Method in class liquibase.logging.mdc.customobjects.DiffResultsSummary
-
- getChangedObject(DatabaseObject, CompareControl.SchemaComparison[]) - Method in class liquibase.diff.DiffResult
-
- getChangedObjects() - Method in class liquibase.diff.DiffResult
-
- getChangedObjects(Class<T>) - Method in class liquibase.diff.DiffResult
-
- getChangedObjects(Class<T>, Comparator<DatabaseObject>) - Method in class liquibase.diff.DiffResult
-
- getChangeExecListener() - Method in class liquibase.hub.listener.HubChangeExecListener
-
- getChangeExecListener(Database, ResourceAccessor, String, String) - Static method in class liquibase.integration.commandline.ChangeExecListenerUtils
-
- getChangeLog() - Method in class liquibase.changelog.ChangeSet
-
- getChangeLog() - Method in class liquibase.changelog.RanChangeSet
-
- getChangeLog() - Method in class liquibase.integration.cdi.CDILiquibaseConfig
-
- getChangeLog() - Method in class liquibase.integration.jakarta.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.
- getChangeLogDirectory() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
Gets the change log directory set from Ant.
- getChangeLogDirectory() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
This method is designed to be overridden by subclasses when a change log is needed.
- getChangeLogFile() - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- getChangeLogFile() - Method in class liquibase.command.core.DropAllCommand
-
Deprecated.
- getChangeLogFile() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
Gets the change log file set from Ant.
- getChangeLogFile() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
This method is designed to be overridden by subclasses when a change log is needed.
- getChangeLogFile() - Method in class liquibase.integration.ant.DBDocTask
-
- getChangeLogFile() - Method in class liquibase.Liquibase
-
Return the change log file used by this Liquibase instance.
- getChangeLogFile() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- getChangelogFileArg(CommandScope) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
- getChangelogFileArg(CommandScope) - Method in class liquibase.command.core.UpdateCommandStep
-
- getChangelogFileArg(CommandScope) - Method in class liquibase.command.core.UpdateCountCommandStep
-
- getChangelogFileArg(CommandScope) - Method in class liquibase.command.core.UpdateSqlCommandStep
-
- getChangelogFileArg(CommandScope) - Method in class liquibase.command.core.UpdateToTagCommandStep
-
- getChangeLogId() - Method in class liquibase.changelog.DatabaseChangeLog
-
- 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.exception.ValidationErrors
-
- 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.logging.mdc.customobjects.ChangesetsUpdated
-
- getChangeSet() - Method in class liquibase.statement.core.MarkChangeSetRanStatement
-
- getChangeSet() - Method in class liquibase.statement.core.RemoveChangeSetRanStatusStatement
-
- getChangeSet() - Method in class liquibase.statement.core.UpdateChangeSetChecksumStatement
-
- getChangeSet() - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
- getChangeSetAuthor() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- getChangesetAuthor() - Method in class liquibase.hub.model.HubChange
-
- getChangesetAuthor() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getChangesetAuthor() - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated.Changeset
-
- getChangesetBody() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getChangesetCount() - Method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback
-
- getChangesetCount() - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated
-
- getChangesetFilename() - Method in class liquibase.hub.model.HubChange
-
- getChangesetFilename() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getChangesetFilepath() - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated.Changeset
-
- getChangeSetFilters() - Method in class liquibase.changelog.ChangeLogIterator
-
- getChangesetId() - Method in class liquibase.hub.model.HubChange
-
- getChangesetId() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getChangesetId() - Method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback.ChangeSet
-
- getChangesetId() - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated.Changeset
-
- getChangesetOutcome() - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated.Changeset
-
- getChangeSetPath() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- getChangeSets(String, String, String) - Method in class liquibase.changelog.DatabaseChangeLog
-
- getChangeSets() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getChangeSets(RanChangeSet) - Method in class liquibase.changelog.DatabaseChangeLog
-
- getChangeSets() - Method in class liquibase.hub.model.OperationChange
-
- getChangesets() - Method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback
-
- 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 changesets that will execute
- getChangeSetsToSkip() - Method in class liquibase.changelog.visitor.StatusVisitor
-
Return the changesets 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.Scope
-
- getClassLoader(boolean) - Method in class liquibase.Scope
-
- getClassLoaderIncludingProjectClasspath() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Returns an isolated classloader.
- getClassName() - Method in class liquibase.change.custom.CustomChangeWrapper
-
- getClassName() - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- getClauseIterator() - Method in class liquibase.util.StringClauses
-
- getCleanOperationParameters(Map<String, String>) - Method in class liquibase.hub.core.StandardHubService
-
- getClientMetadata() - Method in class liquibase.hub.model.Operation
-
- getClustered() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- getClustered() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getClustered() - Method in class liquibase.change.core.CreateIndexChange
-
- getClustered() - Method in class liquibase.structure.core.Index
-
- getCollation() - Method in class liquibase.extension.testing.testsystem.core.MSSQLTestSystem
-
- getColumn() - Method in class liquibase.statement.ForeignKeyConstraint
-
- getColumn(String) - Method in class liquibase.structure.core.Relation
-
Returns the column object for the given columnName.
- getColumn() - Method in class liquibase.util.grammar.SimpleCharStream
-
Deprecated.
- getColumn1Name() - Method in class liquibase.change.core.MergeColumnChange
-
- getColumn2Name() - Method in class liquibase.change.core.MergeColumnChange
-
- getColumnConfig(int, String) - Method in class liquibase.change.core.LoadDataChange
-
- getColumnDataType() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getColumnDataType() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getColumnDataType() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- getColumnDataType() - Method in class liquibase.change.core.DropDefaultValueChange
-
- getColumnDataType() - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- getColumnDataType() - Method in class liquibase.change.core.RenameColumnChange
-
- getColumnDataType() - Method in class liquibase.change.core.SetColumnRemarksChange
-
- getColumnDataType() - Method in class liquibase.statement.core.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.SetColumnRemarksStatement
-
- getColumnDataType() - Method in class liquibase.statement.core.SetNullableStatement
-
- getColumnKey(String) - Method in class liquibase.executor.jvm.ColumnMapRowMapper
-
Determine the key to use for the given column in the column Map.
- getColumnMapRowMapper() - Method in class liquibase.executor.jvm.JdbcExecutor
-
Create a new RowMapper for reading columns as key-value pairs.
- getColumnName() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getColumnName() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getColumnName() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- getColumnName() - Method in class liquibase.change.core.DropColumnChange
-
- getColumnName() - Method in class liquibase.change.core.DropDefaultValueChange
-
- getColumnName() - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- getColumnName() - Method in class liquibase.change.core.ModifyDataTypeChange
-
- getColumnName() - Method in class liquibase.change.core.SetColumnRemarksChange
-
- getColumnName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- getColumnName() - Method in class liquibase.statement.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
-
- getColumnNames() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- getColumnNames() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getColumnNames() - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- getColumnNames() - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
-
- getColumnNames() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
- getColumnNames() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- getColumnNames() - Method in class liquibase.structure.core.Index
-
- getColumnNames() - Method in class liquibase.structure.core.PrimaryKey
-
- getColumnNames() - Method in class liquibase.structure.core.UniqueConstraint
-
- getColumnNamesAsList() - Method in class liquibase.structure.core.PrimaryKey
-
- getColumnParentType() - Method in class liquibase.change.core.SetColumnRemarksChange
-
- getColumnParentType() - Method in class liquibase.statement.core.SetColumnRemarksStatement
-
- getColumnRemarks(String) - Method in class liquibase.statement.core.CreateTableStatement
-
- getColumns() - Method in interface liquibase.change.ChangeWithColumns
-
- getColumns() - Method in class liquibase.change.core.AddColumnChange
-
- getColumns() - Method in class liquibase.change.core.CreateIndexChange
-
- getColumns() - Method in class liquibase.change.core.CreateTableChange
-
- getColumns() - Method in class liquibase.change.core.DropColumnChange
-
- getColumns() - Method in class liquibase.change.core.InsertDataChange
-
- getColumns() - Method in class liquibase.change.core.LoadDataChange
-
- getColumns() - Method in class liquibase.change.core.LoadDataChange.LoadDataRowConfig
-
- getColumns() - Method in class liquibase.change.core.UpdateDataChange
-
- getColumns(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.AddPrimaryKeyStatement
-
- 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(String) - Method in class liquibase.command.CommandFactory
-
- getCommand() - Method in class liquibase.command.CommandScope
-
- getCommandDefinition(String...) - Method in class liquibase.command.CommandFactory
-
- getCommandName() - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
- getCommandName() - Method in class liquibase.command.core.UpdateCommandStep
-
- getCommandName() - Method in class liquibase.command.core.UpdateCountCommandStep
-
- getCommandName() - Method in class liquibase.command.core.UpdateSqlCommandStep
-
- getCommandName() - Method in class liquibase.command.core.UpdateToTagCommandStep
-
- getCommandName() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseFlowMojo
-
- getCommandName() - Method in class org.liquibase.maven.plugins.LiquibaseFlowMojo
-
- getCommandName() - Method in class org.liquibase.maven.plugins.LiquibaseFlowValidateMojo
-
- getCommands(boolean) - Method in class liquibase.command.CommandFactory
-
- getCommandScope() - Method in class liquibase.command.CommandResults
-
- getCommandScope() - Method in class liquibase.command.CommandResultsBuilder
-
- getCommandString() - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- getComment() - Method in class liquibase.change.core.RawSQLChange
-
- getCommentLineStartsWith() - Method in class liquibase.change.core.LoadDataChange
-
- getComments() - Method in class liquibase.change.core.CreateProcedureChange
-
- getComments() - Method in class liquibase.changelog.ChangeSet
-
- getComments() - Method in class liquibase.changelog.ChangeSetStatus
-
ChangeSet comments
- getComments() - Method in class liquibase.changelog.RanChangeSet
-
- getComments() - Method in class liquibase.hub.model.HubChange
-
- getCommitSQL() - Method in class liquibase.database.core.MockDatabase
-
- getCommonlyUsed() - Method in class liquibase.configuration.ConfigurationDefinition
-
Returns true if this is configuration users are often interested in setting.
- getComparator(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
-
- getComparator(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlChangeLogSerializer
-
- getComparator(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlSerializer
-
- getComparators(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
-
- getCompareControl() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getCompareControl() - Method in class liquibase.diff.DiffResult
-
- getComparedTypes() - Method in class liquibase.diff.compare.CompareControl
-
- getComparedTypes() - Method in class liquibase.diff.DiffResult
-
- getComparedValue() - Method in class liquibase.diff.Difference
-
- getComparisonSchema() - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
-
- getComparisonSchemaOrCatalog(Database, CompareControl.SchemaComparison) - Method in class liquibase.diff.compare.core.CommonCatalogSchemaComparator
-
- getComparisonSnapshot() - Method in class liquibase.diff.DiffResult
-
- getCompleteConfigPrefix() - Method in class liquibase.command.CommandScope
-
Returns the complete config prefix (without a trailing period) for the command in this scope.
- getCompletePath(String, String) - Method in class liquibase.integration.spring.SpringResourceAccessor
-
Returns the complete path to the resource, taking the relative path into account
- getComputed() - Method in class liquibase.change.ColumnConfig
-
- getComputed() - Method in class liquibase.statement.core.AddColumnStatement
-
- getComputed() - Method in class liquibase.structure.core.Column
-
- getConcatSql(String...) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getConcatSql(String...) - Method in class liquibase.database.core.H2Database
-
- getConcatSql(String...) - Method in class liquibase.database.core.HsqlDatabase
-
- getConcatSql(String...) - Method in class liquibase.database.core.MockDatabase
-
- getConcatSql(String...) - Method in class liquibase.database.core.MSSQLDatabase
-
- getConcatSql(String...) - Method in class liquibase.database.core.MySQLDatabase
-
- getConcatSql(String...) - Method in class liquibase.database.core.SybaseDatabase
-
- getConcatSql(String...) - Method in interface liquibase.database.Database
-
Returns SQL to concat the passed values.
- getConfiguration(Class<T>) - Method in class liquibase.configuration.LiquibaseConfiguration
-
- getConfigurationKeys() - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Return configuration keys supported by this testSystem
- getConfiguredValue(CommandArgumentDefinition<T>) - Method in class liquibase.command.CommandScope
-
Returns the detailed information about how an argument is set.
- getConfiguredValue(String, Class<T>) - Method in class liquibase.extension.testing.testsystem.TestSystem
-
- getConfiguredValue(String, Class<T>, boolean) - Method in class liquibase.extension.testing.testsystem.TestSystem
-
- getConfiguredValue(String, ConfigurationValueConverter<T>, boolean) - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Returns the configured value for the given propertyName.
- 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 class liquibase.database.core.MockDatabase
-
- getConnection() - Method in interface liquibase.database.Database
-
- getConnection(String, String, String) - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Opens a connection to the given url, username, and password.
- getConnection() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Returns the connection to this database.
- getConnection(String, String) - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Returns the connection to this database.
- getConnection(Connection, boolean) - Method in class liquibase.hub.core.MockHubService
-
- getConnection(Connection, boolean) - Method in class liquibase.hub.core.StandardHubService
-
- getConnection(Connection, boolean) - Method in interface liquibase.hub.HubService
-
- getConnection() - Method in class liquibase.hub.model.Operation
-
- getConnection(DatabaseChangeLog) - Method in class liquibase.Liquibase
-
Create or retrieve the Connection object
- getConnectionCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getConnectionCatalogName() - Method in class liquibase.database.core.DerbyDatabase
-
- getConnectionCatalogName() - Method in class liquibase.database.core.FirebirdDatabase
-
- getConnectionCatalogName() - Method in class liquibase.database.core.HsqlDatabase
-
- getConnectionCatalogName() - Method in class liquibase.database.core.OracleDatabase
-
- getConnectionProperties() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getConnections(Connection) - Method in class liquibase.hub.core.MockHubService
-
- getConnections(Connection) - Method in class liquibase.hub.core.StandardHubService
-
- getConnections(Connection) - Method in interface liquibase.hub.HubService
-
- getConnectionSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
-
Overwrite this method to get the default schema name for the connection.
- getConnectionSchemaName() - Method in class liquibase.database.core.H2Database
-
- getConnectionSchemaName() - Method in class liquibase.database.core.HsqlDatabase
-
- getConnectionSchemaName() - Method in class liquibase.database.core.InformixDatabase
-
- getConnectionSchemaName() - Method in class liquibase.database.core.Ingres9Database
-
- getConnectionSchemaName() - Method in class liquibase.database.core.SnowflakeDatabase
-
- getConnectionSchemaName() - Method in class liquibase.database.core.SybaseASADatabase
-
- getConnectionSchemaNameCallStatement() - Method in class liquibase.database.AbstractJdbcDatabase
-
Used to obtain the connection schema name through a statement
Override this method to change the statement.
- getConnectionSchemaNameCallStatement() - Method in class liquibase.database.core.MSSQLDatabase
-
- getConnectionSchemaNameCallStatement() - Method in class liquibase.database.core.PostgresDatabase
-
- getConnectionSchemaNameCallStatement() - Method in class liquibase.database.core.SybaseDatabase
-
- getConnectionURL() - Method in class liquibase.database.core.MockDatabase
-
- getConnectionUrl() - Method in class liquibase.database.jvm.JdbcConnection
-
- getConnectionUrl() - Method in class liquibase.extension.testing.testsystem.core.CockroachTestSystem
-
- getConnectionUrl() - Method in class liquibase.extension.testing.testsystem.core.MSSQLTestSystem
-
- getConnectionUrl() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Return the url used to connect to this database.
- getConnectionUsername() - Method in class liquibase.database.core.MockDatabase
-
- getConnectionUserName() - Method in interface liquibase.database.DatabaseConnection
-
- getConnectionUserName() - Method in class liquibase.database.jvm.JdbcConnection
-
- getConnectionUserName() - Method in class liquibase.database.MockDatabaseConnection
-
- getConnectionUserName() - Method in class liquibase.database.OfflineConnection
-
- getConsole() - Method in class liquibase.ui.ConsoleUIService
-
- getConstraintName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getConstraintName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getConstraintName() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- getConstraintName() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- getConstraintName() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getConstraintName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
-
- getConstraintName() - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- getConstraintName() - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- getConstraintName() - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- getConstraintName() - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
-
- getConstraintName() - Method in class liquibase.statement.core.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.NotNullConstraint
-
- getConstraintName() - Method in class liquibase.statement.PrimaryKeyConstraint
-
- getConstraintName() - Method in class liquibase.statement.UniqueConstraint
-
- getConstraints() - Method in class liquibase.change.ColumnConfig
-
Returns the ConstraintsConfig this ColumnConfig is using.
- getConstraints() - Method in class liquibase.statement.core.AddColumnStatement
-
- getContainer() - Method in class liquibase.configuration.AbstractConfigurationContainer
-
Deprecated.
- getContainer() - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
-
- getContainerTypes(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
- getContainingObjects() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getContainingObjects() - Method in class liquibase.database.core.MockDatabase
-
- getContainingObjects() - Method in class liquibase.structure.core.Catalog
-
- getContainingObjects() - Method in class liquibase.structure.core.Column
-
- getContainingObjects() - Method in class liquibase.structure.core.Data
-
- getContainingObjects() - Method in class liquibase.structure.core.ForeignKey
-
- getContainingObjects() - Method in class liquibase.structure.core.Index
-
- getContainingObjects() - Method in class liquibase.structure.core.PrimaryKey
-
- getContainingObjects() - Method in class liquibase.structure.core.Relation
-
- getContainingObjects() - Method in class liquibase.structure.core.Schema
-
- getContainingObjects() - Method in class liquibase.structure.core.Sequence
-
- getContainingObjects() - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- getContainingObjects() - Method in class liquibase.structure.core.UniqueConstraint
-
- getContainingObjects() - Method in interface liquibase.structure.DatabaseObject
-
- getContainsFullDefinition() - Method in class liquibase.structure.core.View
-
- getContent() - Method in class liquibase.hub.model.ListResponse
-
- getContent() - Method in class liquibase.statement.ExecutablePreparedStatementBase.LOBContent
-
- getContentLength(InputStream) - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
- getContentLength(Reader) - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
- getContents(File) - Static method in class liquibase.util.FileUtil
-
- getContext() - Method in class liquibase.changelog.ChangeLogInclude
-
- getContext() - Method in class liquibase.changelog.ChangeLogIncludeAll
-
- getContext() - Method in class liquibase.changelog.ChangeLogProperty
-
- getContext() - Method in class liquibase.command.core.GenerateChangeLogCommand
-
Deprecated.
- getContext() - Method in class liquibase.diff.output.DiffOutputControl
-
- getContextExpression() - Method in class liquibase.changelog.RanChangeSet
-
- getContextFilter() - Method in class liquibase.changelog.ChangeLogProperty
-
- getContextFilter() - Method in class liquibase.changelog.ChangeSet
-
- getContextFilter() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getContextFilter() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- getContextFilter() - Method in interface liquibase.sql.visitor.SqlVisitor
-
- getContexts() - Method in class liquibase.changelog.ChangeLogParameters
-
- getContexts() - Method in class liquibase.changelog.ChangeSet
-
- getContexts() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getContexts() - Method in class liquibase.ContextExpression
-
- getContexts() - Method in class liquibase.Contexts
-
- getContexts() - Method in class liquibase.hub.model.HubChange
-
- getContexts() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
- getContexts() - Method in class liquibase.integration.cdi.CDILiquibaseConfig
-
- getContexts() - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
-
- 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
-
- getContextsArg(CommandScope) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
- getContextsArg(CommandScope) - Method in class liquibase.command.core.UpdateCommandStep
-
- getContextsArg(CommandScope) - Method in class liquibase.command.core.UpdateCountCommandStep
-
- getContextsArg(CommandScope) - Method in class liquibase.command.core.UpdateSqlCommandStep
-
- getContextsArg(CommandScope) - Method in class liquibase.command.core.UpdateToTagCommandStep
-
- getContextsColumn(ChangeSet) - Method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
-
- getContextsSize() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getContextsSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- getCopyColumns() - Method in class liquibase.statement.core.CopyRowsStatement
-
- getCreated() - Method in class liquibase.changelog.ChangeSet
-
- getCreateDate() - Method in class liquibase.hub.model.Connection
-
- getCreateDate() - Method in class liquibase.hub.model.HubLink
-
- getCreateDate() - Method in class liquibase.hub.model.Operation
-
- getCreateDate() - Method in class liquibase.hub.model.OperationEvent.OperationEventLog
-
- getCreateDate() - Method in class liquibase.hub.model.Project
-
- getCSVReader() - Method in class liquibase.change.core.LoadDataChange
-
- getCurrentCheckSum() - Method in class liquibase.changelog.ChangeSetStatus
-
- getCurrentConfiguredValue() - Method in class liquibase.configuration.ConfigurationDefinition
-
- getCurrentConfiguredValue(ConfigurationValueProvider...) - Method in class liquibase.configuration.ConfigurationDefinition
-
- getCurrentConfiguredValue(ConfigurationValueConverter<DataType>, ConfigurationValueObfuscator<DataType>, String...) - Method in class liquibase.configuration.LiquibaseConfiguration
-
- getCurrentConfiguredValue(ConfigurationValueConverter<DataType>, ConfigurationValueObfuscator<DataType>, ConfigurationValueProvider[], String...) - Method in class liquibase.configuration.LiquibaseConfiguration
-
Searches for the given keys in the current providers and applies any applicable modifiers.
- getCurrentDateTimeFunction() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getCurrentDateTimeFunction() - Method in class liquibase.database.core.MockDatabase
-
- getCurrentDateTimeFunction(int) - Method in class liquibase.database.core.MySQLDatabase
-
- getCurrentDateTimeFunction() - Method in class liquibase.database.core.UnsupportedDatabase
-
- getCurrentDateTimeFunction() - Method in interface liquibase.database.Database
-
Returns database-specific function for generating the current date/time.
- getCurrentDateTimeFunction() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getCurrentScope() - Static method in class liquibase.Scope
-
- getCurrentScope() - Method in class liquibase.ScopeManager
-
- getCurrentScope() - Method in class liquibase.SingletonScopeManager
-
- getCurrentScope() - Method in class liquibase.ThreadLocalScopeManager
-
- getCurrentValue(Change) - Method in class liquibase.change.ChangeParameterMetaData
-
Returns the current value of this parameter for the given Change.
- getCurrentValue() - Method in class liquibase.configuration.ConfigurationDefinition
-
- getCurrentValueObfuscated() - Method in class liquibase.configuration.ConfigurationDefinition
-
- getCurrentVersion() - Static method in class liquibase.change.CheckSum
-
Return the current CheckSum algorithm version.
- getCustomChange() - Method in class liquibase.change.custom.CustomChangeWrapper
-
- getCustomFormatter() - Method in class liquibase.logging.core.JavaLogService
-
- getCycle() - Method in class liquibase.change.core.AlterSequenceChange
-
- getCycle() - Method in class liquibase.change.core.CreateSequenceChange
-
- getCycle() - Method in class liquibase.statement.core.AlterSequenceStatement
-
- getCycle() - Method in class liquibase.statement.core.CreateSequenceStatement
-
- getDatabase() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
-
- getDatabase() - Method in class liquibase.changelog.ChangeLogParameters
-
- getDatabase() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getDatabase() - Method in class liquibase.command.core.DropAllCommand
-
Deprecated.
- getDatabase() - Method in class liquibase.command.core.ExecuteSqlCommand
-
Deprecated.
- getDatabase() - Method in class liquibase.command.core.HistoryCommand
-
Deprecated.
- getDatabase() - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- 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.Scope
-
- getDatabase() - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getDatabaseCatalogNames(Database) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
Fetches an array of Strings with the catalog names in the database.
- getDatabaseChangeLog() - Method in class liquibase.Liquibase
-
- getDatabaseChangeLogLockPollRate() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getDatabaseChangeLogLockTable() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- getDatabaseChangeLogLockTable() - Method in class liquibase.integration.spring.SpringLiquibase
-
- getDatabaseChangeLogLockTable(Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
- getDatabaseChangeLogLockTableName() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getDatabaseChangeLogLockTableName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDatabaseChangeLogLockTableName() - Method in class liquibase.database.core.MockDatabase
-
- getDatabaseChangeLogLockTableName() - Method in class liquibase.database.core.PostgresDatabase
-
- getDatabaseChangeLogLockTableName() - Method in interface liquibase.database.Database
-
- getDatabaseChangeLogLockTableName() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getDatabaseChangeLogLockWaitTime() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getDatabaseChangeLogTable() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- getDatabaseChangeLogTable() - Method in class liquibase.integration.spring.SpringLiquibase
-
- getDatabaseChangeLogTable(SnapshotControl, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
- getDatabaseChangeLogTableName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getDatabaseChangeLogTableName() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getDatabaseChangeLogTableName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDatabaseChangeLogTableName() - Method in class liquibase.database.core.MockDatabase
-
- getDatabaseChangeLogTableName() - Method in class liquibase.database.core.PostgresDatabase
-
- getDatabaseChangeLogTableName() - Method in interface liquibase.database.Database
-
- getDatabaseChangeLogTableName() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getDatabaseClass() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getDatabaseConnection() - Method in class liquibase.database.ConnectionServiceFactory
-
- getDatabaseConnection(String) - Method in class liquibase.database.ConnectionServiceFactory
-
- getDatabaseFromFactory() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
- getDatabaseMajorVersion() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDatabaseMajorVersion() - Method in class liquibase.database.core.CockroachDatabase
-
- getDatabaseMajorVersion() - Method in class liquibase.database.core.MockDatabase
-
- getDatabaseMajorVersion() - Method in class liquibase.database.core.OracleDatabase
-
- getDatabaseMajorVersion() - Method in class liquibase.database.core.SybaseDatabase
-
- getDatabaseMajorVersion() - Method in interface liquibase.database.Database
-
- getDatabaseMajorVersion() - Method in interface liquibase.database.DatabaseConnection
-
- getDatabaseMajorVersion() - Method in class liquibase.database.jvm.JdbcConnection
-
- getDatabaseMajorVersion() - Method in class liquibase.database.MockDatabaseConnection
-
- getDatabaseMajorVersion() - Method in class liquibase.database.OfflineConnection
-
- getDatabaseMetaData() - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
- getDatabaseMinorVersion() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDatabaseMinorVersion() - Method in class liquibase.database.core.CockroachDatabase
-
- getDatabaseMinorVersion() - Method in class liquibase.database.core.MockDatabase
-
- getDatabaseMinorVersion() - Method in class liquibase.database.core.OracleDatabase
-
- getDatabaseMinorVersion() - Method in class liquibase.database.core.SybaseDatabase
-
- getDatabaseMinorVersion() - Method in interface liquibase.database.Database
-
- getDatabaseMinorVersion() - Method in interface liquibase.database.DatabaseConnection
-
- getDatabaseMinorVersion() - Method in class liquibase.database.jvm.JdbcConnection
-
- getDatabaseMinorVersion() - Method in class liquibase.database.MockDatabaseConnection
-
- getDatabaseMinorVersion() - Method in class liquibase.database.OfflineConnection
-
- getDatabaseObjects(Class<DatabaseObjectType>) - Method in class liquibase.structure.core.Catalog
-
- getDatabaseObjects(Class<T>) - Method in class liquibase.structure.core.Schema
-
- getDatabasePatchVersion() - Method in class liquibase.database.core.MySQLDatabase
-
- getDatabaseProductName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDatabaseProductName() - Method in class liquibase.database.core.MockDatabase
-
- getDatabaseProductName(DatabaseConnection) - Method in class liquibase.database.core.MockDatabase
-
- getDatabaseProductName() - Method in interface liquibase.database.Database
-
Returns the name of the database product according to the underlying database.
- getDatabaseProductName() - Method in interface liquibase.database.DatabaseConnection
-
- getDatabaseProductName() - Method in class liquibase.database.jvm.JdbcConnection
-
- getDatabaseProductName() - Method in class liquibase.database.MockDatabaseConnection
-
- getDatabaseProductName() - Method in class liquibase.database.OfflineConnection
-
- getDatabaseProductName() - Method in class liquibase.integration.spring.SpringLiquibase
-
- getDatabaseProductVersion() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDatabaseProductVersion() - Method in class liquibase.database.core.MockDatabase
-
- getDatabaseProductVersion() - Method in interface liquibase.database.Database
-
- getDatabaseProductVersion() - Method in interface liquibase.database.DatabaseConnection
-
- getDatabaseProductVersion() - Method in class liquibase.database.jvm.JdbcConnection
-
- getDatabaseProductVersion() - Method in class liquibase.database.MockDatabaseConnection
-
- getDatabaseProductVersion() - Method in class liquibase.database.OfflineConnection
-
- getDatabaseSchemaNames(Database) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGenerator
-
Fetches an array of Strings with the schema names in the database.
- getDatabaseSchemaNames(Database) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGeneratorSnowflake
-
- getDataSource() - Method in class liquibase.integration.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.
- getDataType() - Method in class liquibase.change.core.AlterSequenceChange
-
- getDataType() - Method in class liquibase.change.core.CreateSequenceChange
-
- getDataType() - Method in class liquibase.command.CommandArgument
-
Deprecated.
- getDataType() - Method in class liquibase.command.CommandArgumentDefinition
-
The datatype this argument will return.
- getDataType() - Method in class liquibase.command.CommandResultDefinition
-
The datatype of the result.
- getDataType() - Method in class liquibase.configuration.ConfigurationDefinition
-
- getDataType() - Method in class liquibase.statement.core.AlterSequenceStatement
-
- getDataType() - Method in class liquibase.statement.core.CreateSequenceStatement
-
- getDataType() - Method in class liquibase.structure.core.Sequence
-
- 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.MockDatabase
-
- getDataTypeMaxParameters(String) - Method in class liquibase.database.core.MSSQLDatabase
-
- getDataTypeMaxParameters(String) - Method in class liquibase.database.core.OracleDatabase
-
- getDataTypeMaxParameters(String) - Method in interface liquibase.database.Database
-
- getDateExecuted() - Method in class liquibase.changelog.RanChangeSet
-
- getDateExecuted() - Method in class liquibase.hub.model.HubChange
-
- getDateExecuted() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getDateFormat(Database) - Method in class liquibase.datatype.core.DateType
-
- getDateFunctions() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDateFunctions() - Method in class liquibase.database.core.MockDatabase
-
- getDateFunctions() - Method in interface liquibase.database.Database
-
Returns list of database native date functions
- getDateLastExecuted() - Method in class liquibase.changelog.ChangeSetStatus
-
Return the date the changeset was last executed.
- getDateLiteral(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
Return a date literal with the same value as a string formatted using ISO 8601.
- getDateLiteral(Date) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDateLiteral(Date) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDateLiteral(String) - Method in class liquibase.database.core.AbstractDb2Database
-
Return an DB2 date literal with the same value as a string formatted using ISO 8601.
- getDateLiteral(String) - Method in class liquibase.database.core.DerbyDatabase
-
- getDateLiteral(String) - Method in class liquibase.database.core.H2Database
-
- getDateLiteral(String) - Method in class liquibase.database.core.HsqlDatabase
-
- getDateLiteral(String) - Method in class liquibase.database.core.InformixDatabase
-
- getDateLiteral(String) - Method in class liquibase.database.core.MockDatabase
-
- getDateLiteral(Date) - Method in class liquibase.database.core.MockDatabase
-
- getDateLiteral(Date) - Method in class liquibase.database.core.MockDatabase
-
- getDateLiteral(String) - Method in class liquibase.database.core.MSSQLDatabase
-
- getDateLiteral(String) - Method in class liquibase.database.core.OracleDatabase
-
Returns an Oracle date literal with the same value as a string formatted using ISO 8601.
- getDateLiteral(String) - Method in interface liquibase.database.Database
-
- getDateLiteral(Date) - Method in interface liquibase.database.Database
-
- getDateLiteral(Date) - Method in interface liquibase.database.Database
-
- getDateTimeFormat(Database) - Method in class liquibase.datatype.core.DateTimeType
-
- getDateTimeLiteral(Timestamp) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDateTimeLiteral(Timestamp) - Method in class liquibase.database.core.MockDatabase
-
- getDateTimeLiteral(Timestamp) - Method in class liquibase.database.core.SQLiteDatabase
-
- getDateTimeLiteral(Timestamp) - Method in interface liquibase.database.Database
-
- getDateTimeTypeString(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
-
- getDateTimeTypeString(Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- getDbaRecycleBinWarning() - Method in class liquibase.database.core.OracleDatabase
-
- getDbms() - Method in class liquibase.change.AbstractSQLChange
-
- getDbms() - Method in class liquibase.change.core.CreateProcedureChange
-
- getDbms() - Method in class liquibase.change.core.InsertDataChange
-
- getDbms() - Method in interface liquibase.change.DbmsTargetedChange
-
- getDbms() - Method in class liquibase.changelog.ChangeLogProperty
-
- getDbms() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- getDbmsSet() - Method in class liquibase.changelog.ChangeSet
-
- getDbObjectComparator() - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- getDecimalDigits() - Method in class liquibase.structure.core.DataType
-
- getDeclaredField(Class<?>, String) - Static method in class org.liquibase.maven.plugins.MavenUtils
-
Recursively searches for the field specified by the fieldName in the class and all
the super classes until it either finds it, or runs out of parents.
- getDefaultCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDefaultCatalogName() - Method in class liquibase.database.core.AbstractDb2Database
-
- getDefaultCatalogName() - Method in class liquibase.database.core.MockDatabase
-
- getDefaultCatalogName() - Method in class liquibase.database.core.MSSQLDatabase
-
- getDefaultCatalogName() - Method in class liquibase.database.core.OracleDatabase
-
- getDefaultCatalogName() - Method in class liquibase.database.core.SybaseASADatabase
-
- getDefaultCatalogName() - Method in class liquibase.database.core.UnsupportedDatabase
-
Always returns null or DATABASECHANGELOG table may not be found.
- getDefaultCatalogName() - Method in interface liquibase.database.Database
-
- getDefaultCatalogName() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getDefaultChangeExecListener() - Method in class liquibase.Liquibase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.AbstractDb2Database
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.CockroachDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.DB2Database
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.Db2zDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.DerbyDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.FirebirdDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.H2Database
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.HsqlDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.InformixDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.Ingres9Database
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.MariaDBDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.MSSQLDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.MySQLDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.OracleDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.PostgresDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.SnowflakeDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.SQLiteDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.SybaseASADatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.SybaseDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.UnsupportedDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.AbstractDb2Database
-
- getDefaultDriver(String) - Method in class liquibase.database.core.DerbyDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.EnterpriseDBDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.FirebirdDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.H2Database
-
- getDefaultDriver(String) - Method in class liquibase.database.core.HsqlDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.InformixDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.Ingres9Database
-
- getDefaultDriver(String) - Method in class liquibase.database.core.MariaDBDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.MockDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.MSSQLDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.MySQLDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.OracleDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.PostgresDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.SnowflakeDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.SQLiteDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.SybaseASADatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.SybaseDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.UnsupportedDatabase
-
- getDefaultDriver(String) - Method in interface liquibase.database.Database
-
If this database understands the given url, return the default driver class name.
- getDefaultFractionalDigitsForTimestamp() - Method in class liquibase.database.AbstractJdbcDatabase
-
SQL Standard (Foundation) says: "...if is not specified, then 6 is implicit."
- getDefaultFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MockDatabase
-
- getDefaultFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MSSQLDatabase
-
- getDefaultFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MySQLDatabase
-
Returns the default timestamp fractional digits if nothing is specified.
- getDefaultFractionalDigitsForTimestamp() - Method in interface liquibase.database.Database
-
When a TIMESTAMP column without the parameter "number of fractional digits" is created, what is the default
value?
- getDefaultLogService() - Method in class liquibase.logging.core.LogServiceFactory
-
- getDefaultNullValue() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- getDefaultOnNull() - Method in class liquibase.change.ColumnConfig
-
- getDefaultOnNull() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getDefaultOnNull() - Method in class liquibase.statement.AutoIncrementConstraint
-
- getDefaultOnNull() - Method in class liquibase.statement.core.AddAutoIncrementStatement
-
- getDefaultOnNull() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
-
- getDefaultOutputEncoding() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getDefaultPort() - Method in class liquibase.database.core.AbstractDb2Database
-
- getDefaultPort() - Method in class liquibase.database.core.CockroachDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.DerbyDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.EnterpriseDBDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.FirebirdDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.H2Database
-
- getDefaultPort() - Method in class liquibase.database.core.HsqlDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.InformixDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.Ingres9Database
-
- getDefaultPort() - Method in class liquibase.database.core.MockDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.MSSQLDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.MySQLDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.OracleDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.PostgresDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.SnowflakeDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.SQLiteDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.SybaseASADatabase
-
- getDefaultPort() - Method in class liquibase.database.core.SybaseDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.UnsupportedDatabase
-
- getDefaultPort() - Method in interface liquibase.database.Database
-
- getDefaultScaleForNativeDataType(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDefaultScaleForNativeDataType(String) - Method in class liquibase.database.core.MockDatabase
-
- getDefaultScaleForNativeDataType(String) - Method in class liquibase.database.core.MSSQLDatabase
-
- getDefaultScaleForNativeDataType(String) - Method in interface liquibase.database.Database
-
Returns the default precision for a given native data type, e.g.
- getDefaultSchema() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDefaultSchema() - Method in class liquibase.database.core.MockDatabase
-
- getDefaultSchema() - Method in interface liquibase.database.Database
-
- getDefaultSchema() - Method in class liquibase.integration.cdi.CDILiquibaseConfig
-
- getDefaultSchema() - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
-
- getDefaultSchema() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- getDefaultSchema() - Method in class liquibase.integration.spring.SpringLiquibase
-
- getDefaultSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDefaultSchemaName() - Method in class liquibase.database.core.MockDatabase
-
- getDefaultSchemaName() - Method in interface liquibase.database.Database
-
- getDefaultSchemaName() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getDefaultTablespace() - Method in class liquibase.structure.core.Table
-
- getDefaultValue() - Method in class liquibase.change.ColumnConfig
-
The String default value to assign to this column.
- getDefaultValue() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getDefaultValue() - Method in class liquibase.command.CommandArgumentDefinition
-
The default value to use for this argument
- getDefaultValue() - Method in class liquibase.command.CommandResultDefinition
-
The default value to use if no value was provided.
- getDefaultValue() - Method in class liquibase.configuration.ConfigurationDefinition
-
The default value used by this definition if no value is currently configured.
- getDefaultValue() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getDefaultValue() - Method in class liquibase.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
-
- getDefaultValueConstraintName() - Method in class liquibase.change.ColumnConfig
-
- getDefaultValueConstraintName() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getDefaultValueConstraintName() - Method in class liquibase.statement.core.AddColumnStatement
-
- getDefaultValueConstraintName() - Method in class liquibase.statement.core.AddDefaultValueStatement
-
- getDefaultValueConstraintName(String) - Method in class liquibase.statement.core.CreateTableStatement
-
- getDefaultValueConstraintName() - Method in class liquibase.structure.core.Column
-
- getDefaultValueConstraintNames() - Method in class liquibase.statement.core.CreateTableStatement
-
- getDefaultValueDate() - Method in class liquibase.change.ColumnConfig
-
Return the date value this column should default to.
- getDefaultValueDate() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getDefaultValueDescription() - Method in class liquibase.command.CommandArgumentDefinition
-
A description of the default value.
- getDefaultValueDescription() - Method in class liquibase.configuration.ConfigurationDefinition
-
A description of the default value.
- getDefaultValueNumeric() - Method in class liquibase.change.ColumnConfig
-
Return the numeric value this column should default to.
- getDefaultValueNumeric() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getDefaultValueObject() - Method in class liquibase.change.ColumnConfig
-
Return the value to set this column's default to according to the setDefaultValue* function that was called.
- getDefaultValues() - Method in class liquibase.statement.core.CreateTableStatement
-
- getDefaultValueSequenceNext() - Method in class liquibase.change.ColumnConfig
-
- getDefaultValueSequenceNext() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getDeferrable() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getDeferrable() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getDefinedChanges() - Method in class liquibase.change.ChangeFactory
-
Returns all defined changes in the registry.
- getDefinition() - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Return the definition of this test system.
- getDefinition() - Method in class liquibase.structure.core.View
-
- getDelegate() - Method in class liquibase.change.ColumnConfig.ValueNumeric
-
- getDeleteCascade() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getDeleteRule() - Method in class liquibase.structure.core.ForeignKey
-
- getDependency(Class<T>) - Method in class liquibase.command.CommandScope
-
Retrieves the registered dependency object provided by this class identifier
- getDeployedChanges(ChangeSet) - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
-
Gets list of Changes deployed during the current ChangeSet execution.
- getDeployedChangeSets() - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
-
Get the list of ChangeSets that have been deployed during a given Liquibase command.
- getDeploymentId() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
-
- getDeploymentId() - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- getDeploymentId() - Method in class liquibase.changelog.ChangeSet
-
- getDeploymentId() - Method in class liquibase.changelog.MockChangeLogHistoryService
-
- getDeploymentId() - Method in class liquibase.changelog.RanChangeSet
-
- getDeploymentId() - Method in class liquibase.command.core.InternalHistoryCommandStep.LegacyDeploymentDetails
-
- getDeploymentId() - Method in class liquibase.command.core.InternalHistoryCommandStep.TabularDeploymentDetails
-
- getDeploymentId() - Method in class liquibase.hub.model.HubChange
-
- getDeploymentId() - Method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback.ChangeSet
-
- getDeploymentId() - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated.Changeset
-
- getDescending() - Method in class liquibase.change.ColumnConfig
-
- getDescending() - Method in class liquibase.structure.core.Column
-
- getDescription() - Method in class liquibase.change.AbstractChange
-
- getDescription() - Method in interface liquibase.change.Change
-
Short, scannable description for the DATABASECHANGELOG.DESCRIPTION column
- getDescription() - Method in class liquibase.change.ChangeMetaData
-
A description of the Change for documentation purposes.
- getDescription() - Method in class liquibase.change.ChangeParameterMetaData
-
- getDescription() - Method in class liquibase.changelog.ChangeSet
-
- getDescription() - Method in class liquibase.changelog.ChangeSetStatus
-
ChangeSet description
- getDescription() - Method in class liquibase.changelog.RanChangeSet
-
- getDescription() - Method in class liquibase.command.CommandArgument
-
Deprecated.
- getDescription() - Method in class liquibase.command.CommandArgumentDefinition
-
The description of the argument.
- getDescription() - Method in class liquibase.command.CommandResultDefinition
-
The description of the result.
- getDescription() - Method in class liquibase.configuration.ConfigurationDefinition
-
A user-friendly description of this definition.
- getDescription() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getDescription() - Method in class liquibase.hub.model.Connection
-
- getDescription() - Method in class liquibase.hub.model.HubChange
-
- getDescriptors(Class<?>) - Static method in class liquibase.util.ObjectUtil
-
- getDetails() - Method in exception liquibase.exception.LiquibaseException
-
- getDetectedCharset() - Method in class liquibase.util.BomAwareInputStream
-
Returns detected charset name.
- getDiffColumnOrder() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getDifference(String) - Method in class liquibase.diff.ObjectDifferences
-
- getDifferences() - Method in class liquibase.diff.ObjectDifferences
-
- getDiffOutputControl() - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- getDiffResult() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
-
- 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.DetermineNumberChangesFollowingVisitor
-
- getDirection() - Method in class liquibase.changelog.visitor.ExpectedChangesVisitor
-
- getDirection() - Method in class liquibase.changelog.visitor.ListVisitor
-
- getDirection() - Method in class liquibase.changelog.visitor.RollbackListVisitor
-
- getDirection() - Method in class liquibase.changelog.visitor.RollbackVisitor
-
- getDirection() - Method in class liquibase.changelog.visitor.StatusVisitor
-
- getDirection() - Method in class liquibase.changelog.visitor.UpdateVisitor
-
- getDirection() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getDirectory(String) - Static method in class liquibase.util.FilenameUtil
-
If the path is a file, return everything up to the file.
- getDisabled() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getDisplayName() - Method in class liquibase.change.ChangeParameterMetaData
-
A more friendly name of the parameter.
- getDisplayName() - Method in interface liquibase.changelog.filter.ChangeSetFilter
-
- getDisplayName() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
-
- getDisplayName() - Method in class liquibase.changelog.filter.ContextChangeSetFilter
-
- getDisplayName() - Method in class liquibase.changelog.filter.CountChangeSetFilter
-
- getDisplayName() - Method in class liquibase.changelog.filter.DbmsChangeSetFilter
-
- getDisplayName() - Method in class liquibase.changelog.filter.IgnoreChangeSetFilter
-
- getDisplayName() - Method in class liquibase.changelog.filter.LabelChangeSetFilter
-
- getDisplayName() - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
-
- getDisplayName() - Method in class liquibase.changelog.filter.UpToTagChangeSetFilter
-
- getDisplayName() - Method in class liquibase.database.core.SnowflakeDatabase
-
- getDisplayName() - Method in interface liquibase.database.Database
-
- getDriver(String) - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
- getDriver() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getDriverJar() - Method in class liquibase.extension.testing.testsystem.core.H2TestSystem
-
- getDriverJar() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Returns the driver library to use.
- getDriverName() - Method in class liquibase.database.core.MockDatabase
-
- getDropIndex() - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- getDropIndex() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
-
- 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.InsertOrUpdateGeneratorInformix
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSnowflake
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
-
- getEmail() - Method in class liquibase.hub.model.HubRegister
-
- getEmpty() - Method in class liquibase.hub.model.ListResponse
-
- getEnabledTestSystems(String, String) - Static method in class liquibase.extension.testing.testsystem.TestSystem
-
Determine which test systems are considered enabled and should have tests run against them.
- getEncoding() - Method in class liquibase.change.ColumnConfig
-
- getEncoding() - Method in class liquibase.change.core.CreateProcedureChange
-
- getEncoding() - Method in class liquibase.change.core.CreateViewChange
-
- getEncoding() - Method in class liquibase.change.core.LoadDataChange
-
- getEncoding() - Method in class liquibase.change.core.SQLFileChange
-
The encoding of the file containing SQL statements
- getEncoding() - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
-
- getEncoding() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- getEndColumn() - Method in class liquibase.util.grammar.SimpleCharStream
-
Get token end column number.
- getEndDate() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getEndDate() - Method in class liquibase.hub.model.OperationEvent
-
- getEndDelimiter() - Method in class liquibase.change.AbstractSQLChange
-
Set the end delimiter used to split statements.
- getEndDelimiter() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- getEndDelimiter() - Method in class liquibase.sql.CallableSql
-
- 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
-
- getEndLine() - Method in class liquibase.util.grammar.SimpleCharStream
-
Get token end line number.
- getEngineEdition() - Method in class liquibase.database.core.MSSQLDatabase
-
Determines the capabilities ("Edition") of the SQL Server database.
- getErrorIfMissingOrEmpty() - Method in class liquibase.changelog.ChangeLogIncludeAll
-
- getErrorLogLevel() - Method in class liquibase.ui.LoggerUIService
-
- getErrorMessages() - Method in class liquibase.exception.ValidationErrors
-
- getErrorPreconditions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getErrorPreconditions() - Method in exception liquibase.exception.PreconditionErrorException
-
- getErrors() - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationTestExtension.ErrorListener
-
- getErrorStream() - Method in class liquibase.ui.ConsoleUIService
-
- getEventType() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getEventType() - Method in class liquibase.hub.model.OperationEvent
-
- 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.hub.model.HubChange
-
- getExecType() - Method in class liquibase.statement.core.MarkChangeSetRanStatement
-
- getExecutable() - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- getExecutor(String, Database) - Method in class liquibase.executor.ExecutorService
-
Retrieve a named executor for the specified database
- getExecutor(Database) - Method in class liquibase.executor.ExecutorService
-
- getExisting(String) - Method in interface liquibase.resource.ResourceAccessor
-
- getExistingColumnName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getExistingTableCatalogName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getExistingTableName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getExistingTableSchemaName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getExitCode() - Method in exception liquibase.command.CommandFailedException
-
- getExpectedResult() - Method in class liquibase.precondition.core.SqlPrecondition
-
- getExpectedRows() - Method in class liquibase.precondition.core.RowCountPrecondition
-
- getExpectedStatus() - Method in class liquibase.sql.CallableSql
-
- getExpirationDate() - Method in interface liquibase.license.LicenseService
-
Get the expiration date of the installed license.
- getExternalSubset(String, String) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
-
- getFailedChangeSets() - Method in class liquibase.changelog.visitor.DefaultChangeExecListener
-
Gets list of failed ChangeSets encountered during a given Liquibase command.
- getFailedPreconditions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getFailedPreconditions() - Method in exception liquibase.exception.PreconditionFailedException
-
- getFailedToPostCount() - Method in class liquibase.hub.listener.HubChangeExecListener
-
- getFailOnError() - Method in class liquibase.changelog.ChangeSet
-
- getFailureMessage(int, int) - Method in class liquibase.precondition.core.RowCountPrecondition
-
- getFailureMessage(int, 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
-
- getFetchSize() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getFetchSize() - Method in class liquibase.database.core.MockDatabase
-
- getFetchSize() - Method in interface liquibase.database.Database
-
- getField() - Method in class liquibase.diff.Difference
-
- getField(Class, String) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- getFields(Object) - Method in class liquibase.serializer.ReflectionSerializer
-
- getFieldValue(String, Class) - Method in class liquibase.AbstractExtensibleObject
-
- getFile() - Method in class liquibase.change.core.LoadDataChange
-
- getFile() - Method in class liquibase.changelog.ChangeLogInclude
-
- getFile() - Method in class liquibase.changelog.ChangeLogProperty
-
- getFileEncoding() - Method in class liquibase.Scope
-
- getFileName() - Method in class liquibase.hub.model.HubChangeLog
-
- getFilenameColumnSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- getFileNotFoundMessage(String) - Static method in class liquibase.util.FileUtil
-
- getFilePath() - Method in class liquibase.changelog.ChangeSet
-
- getFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getFilepath() - Method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback.ChangeSet
-
- getFilter() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
-
Returns the class of the filter that accepted or rejected this changeSet.
- getFilter() - Method in class liquibase.logging.core.AbstractLogService
-
- getFilter() - Method in interface liquibase.logging.LogService
-
- getFilterResults() - Method in class liquibase.changelog.ChangeSetStatus
-
Reasons the changeset will or will not run next time.
- getFinalColumnName() - Method in class liquibase.change.core.MergeColumnChange
-
- getFinalColumnType() - Method in class liquibase.change.core.MergeColumnChange
-
- getFinalConstraintName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getFirst() - Method in class liquibase.hub.model.ListResponse
-
- 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
-
- getFullDefinition() - Method in class liquibase.change.core.CreateViewChange
-
- getFullPath(String) - Static method in class liquibase.util.file.FilenameUtils
-
- getGeneratedChangeSetIdsContainDescription() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getGeneratedSql() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getGenerationType() - Method in class liquibase.change.ColumnConfig
-
- getGenerationType() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getGenerationType() - Method in class liquibase.statement.AutoIncrementConstraint
-
- getGenerationType() - Method in class liquibase.statement.core.AddAutoIncrementStatement
-
- getGenerationType() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
-
- 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
-
- getGroupHelpFooter() - Method in class liquibase.command.CommandDefinition
-
- getGroupLongDescription(String[]) - Method in class liquibase.command.CommandDefinition
-
The long description of the given command group.
- getGroupShortDescription(String[]) - Method in class liquibase.command.CommandDefinition
-
The short description of the given command group.
- getHeader() - Method in class liquibase.change.core.LoadDataColumnConfig
-
- getHeadless() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getHelpFooter() - Method in class liquibase.command.CommandDefinition
-
- getHidden() - Method in class liquibase.command.CommandArgumentDefinition
-
Hidden arguments are ones that can be called via integrations, but should not be normally shown in help to users.
- getHidden() - Method in class liquibase.command.CommandDefinition
-
Hidden commands are ones that can be called via integrations, but should not be normally shown in help to users.
- getHoldability() - Method in class liquibase.database.jvm.JdbcConnection
-
- getHubChangeId() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getHubChangeLog() - Method in exception liquibase.exception.ChangeLogAlreadyRegisteredException
-
- getHubChangeLog(UUID) - Method in class liquibase.hub.core.MockHubService
-
- getHubChangeLog(UUID, String) - Method in class liquibase.hub.core.MockHubService
-
- getHubChangeLog(UUID) - Method in class liquibase.hub.core.StandardHubService
-
Query for a changelog ID.
- getHubChangeLog(UUID, String) - Method in class liquibase.hub.core.StandardHubService
-
Query for a changelog ID.
- getHubChangeLog(UUID) - Method in interface liquibase.hub.HubService
-
- getHubChangeLog(UUID, String) - Method in interface liquibase.hub.HubService
-
- getHubConnectionId() - Method in class liquibase.Liquibase
-
- getHubOperation() - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
- getHubOperation() - Method in class liquibase.command.core.UpdateCommandStep
-
- getHubOperation() - Method in class liquibase.command.core.UpdateCountCommandStep
-
- getHubOperation() - Method in class liquibase.command.core.UpdateCountSqlCommandStep
-
- getHubOperation() - Method in class liquibase.command.core.UpdateSqlCommandStep
-
- getHubOperation() - Method in class liquibase.command.core.UpdateToTagCommandStep
-
- getId() - Method in class liquibase.changelog.ChangeSet
-
- getId() - Method in class liquibase.changelog.RanChangeSet
-
- getId() - Method in class liquibase.hub.model.Connection
-
- getId() - Method in class liquibase.hub.model.HubChange
-
- getId() - Method in class liquibase.hub.model.HubChangeLog
-
- getId() - Method in interface liquibase.hub.model.HubModel
-
- getId() - Method in class liquibase.hub.model.HubUser
-
- getId() - Method in class liquibase.hub.model.Operation
-
- getId() - Method in class liquibase.hub.model.Operation.OperationStatus
-
- getId() - Method in class liquibase.hub.model.OperationChange
-
- getId() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getId() - Method in class liquibase.hub.model.OperationEvent
-
- getId() - Method in class liquibase.hub.model.OperationEvent.OperationEventLog
-
- getId() - Method in class liquibase.hub.model.OperationEvent.OperationEventStatus
-
- getId() - Method in class liquibase.hub.model.Organization
-
- getId() - Method in class liquibase.hub.model.Project
-
- getId() - Method in class liquibase.lockservice.DatabaseChangeLogLock
-
- getId() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- getIdColumnSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- getIdentifierMaximumLength() - Method in class liquibase.database.core.OracleDatabase
-
Returns the maximum number of bytes (NOT: characters) for an identifier.
- getIgnoredFields() - Method in class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
-
- GetImage() - Method in class liquibase.util.grammar.SimpleCharStream
-
Get token literal value.
- getImageName() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Docker image of the database to test against.
- getImplementedDatabases() - Method in class liquibase.database.DatabaseFactory
-
Returns instances of all implemented database types.
- getIncludeCatalog() - Method in class liquibase.diff.output.DiffOutputControl
-
- getIncludeCatalog() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
-
- getIncludeCatalog() - Method in class liquibase.integration.ant.GenerateChangeLogTask
-
- getIncludeContextFilter() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getIncludeLabels() - Method in class liquibase.changelog.DatabaseChangeLog
-
- 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.Relation
-
- getIndexes() - Method in class liquibase.structure.core.Table
-
- getIndexInfo(String, String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
- getIndexName() - Method in class liquibase.change.core.CreateIndexChange
-
- getIndexName() - Method in class liquibase.change.core.DropIndexChange
-
- getIndexName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- getIndexName() - Method in class liquibase.statement.core.CreateIndexStatement
-
- getIndexName() - Method in class liquibase.statement.core.DropIndexStatement
-
- getIndividualStatements() - Method in class liquibase.statement.BatchDmlExecutablePreparedStatement
-
Returns the individual statements that are currently store in this batch.
- getInfo(String, Class<T>) - Method in class liquibase.snapshot.ResultSetCache
-
- getInheritableContextFilter() - Method in class liquibase.changelog.ChangeSet
-
- getInheritableLabels() - Method in class liquibase.changelog.ChangeSet
-
- getInitiallyDeferred() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getInitiallyDeferred() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getInsertGenerator(Database) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSnowflake
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
-
- getInstance() - Static method in class liquibase.change.ChangeFactory
-
- getInstance() - Static method in class liquibase.changelog.ChangeLogHistoryServiceFactory
-
- getInstance() - Static method in class liquibase.command.CommandFactory
-
- getInstance() - Static method in class liquibase.configuration.LiquibaseConfiguration
-
- getInstance() - Static method in class liquibase.database.ConnectionServiceFactory
-
- getInstance() - Static method in class liquibase.database.DatabaseFactory
-
- getInstance() - Static method in class liquibase.datatype.DataTypeFactory
-
Get this factory singleton
- getInstance() - Static method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
-
Return singleton DatabaseObjectComparatorFactory
- getInstance() - Static method in class liquibase.diff.DiffGeneratorFactory
-
- getInstance() - Static method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
-
Return singleton ChangeGeneratorFactory
- getInstance() - Static method in class liquibase.extension.testing.TestFilter
-
- getInstance() - Static method in class liquibase.lockservice.LockServiceFactory
-
- getInstance() - Static method in class liquibase.logging.LogFactory
-
- getInstance() - Static method in class liquibase.parser.ChangeLogParserFactory
-
- getInstance() - Static method in class liquibase.parser.NamespaceDetailsFactory
-
- getInstance() - Static method in class liquibase.parser.SnapshotParserFactory
-
- getInstance() - Static method in class liquibase.precondition.PreconditionFactory
-
- getInstance() - Static method in class liquibase.serializer.ChangeLogSerializerFactory
-
- getInstance() - Static method in class liquibase.serializer.ReflectionSerializer
-
- getInstance() - Static method in class liquibase.serializer.SnapshotSerializerFactory
-
- getInstance() - Static method in class liquibase.snapshot.SnapshotGeneratorFactory
-
Return singleton SnapshotGeneratorFactory
- getInstance() - Static method in class liquibase.snapshot.SnapshotIdService
-
- getInstance() - Static method in class liquibase.sql.visitor.SqlVisitorFactory
-
- getInstance() - Static method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
Return singleton SqlGeneratorFactory
- getInstance() - Static method in class liquibase.structure.core.DatabaseObjectFactory
-
- getInt(String) - Method in class liquibase.snapshot.CachedRow
-
- getInternal() - Method in class liquibase.command.CommandDefinition
-
Internal commands are ones that can be called programmatically, but should not be exposed directly and automatically through integrations.
- getInternalDatabases() - Method in class liquibase.database.DatabaseFactory
-
Returns instances of all "internal" database types.
- getInvalidMD5Sums() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getInvalidMD5Sums() - Method in exception liquibase.exception.ValidationFailedException
-
- getJavaMajorVersion() - Static method in class liquibase.util.SystemUtil
-
Returns the "major" version of java, including returning "8" for java "1.8"
- getJavaVersion() - Static method in class liquibase.util.SystemUtil
-
Returns java.version system property
- getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getJdbcCatalogName(Schema) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.AbstractDb2Database
-
- getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.MockDatabase
-
- getJdbcCatalogName(Schema) - Method in class liquibase.database.core.MockDatabase
-
- getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.OracleDatabase
-
- getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.SybaseASADatabase
-
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getJdbcSchemaName(Schema) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.AbstractDb2Database
-
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.MockDatabase
-
- getJdbcSchemaName(Schema) - Method in class liquibase.database.core.MockDatabase
-
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.MSSQLDatabase
-
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.OracleDatabase
-
- getJdbcUrl() - Method in class liquibase.hub.model.Connection
-
- getJndiBase() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- getJoinString() - Method in class liquibase.change.core.MergeColumnChange
-
- getKeepRunning() - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Return whether this testSystem should/will keep running after the JVM interacting with it exits.
- getKey() - Method in class liquibase.configuration.ConfigurationDefinition
-
The standard configuration key for this definition.
- getKey() - Method in class liquibase.hub.model.ApiKey
-
- getKeyPermutations() - Method in class liquibase.snapshot.ResultSetCache.RowData
-
- getLabelFilter() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
- getLabelFilter() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- getLabelFilter() - Method in class liquibase.integration.spring.SpringLiquibase
-
- getLabelFilter() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
- getLabelFilterArg(CommandScope) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
- getLabelFilterArg(CommandScope) - Method in class liquibase.command.core.UpdateCommandStep
-
- getLabelFilterArg(CommandScope) - Method in class liquibase.command.core.UpdateCountCommandStep
-
- getLabelFilterArg(CommandScope) - Method in class liquibase.command.core.UpdateSqlCommandStep
-
- getLabelFilterArg(CommandScope) - Method in class liquibase.command.core.UpdateToTagCommandStep
-
- getLabels() - Method in class liquibase.changelog.ChangeLogParameters
-
- 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.hub.model.HubChange
-
- getLabels() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
- getLabels() - Method in class liquibase.integration.cdi.CDILiquibaseConfig
-
- getLabels() - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
-
- 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
-
- getLabelsColumn(ChangeSet) - Method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
-
- getLabelsSize() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getLabelsSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- getLast() - Method in class liquibase.hub.model.ListResponse
-
- getLastBlockComment(String) - Static method in class liquibase.util.StringUtil
-
- getLastCheckSum() - Method in class liquibase.changelog.RanChangeSet
-
- getLastDeploymentId() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
-
Return the last deployment ID from the changesets that have been run or null
- getLastLineComment(String) - Static method in class liquibase.util.StringUtil
-
- getLastReturnedValue() - Method in class liquibase.structure.core.Sequence
-
- getLength() - Method in class liquibase.statement.ExecutablePreparedStatementBase.LOBContent
-
- getLevel() - Method in class liquibase.logging.core.BufferedLogService.BufferedLogMessage
-
- getLicenseInfo() - Method in interface liquibase.license.LicenseService
-
- getLicenseKey() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Get the specified license key.
- getLicenseService() - Method in class liquibase.license.LicenseServiceFactory
-
- getLimit() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
-
- getLine() - Method in class liquibase.util.grammar.SimpleCharStream
-
Deprecated.
- getLineComment() - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns database-specific line comment string.
- getLineComment() - Method in class liquibase.database.core.MockDatabase
-
- getLineComment() - Method in class liquibase.database.core.MySQLDatabase
-
- getLineComment() - Method in interface liquibase.database.Database
-
- getLineSeparator() - Method in class liquibase.Scope
-
- getLineSeparator() - Static method in class liquibase.util.StreamUtil
-
- getLiquibase() - Method in class liquibase.hub.model.HubChange
-
- getLiquibase() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getLiquibase() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- getLiquibaseBundles() - Static method in class liquibase.osgi.Activator
-
- getLiquibaseCatalogName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getLiquibaseCatalogName() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
Name of the catalog to use for liquibase database objects
- getLiquibaseCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getLiquibaseCatalogName() - Method in class liquibase.database.core.MockDatabase
-
- getLiquibaseCatalogName() - Method in interface liquibase.database.Database
-
- getLiquibaseCatalogName() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getLiquibaseRepresenter(DumperOptions) - Method in class liquibase.serializer.core.yaml.YamlSerializer
-
- getLiquibaseRepresenter(DumperOptions) - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer
-
- getLiquibaseResolver() - Method in class liquibase.serializer.core.yaml.YamlSerializer
-
- getLiquibaseSchema() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- getLiquibaseSchema() - Method in class liquibase.integration.spring.SpringLiquibase
-
- getLiquibaseSchemaName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getLiquibaseSchemaName() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
Name of the schema to use for liquibase database objects
- getLiquibaseSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getLiquibaseSchemaName() - Method in class liquibase.database.core.MockDatabase
-
- getLiquibaseSchemaName() - Method in interface liquibase.database.Database
-
- getLiquibaseSchemaName() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getLiquibaseTablespace() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- getLiquibaseTablespace() - Method in class liquibase.integration.spring.SpringLiquibase
-
- getLiquibaseTablespaceName() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getLiquibaseTablespaceName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getLiquibaseTablespaceName() - Method in class liquibase.database.core.MockDatabase
-
- getLiquibaseTablespaceName() - Method in interface liquibase.database.Database
-
- getLiquibaseTablespaceName() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getLiquibaseVersion() - Method in class liquibase.changelog.RanChangeSet
-
- getListeners(Class<T>) - Method in class liquibase.Scope
-
Returns
LiquibaseListener
s defined in this scope and/or all its parents that are of the given type.
- getLoadTypeName() - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getLoadTypeName() - Method in class liquibase.datatype.core.BigIntType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.BlobType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.BooleanType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.CharType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.ClobType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.CurrencyType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.DatabaseFunctionType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.DateTimeType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.DateType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.DecimalType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.DoubleType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.FloatType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.IntType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.MediumIntType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.NumberType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.NVarcharType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.SmallIntType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.TextDataTypeSnowflake
-
- getLoadTypeName() - Method in class liquibase.datatype.core.TimestampNTZTypeSnowflake
-
- getLoadTypeName() - Method in class liquibase.datatype.core.TimestampType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.TimeType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.TinyIntType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.UnknownType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.UUIDType
-
- getLoadTypeName() - Method in class liquibase.datatype.core.XMLType
-
- getLoadTypeName() - Method in class liquibase.datatype.LiquibaseDataType
-
Returns one of the four basic data types for use in LoadData: BOOLEAN, NUMERIC, DATE or STRING
- getLocalHostAddress() - Static method in class liquibase.util.NetUtil
-
- getLocalHostName() - Static method in class liquibase.util.NetUtil
-
- getLocation() - Method in class liquibase.logging.core.BufferedLogService.BufferedLogMessage
-
- getLockedBy() - Method in class liquibase.lockservice.DatabaseChangeLogLock
-
- getLockGranted() - Method in class liquibase.lockservice.DatabaseChangeLogLock
-
- getLockService(Database) - Method in class liquibase.lockservice.LockServiceFactory
-
- getLog(Class) - Method in class liquibase.integration.ant.AntTaskLogService
-
- getLog() - Method in class liquibase.Liquibase
-
Return the log used by this Liquibase instance.
- getLog(Class) - Method in class liquibase.logging.core.BufferedLogService
-
- getLog() - Method in class liquibase.logging.core.BufferedLogService
-
- getLog(Class) - Method in class liquibase.logging.core.CompositeLogService
-
- getLog(Class) - Method in class liquibase.logging.core.JavaLogService
-
- getLog(Class) - Method in interface liquibase.logging.LogService
-
Creates a logger for logging from the given class.
- getLog(Class) - Method in class liquibase.Scope
-
- getLog(Class) - Method in class org.liquibase.maven.plugins.MavenLogService
-
- getLogAsString(Level) - Method in class liquibase.logging.core.BufferedLogService
-
- getLogger(String) - Static method in class liquibase.logging.LogFactory
-
- getLogger() - Static method in class liquibase.logging.LogFactory
-
- getLogicalFilePath() - Method in class liquibase.changelog.ChangeSet
-
The logical file path defined directly on this node.
- getLogicalFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getLogLevel() - Method in exception liquibase.exception.LiquibaseException
-
- getLogMessage() - Method in class liquibase.hub.model.OperationEvent.OperationEventLog
-
- getLogName(Class) - Method in class liquibase.logging.core.JavaLogService
-
Because java.util.logging differentiates between the log name and the class/method logging,
we can collapses the log names to a simpler/smaller set to allow configuration to rely on the class name less.
- getLogs() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getLogsTimestamp() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getLongDescription() - Method in class liquibase.command.CommandDefinition
-
The long description of the command.
- getMap() - Method in class liquibase.configuration.AbstractMapConfigurationValueProvider
-
- getMap() - Method in class liquibase.configuration.core.DefaultsFileValueProvider
-
- getMap() - Method in class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- getMap() - Method in class liquibase.configuration.core.EnvironmentValueProvider
-
- getMap() - Method in class liquibase.configuration.core.SystemPropertyValueProvider
-
- getMap() - Method in class liquibase.extension.testing.LiquibaseSdkConfigurationValueProvider
-
- getMap() - Method in class liquibase.integration.commandline.CommandLineArgumentValueProvider
-
- getMap() - Method in class org.liquibase.maven.provider.FlowCommandArgumentValueProvider
-
- getMapHash() - Method in class liquibase.configuration.AbstractMapConfigurationValueProvider
-
- getMavenArtifactClassLoader() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- getMaxDepth() - Method in class liquibase.changelog.ChangeLogIncludeAll
-
- getMaxDepth() - Method in class liquibase.resource.ResourceAccessor.SearchOptions
-
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.AbstractJdbcDatabase
-
Most relational databases support 9 fractional digits, and subclasses must overwrite this method if they
support less than that.
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.AbstractDb2Database
-
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.DerbyDatabase
-
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.H2Database
-
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.HsqlDatabase
-
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MariaDBDatabase
-
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MockDatabase
-
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MySQLDatabase
-
- getMaxFractionalDigitsForTimestamp() - Method in class liquibase.database.core.PostgresDatabase
-
- getMaxFractionalDigitsForTimestamp() - Method in interface liquibase.database.Database
-
Determines the maximum precision (number of fractional digits) for TIMESTAMP columns for the given database.
- getMaxParameters(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getMaxParameters(Database) - Method in class liquibase.datatype.LiquibaseDataType
-
- getMaxStreamGobblerOutput() - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- 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
-
- getMd5sum() - Method in class liquibase.hub.model.HubChange
-
- getMdcManager() - Method in class liquibase.logging.mdc.MdcManagerFactory
-
- getMdcManager() - Method in class liquibase.Scope
-
Get the current MDC manager.
- getMdcName() - Method in class liquibase.changelog.filter.AlreadyRanChangeSetFilter
-
- getMdcName() - Method in interface liquibase.changelog.filter.ChangeSetFilter
-
- getMdcName() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
-
- getMdcName() - Method in class liquibase.changelog.filter.ContextChangeSetFilter
-
- getMdcName() - Method in class liquibase.changelog.filter.CountChangeSetFilter
-
- getMdcName() - Method in class liquibase.changelog.filter.DbmsChangeSetFilter
-
- getMdcName() - Method in class liquibase.changelog.filter.IgnoreChangeSetFilter
-
- getMdcName() - Method in class liquibase.changelog.filter.LabelChangeSetFilter
-
- getMdcName() - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
-
- getMdcName() - Method in class liquibase.changelog.filter.UpToTagChangeSetFilter
-
- getMe() - Method in class liquibase.hub.core.MockHubService
-
- getMe() - Method in class liquibase.hub.core.StandardHubService
-
- getMe() - Method in interface liquibase.hub.HubService
-
- getMessage() - Method in class liquibase.change.ChangeStatus
-
- getMessage() - Method in class liquibase.change.core.OutputChange
-
- getMessage() - Method in class liquibase.change.core.StopChange
-
- getMessage() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
-
Free-form text message from the filter giving the reason for accepting or rejecting.
- getMessage() - Method in class liquibase.diff.Difference
-
- getMessage() - Method in exception liquibase.exception.MigrationFailedException
-
- getMessage() - Method in exception liquibase.exception.ValidationFailedException
-
- getMessage() - Method in class liquibase.logging.core.BufferedLogService.BufferedLogMessage
-
- getMessage() - Method in class liquibase.precondition.FailedPrecondition
-
- getMessage() - Method in error liquibase.util.grammar.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessages() - Method in class liquibase.exception.Warnings
-
- getMetaData() - Method in class liquibase.database.jvm.JdbcConnection
-
- getMetadata() - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getMetaDataFromCache() - Method in class liquibase.snapshot.JdbcDatabaseSnapshot
-
- getMinDepth() - Method in class liquibase.changelog.ChangeLogIncludeAll
-
- getMinDepth() - Method in class liquibase.resource.ResourceAccessor.SearchOptions
-
- getMinimumVersionForFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MariaDBDatabase
-
- getMinimumVersionForFractionalDigitsForTimestamp() - Method in class liquibase.database.core.MySQLDatabase
-
- getMinParameters(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getMinParameters(Database) - Method in class liquibase.datatype.LiquibaseDataType
-
- getMinValue() - Method in class liquibase.change.core.AlterSequenceChange
-
- getMinValue() - Method in class liquibase.change.core.CreateSequenceChange
-
- getMinValue() - Method in class liquibase.statement.core.AlterSequenceStatement
-
- getMinValue() - Method in class liquibase.statement.core.CreateSequenceStatement
-
- getMinValue() - Method in class liquibase.structure.core.Sequence
-
- getMissing() - Method in class liquibase.logging.mdc.customobjects.DiffResultsSummary
-
- getMissingObject(T, CompareControl.SchemaComparison[]) - Method in class liquibase.diff.DiffResult
-
- getMissingObjects() - Method in class liquibase.diff.DiffResult
-
- getMissingObjects(Class<T>) - Method in class liquibase.diff.DiffResult
-
- getMissingObjects(Class<T>, Comparator<DatabaseObject>) - Method in class liquibase.diff.DiffResult
-
- getModifyString(Database) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
-
- getMustEqualExisting() - Method in class liquibase.change.ChangeParameterMetaData
-
Returns a dot-delimited chain of
DatabaseObject
fields describing what existing
value this parameter would need to be set if applying the Change to a particular DatabaseObject.
- getName() - Method in class liquibase.change.ChangeMetaData
-
Return the name of the change used to identify it.
- getName() - Method in enum liquibase.change.ChangeStatus.Status
-
- getName() - Method in class liquibase.change.ColumnConfig
-
The name of the column.
- getName() - Method in class liquibase.changelog.ChangeLogProperty
-
- getName() - Method in class liquibase.command.CommandArgument
-
Deprecated.
- getName() - Method in class liquibase.command.CommandArgumentDefinition
-
The name of the argument.
- getName() - Method in class liquibase.command.CommandDefinition
-
The fully qualified name of this command.
- getName() - Method in class liquibase.command.CommandResultDefinition
-
The name of the result.
- getName() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getName() - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- getName() - Method in class liquibase.command.core.DropAllCommand
-
Deprecated.
- getName() - Method in class liquibase.command.core.ExecuteSqlCommand
-
Deprecated.
- getName() - Method in class liquibase.command.core.GenerateChangeLogCommand
-
Deprecated.
- getName() - Method in class liquibase.command.core.HistoryCommand
-
Deprecated.
- getName() - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- getName() - Method in interface liquibase.command.LiquibaseCommand
-
Deprecated.
- getName() - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getName() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getName() - Method in class liquibase.database.core.MockDatabase
-
- getName() - Method in class liquibase.datatype.LiquibaseDataType
-
- getName() - Method in class liquibase.executor.AbstractExecutor
-
Return the name of the Executor
- getName() - Method in interface liquibase.executor.Executor
-
Return the name of the Executor
- getName() - Method in class liquibase.executor.jvm.ExampleExecutor
-
Return the name of the Executor
- getName() - Method in class liquibase.executor.jvm.JdbcExecutor
-
Return the name of the Executor
- getName() - Method in class liquibase.executor.LoggingExecutor
-
Return the name of the Executor
- getName() - Method in class liquibase.extension.testing.testsystem.TestSystem.Definition
-
- getName() - Method in class liquibase.hub.model.Connection
-
- getName() - Method in class liquibase.hub.model.HubChangeLog
-
- getName() - Method in class liquibase.hub.model.Organization
-
- getName() - Method in class liquibase.hub.model.Project
-
- getName() - Method in class liquibase.integration.IntegrationDetails
-
- getName() - Method in class liquibase.parser.core.ParsedNode
-
Each node key contains both a namespace and a name which together identifies the node.
- getName() - Method in class liquibase.precondition.core.AndPrecondition
-
- getName() - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
-
- getName() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- getName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- getName() - Method in class liquibase.precondition.core.DBMSPrecondition
-
- getName() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
-
- getName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- getName() - Method in class liquibase.precondition.core.NotPrecondition
-
- getName() - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
-
- getName() - Method in class liquibase.precondition.core.OrPrecondition
-
- getName() - Method in class liquibase.precondition.core.PreconditionContainer
-
- getName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
-
- getName() - Method in class liquibase.precondition.core.RowCountPrecondition
-
- getName() - Method in class liquibase.precondition.core.RunningAsPrecondition
-
- getName() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
-
- getName() - Method in class liquibase.precondition.core.SqlPrecondition
-
- getName() - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- getName() - Method in class liquibase.precondition.core.TableIsEmptyPrecondition
-
- getName() - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
-
- getName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- getName() - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- getName() - Method in interface liquibase.precondition.Precondition
-
- getName() - Method in class liquibase.sql.visitor.AppendSqlVisitor
-
- getName() - Method in class liquibase.sql.visitor.PrependSqlVisitor
-
- getName() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
-
- getName() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
-
- getName() - Method in interface liquibase.sql.visitor.SqlVisitor
-
- getName() - Method in class liquibase.structure.core.Catalog
-
- getName() - Method in class liquibase.structure.core.Column
-
- getName() - Method in class liquibase.structure.core.Data
-
- getName() - Method in class liquibase.structure.core.ForeignKey
-
- getName() - Method in class liquibase.structure.core.Index
-
- getName() - Method in class liquibase.structure.core.PrimaryKey
-
- getName() - Method in class liquibase.structure.core.Relation
-
- getName() - Method in class liquibase.structure.core.Schema
-
- getName() - Method in class liquibase.structure.core.Sequence
-
- getName() - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- getName() - Method in class liquibase.structure.core.UniqueConstraint
-
- getName() - Method in interface liquibase.structure.DatabaseObject
-
- getNamespace() - Method in class liquibase.configuration.AbstractConfigurationContainer
-
Deprecated.
- getNamespace() - Method in interface liquibase.configuration.ConfigurationContainer
-
Deprecated.
- getNamespace() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getNamespace() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getNamespace() - Method in class liquibase.parser.core.ParsedNode
-
Each node key contains both a namespace and a name which together identifies the node.
- getNamespaceDetails() - Method in class liquibase.parser.NamespaceDetailsFactory
-
- getNamespaceDetails(LiquibaseParser, String) - Method in class liquibase.parser.NamespaceDetailsFactory
-
- getNamespaceDetails(LiquibaseSerializer, String) - Method in class liquibase.parser.NamespaceDetailsFactory
-
- getNamespaces() - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
-
- getNamespaces() - Method in interface liquibase.parser.NamespaceDetails
-
- getNestedPreconditions() - Method in class liquibase.precondition.PreconditionLogic
-
- getNewColumnDataType() - Method in class liquibase.change.core.AddLookupTableChange
-
- getNewColumnName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getNewColumnName() - Method in class liquibase.change.core.RenameColumnChange
-
- getNewColumnName() - Method in class liquibase.statement.core.RenameColumnStatement
-
- getNewColumnValues() - Method in class liquibase.statement.core.UpdateStatement
-
- getNewDataType() - Method in class liquibase.change.core.ModifyDataTypeChange
-
- getNewDataType() - Method in class liquibase.statement.core.ModifyDataTypeStatement
-
- getNewSequenceName() - Method in class liquibase.change.core.RenameSequenceChange
-
- getNewSequenceName() - Method in class liquibase.statement.core.RenameSequenceStatement
-
- getNewTableCatalogName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getNewTableName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getNewTableName() - Method in class liquibase.change.core.RenameTableChange
-
- getNewTableName() - Method in class liquibase.statement.core.RenameTableStatement
-
- getNewTableSchemaName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getNewViewName() - Method in class liquibase.change.core.RenameViewChange
-
- getNewViewName() - Method in class liquibase.statement.core.RenameViewStatement
-
- GetNextChangeSetSequenceValueGenerator - Class in liquibase.sqlgenerator.core
-
- GetNextChangeSetSequenceValueGenerator() - Constructor for class liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator
-
- GetNextChangeSetSequenceValueStatement - Class in liquibase.statement.core
-
- GetNextChangeSetSequenceValueStatement() - Constructor for class liquibase.statement.core.GetNextChangeSetSequenceValueStatement
-
- getNextSequenceValue() - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- getNextSequenceValue() - Method in class liquibase.changelog.MockChangeLogHistoryService
-
- getNextSequenceValue() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- getNextSequenceValue() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getNextToken() - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Get the next Token.
- getNextToken() - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Get the next Token.
- getNextValidGenerator() - Method in class liquibase.snapshot.SnapshotGeneratorChain
-
- getNotes(String) - Method in class liquibase.change.ChangeMetaData
-
- getNotNullColumns() - Method in class liquibase.statement.core.CreateTableStatement
-
- getNotNullConst(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
Return the NotNullConstraints for the given catalog, schema, table, and column.
- getNotNullConstraintName() - Method in class liquibase.change.ConstraintsConfig
-
- getNotNullConstraints() - Method in class liquibase.structure.core.Table
-
- getNumChangeSetsFollowing() - Method in class liquibase.changelog.visitor.DetermineNumberChangesFollowingVisitor
-
- getObjectChangeFilter() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getObjectChangeFilter() - Method in class liquibase.diff.output.DiffOutputControl
-
- getObjectMetaData() - Method in class liquibase.AbstractExtensibleObject
-
- getObjectMetaData() - Method in interface liquibase.ExtensibleObject
-
- getObjectQuotingStrategy() - Method in class liquibase.changelog.ChangeSet
-
- getObjectQuotingStrategy() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getObjectQuotingStrategy() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getObjectQuotingStrategy() - Method in class liquibase.database.core.MockDatabase
-
- getObjectQuotingStrategy() - Method in interface liquibase.database.Database
-
- getObjectQuotingStrategy() - Method in class liquibase.diff.output.DiffOutputControl
-
- getObjects() - Method in class liquibase.structure.core.Catalog
-
- getObjects() - Method in class liquibase.structure.core.Schema
-
- getObjectTypeName() - Method in class liquibase.structure.AbstractDatabaseObject
-
- getObjectTypeName() - Method in interface liquibase.structure.DatabaseObject
-
- getOfflineReason() - Method in class liquibase.hub.HubServiceFactory
-
- 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
-
- getOperation() - Method in exception liquibase.exception.DatabaseIncapableOfOperation
-
- getOperation() - Method in class liquibase.hub.model.OperationChange
-
- getOperation() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getOperationEventLog() - Method in class liquibase.hub.model.OperationEvent
-
- getOperationEventStatus() - Method in class liquibase.hub.model.OperationEvent
-
- getOperationEventStatusType() - Method in class liquibase.hub.model.OperationEvent.OperationEventStatus
-
- getOperationStatus() - Method in class liquibase.hub.model.Operation
-
- getOperationStatusType() - Method in class liquibase.hub.model.Operation.OperationStatus
-
- getOperationStatusType() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getOptionalParameters(Database) - Method in class liquibase.change.ChangeMetaData
-
Returns the optional parameters for this change for the given database.
- getOrder(CommandDefinition) - Method in class liquibase.command.AbstractCommandStep
-
- getOrder(CommandDefinition) - Method in interface liquibase.command.CommandStep
-
Deprecated.
- getOrder() - Method in interface liquibase.configuration.ConfiguredValueModifier
-
Returns the order in which modifiers should be run.
- getOrder() - Method in class liquibase.structure.core.Column
-
- 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
-
- getOrderExecuted() - Method in class liquibase.hub.model.HubChange
-
- getOrganization() - Method in class liquibase.hub.core.MockHubService
-
- getOrganization() - Method in class liquibase.hub.core.StandardHubService
-
- getOrganization() - Method in interface liquibase.hub.HubService
-
- getOrganization() - Method in class liquibase.hub.model.CoreInitOnboardingResponse
-
- getOrganizationId() - Method in class liquibase.hub.model.HubRegisterResponse
-
- getOriginalString() - Method in class liquibase.ContextExpression
-
- getOriginalString() - Method in class liquibase.LabelExpression
-
- getOs() - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- getOutgoingForeignKeys() - Method in class liquibase.structure.core.Table
-
Returns the list of all outgoing FOREIGN KEYS from this table
- getOutput() - Method in class liquibase.executor.LoggingExecutor
-
- getOutputDefaultCatalog() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getOutputDefaultCatalog() - Method in class liquibase.database.core.MockDatabase
-
- getOutputDefaultCatalog() - Method in interface liquibase.database.Database
-
- getOutputDefaultSchema() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getOutputDefaultSchema() - Method in class liquibase.database.core.MockDatabase
-
- getOutputDefaultSchema() - Method in interface liquibase.database.Database
-
Should the schema be included in identifiers even if it is the default schema?
- getOutputDirectory() - Method in class liquibase.integration.ant.DBDocTask
-
- getOutputDirectory() - Method in class org.liquibase.maven.plugins.LiquibaseDBDocMojo
-
- getOutputEncoding() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getOutputEncoding() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
- getOutputEncoding() - 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.type.ChangeLogOutputFile
-
- getOutputFileWriter() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
- getOutputLineSeparator() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getOutputSchemaAs() - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
-
- getOutputServices() - Method in class liquibase.ui.CompositeUIService
-
- getOutputStackTraces() - Method in class liquibase.ui.ConsoleUIService
-
- getOutputStream() - Method in class liquibase.command.CommandResultsBuilder
-
- getOutputStream() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getOutputStream() - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- getOutputStream() - Method in class liquibase.command.core.HistoryCommand
-
Deprecated.
- getOutputStream() - Method in class liquibase.ui.ConsoleUIService
-
- getOutputWriter(File) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- 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
-
Returns an array with the parameters to the data type, e.g.
- getParameters() - Method in class liquibase.hub.model.Operation
-
- getParameters() - Method in class liquibase.integration.cdi.CDILiquibaseConfig
-
- getParameters() - Method in class liquibase.integration.IntegrationDetails
-
- getParameters() - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
-
- getParameters() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- getParameters() - Method in class liquibase.statement.core.RawParameterizedSqlStatement
-
- 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
-
- getParent() - Method in class liquibase.logging.core.JavaLogService
-
- getParent() - Method in class liquibase.Scope
-
Returns the parent scope to this scope.
- getParentChangeLog() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getParser(String, ResourceAccessor) - Method in class liquibase.parser.ChangeLogParserFactory
-
- getParser(String, ResourceAccessor) - Method in class liquibase.parser.SnapshotParserFactory
-
- getParsers() - Method in class liquibase.parser.ChangeLogParserFactory
-
- getParsers() - Method in class liquibase.parser.SnapshotParserFactory
-
- getPassword() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Standard password to use when connecting.
- getPassword() - Method in class liquibase.extension.testing.testsystem.wrapper.JdbcDatabaseWrapper
-
- getPassword() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getPath() - Method in class liquibase.change.core.CreateProcedureChange
-
- getPath() - Method in class liquibase.change.core.CreateViewChange
-
- getPath() - Method in class liquibase.change.core.SQLFileChange
-
- getPath() - Method in class liquibase.changelog.ChangeLogIncludeAll
-
- getPath() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- getPath() - Method in class liquibase.resource.AbstractResource
-
- getPath() - Method in interface liquibase.resource.Resource
-
Returns the normalized, ResourceAccessor-relative path for this resource.
- getPhysicalFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getPipeline() - Method in class liquibase.command.CommandDefinition
-
Returns the steps in the command's pipeline
- getPlugin(Object...) - Method in class liquibase.plugin.AbstractPluginFactory
-
- getPluginClass() - Method in class liquibase.change.ChangeFactory
-
- getPluginClass() - Method in class liquibase.executor.ExecutorService
-
- getPluginClass() - Method in class liquibase.extension.testing.testsystem.TestSystemFactory
-
- getPluginClass() - Method in class liquibase.hub.HubServiceFactory
-
- getPluginClass() - Method in class liquibase.license.LicenseServiceFactory
-
- getPluginClass() - Method in class liquibase.logging.core.LogServiceFactory
-
- getPluginClass() - Method in class liquibase.logging.LogFactory
-
- getPluginClass() - Method in class liquibase.logging.mdc.MdcManagerFactory
-
- getPluginClass() - Method in class liquibase.plugin.AbstractPluginFactory
-
- getPluginClass() - Method in class liquibase.resource.PathHandlerFactory
-
- getPluginClass() - Method in class liquibase.ui.UIServiceFactory
-
- getPosition() - Method in class liquibase.change.AddColumnConfig
-
- getPostCount() - Method in class liquibase.hub.listener.HubChangeExecListener
-
- getPostUpdateStatements(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- getPostUpdateStatements(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
-
- getPostUpdateStatements(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
-
- getPrecedence() - Method in interface liquibase.configuration.ConfigurationValueProvider
-
Returns the precedence of values returned by this provider.
- getPrecedence() - Method in class liquibase.configuration.core.DefaultsFileValueProvider
-
- getPrecedence() - Method in class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- getPrecedence() - Method in class liquibase.configuration.core.EnvironmentValueProvider
-
- getPrecedence() - Method in class liquibase.configuration.core.ScopeValueProvider
-
- getPrecedence() - Method in class liquibase.configuration.core.SystemPropertyValueProvider
-
- getPrecedence() - Method in class liquibase.extension.testing.LiquibaseSdkConfigurationValueProvider
-
- getPrecedence() - Method in class liquibase.integration.commandline.CommandLineArgumentValueProvider
-
- getPrecedence() - Method in class liquibase.integration.servlet.ServletConfigurationValueProvider
-
- getPrecedence() - Method in class org.liquibase.maven.provider.FlowCommandArgumentValueProvider
-
- getPrecondition() - Method in class liquibase.precondition.ErrorPrecondition
-
- getPrecondition() - Method in class liquibase.precondition.FailedPrecondition
-
- getPreconditions() - Method in class liquibase.changelog.ChangeSet
-
- getPreconditions() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getPreconditions() - Method in interface liquibase.precondition.Conditional
-
- getPreconditions() - Method in class liquibase.precondition.PreconditionFactory
-
- getPreDataTypeString(Database) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
-
- getPreviouslyRan() - Method in class liquibase.changelog.ChangeSetStatus
-
Returns true if the changeset was ran previously.
- getPrimaryKey() - Method in class liquibase.change.core.LoadUpdateDataChange
-
- getPrimaryKey() - Method in class liquibase.statement.core.InsertOrUpdateStatement
-
- getPrimaryKey() - Method in class liquibase.structure.core.Table
-
- getPrimaryKeyColumns() - Method in class liquibase.structure.core.ForeignKey
-
- getPrimaryKeyConstraint() - Method in class liquibase.statement.core.CreateTableStatement
-
- getPrimaryKeyName() - Method in class liquibase.change.ConstraintsConfig
-
Returns the name to use for the primary key constraint.
- 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.
- getPriority(Change, Object...) - Method in class liquibase.change.ChangeFactory
-
- 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.MockChangeLogHistoryService
-
- getPriority() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- getPriority() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getPriority(String) - Method in class liquibase.command.AbstractCommand
-
Deprecated.
- getPriority(String) - Method in interface liquibase.command.LiquibaseCommand
-
Deprecated.
- getPriority() - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getPriority() - Method in class liquibase.database.core.AbstractDb2Database
-
- getPriority() - Method in class liquibase.database.core.CockroachDatabase
-
- getPriority() - Method in class liquibase.database.core.DerbyDatabase
-
- getPriority() - Method in class liquibase.database.core.EnterpriseDBDatabase
-
- getPriority() - Method in class liquibase.database.core.FirebirdDatabase
-
- getPriority() - Method in class liquibase.database.core.H2Database
-
- getPriority() - Method in class liquibase.database.core.HsqlDatabase
-
- getPriority() - Method in class liquibase.database.core.InformixDatabase
-
- getPriority() - Method in class liquibase.database.core.Ingres9Database
-
- getPriority() - Method in class liquibase.database.core.MockDatabase
-
- getPriority() - Method in class liquibase.database.core.MSSQLDatabase
-
- getPriority() - Method in class liquibase.database.core.MySQLDatabase
-
- getPriority() - Method in class liquibase.database.core.OracleDatabase
-
- getPriority() - Method in class liquibase.database.core.PostgresDatabase
-
- getPriority() - Method in class liquibase.database.core.SnowflakeDatabase
-
- getPriority() - Method in class liquibase.database.core.SQLiteDatabase
-
- getPriority() - Method in class liquibase.database.core.SybaseASADatabase
-
- getPriority() - Method in class liquibase.database.core.SybaseDatabase
-
- getPriority() - Method in class liquibase.database.core.UnsupportedDatabase
-
- getPriority() - Method in class liquibase.database.jvm.JdbcConnection
-
- getPriority() - Method in class liquibase.database.MockDatabaseConnection
-
- getPriority() - Method in class liquibase.database.OfflineConnection
-
- getPriority() - Method in class liquibase.datatype.core.DoubleDataTypeSnowflake
-
- getPriority() - Method in class liquibase.datatype.core.TimestampNTZTypeSnowflake
-
- 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.ChangedSequenceChangeGeneratorSnowflake
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedTableChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedUniqueConstraintChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingDataChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingDataExternalFileChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingSequenceChangeGeneratorSnowflake
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator
-
- getPriority() - Method in class liquibase.executor.AbstractExecutor
-
Return the Executor priority
- getPriority() - Method in interface liquibase.executor.Executor
-
Return the Executor priority
- getPriority(Executor, Object...) - Method in class liquibase.executor.ExecutorService
-
- getPriority() - Method in class liquibase.executor.jvm.ExampleExecutor
-
Return the Executor priority
- getPriority() - Method in class liquibase.executor.jvm.JdbcExecutor
-
Return the Executor priority
- getPriority() - Method in class liquibase.executor.jvm.SnowflakeJdbcExecutor
-
- getPriority() - Method in class liquibase.executor.LoggingExecutor
-
Return the Executor priority
- getPriority(TestSystem.Definition) - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Default implementation returns PRIORITY_DEFAULT if the name matches the given definition, without taking any profiles etc.
- getPriority(TestSystem, Object...) - Method in class liquibase.extension.testing.testsystem.TestSystemFactory
-
- getPriority() - Method in class liquibase.hub.core.MockHubService
-
- getPriority() - Method in class liquibase.hub.core.StandardHubService
-
- getPriority(HubService, Object...) - Method in class liquibase.hub.HubServiceFactory
-
- getPriority() - Method in class liquibase.integration.ant.AntTaskLogService
-
- getPriority() - Method in interface liquibase.license.LicenseService
-
This method returns a priority value for an implementation.
- getPriority(LicenseService, Object...) - Method in class liquibase.license.LicenseServiceFactory
-
- getPriority() - Method in class liquibase.lockservice.LockServiceImpl
-
Deprecated.
- getPriority() - Method in class liquibase.lockservice.MockLockService
-
- getPriority() - Method in class liquibase.lockservice.OfflineLockService
-
- getPriority() - Method in class liquibase.lockservice.StandardLockService
-
- getPriority() - Method in class liquibase.logging.core.BufferedLogService
-
- getPriority() - Method in class liquibase.logging.core.CompositeLogService
-
- getPriority() - Method in class liquibase.logging.core.JavaLogService
-
- getPriority(LogService, Object...) - Method in class liquibase.logging.core.LogServiceFactory
-
- getPriority(LogService, Object...) - Method in class liquibase.logging.LogFactory
-
- getPriority() - Method in interface liquibase.logging.LogService
-
- getPriority() - Method in interface liquibase.logging.mdc.MdcManager
-
- getPriority(MdcManager, Object...) - Method in class liquibase.logging.mdc.MdcManagerFactory
-
- getPriority() - Method in class liquibase.logging.mdc.NoOpMdcManager
-
- 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(T, Object...) - Method in class liquibase.plugin.AbstractPluginFactory
-
Returns the priority of the given object based on the passed args array.
- getPriority(String) - Method in class liquibase.resource.DirectoryPathHandler
-
- getPriority(String) - Method in interface liquibase.resource.PathHandler
-
Priority of this parser for the given path.
- getPriority(PathHandler, Object...) - Method in class liquibase.resource.PathHandlerFactory
-
- getPriority(String) - Method in class liquibase.resource.ZipPathHandler
-
- getPriority() - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
-
- getPriority() - Method in class liquibase.serializer.core.string.StringChangeLogSerializer
-
- getPriority() - Method in class liquibase.serializer.core.string.StringSnapshotSerializer
-
- getPriority() - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
-
- getPriority() - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
-
- getPriority() - Method in class liquibase.serializer.core.yaml.YamlChangeLogSerializer
-
- getPriority() - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer
-
- getPriority() - Method in interface liquibase.servicelocator.PrioritizedService
-
- getPriority() - Method in interface liquibase.servicelocator.ServiceLocator
-
- getPriority() - Method in class liquibase.servicelocator.StandardServiceLocator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorH2
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorInformix
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGeneratorOracle
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGeneratorSnowflake
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGeneratorSnowflake
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGeneratorSnowflake
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in interface liquibase.snapshot.SnapshotGenerator
-
Inquire if this SnapshotGenerator is capable of snapshotting objects of type
objectType (e.g.
- getPriority() - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
-
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
-
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
-
Informs the SqlGeneratorFactory that we are the preferred generator for CREATE INDEX statements in a
Firebird database.
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
-
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateSequenceGeneratorSnowflake
-
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.DropDefaultValueGeneratorSnowflake
-
- getPriority() - Method in class liquibase.sqlgenerator.core.DropProcedureGeneratorSnowflake
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSnowflake
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
-
- getPriority() - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- getPriority() - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
-
- getPriority() - Method in class liquibase.sqlgenerator.core.RenameTableGeneratorSnowflake
-
- getPriority() - Method in class liquibase.sqlgenerator.core.RenameViewGeneratorSnowflake
-
- getPriority() - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
-
- getPriority() - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
-
- getPriority() - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGeneratorSnowflake
-
- getPriority() - Method in class liquibase.sqlgenerator.core.SetTableRemarksGeneratorSnowflake
-
- getPriority() - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
-
- getPriority() - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Of all the SqlGenerators that "support" a given SqlStatement/Database, SqlGeneratorFactory will return the one
with the highest priority.
- getPriority() - Method in class liquibase.ui.CompositeUIService
-
- getPriority() - Method in class liquibase.ui.ConsoleUIService
-
- getPriority() - Method in class liquibase.ui.LoggerUIService
-
- getPriority() - Method in interface liquibase.ui.UIService
-
- getPriority(UIService, Object...) - Method in class liquibase.ui.UIServiceFactory
-
- getPriority() - Method in class org.liquibase.maven.plugins.MavenLogService
-
- 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
-
- getProfiles() - Method in class liquibase.extension.testing.testsystem.TestSystem.Definition
-
- getProject(UUID) - Method in class liquibase.hub.core.MockHubService
-
- getProject(UUID) - Method in class liquibase.hub.core.StandardHubService
-
- getProject(UUID) - Method in interface liquibase.hub.HubService
-
- getProject() - Method in class liquibase.hub.model.Connection
-
- getProject() - Method in class liquibase.hub.model.HubChangeLog
-
- getProject() - Method in class liquibase.hub.model.OperationChange
-
- getProject() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getProjectId() - Method in class liquibase.hub.model.HubRegisterResponse
-
- getProjects() - Method in class liquibase.hub.core.MockHubService
-
- getProjects() - Method in class liquibase.hub.core.StandardHubService
-
- getProjects() - Method in interface liquibase.hub.HubService
-
- getProperties() - Method in class liquibase.configuration.AbstractConfigurationContainer
-
Deprecated.
- getProperties() - Method in interface liquibase.configuration.ConfigurationContainer
-
Deprecated.
- getProperties() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getProperties() - Method in class liquibase.extension.testing.testsystem.TestSystem.Definition
-
- getProperties(Class<? extends Object>) - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
-
- getProperty(String) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
-
Deprecated.
- getProperty(String) - Method in class liquibase.configuration.AbstractConfigurationContainer
-
Deprecated.
- getProperty(String) - Method in interface liquibase.configuration.ConfigurationContainer
-
Deprecated.
- getProperty(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getProperty() - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
-
- getProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
-
For a given object, try to find the appropriate reader method and return the value, if set
for the object.
- getPropertySets() - Method in class liquibase.integration.ant.type.ChangeLogParametersType
-
- getPropertyType(Object, String) - Static method in class liquibase.util.ObjectUtil
-
Tried to determine the appropriate reader method for a given propertyName of a given object and, if found,
returns the class of its return type.
- getProvidedValue(String...) - Method in class liquibase.configuration.AbstractMapConfigurationValueProvider
-
- getProvidedValue(String...) - Method in interface liquibase.configuration.ConfigurationValueProvider
-
Lookup the given key(s) in this source.
- getProvidedValue() - Method in class liquibase.configuration.ConfiguredValue
-
- getProvidedValue(String...) - Method in class liquibase.configuration.core.ScopeValueProvider
-
- getProvidedValue(String...) - Method in class liquibase.integration.servlet.ServletConfigurationValueProvider
-
Try to read the value that is stored by the given key from
JNDI
the servlet context's init parameters
system properties
- getProvidedValues() - Method in class liquibase.configuration.ConfiguredValue
-
- getProvider() - Method in class liquibase.configuration.ProvidedValue
-
The provider for this value
- getProviders() - Method in class liquibase.configuration.LiquibaseConfiguration
-
- getQuotchar() - Method in class liquibase.change.core.LoadDataChange
-
- getQuotingEndCharacter() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getQuotingEndCharacter() - Method in class liquibase.database.core.MSSQLDatabase
-
- getQuotingEndCharacter() - Method in class liquibase.database.core.MySQLDatabase
-
- getQuotingEndCharacter() - Method in class liquibase.database.core.SybaseDatabase
-
- getQuotingEndReplacement() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getQuotingEndReplacement() - Method in class liquibase.database.core.MSSQLDatabase
-
- getQuotingStartCharacter() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getQuotingStartCharacter() - Method in class liquibase.database.core.MSSQLDatabase
-
- getQuotingStartCharacter() - Method in class liquibase.database.core.MySQLDatabase
-
- getQuotingStartCharacter() - Method in class liquibase.database.core.SybaseDatabase
-
- getRadix() - Method in class liquibase.structure.core.DataType
-
- getRanChangeSet(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.MockChangeLogHistoryService
-
- getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getRanChangeSet(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getRanChangeSet(ChangeSet) - Method in class liquibase.database.core.MockDatabase
-
- getRanChangeSet(ChangeSet) - Method in interface liquibase.database.Database
-
- getRanChangeSetList() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getRanChangeSetList() - Method in class liquibase.database.core.MockDatabase
-
- getRanChangeSetList() - Method in interface liquibase.database.Database
-
Returns the ChangeSets that have been run against the current database.
- getRanChangeSets() - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- getRanChangeSets() - Method in class liquibase.changelog.MockChangeLogHistoryService
-
- getRanChangeSets() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- getRanChangeSets() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
Returns the ChangeSets that have been run against the current getDatabase().
- 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.changelog.MockChangeLogHistoryService
-
- getRanDate(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getRanDate(ChangeSet) - Method in class liquibase.database.core.MockDatabase
-
- getRanDate(ChangeSet) - Method in interface liquibase.database.Database
-
- getRanSql() - Method in class liquibase.sdk.executor.MockExecutor
-
- getRawDefinition() - Method in class liquibase.datatype.LiquibaseDataType
-
Obtains the "raw" data type definition if one was used to create this object as a result of parsing
- getReason() - Method in exception liquibase.exception.DatabaseIncapableOfOperation
-
- getReason() - Method in exception liquibase.exception.StatementNotSupportedOnDatabaseException
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSnowflake
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
-
- getRecursive() - Method in class liquibase.resource.ResourceAccessor.SearchOptions
-
- getReferenceDatabase() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getReferencedColumnNames() - Method in class liquibase.change.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
-
- getReferencedTableCatalogName() - Method in class liquibase.change.ConstraintsConfig
-
- getReferencedTableCatalogName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getReferencedTableCatalogName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- getReferencedTableCatalogName() - Method in class liquibase.statement.ForeignKeyConstraint
-
- 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.ConstraintsConfig
-
- getReferencedTableSchemaName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getReferencedTableSchemaName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- getReferencedTableSchemaName() - Method in class liquibase.statement.ForeignKeyConstraint
-
- getReferences() - Method in class liquibase.change.ConstraintsConfig
-
Returns the "references" clause to use for the foreign key.
- getReferences() - Method in class liquibase.statement.ForeignKeyConstraint
-
- getReferenceSchema() - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
-
- getReferenceSchemaOrCatalog(Database, CompareControl.SchemaComparison) - Method in class liquibase.diff.compare.core.CommonCatalogSchemaComparator
-
- getReferenceSnapshot() - Method in class liquibase.diff.DiffResult
-
- getReferenceSnapshotControl() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getReferencesUniqueColumn() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getReferenceValue() - Method in class liquibase.diff.Difference
-
- getReferenceVersion() - Method in class liquibase.diff.StringDiff
-
- getRegisteredDefinition(String) - Method in class liquibase.configuration.LiquibaseConfiguration
-
- getRegisteredDefinitions(boolean) - Method in class liquibase.configuration.LiquibaseConfiguration
-
- getRelation() - Method in class liquibase.structure.core.Column
-
- getRelation() - Method in class liquibase.structure.core.Index
-
- getRelation() - Method in class liquibase.structure.core.UniqueConstraint
-
- getRelativeTo() - Method in class liquibase.change.core.LoadDataChange
-
- getRelativeToChangelogFile() - Method in class liquibase.change.core.CreateViewChange
-
- getRelativeToChangelogFile() - Method in class liquibase.changelog.ChangeLogInclude
-
- getRelativeToChangelogFile() - Method in class liquibase.changelog.ChangeLogIncludeAll
-
- getRelativeToChangelogFile() - Method in class liquibase.changelog.ChangeLogProperty
-
- getRelativeToChangelogFile() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- getRemarks() - Method in class liquibase.change.ColumnConfig
-
Return the remarks to apply to this column.
- getRemarks() - Method in class liquibase.change.core.CreateTableChange
-
- getRemarks() - Method in class liquibase.change.core.CreateViewChange
-
- getRemarks() - Method in class liquibase.change.core.RenameColumnChange
-
- getRemarks() - Method in class liquibase.change.core.SetColumnRemarksChange
-
- getRemarks() - Method in class liquibase.change.core.SetTableRemarksChange
-
- getRemarks() - Method in class liquibase.statement.core.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.statement.core.SetViewRemarksStatement
-
- getRemarks() - Method in class liquibase.structure.core.Column
-
- getRemarks() - Method in class liquibase.structure.core.Relation
-
- getRemoveDate() - Method in class liquibase.hub.model.Connection
-
- getRemoveDate() - Method in class liquibase.hub.model.Operation
-
- getReplace() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
-
- getReplace() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
-
- getReplaceIfExists() - Method in class liquibase.change.core.CreateProcedureChange
-
- getReplaceIfExists() - Method in class liquibase.change.core.CreateViewChange
-
- getReplaceIfExists() - Method in class liquibase.statement.core.CreateProcedureStatement
-
- getRequestedKey() - Method in class liquibase.configuration.ProvidedValue
-
The configuration key the code asked the provider for.
- getRequiredErrorMessages() - Method in class liquibase.exception.ValidationErrors
-
- getRequiredForDatabase() - Method in class liquibase.change.ChangeParameterMetaData
-
Return the database types for which this parameter is required.
- getRequiredParameters(Database) - Method in class liquibase.change.ChangeMetaData
-
Returns the required parameters for this change for the given database.
- getResource(String) - Method in class liquibase.integration.spring.SpringResourceAccessor
-
Looks up the given resource.
- getResource(String) - Method in class liquibase.resource.DirectoryPathHandler
-
- getResource(String) - Method in interface liquibase.resource.PathHandler
-
Parse the given "absolute" path and return a
Resource
for it if it exists.
- getResource(String) - Method in class liquibase.resource.PathHandlerFactory
-
Return the resource for the given path.
- getResource(String) - Method in class liquibase.resource.ZipPathHandler
-
- getResourceAccessor() - Method in class liquibase.change.AbstractChange
-
- getResourceAccessor() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getResourceAccessor() - Method in class liquibase.Liquibase
-
Return ResourceAccessor used by this Liquibase instance.
- getResourceAccessor(String) - Method in class liquibase.resource.DirectoryPathHandler
-
- getResourceAccessor(String) - Method in interface liquibase.resource.PathHandler
-
- getResourceAccessor(String) - Method in class liquibase.resource.PathHandlerFactory
-
- getResourceAccessor(String) - Method in class liquibase.resource.ZipPathHandler
-
- getResourceAccessor() - Method in class liquibase.Scope
-
- getResourceAccessor() - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
- getResourceAccessor(ClassLoader) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
- getResourceAccessor(ClassLoader) - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- getResourceAccessor(ClassLoader) - Method in class org.liquibase.maven.plugins.LiquibaseRegisterChangeLogMojo
-
Override this method in order to create a ResourceAccessor which only
looks for files in root and src/main/resources paths
- getResourceAsStream(String) - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
- getResourceFilter() - Method in class liquibase.changelog.ChangeLogIncludeAll
-
- getResourceLoader() - Method in class liquibase.integration.spring.SpringLiquibase
-
- getResourcePath(Resource) - Method in class liquibase.integration.spring.SpringResourceAccessor
-
Returns the lookup path to the given resource.
- getResult(CommandResultDefinition<DataType>) - Method in class liquibase.command.CommandResults
-
- getResult(String) - Method in class liquibase.command.CommandResults
-
Return the result value for the given key.
- getResult(String) - Method in class liquibase.command.CommandResultsBuilder
-
Allows any step of the pipeline to access any of the results.
- getResults() - Method in exception liquibase.command.CommandFailedException
-
- getResults() - Method in class liquibase.command.CommandResults
-
Returns all the results for this command.
- getResultSetCache(String) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getResultSetValue(ResultSet, int) - Static method in class liquibase.util.JdbcUtil
-
Retrieve a JDBC column value from a ResultSet, using the most appropriate
value type.
- getRollback() - Method in class liquibase.changelog.ChangeSet
-
- 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
-
- getRootChangeLog() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getRootPath() - Method in class liquibase.resource.AbstractPathResourceAccessor
-
- getRootPath() - Method in class liquibase.resource.DirectoryResourceAccessor
-
- getRootPath() - Method in class liquibase.resource.ZipResourceAccessor
-
- getRun() - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
-
- getRunOrder() - Method in class liquibase.changelog.ChangeSet
-
- getRunPreviously() - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
-
- getRunStatus(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
-
- getRunStatus(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- getRunStatus(ChangeSet) - Method in class liquibase.changelog.MockChangeLogHistoryService
-
- getRunStatus(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getRunStatus(ChangeSet) - Method in class liquibase.database.core.MockDatabase
-
- getRunStatus(ChangeSet) - Method in interface liquibase.database.Database
-
Returns the run status for the given ChangeSet
- getRuntimeEnvironment() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getRunWith() - Method in class liquibase.changelog.ChangeSet
-
- getRunWithSpoolFile() - Method in class liquibase.changelog.ChangeSet
-
- getSaxParserFactory() - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
-
- getSchema() - Method in class liquibase.database.core.MockDatabase
-
- getSchema() - Method in class liquibase.database.OfflineConnection
-
- getSchema() - Method in class liquibase.structure.core.Catalog
-
- getSchema() - Method in class liquibase.structure.core.Column
-
- getSchema() - Method in class liquibase.structure.core.Data
-
- getSchema() - Method in class liquibase.structure.core.ForeignKey
-
- getSchema() - Method in class liquibase.structure.core.Index
-
- getSchema() - Method in class liquibase.structure.core.PrimaryKey
-
- getSchema() - Method in class liquibase.structure.core.Relation
-
- getSchema() - Method in class liquibase.structure.core.Schema
-
- getSchema() - Method in class liquibase.structure.core.Sequence
-
- getSchema() - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- getSchema() - Method in class liquibase.structure.core.UniqueConstraint
-
- getSchema() - Method in interface liquibase.structure.DatabaseObject
-
- getSchemaAndCatalogCase() - Method in class liquibase.database.AbstractJdbcDatabase
-
This logic is used when db support catalogs
- getSchemaAndCatalogCase() - Method in class liquibase.database.core.AbstractDb2Database
-
DB2 database are not case sensitive.
- getSchemaAndCatalogCase() - Method in class liquibase.database.core.MockDatabase
-
- getSchemaAndCatalogCase() - Method in class liquibase.database.core.PostgresDatabase
-
- getSchemaAndCatalogCase() - Method in interface liquibase.database.Database
-
- getSchemaComparisons() - Method in class liquibase.diff.compare.CompareControl
-
- getSchemaComparisons() - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
-
- getSchemaComparisons() - Method in class liquibase.diff.ObjectDifferences
-
- getSchemaComparisons() - Method in class liquibase.diff.output.DiffOutputControl
-
- getSchemaComparisons() - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.core.AbstractDb2Database
-
- getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.core.MockDatabase
-
- getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.core.MySQLDatabase
-
- getSchemaKey(CachedRow) - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
-
- getSchemaName() - Method in class liquibase.CatalogAndSchema
-
- getSchemaName() - Method in class liquibase.change.AbstractTableChange
-
- getSchemaName() - Method in class liquibase.change.core.AbstractModifyDataChange
-
- getSchemaName() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getSchemaName() - Method in class liquibase.change.core.AddColumnChange
-
- getSchemaName() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getSchemaName() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- getSchemaName() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- getSchemaName() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getSchemaName() - Method in class liquibase.change.core.AlterSequenceChange
-
- getSchemaName() - Method in class liquibase.change.core.CreateIndexChange
-
- getSchemaName() - Method in class liquibase.change.core.CreateProcedureChange
-
- getSchemaName() - Method in class liquibase.change.core.CreateSequenceChange
-
- getSchemaName() - Method in class liquibase.change.core.CreateTableChange
-
- getSchemaName() - Method in class liquibase.change.core.CreateViewChange
-
- getSchemaName() - Method in class liquibase.change.core.DropColumnChange
-
- getSchemaName() - Method in class liquibase.change.core.DropDefaultValueChange
-
- getSchemaName() - Method in class liquibase.change.core.DropIndexChange
-
- getSchemaName() - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- getSchemaName() - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- getSchemaName() - Method in class liquibase.change.core.DropProcedureChange
-
- getSchemaName() - Method in class liquibase.change.core.DropSequenceChange
-
- getSchemaName() - Method in class liquibase.change.core.DropTableChange
-
- getSchemaName() - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- getSchemaName() - Method in class liquibase.change.core.DropViewChange
-
- getSchemaName() - Method in class liquibase.change.core.InsertDataChange
-
- getSchemaName() - Method in class liquibase.change.core.MergeColumnChange
-
- getSchemaName() - Method in class liquibase.change.core.ModifyDataTypeChange
-
- getSchemaName() - Method in class liquibase.change.core.RenameColumnChange
-
- getSchemaName() - Method in class liquibase.change.core.RenameSequenceChange
-
- getSchemaName() - Method in class liquibase.change.core.RenameTableChange
-
- getSchemaName() - Method in class liquibase.change.core.RenameViewChange
-
- getSchemaName() - Method in class liquibase.change.core.SetColumnRemarksChange
-
- getSchemaName() - Method in class liquibase.change.core.SetTableRemarksChange
-
- getSchemaName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- getSchemaName() - Method in class liquibase.precondition.core.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.UniqueConstraintExistsPrecondition
-
- getSchemaName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- getSchemaName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
-
- getSchemaName() - Method in class liquibase.statement.core.AddColumnStatement
-
- getSchemaName() - Method in class liquibase.statement.core.AddDefaultValueStatement
-
- getSchemaName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
- getSchemaName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- getSchemaName() - Method in class liquibase.statement.core.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.SetViewRemarksStatement
-
- getSchemaName() - Method in class liquibase.statement.core.TableRowCountStatement
-
- getSchemaName() - Method in class liquibase.statement.core.UpdateStatement
-
- getSchemaName() - Method in class liquibase.statement.DatabaseFunction
-
- getSchemaName() - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
- getSchemas() - Method in class liquibase.command.core.DropAllCommand
-
Deprecated.
- 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
-
- getScratchData(String) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getSearchClassloader() - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
-
Return the classloader used to look for XSD files in the classpath.
- getSearchPath() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
Gets the change log directory set from Ant.
- getSearchPath() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
This method is designed to be overridden by subclasses when a change log is needed.
- getSeenChangeSets() - Method in class liquibase.changelog.visitor.ListVisitor
-
- getSelectChangeLogLockSQL() - Method in class liquibase.database.core.MockDatabase
-
- getSelectQuery() - Method in class liquibase.change.core.CreateViewChange
-
- getSelectQuery() - Method in class liquibase.statement.core.CreateViewStatement
-
- getSelectSequenceSql(Schema, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
-
- getSelectSequenceSql(Schema, Database) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGeneratorSnowflake
-
- getSendsStringParametersAsUnicode() - Method in class liquibase.database.OfflineConnection
-
- getSeparator() - Method in class liquibase.change.core.LoadDataChange
-
- getSequenceName() - Method in class liquibase.change.core.AlterSequenceChange
-
- getSequenceName() - Method in class liquibase.change.core.CreateSequenceChange
-
- getSequenceName() - Method in class liquibase.change.core.DropSequenceChange
-
- getSequenceName() - Method in class liquibase.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
-
- getSequenceSchemaName() - Method in class liquibase.statement.SequenceCurrentValueFunction
-
- getSequenceSchemaName() - Method in class liquibase.statement.SequenceNextValueFunction
-
- getSerializableFieldDataTypeClass(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
-
- getSerializableFieldDataTypeClassParameters(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
-
- getSerializableFieldNamespace(String) - Method in class liquibase.change.AbstractChange
-
- getSerializableFieldNamespace(String) - Method in class liquibase.changelog.ChangeSet
-
- getSerializableFieldNamespace(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
-
- getSerializableFieldNamespace(String) - Method in interface liquibase.serializer.LiquibaseSerializable
-
- getSerializableFieldNamespace(String) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getSerializableFieldNamespace(String) - Method in class liquibase.snapshot.SnapshotControl
-
- getSerializableFieldNamespace(String) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- getSerializableFieldNamespace(String) - Method in class liquibase.structure.AbstractDatabaseObject
-
- getSerializableFieldNamespace(String) - Method in class liquibase.structure.DatabaseObjectCollection
-
- getSerializableFields() - Method in class liquibase.change.AbstractChange
-
Returns the fields on this change that are serializable.
- getSerializableFields() - Method in class liquibase.change.custom.CustomChangeWrapper
-
- getSerializableFields() - Method in class liquibase.changelog.ChangeLogInclude
-
- getSerializableFields() - Method in class liquibase.changelog.ChangeLogIncludeAll
-
- getSerializableFields() - Method in class liquibase.changelog.ChangeLogProperty
-
- getSerializableFields() - Method in class liquibase.changelog.ChangeSet
-
- getSerializableFields() - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- getSerializableFields() - Method in class liquibase.serializer.AbstractLiquibaseSerializable
-
- getSerializableFields() - Method in interface liquibase.serializer.LiquibaseSerializable
-
- getSerializableFields() - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getSerializableFields() - Method in class liquibase.snapshot.SnapshotControl
-
- getSerializableFields() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- getSerializableFields() - Method in class liquibase.structure.AbstractDatabaseObject
-
- getSerializableFields() - Method in class liquibase.structure.core.Catalog
-
- getSerializableFields() - Method in class liquibase.structure.core.Column
-
- getSerializableFields() - Method in class liquibase.structure.core.Schema
-
- getSerializableFields() - Method in class liquibase.structure.DatabaseObjectCollection
-
- getSerializableFieldType(String) - Method in class liquibase.change.AbstractChange
-
- getSerializableFieldType(String) - Method in class liquibase.change.ColumnConfig
-
- getSerializableFieldType(String) - Method in class liquibase.change.custom.CustomChangeWrapper
-
- getSerializableFieldType(String) - Method in class liquibase.changelog.ChangeSet
-
- getSerializableFieldType(String) - Method in class liquibase.precondition.core.SqlPrecondition
-
- getSerializableFieldType(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
-
- getSerializableFieldType(String) - Method in interface liquibase.serializer.LiquibaseSerializable
-
- getSerializableFieldType(String) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getSerializableFieldType(String) - Method in class liquibase.snapshot.SnapshotControl
-
- getSerializableFieldType(String) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- getSerializableFieldType(String) - Method in class liquibase.structure.AbstractDatabaseObject
-
- getSerializableFieldType(String) - Method in class liquibase.structure.DatabaseObjectCollection
-
- getSerializableFieldValue(String) - Method in class liquibase.change.AbstractChange
-
- getSerializableFieldValue(String) - Method in class liquibase.change.ColumnConfig
-
- getSerializableFieldValue(String) - Method in class liquibase.change.core.CreateIndexChange
-
- getSerializableFieldValue(String) - Method in class liquibase.change.core.DropColumnChange
-
- getSerializableFieldValue(String) - Method in class liquibase.change.core.OutputChange
-
- getSerializableFieldValue(String) - Method in class liquibase.change.custom.CustomChangeWrapper
-
- getSerializableFieldValue(String) - Method in class liquibase.changelog.ChangeSet
-
- getSerializableFieldValue(String) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- getSerializableFieldValue(String) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
-
- getSerializableFieldValue(String) - Method in interface liquibase.serializer.LiquibaseSerializable
-
- getSerializableFieldValue(String) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getSerializableFieldValue(String) - Method in class liquibase.snapshot.SnapshotControl
-
- getSerializableFieldValue(String) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- getSerializableFieldValue(String) - Method in class liquibase.structure.AbstractDatabaseObject
-
- getSerializableFieldValue(String) - Method in class liquibase.structure.core.Index
-
- getSerializableFieldValue(String) - Method in class liquibase.structure.DatabaseObjectCollection
-
- getSerializableObjectFields(LiquibaseSerializable) - Method in class liquibase.serializer.core.yaml.YamlSerializer
-
- getSerializationType() - Method in class liquibase.change.ChangeParameterMetaData
-
- 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.diff.Difference
-
- getSerializedObjectName() - Method in class liquibase.precondition.AbstractPrecondition
-
- getSerializedObjectName() - Method in interface liquibase.serializer.LiquibaseSerializable
-
- getSerializedObjectName() - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getSerializedObjectName() - Method in class liquibase.snapshot.SnapshotControl
-
- getSerializedObjectName() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- getSerializedObjectName() - Method in class liquibase.structure.AbstractDatabaseObject
-
- getSerializedObjectName() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
-
- getSerializedObjectName() - Method in class liquibase.structure.core.DataType
-
- getSerializedObjectName() - Method in class liquibase.structure.DatabaseObjectCollection
-
- getSerializedObjectNamespace() - Method in class liquibase.change.AbstractChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.ColumnConfig
-
- getSerializedObjectNamespace() - Method in class liquibase.change.ConstraintsConfig
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddColumnChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddLookupTableChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.AlterSequenceChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateIndexChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateProcedureChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateSequenceChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateTableChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.CreateViewChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DeleteDataChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropColumnChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropDefaultValueChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropIndexChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropProcedureChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropSequenceChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropTableChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.DropViewChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.EmptyChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.InsertDataChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.LoadDataChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.LoadUpdateDataChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.MergeColumnChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.ModifyDataTypeChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.OutputChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.RawSQLChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameColumnChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameSequenceChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameTableChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameViewChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.SetColumnRemarksChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.SetTableRemarksChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.SQLFileChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.StopChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.TagDatabaseChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.UpdateDataChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.custom.CustomChangeWrapper
-
- getSerializedObjectNamespace() - Method in class liquibase.changelog.ChangeLogInclude
-
- getSerializedObjectNamespace() - Method in class liquibase.changelog.ChangeLogIncludeAll
-
- getSerializedObjectNamespace() - Method in class liquibase.changelog.ChangeLogProperty
-
- getSerializedObjectNamespace() - Method in class liquibase.changelog.ChangeSet
-
- getSerializedObjectNamespace() - Method in class liquibase.changelog.RollbackContainer
-
- getSerializedObjectNamespace() - Method in class liquibase.diff.Difference
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.AndPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.DBMSPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.NotPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.OrPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.PreconditionContainer
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.RowCountPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.RunningAsPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.SqlPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- getSerializedObjectNamespace() - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- getSerializedObjectNamespace() - Method in interface liquibase.serializer.LiquibaseSerializable
-
- getSerializedObjectNamespace() - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getSerializedObjectNamespace() - Method in class liquibase.snapshot.SnapshotControl
-
- getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.AppendSqlVisitor
-
- getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.PrependSqlVisitor
-
- getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
-
- getSerializedObjectNamespace() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
-
- getSerializedObjectNamespace() - Method in class liquibase.structure.AbstractDatabaseObject
-
- getSerializedObjectNamespace() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
-
- getSerializedObjectNamespace() - Method in class liquibase.structure.core.DataType
-
- getSerializedObjectNamespace() - Method in class liquibase.structure.DatabaseObjectCollection
-
- getSerializer(String) - Method in class liquibase.serializer.ChangeLogSerializerFactory
-
- getSerializer(String) - Method in class liquibase.serializer.SnapshotSerializerFactory
-
- getSerializerFormat() - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- getSerializers() - Method in class liquibase.serializer.ChangeLogSerializerFactory
-
- getSerializers(String) - Method in class liquibase.serializer.ChangeLogSerializerFactory
-
- getSerializers() - Method in class liquibase.serializer.SnapshotSerializerFactory
-
- getSerializers(String) - Method in class liquibase.serializer.SnapshotSerializerFactory
-
- getService() - Method in class liquibase.hub.HubServiceFactory
-
- getServiceLocator() - Method in class liquibase.Scope
-
- getSetParameters(Change) - Method in class liquibase.change.ChangeMetaData
-
Return the parameters of the given change that are set to a non-null value.
- getSetupExceptions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getSetupPassword() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.CockroachTestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.DB2TestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.DB2zTestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.DerbyTestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.FirebirdTestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.H2TestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.HsqlTestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.InformixTestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.MariaDBTestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.MSSQLTestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.MySQLTestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.OracleTestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.PostgresTestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.SQLiteTestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.core.SybaseASATestSystem
-
- getSetupSql() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
- getSetupUsername() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
- getShort(String) - Method in class liquibase.snapshot.CachedRow
-
- getShortDescription() - Method in class liquibase.command.CommandDefinition
-
The short description of the command.
- getShortName() - Method in class liquibase.database.core.CockroachDatabase
-
- getShortName() - Method in class liquibase.database.core.DB2Database
-
- getShortName() - Method in class liquibase.database.core.Db2zDatabase
-
- getShortName() - Method in class liquibase.database.core.DerbyDatabase
-
- getShortName() - Method in class liquibase.database.core.EnterpriseDBDatabase
-
- getShortName() - Method in class liquibase.database.core.FirebirdDatabase
-
- getShortName() - Method in class liquibase.database.core.H2Database
-
- getShortName() - Method in class liquibase.database.core.HsqlDatabase
-
- getShortName() - Method in class liquibase.database.core.InformixDatabase
-
- getShortName() - Method in class liquibase.database.core.Ingres9Database
-
- getShortName() - Method in class liquibase.database.core.MariaDBDatabase
-
- getShortName() - Method in class liquibase.database.core.MockDatabase
-
- getShortName() - Method in class liquibase.database.core.MSSQLDatabase
-
- getShortName() - Method in class liquibase.database.core.MySQLDatabase
-
- getShortName() - Method in class liquibase.database.core.OracleDatabase
-
- getShortName() - Method in class liquibase.database.core.PostgresDatabase
-
- getShortName() - Method in class liquibase.database.core.SnowflakeDatabase
-
- getShortName() - Method in class liquibase.database.core.SQLiteDatabase
-
- getShortName() - Method in class liquibase.database.core.SybaseASADatabase
-
- getShortName() - Method in class liquibase.database.core.SybaseDatabase
-
- getShortName() - Method in class liquibase.database.core.UnsupportedDatabase
-
- getShortName() - Method in interface liquibase.database.Database
-
Returns an all-lower-case short name of the product.
- getShortName(String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
-
- getShortName(String) - Method in interface liquibase.parser.NamespaceDetails
-
- getShortUrl() - Method in class liquibase.hub.model.HubLink
-
- getShouldFilterLogMessages() - Method in class liquibase.configuration.GlobalConfiguration
-
- getShouldRun() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getShouldRun() - Method in class liquibase.integration.cdi.CDILiquibaseConfig
-
- getShouldRun() - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
-
- getShouldSnapshotData() - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getShowSummary(CommandScope) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
- getShowSummary(CommandScope) - Method in class liquibase.command.core.UpdateCommandStep
-
- getShowSummary(CommandScope) - Method in class liquibase.command.core.UpdateCountCommandStep
-
- getShowSummary(CommandScope) - Method in class liquibase.command.core.UpdateCountSqlCommandStep
-
- getShowSummary(CommandScope) - Method in class liquibase.command.core.UpdateSqlCommandStep
-
- getShowSummary(CommandScope) - Method in class liquibase.command.core.UpdateToTagCommandStep
-
- getShowSummary(CommandScope) - Method in class liquibase.command.core.UpdateToTagSqlCommandStep
-
- getShutdownEmbeddedDerby() - Method in class liquibase.database.core.DerbyDatabase
-
- 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.
- getSingleton(Class<T>) - Method in class liquibase.Scope
-
Looks up the singleton object of the given type.
- getSize() - Method in class liquibase.datatype.core.CharType
-
Return the size of this data type definition.
- getSize() - Method in class liquibase.hub.model.ListResponse
-
- getSkipped() - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
-
- getSkippedChangeSets() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getSnapshot(DatabaseObject[]) - Method in class liquibase.database.OfflineConnection
-
Returns a copy of the current simulated content of the database, filtered by the given
array.
- getSnapshotControl() - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getSnapshotId() - Method in class liquibase.structure.AbstractDatabaseObject
-
- getSnapshotId() - Method in interface liquibase.structure.DatabaseObject
-
- getSnapshotListener() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getSnapshotListener() - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- getSnapshotListener() - Method in class liquibase.snapshot.SnapshotControl
-
- getSnapshotMetadata() - Method in class liquibase.command.core.InternalSnapshotCommandStep
-
- getSnapshotMetadata() - Method in class liquibase.command.core.SnapshotCommandStep
-
- getSnapshotTypes() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getSourceDescription() - Method in class liquibase.configuration.AbstractMapConfigurationValueProvider
-
- getSourceDescription() - Method in class liquibase.configuration.core.DefaultsFileValueProvider
-
- getSourceDescription() - Method in class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- getSourceDescription() - Method in class liquibase.configuration.core.EnvironmentValueProvider
-
- getSourceDescription() - Method in class liquibase.configuration.core.SystemPropertyValueProvider
-
- getSourceDescription() - Method in class liquibase.configuration.ProvidedValue
-
A description of where the value came from.
- getSourceDescription() - Method in class liquibase.extension.testing.LiquibaseSdkConfigurationValueProvider
-
- getSourceDescription() - Method in class liquibase.integration.commandline.CommandLineArgumentValueProvider
-
- getSourceDescription() - Method in class org.liquibase.maven.provider.FlowCommandArgumentValueProvider
-
- getSourceTable() - Method in class liquibase.statement.core.CopyRowsStatement
-
- getSplitStatements() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- getSql() - Method in class liquibase.change.AbstractSQLChange
-
Return the raw SQL managed by this Change
- getSql() - Method in class liquibase.change.core.RawSQLChange
-
- getSql() - Method in class liquibase.change.core.SQLFileChange
-
- getSql() - Method in class liquibase.command.core.ExecuteSqlCommand
-
Deprecated.
- getSql() - Method in class liquibase.precondition.core.SqlPrecondition
-
- getSql() - Method in class liquibase.statement.core.RawParameterizedSqlStatement
-
- getSql() - Method in class liquibase.statement.core.RawSqlStatement
-
- getSqlFile() - Method in class liquibase.command.core.ExecuteSqlCommand
-
Deprecated.
- getSqlString(SqlStatement, SqlGeneratorFactory, Database) - Static method in class liquibase.util.SqlUtil
-
Get the string sql statements from a given SqlStatement
- getSqlVisitors() - Method in class liquibase.changelog.ChangeSet
-
- getStandardChangeLogComparator() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getStandardChangelogIterator(CommandScope, Database, Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
- getStandardChangelogIterator(CommandScope, Database, Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.command.core.UpdateCountCommandStep
-
- getStandardChangelogIterator(CommandScope, Database, Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.command.core.UpdateToTagCommandStep
-
- getStandardChangelogIterator(Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.Liquibase
-
Return a ChangeLogIterator constructed with standard filters
- getStandardLogLevel() - Method in class liquibase.ui.LoggerUIService
-
- getStandardTypes() - Method in class liquibase.structure.core.DatabaseObjectFactory
-
- getStartDate() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getStartDate() - Method in class liquibase.hub.model.OperationEvent
-
- 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.
- getStatus() - Method in class liquibase.hub.model.HubChangeLog
-
- getStatusChangelogIterator(CommandScope, Database, Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
- getStatusChangelogIterator(CommandScope, Database, Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.command.core.UpdateCountCommandStep
-
- getStatusChangelogIterator(CommandScope, Database, Contexts, LabelExpression, DatabaseChangeLog) - Method in class liquibase.command.core.UpdateToTagCommandStep
-
- getStatuses() - Method in class liquibase.changelog.visitor.StatusVisitor
-
Return the status of all changeSets, in the order they exist in the databasechangelog.
- getStatusMessage() - Method in class liquibase.hub.model.Operation.OperationStatus
-
- getStatusMessage() - Method in class liquibase.hub.model.OperationChangeEvent
-
- getStatusMessage() - Method in class liquibase.hub.model.OperationEvent.OperationEventStatus
-
- getStoredChangeLog() - Method in class liquibase.changelog.RanChangeSet
-
Get the path stored in the DatabaseChangeLog table
- getStoredCheckSum() - Method in class liquibase.changelog.ChangeSet
-
Gets storedCheckSum
- getStoredCheckSum() - Method in class liquibase.changelog.ChangeSetStatus
-
Return the checksum stored from the last execution of the changeset.
- getStoredFilePath() - Method in class liquibase.changelog.ChangeSet
-
- getString(String) - Method in class liquibase.snapshot.CachedRow
-
- getStripComments() - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- getSubclause(String) - Method in class liquibase.util.StringClauses
-
Retrieves the given key.
- getSubclause(Enum) - Method in class liquibase.util.StringClauses
-
- GetSuffix(int) - Method in class liquibase.util.grammar.SimpleCharStream
-
Get the suffix.
- getSupersededBy() - Method in class liquibase.command.CommandArgumentDefinition
-
- 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
-
- getSystemProperties() - Method in class liquibase.configuration.core.ScopeValueProvider
-
- getSystemSchema() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getSystemSchema() - Method in class liquibase.database.core.InformixDatabase
-
- getSystemSchema() - Method in class liquibase.database.core.MockDatabase
-
- getSystemSchema() - Method in interface liquibase.database.Database
-
- getSystemTables() - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns system (undroppable) views.
- getSystemTables() - Method in class liquibase.database.core.MSSQLDatabase
-
- getSystemTables() - Method in class liquibase.database.core.SnowflakeDatabase
-
- getSystemTables() - Method in class liquibase.database.core.SQLiteDatabase
-
- getSystemTableWhereClause(String) - Method in class liquibase.database.core.OracleDatabase
-
- getSystemViews() - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns system (undroppable) views.
- getSystemViews() - Method in class liquibase.database.core.InformixDatabase
-
- getSystemViews() - Method in class liquibase.database.core.MSSQLDatabase
-
- getSystemViews() - Method in class liquibase.database.core.PostgresDatabase
-
- getSystemViews() - Method in class liquibase.database.core.SnowflakeDatabase
-
- getSystemViews() - Method in class liquibase.database.core.SQLiteDatabase
-
- getSystemViews() - Method in class liquibase.database.core.SybaseASADatabase
-
- getSystemViews() - Method in class liquibase.database.core.SybaseDatabase
-
- getTable() - Method in class liquibase.structure.core.Data
-
- getTable() - Method in class liquibase.structure.core.Index
-
- getTable() - Method in class liquibase.structure.core.PrimaryKey
-
Returns the Table object this PrimaryKey belongs to.
- getTable() - Method in class liquibase.structure.core.UniqueConstraint
-
- getTableCatalogName() - Method in class liquibase.statement.core.CreateIndexStatement
-
- getTableCatalogName() - Method in class liquibase.statement.core.DropIndexStatement
-
- getTableName() - Method in class liquibase.change.AbstractTableChange
-
- getTableName() - Method in class liquibase.change.core.AbstractModifyDataChange
-
- getTableName() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getTableName() - Method in class liquibase.change.core.AddColumnChange
-
- getTableName() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getTableName() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- getTableName() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- getTableName() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getTableName() - Method in class liquibase.change.core.CreateIndexChange
-
- getTableName() - Method in class liquibase.change.core.CreateTableChange
-
- getTableName() - Method in class liquibase.change.core.DropColumnChange
-
- getTableName() - Method in class liquibase.change.core.DropDefaultValueChange
-
- getTableName() - Method in class liquibase.change.core.DropIndexChange
-
- getTableName() - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- getTableName() - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- getTableName() - Method in class liquibase.change.core.DropTableChange
-
- getTableName() - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- getTableName() - Method in class liquibase.change.core.InsertDataChange
-
- getTableName() - Method in class liquibase.change.core.LoadDataChange
-
- getTableName() - Method in class liquibase.change.core.LoadUpdateDataChange
-
- getTableName() - Method in class liquibase.change.core.MergeColumnChange
-
- getTableName() - Method in class liquibase.change.core.ModifyDataTypeChange
-
- getTableName() - Method in class liquibase.change.core.RenameColumnChange
-
- getTableName() - Method in class liquibase.change.core.SetColumnRemarksChange
-
- getTableName() - Method in class liquibase.change.core.SetTableRemarksChange
-
- getTableName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- getTableName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- getTableName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
-
- getTableName() - Method in class liquibase.precondition.core.RowCountPrecondition
-
- getTableName() - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- getTableName() - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
-
- getTableName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
-
- getTableName() - Method in class liquibase.statement.core.AddColumnStatement
-
- getTableName() - Method in class liquibase.statement.core.AddDefaultValueStatement
-
- getTableName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
- getTableName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- getTableName() - Method in class liquibase.statement.core.CreateIndexStatement
-
- getTableName() - Method in class liquibase.statement.core.CreateTableStatement
-
- getTableName() - Method in class liquibase.statement.core.DeleteStatement
-
- getTableName() - Method in class liquibase.statement.core.DropColumnStatement
-
- getTableName() - Method in class liquibase.statement.core.DropDefaultValueStatement
-
- getTableName() - Method in class liquibase.statement.core.DropIndexStatement
-
- getTableName() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
-
- getTableName() - Method in class liquibase.statement.core.DropTableStatement
-
- getTableName() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
-
- getTableName() - Method in class liquibase.statement.core.InsertSetStatement
-
- getTableName() - Method in class liquibase.statement.core.InsertStatement
-
- getTableName() - Method in class liquibase.statement.core.ModifyDataTypeStatement
-
- getTableName() - Method in class liquibase.statement.core.ReindexStatement
-
- getTableName() - Method in class liquibase.statement.core.RenameColumnStatement
-
- getTableName() - Method in class liquibase.statement.core.ReorganizeTableStatement
-
- getTableName() - Method in class liquibase.statement.core.SetColumnRemarksStatement
-
- getTableName() - Method in class liquibase.statement.core.SetNullableStatement
-
- getTableName() - Method in class liquibase.statement.core.SetTableRemarksStatement
-
- getTableName() - Method in class liquibase.statement.core.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
-
- getTablespace() - Method in class liquibase.structure.core.Table
-
- getTableType() - Method in class liquibase.change.core.CreateTableChange
-
- getTableType() - Method in class liquibase.statement.core.CreateTableStatement
-
- getTabSize() - Method in class liquibase.util.grammar.SimpleCharStream
-
- getTag() - Method in class liquibase.change.core.TagDatabaseChange
-
- getTag() - Method in class liquibase.changelog.RanChangeSet
-
- getTag() - Method in class liquibase.hub.model.HubChange
-
- getTag() - Method in class liquibase.integration.ant.TagDatabaseTask
-
- getTag() - Method in class liquibase.integration.spring.SpringLiquibase
-
- getTag() - Method in class liquibase.statement.core.TagDatabaseStatement
-
- getTagName() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByTag
-
- getTarget() - Method in class liquibase.change.core.OutputChange
-
- getTargetDatabase() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getTargetDatabase() - Method in class liquibase.RuntimeEnvironment
-
- getTargetDatabase(ChangeSet) - Method in class liquibase.serializer.core.formattedsql.FormattedSqlChangeLogSerializer
-
- getTargetExtension() - Method in class liquibase.dbdoc.ChangeLogListWriter
-
- getTargetExtension() - Method in class liquibase.dbdoc.HTMLListWriter
-
- getTargetSnapshot(CommandResultsBuilder) - Method in class liquibase.command.core.DiffCommandStep
-
- getTargetSnapshotControl() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- getTargetTable() - Method in class liquibase.statement.core.CopyRowsStatement
-
- getTargetVersion() - Method in class liquibase.diff.StringDiff
-
- getTestSystem(TestSystem.Definition) - Method in class liquibase.extension.testing.testsystem.TestSystemFactory
-
- getTestSystem(String) - Method in class liquibase.extension.testing.testsystem.TestSystemFactory
-
- getTestSystemNames() - Method in class liquibase.extension.testing.testsystem.TestSystemFactory
-
- getText() - Method in class liquibase.statement.core.CommentStatement
-
- getTextContent(Node) - Static method in class liquibase.util.XMLUtil
-
Extracts the text from the given element.
- getThrowable() - Method in class liquibase.logging.core.BufferedLogService.BufferedLogMessage
-
- getTimeFormat(Database) - Method in class liquibase.datatype.core.TimeType
-
- getTimeLiteral(Time) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getTimeLiteral(Time) - Method in class liquibase.database.core.MockDatabase
-
- getTimeLiteral(Time) - Method in interface liquibase.database.Database
-
- getTimeout() - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- getTimeoutInMillis() - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- getTimestamp() - Method in exception liquibase.exception.LiquibaseException
-
- getTimestamp() - Method in class liquibase.logging.core.BufferedLogService.BufferedLogMessage
-
- getTimestampLog() - Method in class liquibase.hub.model.OperationEvent.OperationEventLog
-
- getToken(int) - Method in class liquibase.util.grammar.SimpleSqlGrammar
-
Get the specific Token.
- getToTag() - Method in class liquibase.integration.ant.ChangeLogSyncTask
-
- getToTag() - Method in class liquibase.integration.ant.ChangeLogSyncToTagTask
-
- getToTag() - Method in class liquibase.integration.ant.DatabaseUpdateTask
-
- getTotalChangesets() - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
-
- getTotalElements() - Method in class liquibase.hub.model.ListResponse
-
- getTotalPages() - Method in class liquibase.hub.model.ListResponse
-
- getTransactionIsolation() - Method in class liquibase.database.jvm.JdbcConnection
-
- getTrigger(String, String) - Method in class liquibase.database.core.SQLiteDatabase
-
- getTrueBooleanValue(Database) - Method in class liquibase.datatype.core.BooleanType
-
The database-specific value to use for "true" "boolean" columns.
- getTrueBooleanValue(Database) - Method in class liquibase.datatype.DataTypeFactory
-
- getType() - Method in class liquibase.change.ColumnConfig
-
The data type fof the column.
- getType() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getType() - Method in class liquibase.datatype.DatabaseDataType
-
- getType() - Method in class liquibase.precondition.core.DBMSPrecondition
-
- getType() - Method in class liquibase.structure.core.Column
-
- getTypeEnum() - Method in class liquibase.change.core.LoadDataColumnConfig
-
- 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
-
Return the types to be included in snapshots
- getUI() - Method in class liquibase.Scope
-
- getUnderlyingConnection() - Method in class liquibase.database.jvm.JdbcConnection
-
- getUnderlyingDataType() - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getUnexpected() - Method in class liquibase.logging.mdc.customobjects.DiffResultsSummary
-
- getUnexpectedChangeSets() - Method in class liquibase.changelog.visitor.ExpectedChangesVisitor
-
- getUnexpectedObject(T, CompareControl.SchemaComparison[]) - Method in class liquibase.diff.DiffResult
-
- getUnexpectedObjects() - Method in class liquibase.diff.DiffResult
-
- getUnexpectedObjects(Class<T>) - Method in class liquibase.diff.DiffResult
-
- getUnexpectedObjects(Class<T>, Comparator<DatabaseObject>) - Method in class liquibase.diff.DiffResult
-
- getUniqueColumns() - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- getUniqueColumns() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
-
- getUniqueConstraintName() - Method in class liquibase.change.ConstraintsConfig
-
Returns the name to use for the unique constraint.
- getUniqueConstraints(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.Relation
-
- getUniqueConstraints() - Method in class liquibase.structure.core.Table
-
- getUniqueStatementName() - Method in class liquibase.statement.core.AddColumnStatement
-
- getUnsupportedErrorMessages() - Method in class liquibase.exception.ValidationErrors
-
- getUpdateDate() - Method in class liquibase.hub.model.Connection
-
- 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.InsertOrUpdateGeneratorInformix
-
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
-
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSnowflake
-
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
-
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
-
- getUri() - Method in class liquibase.resource.AbstractResource
-
- getUri() - Method in interface liquibase.resource.Resource
-
Returns a unique and complete identifier for this resource.
- getURIs() - Method in class liquibase.resource.InputStreamList
-
- getURL() - Method in interface liquibase.database.DatabaseConnection
-
- getURL() - Method in class liquibase.database.jvm.JdbcConnection
-
- getURL() - Method in class liquibase.database.MockDatabaseConnection
-
- getURL() - Method in class liquibase.database.OfflineConnection
-
- getUrl() - Method in class liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
-
- getUrl() - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
-
- getUrl() - Method in class liquibase.extension.testing.testsystem.wrapper.JdbcDatabaseWrapper
-
- getUrl() - Method in class liquibase.extension.testing.testsystem.wrapper.UnimplementedWrapper
-
Deprecated.
- getUrl() - Method in class liquibase.hub.model.HubLink
-
- getUrl() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getUsePreparedStatements() - Method in class liquibase.change.core.LoadDataChange
-
- getUser() - Method in class liquibase.integration.ant.type.DatabaseType
-
- getUserDefinedTypes() - Method in class liquibase.database.core.OracleDatabase
-
- getUsername() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Standard username to use when connecting.
- getUsername() - Method in class liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
-
- getUsername() - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
-
- getUsername() - Method in class liquibase.extension.testing.testsystem.wrapper.JdbcDatabaseWrapper
-
- getUsername() - Method in class liquibase.extension.testing.testsystem.wrapper.UnimplementedWrapper
-
Deprecated.
- getUsername() - Method in class liquibase.hub.model.HubUser
-
- getUsername() - Method in class liquibase.precondition.core.RunningAsPrecondition
-
- getValidate() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
the VALIDATE keyword defines whether to check if a foreign key constraint
on a column in a table refers to a valid row or not.
- getValidate() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
In certain SQL dialects, the VALIDATE keyword defines whether a NOT NULL constraint on a column in a table
should be checked if it refers to a valid row or not.
- getValidate() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
the VALIDATE keyword defines whether a primary key constraint on a column in a table
should be checked if it refers to a valid row or not.
- getValidate() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
In Oracle PL/SQL, the VALIDATE keyword defines whether a newly added unique constraint on a
column in a table should cause existing rows to be checked to see if they satisfy the
uniqueness constraint or not.
- getValidate() - Method in class liquibase.structure.core.Column
-
VALIDATE keyword defines whether a all constraints on a column in a table
should be checked if it refers to a valid row or not.
- getValidateForeignKey() - Method in class liquibase.change.ConstraintsConfig
-
Returns whether a ForeignKeyConst defined for this column should validate.
- getValidateNullable() - Method in class liquibase.change.ConstraintsConfig
-
Returns whether a NotNullConst defined for this column should validate.
- getValidateNullable() - Method in class liquibase.structure.core.Column
-
This returns false for Not Null constraints created with ENABLE NOVALIDATE mode,
otherwise returns true.
- getValidatePrimaryKey() - Method in class liquibase.change.ConstraintsConfig
-
Returns whether a PrimaryKeyConst defined for this column should validate.
- getValidateUnique() - Method in class liquibase.change.ConstraintsConfig
-
Returns whether a UniqueConst defined for this column should validate.
- 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
-
- getValue() - Method in class liquibase.changelog.ChangeLogProperty
-
- getValue(String, Class<T>) - Method in class liquibase.configuration.AbstractConfigurationContainer.ConfigurationContainer
-
Deprecated.
- getValue(String, Class<T>) - Method in class liquibase.configuration.AbstractConfigurationContainer
-
Deprecated.
- getValue(String, Class<T>) - Method in interface liquibase.configuration.ConfigurationContainer
-
Deprecated.
- getValue() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getValue(Class<T>) - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getValue() - Method in class liquibase.configuration.ConfiguredValue
-
- getValue(String, Class<T>) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- getValue() - Method in class liquibase.configuration.ProvidedValue
-
The value found by the provider.
- getValue() - Method in class liquibase.license.Location
-
- getValue() - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
-
- getValue() - Method in class liquibase.parser.core.ParsedNode
-
Return the value associated with this node.
- getValue(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(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
-
- getValue() - Method in class liquibase.util.grammar.Token
-
An optional attribute value of the Token.
- getValueBlobFile() - Method in class liquibase.change.ColumnConfig
-
Return the file containing the data to load into a BLOB.
- getValueBoolean() - Method in class liquibase.change.ColumnConfig
-
Return the boolean value this column should be set to.
- getValueClobFile() - Method in class liquibase.change.ColumnConfig
-
Return the file containing the data to load into a CLOB.
- getValueComputed() - Method in class liquibase.change.ColumnConfig
-
Return the function this column should be set from.
- getValueConverter() - Method in class liquibase.command.CommandArgumentDefinition
-
- getValueConverter() - Method in class liquibase.configuration.ConfigurationDefinition
-
- getValueDate() - Method in class liquibase.change.ColumnConfig
-
Return the date value this column should be set to.
- getValueForColumn(ResultSet, String, Database) - Static method in class liquibase.util.JdbcUtil
-
Checks whether a result set has a column matching the specified column name.
- getValueNumeric() - Method in class liquibase.change.ColumnConfig
-
Return the numeric value this column should be set to.
- getValueObfuscated() - Method in class liquibase.configuration.ConfiguredValue
-
- getValueObfuscator() - Method in class liquibase.command.CommandArgumentDefinition
-
Used when sending the value to user output to protect secure values.
- getValueObject() - Method in class liquibase.change.ColumnConfig
-
Return the value from whatever setValue* function was called.
- getValuePath(String, Class) - Method in class liquibase.AbstractExtensibleObject
-
- getValuePath(String, Class) - Method in interface liquibase.ExtensibleObject
-
Traverses dot-separated attributes in the attributePath and returns a list containing all the intermediate values.
- getValueSequenceCurrent() - Method in class liquibase.change.ColumnConfig
-
- getValueSequenceNext() - Method in class liquibase.change.ColumnConfig
-
- getValueToWrite(Object) - Static method in class liquibase.change.core.LoadDataChange
-
Transform a value read from a CSV file into a string to be written into the database if the column type
is not known.
- getVersion() - Method in class liquibase.change.CheckSum
-
Return the Checksum Algorithm version for this CheckSum
- getVersion() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.AbstractDb2Database
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.DerbyDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.H2Database
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.InformixDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.Ingres9Database
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.MockDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.MSSQLDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SnowflakeDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SQLiteDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SybaseASADatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SybaseDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in interface liquibase.database.Database
-
- GetViewDefinitionGenerator - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGenerator() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGenerator
-
- GetViewDefinitionGeneratorDB2 - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorDB2() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
-
- GetViewDefinitionGeneratorDerby - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorDerby() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
-
- GetViewDefinitionGeneratorFirebird - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorFirebird() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
-
- GetViewDefinitionGeneratorHsql - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorHsql() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
-
- GetViewDefinitionGeneratorInformix - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
-
- GetViewDefinitionGeneratorMSSQL - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorMSSQL() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
-
- GetViewDefinitionGeneratorOracle - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorOracle() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
-
- GetViewDefinitionGeneratorPostgres - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
-
- GetViewDefinitionGeneratorSnowflake - Class in liquibase.sqlgenerator.core
-
Snowflake-specific view definition generator.
- GetViewDefinitionGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSnowflake
-
- GetViewDefinitionGeneratorSybase - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorSybase() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
-
- GetViewDefinitionGeneratorSybaseASA - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorSybaseASA() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
-
- GetViewDefinitionStatement - Class in liquibase.statement.core
-
- GetViewDefinitionStatement(String, String, String) - Constructor for class liquibase.statement.core.GetViewDefinitionStatement
-
- getViewName() - Method in class liquibase.change.core.CreateViewChange
-
- getViewName() - Method in class liquibase.change.core.DropViewChange
-
- getViewName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- getViewName() - Method in class liquibase.statement.core.CreateViewStatement
-
- getViewName() - Method in class liquibase.statement.core.DropViewStatement
-
- getViewName() - Method in class liquibase.statement.core.GetViewDefinitionStatement
-
- getViewName() - Method in class liquibase.statement.core.SetViewRemarksStatement
-
- getViews(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
- getWarningMessages() - Method in class liquibase.exception.ValidationErrors
-
- getWarnings() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getWarnings() - Method in class liquibase.database.jvm.JdbcConnection
-
- getWasOverridden() - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- getWhere() - Method in class liquibase.change.core.AbstractModifyDataChange
-
- getWhere() - Method in class liquibase.statement.core.DeleteStatement
-
- getWhereClause() - Method in class liquibase.change.core.AbstractModifyDataChange
-
- 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.structure.core.Sequence
-
- getWillRun() - Method in class liquibase.changelog.ChangeSetStatus
-
Will the changeset run next time.
- getWith() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
-
- getWith() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
-
- getWrappedConnection() - Method in class liquibase.database.jvm.JdbcConnection
-
Returns the connection that this Delegate is using.
- GlobalConfiguration - Class in liquibase.configuration
-
- GlobalConfiguration() - Constructor for class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- GlobalConfiguration - Class in liquibase
-
Configuration container for global properties.
- GlobalConfiguration() - Constructor for class liquibase.GlobalConfiguration
-
- GlobalConfiguration.DuplicateFileMode - Enum in liquibase
-
- IgnoreChangeSetFilter - Class in liquibase.changelog.filter
-
- IgnoreChangeSetFilter() - Constructor for class liquibase.changelog.filter.IgnoreChangeSetFilter
-
- image - Variable in class liquibase.util.grammar.Token
-
The string image of the token.
- inBuf - Variable in class liquibase.util.grammar.SimpleCharStream
-
- include(String, boolean, ResourceAccessor, ContextExpression, LabelExpression, Boolean, boolean) - Method in class liquibase.changelog.DatabaseChangeLog
-
- include(String, boolean, ResourceAccessor, ContextExpression, Labels, Boolean, boolean) - Method in class liquibase.changelog.DatabaseChangeLog
-
Deprecated.
- include(String, boolean, ResourceAccessor, ContextExpression, Labels, Boolean, DatabaseChangeLog.OnUnknownFileFormat) - Method in class liquibase.changelog.DatabaseChangeLog
-
- include(String, boolean, ResourceAccessor, ContextExpression, Labels, Boolean, DatabaseChangeLog.OnUnknownFileFormat, DatabaseChangeLog.ModifyChangeSets) - Method in class liquibase.changelog.DatabaseChangeLog
-
- include(String) - Method in interface liquibase.changelog.IncludeAllFilter
-
- include(DatabaseObject) - Method in interface liquibase.diff.output.ObjectChangeFilter
-
- include(DatabaseObject) - 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.
- INCLUDE_CATALOG - Static variable in class liquibase.logging.mdc.MdcKey
-
- INCLUDE_CATALOG_ARG - Static variable in class liquibase.command.core.helpers.DiffOutputControlCommandStep
-
- INCLUDE_CATALOG_IN_SPECIFICATION - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- INCLUDE_CATALOG_IN_SPECIFICATION - Static variable in class liquibase.GlobalConfiguration
-
- INCLUDE_OBJECTS - Static variable in class liquibase.logging.mdc.MdcKey
-
- INCLUDE_OBJECTS_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
-
- INCLUDE_SCHEMA - Static variable in class liquibase.logging.mdc.MdcKey
-
- INCLUDE_SCHEMA_ARG - Static variable in class liquibase.command.core.helpers.DiffOutputControlCommandStep
-
- INCLUDE_SYSTEM_CLASSPATH - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
-
- INCLUDE_TABLESPACE - Static variable in class liquibase.logging.mdc.MdcKey
-
- INCLUDE_TABLESPACE_ARG - Static variable in class liquibase.command.core.helpers.DiffOutputControlCommandStep
-
- includeAll(String, boolean, IncludeAllFilter, boolean, Comparator<String>, ResourceAccessor, ContextExpression, LabelExpression, boolean) - Method in class liquibase.changelog.DatabaseChangeLog
-
- includeAll(String, boolean, IncludeAllFilter, boolean, Comparator<String>, ResourceAccessor, ContextExpression, Labels, boolean, int, int) - Method in class liquibase.changelog.DatabaseChangeLog
-
- includeAll(String, boolean, IncludeAllFilter, boolean, Comparator<String>, ResourceAccessor, ContextExpression, Labels, boolean, int, int, DatabaseChangeLog.ModifyChangeSets) - Method in class liquibase.changelog.DatabaseChangeLog
-
- IncludeAllFilter - Interface in liquibase.changelog
-
- includeArtifact - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Includes a Maven project artifact in the class loader which obtains the liquibase.properties and changelog files.
- includeCatalog - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- includeChanged(DatabaseObject, ObjectDifferences, Database, Database) - Method in interface liquibase.diff.output.ObjectChangeFilter
-
- includeChanged(DatabaseObject, ObjectDifferences, Database, Database) - Method in class liquibase.diff.output.StandardObjectChangeFilter
-
- includeMissing(DatabaseObject, Database, Database) - Method in interface liquibase.diff.output.ObjectChangeFilter
-
- includeMissing(DatabaseObject, Database, Database) - Method in class liquibase.diff.output.StandardObjectChangeFilter
-
- includeObjects - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- includeSchema - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- includeSchema - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Flag to Indicate liquibase whether or not to include schema name on changelog
- includeSchemaComparison(String) - Method in class liquibase.diff.output.report.DiffToReport
-
- includeSystemClasspath - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- includeTableNameInCacheKey(Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
Should the given database include the table name in the key?
Databases that need to include the table names are ones where unique constraint names do not have to be unique
within the schema.
- includeTablespace - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- includeTestOutputDirectory - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Includes the Maven test output directory in the class loader which obtains the liquibase.properties and changelog files.
- includeUnexpected(DatabaseObject, Database, Database) - Method in interface liquibase.diff.output.ObjectChangeFilter
-
- includeUnexpected(DatabaseObject, Database, Database) - Method in class liquibase.diff.output.StandardObjectChangeFilter
-
- indent(String) - Static method in class liquibase.util.StringUtil
-
- indent(String, int) - Static method in class liquibase.util.StringUtil
-
- INDENT_SPACES - Static variable in exception liquibase.exception.ValidationFailedException
-
- Index - Class in liquibase.structure.core
-
- Index() - Constructor for class liquibase.structure.core.Index
-
- Index(String) - Constructor for class liquibase.structure.core.Index
-
- Index(String, String, String, String, Column...) - Constructor for class liquibase.structure.core.Index
-
- IndexComparator - Class in liquibase.diff.compare.core
-
- IndexComparator() - Constructor for class liquibase.diff.compare.core.IndexComparator
-
- IndexExistsPrecondition - Class in liquibase.precondition.core
-
- IndexExistsPrecondition() - Constructor for class liquibase.precondition.core.IndexExistsPrecondition
-
- IndexSnapshotGenerator - Class in liquibase.snapshot.jvm
-
Analyses the properties of a database index and creates an object representation ("snapshot").
- IndexSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.IndexSnapshotGenerator
-
- info(String) - Method in class liquibase.logging.core.AbstractLogger
-
- info(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
-
- info(String) - Method in interface liquibase.logging.Logger
-
Logs a general event that might be useful for the user.
- info(String, Throwable) - Method in interface liquibase.logging.Logger
-
Logs a general event that might be useful for the user together with data from an error/exception.
- InformixDatabase - Class in liquibase.database.core
-
- InformixDatabase() - Constructor for class liquibase.database.core.InformixDatabase
-
- InformixTestSystem - Class in liquibase.extension.testing.testsystem.core
-
- InformixTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.InformixTestSystem
-
- InformixTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.InformixTestSystem
-
- Ingres9Database - Class in liquibase.database.core
-
Created by martoccia.i on 19/10/2016.
- Ingres9Database() - Constructor for class liquibase.database.core.Ingres9Database
-
- init() - Method in interface liquibase.changelog.ChangeLogHistoryService
-
Ensures the change log history container is correctly initialized for use.
- init() - Method in class liquibase.changelog.MockChangeLogHistoryService
-
- init() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- init() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- init(Scope) - Method in class liquibase.configuration.LiquibaseConfiguration
-
Finishes configuration of this service.
- init() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- init() - Method in interface liquibase.lockservice.LockService
-
- init() - Method in class liquibase.lockservice.MockLockService
-
- init() - Method in class liquibase.lockservice.OfflineLockService
-
- init() - Method in class liquibase.lockservice.StandardLockService
-
- init() - Method in class liquibase.resource.ClassLoaderResourceAccessor
-
Performs the configuration of this resourceAccessor.
- init(Scope) - Method in class liquibase.ScopeManager
-
- init() - Method in class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
-
- init() - Method in class liquibase.serializer.core.yaml.YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
-
- init(Scope) - Method in class liquibase.SingletonScopeManager
-
- init(DatabaseObject[]) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- init(Scope) - Method in class liquibase.ThreadLocalScopeManager
-
- init() - Method in class liquibase.util.BomAwareInputStream
-
- initializeDatabase(String, String, Database) - Static method in class liquibase.database.core.DatabaseUtils
-
Executes RawSqlStatements particular to each database engine to set the default schema for the given Database
- InitializeDatabaseChangeLogLockTableGenerator - Class in liquibase.sqlgenerator.core
-
- InitializeDatabaseChangeLogLockTableGenerator() - Constructor for class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
-
- InitializeDatabaseChangeLogLockTableStatement - Class in liquibase.statement.core
-
- InitializeDatabaseChangeLogLockTableStatement() - Constructor for class liquibase.statement.core.InitializeDatabaseChangeLogLockTableStatement
-
- input_stream - Variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
- InputHandler<ReturnType> - Interface in liquibase.ui
-
- inputService - Variable in class liquibase.ui.CompositeUIService
-
- inputStream - Variable in class liquibase.util.grammar.SimpleCharStream
-
- InputStreamList - Class in liquibase.resource
-
- InputStreamList() - Constructor for class liquibase.resource.InputStreamList
-
- InputStreamList(URI, InputStream) - Constructor for class liquibase.resource.InputStreamList
-
- insertAfter(String, String, String) - Method in class liquibase.util.StringClauses
-
Inserts a new clause after the given key.
- insertAfter(String, String, StringClauses) - Method in class liquibase.util.StringClauses
-
Inserts a new sub-clause after the given key.
- insertAfter(Enum, String) - Method in class liquibase.util.StringClauses
-
- insertAfter(String, String) - Method in class liquibase.util.StringClauses
-
- insertBefore(String, String, String) - Method in class liquibase.util.StringClauses
-
Inserts a new clause before the given key.
- insertBefore(String, String, StringClauses) - Method in class liquibase.util.StringClauses
-
Inserts a new sub-clause before the given key.
- insertBefore(String, String) - Method in class liquibase.util.StringClauses
-
- insertBefore(Enum, String) - Method in class liquibase.util.StringClauses
-
- insertBefore(Enum, Enum, String) - Method in class liquibase.util.StringClauses
-
- InsertDataChange - Class in liquibase.change.core
-
Inserts data into an existing table.
- InsertDataChange() - Constructor for class liquibase.change.core.InsertDataChange
-
- InsertDataChangeGenerator - Class in liquibase.sqlgenerator.core
-
Dummy SQL generator for InsertDataChange.ExecutableStatement
- InsertDataChangeGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertDataChangeGenerator
-
- InsertExecutablePreparedStatement - Class in liquibase.statement
-
Handles INSERT Execution
- InsertExecutablePreparedStatement(Database, String, String, String, List<? extends ColumnConfig>, ChangeSet, ResourceAccessor) - Constructor for class liquibase.statement.InsertExecutablePreparedStatement
-
- InsertGenerator - Class in liquibase.sqlgenerator.core
-
- InsertGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertGenerator
-
- InsertOrUpdateGenerator - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- InsertOrUpdateGeneratorDB2 - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorDB2() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
-
- InsertOrUpdateGeneratorH2 - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorH2() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
-
- InsertOrUpdateGeneratorHsql - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorHsql() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
-
- InsertOrUpdateGeneratorInformix - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
-
- InsertOrUpdateGeneratorMSSQL - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorMSSQL() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- InsertOrUpdateGeneratorMySQL - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorMySQL() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
-
- InsertOrUpdateGeneratorOracle - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorOracle() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
-
- InsertOrUpdateGeneratorPostgres - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
-
- InsertOrUpdateGeneratorSnowflake - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSnowflake
-
- InsertOrUpdateGeneratorSQLite - Class in liquibase.sqlgenerator.core
-
Adds an ON CONFLICT REPLACE clause to an INSERT INTO ...
- InsertOrUpdateGeneratorSQLite() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
-
- InsertOrUpdateGeneratorSybaseASA - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorSybaseASA() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
-
- InsertOrUpdateStatement - Class in liquibase.statement.core
-
- InsertOrUpdateStatement(String, String, String, String) - Constructor for class liquibase.statement.core.InsertOrUpdateStatement
-
- InsertOrUpdateStatement(String, String, String, String, boolean) - Constructor for class liquibase.statement.core.InsertOrUpdateStatement
-
- InsertSetGenerator - Class in liquibase.sqlgenerator.core
-
- InsertSetGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertSetGenerator
-
- InsertSetStatement - Class in liquibase.statement.core
-
- InsertSetStatement(String, String, String) - Constructor for class liquibase.statement.core.InsertSetStatement
-
- InsertSetStatement(String, String, String, int) - Constructor for class liquibase.statement.core.InsertSetStatement
-
- InsertStatement - Class in liquibase.statement.core
-
- InsertStatement(String, String, String) - Constructor for class liquibase.statement.core.InsertStatement
-
- installLicense(Location...) - Method in interface liquibase.license.LicenseService
-
Given a list of potential locations that a license file could be located,
check each one and install any .lic files that are found there, iterating until
a valid license is installed successfully or all the locations have been tried.
- instance - Static variable in class liquibase.extension.testing.TestFilter
-
- IntegrationDetails - Class in liquibase.integration
-
Stores information about the integration running Liquibase.
- IntegrationDetails() - Constructor for class liquibase.integration.IntegrationDetails
-
- interceptCleanupSpecMethod(IMethodInvocation) - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationMethodInterceptor
-
Required for executing Spock cleanupSpec fixture method.
- interceptSetupSpecMethod(IMethodInvocation) - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationMethodInterceptor
-
- InternalDatabase - Interface in liquibase.database
-
Marker interface for liquibase.database.InternalDatabase implementations that are for internal Liquibase usage, not user-exposed databases.
- InternalDropAllCommandStep - Class in liquibase.command.core
-
- InternalDropAllCommandStep() - Constructor for class liquibase.command.core.InternalDropAllCommandStep
-
- InternalExecuteSqlCommandStep - Class in liquibase.command.core
-
- InternalExecuteSqlCommandStep() - Constructor for class liquibase.command.core.InternalExecuteSqlCommandStep
-
- InternalHistoryCommandStep - Class in liquibase.command.core
-
- InternalHistoryCommandStep() - Constructor for class liquibase.command.core.InternalHistoryCommandStep
-
- InternalHistoryCommandStep.DeploymentHistory - Class in liquibase.command.core
-
- InternalHistoryCommandStep.LegacyDeploymentDetails - Class in liquibase.command.core
-
- InternalHistoryCommandStep.TabularDeploymentDetails - Class in liquibase.command.core
-
- InternalSnapshotCommandStep - Class in liquibase.command.core
-
- InternalSnapshotCommandStep() - Constructor for class liquibase.command.core.InternalSnapshotCommandStep
-
- InternalSyncHubCommandStep - Class in liquibase.command.core
-
- InternalSyncHubCommandStep() - Constructor for class liquibase.command.core.InternalSyncHubCommandStep
-
- IntType - Class in liquibase.datatype.core
-
Represents a signed integer number using 32 bits of storage.
- IntType() - Constructor for class liquibase.datatype.core.IntType
-
- intValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
-
- INVALID_LEXICAL_STATE - Static variable in error liquibase.util.grammar.TokenMgrError
-
Tried to change to an invalid lexical state.
- INVALID_STRING_ENCODING_MESSAGE - Static variable in class liquibase.serializer.core.xml.XMLChangeLogSerializer
-
- InvalidChangeDefinitionException - Exception in liquibase.exception
-
- InvalidChangeDefinitionException(String, Change) - Constructor for exception liquibase.exception.InvalidChangeDefinitionException
-
- InvalidExampleException - Exception in liquibase.snapshot
-
Thrown if a descriptive example is not specific enough to perform a snapshot.
- InvalidExampleException() - Constructor for exception liquibase.snapshot.InvalidExampleException
-
- InvalidExampleException(String) - Constructor for exception liquibase.snapshot.InvalidExampleException
-
- InvalidExampleException(String, Throwable) - Constructor for exception liquibase.snapshot.InvalidExampleException
-
- InvalidExampleException(Throwable) - Constructor for exception liquibase.snapshot.InvalidExampleException
-
- is(String...) - Method in class liquibase.command.CommandDefinition
-
Return true if this command represents the given command
- isAbsolute(String) - Static method in class liquibase.util.FileUtil
-
- isAccepted() - Method in class liquibase.changelog.filter.ChangeSetFilterResult
-
Was the changeSet accepted by the filter
- isActive() - Method in class liquibase.hub.model.HubChangeLog
-
- isAlwaysRun() - Method in class liquibase.changelog.ChangeSet
-
- isAppend() - Method in class liquibase.resource.OpenOptions
-
Should an existing file be appended to when opened.
- isApplyToRollback() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- isApplyToRollback() - Method in interface liquibase.sql.visitor.SqlVisitor
-
- isAscii(String) - Static method in class liquibase.util.StringUtil
-
- isAscii(char) - Static method in class liquibase.util.StringUtil
-
Returns true if ch is a "7-bit-clean" ASCII character (ordinal number < 128).
- isAssociatedWith(String) - Method in class liquibase.structure.core.Index
-
- isAtLeastJava11() - Static method in class liquibase.util.SystemUtil
-
- isAutoCommit() - Method in class liquibase.database.AbstractJdbcDatabase
-
- isAutoCommit() - Method in class liquibase.database.core.MockDatabase
-
- isAutoCommit() - Method in interface liquibase.database.Database
-
- isAutoIncrement() - Method in class liquibase.change.ColumnConfig
-
Returns true if this Column should be set to be auto increment.
- isAutoIncrement() - Method in class liquibase.datatype.core.BigIntType
-
- isAutoIncrement() - Method in class liquibase.datatype.core.DecimalType
-
- isAutoIncrement() - Method in class liquibase.datatype.core.IntType
-
- isAutoIncrement() - Method in class liquibase.datatype.core.MediumIntType
-
- isAutoIncrement() - Method in class liquibase.datatype.core.NumberType
-
- isAutoIncrement() - Method in class liquibase.datatype.core.SmallIntType
-
- isAutoIncrement() - Method in class liquibase.datatype.core.TinyIntType
-
- isAutoIncrement() - Method in class liquibase.datatype.core.UnknownType
-
- isAutoIncrement() - Method in class liquibase.datatype.DatabaseDataType
-
Mainly for postgres, check if the column is a serial data type.
- isAutoIncrement() - Method in class liquibase.datatype.LiquibaseDataType
-
- isAutoIncrement() - Method in class liquibase.statement.core.AddColumnStatement
-
- isAutoIncrement() - Method in class liquibase.structure.core.Column
-
- isAzureDb() - Method in class liquibase.database.core.MSSQLDatabase
-
Returns true if the connected MS SQL instance is a Microsoft Cloud ("Azure")-hosted instance of MSSQL.
- isBoolean(int) - Static method in class liquibase.util.SqlUtil
-
- isCascadeConstraints() - Method in class liquibase.change.core.DropTableChange
-
- isCascadeConstraints() - Method in class liquibase.statement.core.DropTableStatement
-
- isCaseSensitive() - Method in class liquibase.database.AbstractJdbcDatabase
-
- isCaseSensitive() - Method in class liquibase.database.core.HsqlDatabase
-
- isCaseSensitive() - Method in class liquibase.database.core.MockDatabase
-
- isCaseSensitive() - Method in class liquibase.database.core.MSSQLDatabase
-
- isCaseSensitive() - Method in interface liquibase.database.Database
-
- isCaseSensitive() - Method in class liquibase.database.OfflineConnection
-
- isCertainDataType() - Method in class liquibase.structure.core.Column
-
- isCertainName() - Method in class liquibase.structure.core.PrimaryKey
-
- isCheckSumValid(CheckSum) - Method in class liquibase.changelog.ChangeSet
-
- isClearCheckSums() - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- isClearCheckSums() - Method in class liquibase.integration.spring.SpringLiquibase
-
- isClosed() - Method in interface liquibase.database.DatabaseConnection
-
- isClosed() - Method in class liquibase.database.jvm.JdbcConnection
-
- isClosed() - Method in class liquibase.database.MockDatabaseConnection
-
- isClosed() - Method in class liquibase.database.OfflineConnection
-
- isClustered() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
- isClustered() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- isClustered() - Method in class liquibase.statement.core.CreateIndexStatement
-
- isClustered() - Method in class liquibase.structure.core.UniqueConstraint
-
- isComputed(String) - Method in class liquibase.statement.core.CreateTableStatement
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.CockroachDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.DB2Database
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.Db2zDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.DerbyDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.EnterpriseDBDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.FirebirdDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.H2Database
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.HsqlDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.InformixDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.Ingres9Database
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.MariaDBDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.MockDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.MSSQLDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.MySQLDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.OracleDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.PostgresDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SnowflakeDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SQLiteDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SybaseASADatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SybaseDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.UnsupportedDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in interface liquibase.database.Database
-
Is this AbstractDatabase subclass the correct one to use for the given connection.
- isCorrectDatabaseImplementation(Database) - Method in class liquibase.database.OfflineConnection
-
- isCreateIfNeeded() - Method in class liquibase.resource.OpenOptions
-
If true, create the resource if it does not exist.
- isCurrentDateTimeFunction(String, Database) - Method in class liquibase.datatype.LiquibaseDataType
-
Determines if the given function name refers to the function that returns the current
time and date for a specific DBMS.
- isCurrentTimeFunction(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isDatabaseChangeLogLockTableInitialized - Variable in class liquibase.lockservice.StandardLockService
-
- isDatabaseChangeLogLockTableInitialized(boolean) - Method in class liquibase.lockservice.StandardLockService
-
- isDatabaseChangeLogLockTableInitialized(boolean, boolean) - Method in class liquibase.lockservice.StandardLockService
-
Determine whether the databasechangeloglock table has been initialized.
- isDataTypeDifferent(Column) - Method in class liquibase.structure.core.Column
-
- isDate(int) - Static method in class liquibase.util.SqlUtil
-
- isDateOnly(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns true if the String conforms to an ISO 8601 date, e.g.
- isDateTime(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns true if the String conforms to an ISO 8601 date plus a time (hours, minutes, whole seconds
and optionally fraction of a second) in UTC, e.g.
- isDbmsMatch(String) - Method in class liquibase.changelog.DatabaseChangeLog
-
- isDbmsMatch(Set<String>) - Method in class liquibase.changelog.DatabaseChangeLog
-
- isDefault() - Method in class liquibase.structure.core.Catalog
-
- isDefault() - Method in class liquibase.structure.core.Schema
-
- isDefaultCatalog(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isDefaultCatalog(String) - Method in class liquibase.database.core.MockDatabase
-
- isDefaultCatalog(String) - Method in interface liquibase.database.Database
-
If the database supports catalogs, test if a given catalog name equals to the default catalog of the current
logged in user.
- isDefaultCatalog(Catalog, Database) - Method in class liquibase.snapshot.jvm.CatalogSnapshotGenerator
-
- isDefaultSchema(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isDefaultSchema(String, String) - Method in class liquibase.database.core.MockDatabase
-
- isDefaultSchema(String, String) - Method in interface liquibase.database.Database
-
If the database supports schemas, test if a given combination of catalog and schema name equals to the default
catalog and schema of the current logged in user.
- isDefaultTablespace() - Method in class liquibase.structure.core.Table
-
- isDeferrable() - Method in class liquibase.change.ConstraintsConfig
-
Returns if a foreign key defined for this column should deferrable.
- isDeferrable() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- isDeferrable() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- isDeferrable() - Method in class liquibase.statement.ForeignKeyConstraint
-
- isDeferrable() - Method in class liquibase.statement.PrimaryKeyConstraint
-
- isDeferrable() - Method in class liquibase.structure.core.ForeignKey
-
- isDeferrable() - Method in class liquibase.structure.core.UniqueConstraint
-
- isDeleteCascade() - Method in class liquibase.change.ConstraintsConfig
-
Returns if a foreign key defined for this column should cascade deletes.
- isDeleteCascade() - Method in class liquibase.statement.ForeignKeyConstraint
-
- isDeleted() - Method in class liquibase.hub.model.HubChangeLog
-
- isDelimiter(String, String, String) - Static method in class liquibase.util.StringUtil
-
Returns true if the input is a delimiter in one of the popular RDBMSs.
- 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.jakarta.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
-
- isEmpty() - Method in class liquibase.resource.InputStreamList
-
- isEmpty() - Method in class liquibase.util.SmartMap
-
- isEmpty() - Method in class liquibase.util.StringClauses
-
- isEmpty(String) - Static method in class liquibase.util.StringUtil
-
Returns true if the input string is the empty string (null-safe).
- isEmpty(CharSequence) - Static method in class liquibase.util.StringUtil
-
- isExecuteDdlAgainstDatabase() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- isExecuteDmlAgainstDatabase() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- isExpected() - Method in exception liquibase.command.CommandFailedException
-
In certain circumstances, this exception is thrown solely to set the exit code of a command's execution, in which
case, the exception is expected.
- isFilteredBy(Class<? extends ChangeSetFilter>) - Method in class liquibase.changelog.ChangeSetStatus
-
Convenience method to check wither a given ChangeSetFilter type is a reason for running the changeset or not.
- isForIndex() - Method in class liquibase.structure.core.Column
-
- isFullDefinition() - Method in class liquibase.statement.core.CreateViewStatement
-
Returns the property "Does the statement contain a full CREATE [OR REPLACE] VIEW ...
- isFunction(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isFunction(String) - Method in class liquibase.database.core.MockDatabase
-
- isFunction(String) - Method in interface liquibase.database.Database
-
- isHidden() - Method in class liquibase.configuration.ConfigurationDefinition
-
Return true if this configuration should not be printed to the console for any help command.
- isHubAvailable() - Method in class liquibase.hub.core.StandardHubService
-
- isIfExists() - Method in class liquibase.change.core.DropViewChange
-
- isIfExists() - Method in class liquibase.statement.core.DropViewStatement
-
- isIgnore() - Method in class liquibase.changelog.ChangeSet
-
- isIgnoreClasspathPrefix() - Method in class liquibase.integration.spring.SpringLiquibase
-
- isInactive() - Method in class liquibase.hub.model.HubChangeLog
-
- isIncludeIgnore() - Method in class liquibase.changelog.DatabaseChangeLog
-
- isInheritableIgnore() - Method in class liquibase.changelog.ChangeSet
-
- isInitialized() - Method in class liquibase.integration.cdi.CDILiquibase
-
- isInitialized() - Method in class liquibase.integration.jakarta.cdi.CDILiquibase
-
- isInitiallyDeferred() - Method in class liquibase.change.ConstraintsConfig
-
Returns if a foreign key defined for this column should be "initially deferred".
- isInitiallyDeferred() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- isInitiallyDeferred() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- isInitiallyDeferred() - Method in class liquibase.statement.ForeignKeyConstraint
-
- isInitiallyDeferred() - Method in class liquibase.statement.PrimaryKeyConstraint
-
- isInitiallyDeferred() - Method in class liquibase.structure.core.ForeignKey
-
- isInitiallyDeferred() - Method in class liquibase.structure.core.UniqueConstraint
-
- isInternal() - Method in class liquibase.configuration.ConfigurationDefinition
-
Return true if this configuration is for internal and/or programmatic use only.
- isInvalidProperty(PropertyDescriptor) - Method in class liquibase.change.AbstractChange
-
- isJson() - Method in class liquibase.serializer.core.yaml.YamlSerializer
-
- isLiquibaseObject(DatabaseObject) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isLiquibaseObject(DatabaseObject) - Method in class liquibase.database.core.MockDatabase
-
- isLiquibaseObject(DatabaseObject) - Method in interface liquibase.database.Database
-
- isMdcKeyPresent(String) - Method in class liquibase.Scope
-
Check if the provided mdc key is present
- isMinimumMySQLVersion(String) - Method in class liquibase.database.core.MySQLDatabase
-
Check to see if this instance of a MySQL database is equal to or greater
than the specified version
- isMinimumVersion(String, int, int, int) - Static method in class liquibase.util.StringUtil
-
Compares a minimum version number given in string form (only the first three parts are considered) with a
candidate version given as the three ints major, minor and patch.
- isMultiple() - Method in class liquibase.statement.core.AddColumnStatement
-
- isMultiple() - Method in class liquibase.statement.core.DropColumnStatement
-
- isNotEmpty(String) - Static method in class liquibase.util.StringUtil
-
Returns true if the input string is NOT the empty string.
- isNowOrTodayFormat(String) - Static method in class liquibase.util.NowAndTodayUtil
-
Checks if date starts with "NOW" or "TODAY".
- isNullabilityDifferent(Column) - Method in class liquibase.structure.core.Column
-
- isNullable() - Method in class liquibase.change.ConstraintsConfig
-
Returns if the column should be nullable.
- isNullable() - Method in class liquibase.statement.core.AddColumnStatement
-
- isNullable() - Method in class liquibase.statement.core.SetNullableStatement
-
- isNullable() - Method in class liquibase.structure.core.Column
-
- isNumeric(int) - Static method in class liquibase.util.JdbcUtil
-
Check whether the given SQL type is numeric.
- isNumeric(int) - Static method in class liquibase.util.SqlUtil
-
- isNumeric(CharSequence) - Static method in class liquibase.util.StringUtil
-
Checks whether the char sequence is numeric by checking that all chars in the sequence are
numbers, so (-1, 1.0 and 1F) will return false
- isNumericBoolean(Database) - Method in class liquibase.datatype.core.BooleanType
-
- ISODateFormat - Class in liquibase.util
-
- ISODateFormat() - Constructor for class liquibase.util.ISODateFormat
-
- isOnline() - Method in class liquibase.hub.core.MockHubService
-
- isOnline() - Method in class liquibase.hub.core.StandardHubService
-
- isOnline() - Method in interface liquibase.hub.HubService
-
- isOnline() - Method in class liquibase.hub.HubServiceFactory
-
- isOrdered() - Method in class liquibase.change.core.AlterSequenceChange
-
- isOrdered() - Method in class liquibase.change.core.CreateSequenceChange
-
- isOsgiPlatform() - Static method in class liquibase.osgi.Activator.OSGIContainerChecker
-
- isOutputDefaultCatalog() - Method in class liquibase.integration.ant.type.DatabaseType
-
- isOutputDefaultSchema() - Method in class liquibase.integration.ant.type.DatabaseType
-
- isPrimaryKey() - Method in class liquibase.change.ConstraintsConfig
-
Returns true if the column should be part of the primary key.
- isPrimaryKey() - Method in class liquibase.statement.core.AddColumnStatement
-
- isProLicenseValid() - Static method in class liquibase.license.LicenseServiceUtils
-
Check for a Liquibase Pro License.
- isPromptOnNonLocalDatabase() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- isPromptOnNonLocalDatabase() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- isReadOnly() - Method in class liquibase.database.jvm.JdbcConnection
-
- isRelativeToChangelogFile() - Method in class liquibase.change.core.CreateProcedureChange
-
- isRelativeToChangelogFile() - Method in class liquibase.change.core.LoadDataChange
-
- isRelativeToChangelogFile() - Method in class liquibase.change.core.SQLFileChange
-
- isReplaceIfExists() - Method in class liquibase.statement.core.CreateViewStatement
-
- isRequired() - Method in class liquibase.command.CommandArgument
-
Deprecated.
- isRequired() - Method in class liquibase.command.CommandArgumentDefinition
-
Whether this argument is required.
- isRequiredFor(Database) - Method in class liquibase.change.ChangeParameterMetaData
-
- isRerunnable() - Method in class liquibase.change.core.RawSQLChange
-
- isReservedWord(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isReservedWord(String) - Method in class liquibase.database.core.H2Database
-
- isReservedWord(String) - Method in class liquibase.database.core.HsqlDatabase
-
- isReservedWord(String) - Method in class liquibase.database.core.MockDatabase
-
- isReservedWord(String) - Method in class liquibase.database.core.MySQLDatabase
-
- isReservedWord(String) - Method in class liquibase.database.core.OracleDatabase
-
- isReservedWord(String) - Method in class liquibase.database.core.PostgresDatabase
-
- isReservedWord(String) - Method in interface liquibase.database.Database
-
- 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 class liquibase.database.core.MockDatabase
-
- isSafeToRunUpdate() - Method in interface liquibase.database.Database
-
- isSafeToRunUpdate() - Method in class liquibase.Liquibase
-
Returns true if it is "save" to migrate the database.
- isSameAs(ChangeSet) - Method in class liquibase.changelog.RanChangeSet
-
- isSameObject(DatabaseObject, DatabaseObject, Database, 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, CompareControl.SchemaComparison[], Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
-
- isSeenTag() - Method in class liquibase.changelog.filter.UpToTagChangeSetFilter
-
- 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.
- isSplitStatementsSet() - Method in class liquibase.change.AbstractSQLChange
-
- isStripComments() - Method in class liquibase.change.AbstractSQLChange
-
Return if comments should be stripped from the SQL before passing it to the database.
- isSuppressedField(Class<? extends DatabaseObject>, String) - Method in class liquibase.diff.compare.CompareControl
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.AbstractDb2Database
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.Db2zDatabase
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.FirebirdDatabase
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.Ingres9Database
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.MockDatabase
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.MSSQLDatabase
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.OracleDatabase
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.PostgresDatabase
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.SybaseDatabase
-
- isSystemObject(DatabaseObject) - Method in interface liquibase.database.Database
-
- isSystemView(CatalogAndSchema, String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isTestRollbackOnUpdate() - Method in class liquibase.integration.spring.SpringLiquibase
-
Returns whether a rollback should be tested at update time or not.
- isTimeOnly(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns true if the String conforms to an ISO 8601 time (hours, minutes and whole seconds) in UTC,
e.g.
- isTimestamp(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns true if the String conforms to an ISO 8601 date
plus a timestamp (hours, minutes, seconds and at least one decimal fraction) in UTC,
e.g.
- isTrue(Boolean) - Static method in class liquibase.util.BooleanUtil
-
Checks if a
Boolean
value is
true
, handling
null as
false
.
- isTrue(boolean, String) - Static method in class liquibase.util.Validate
-
Throws exception if test is not true.
- isTruncate() - Method in class liquibase.resource.OpenOptions
-
Should an existing file be truncated when opened.
- isUnique() - Method in class liquibase.change.ConstraintsConfig
-
Returns if the column is part of a unique constraint.
- isUnique() - Method in class liquibase.change.core.CreateIndexChange
-
- isUnique() - Method in class liquibase.statement.core.AddColumnStatement
-
- isUnique() - Method in class liquibase.statement.core.CreateIndexStatement
-
- isUnique() - Method in class liquibase.structure.core.Index
-
- isUpdateSuccessful() - Method in class liquibase.integration.cdi.CDILiquibase
-
- isUpdateSuccessful() - Method in class liquibase.integration.jakarta.cdi.CDILiquibase
-
- isUpToDate(CommandScope, Database, DatabaseChangeLog, Contexts, LabelExpression, OutputStream) - Method in class liquibase.command.core.AbstractUpdateCommandStep
-
Checks if the database is up-to-date.
- isUpToDateFastCheck(Contexts, LabelExpression) - Method in class liquibase.Liquibase
-
Performs check of the historyService to determine if there is no unrun changesets without obtaining an exclusive write lock.
- isUsingOracleSyntax() - Method in class liquibase.database.core.HsqlDatabase
-
- isValid() - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- isValidate() - Method in class liquibase.statement.core.SetNullableStatement
-
- isValidOracleIdentifier(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.OracleDatabase
-
Tests if the given String would be a valid identifier in Oracle DBMS.
- isValueSet(Object) - Method in class liquibase.configuration.AbstractMapConfigurationValueProvider
-
- isValueSet(Object) - Method in class liquibase.extension.testing.LiquibaseSdkConfigurationValueProvider
-
- isWarnIfObjectNotFound() - Method in class liquibase.snapshot.SnapshotControl
-
Returns if the code should log a LogLevel.WARNING message if the object to be snapshotted could not be found.
- isWhitespace(CharSequence) - Static method in class liquibase.util.StringUtil
-
Returns true if the given string only consists of whitespace characters (null-safe)
- isWindows() - Method in class liquibase.integration.commandline.Main
-
Deprecated.
Determines if this program is executed on a Microsoft Windows-type of operating system.
- isWindows() - Static method in class liquibase.util.SystemUtil
-
- isWritable() - Method in class liquibase.resource.AbstractResource
-
- isWritable() - Method in class liquibase.resource.PathResource
-
- isWritable() - Method in interface liquibase.resource.Resource
-
Return true if the resource can be written to
- isWritable() - Method in class liquibase.resource.ResourceAccessor.NotFoundResource
-
- isWrongCatalog(DatabaseObject) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- isWrongSchema(DatabaseObject) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- iterator() - Method in class liquibase.resource.InputStreamList
-
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.FutureRollbackCountSqlCommandStep
-
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.FutureRollbackFromTagSqlCommandStep
-
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.FutureRollbackSqlCommandStep
-
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.helpers.DatabaseChangelogCommandStep
-
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.StatusCommandStep
-
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.UpdateCommandStep
-
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.UpdateCountCommandStep
-
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.UpdateCountSqlCommandStep
-
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.UpdateSqlCommandStep
-
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.UpdateTestingRollbackCommandStep
-
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.UpdateToTagCommandStep
-
- LABEL_FILTER_ARG - Static variable in class liquibase.command.core.UpdateToTagSqlCommandStep
-
- LabelChangeSetFilter - Class in liquibase.changelog.filter
-
- LabelChangeSetFilter() - Constructor for class liquibase.changelog.filter.LabelChangeSetFilter
-
- LabelChangeSetFilter(LabelExpression) - Constructor for class liquibase.changelog.filter.LabelChangeSetFilter
-
- LabelExpression - Class in liquibase
-
Wrapper for list of labels.
- LabelExpression() - Constructor for class liquibase.LabelExpression
-
- LabelExpression(String...) - Constructor for class liquibase.LabelExpression
-
- LabelExpression(String) - Constructor for class liquibase.LabelExpression
-
- LabelExpression(Collection<String>) - Constructor for class liquibase.LabelExpression
-
- labelFilter - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- labelFilter - Variable in class liquibase.integration.spring.SpringLiquibase
-
- labelFilter - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
Specifies which Liquibase labels Liquibase will execute, which can be separated by a comma if multiple labels
are required or you need to designate a more complex expression.
- labels - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- Labels - Class in liquibase
-
- Labels() - Constructor for class liquibase.Labels
-
- Labels(String...) - Constructor for class liquibase.Labels
-
- Labels(String) - Constructor for class liquibase.Labels
-
- Labels(Collection<String>) - Constructor for class liquibase.Labels
-
- labels - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseChangeLogMojo
-
Deprecated.
- LABELS_SIZE - Static variable in class liquibase.changelog.StandardChangeLogHistoryService
-
- lastCreatedChangelog - Static variable in class liquibase.hub.core.MockHubService
-
- LAUNCH_BROWSER_ARG - Static variable in class liquibase.command.core.StartH2CommandStep
-
- leftPad(String, int) - Static method in class liquibase.util.StringUtil
-
Adds spaces to the left of the input value until the string has reached the given length.
- LEGACY_COMMAND_NAME - Static variable in class liquibase.command.core.UpdateCommandStep
-
- LEGACY_COMMAND_NAME - Static variable in class liquibase.command.core.UpdateSqlCommandStep
-
- LegacyDeploymentDetails(CommandScope) - Constructor for class liquibase.command.core.InternalHistoryCommandStep.LegacyDeploymentDetails
-
- LETTER - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- LEXICAL_ERROR - Static variable in error liquibase.util.grammar.TokenMgrError
-
Lexical error occurred.
- LexicalErr(boolean, int, int, int, String, int) - Static method in error liquibase.util.grammar.TokenMgrError
-
Returns a detailed message for the Error when it is thrown by the
token manager to indicate a lexical error.
- lexStateNames - Static variable in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Lexer state names.
- LicenseInstallResult - Class in liquibase.license
-
encapsulates overall install result and any messages.
- LicenseInstallResult(int) - Constructor for class liquibase.license.LicenseInstallResult
-
- LicenseInstallResult(int, String) - Constructor for class liquibase.license.LicenseInstallResult
-
- LicenseInstallResult(int, List<String>) - Constructor for class liquibase.license.LicenseInstallResult
-
- licenseIsAboutToExpire() - Method in interface liquibase.license.LicenseService
-
- licenseIsInstalled() - Method in interface liquibase.license.LicenseService
-
This method checks whether there is any license with any valid subject installed.
- licenseIsValid(String) - Method in interface liquibase.license.LicenseService
-
Check if an installed license with the given subject is valid or not.
- LicenseService - Interface in liquibase.license
-
- LicenseServiceFactory - Class in liquibase.license
-
- LicenseServiceUtils - Class in liquibase.license
-
This class provides a static method for verifying licenses
- LicenseServiceUtils() - Constructor for class liquibase.license.LicenseServiceUtils
-
- limitSize(String, int) - Static method in class liquibase.util.StringUtil
-
- line - Variable in class liquibase.util.grammar.SimpleCharStream
-
- LINE_COMMENT - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- liquibase - package liquibase
-
Liquibase top level namespace package.
- Liquibase - Annotation Type in liquibase.integration.cdi.annotations
-
- Liquibase - Annotation Type in liquibase.integration.jakarta.cdi.annotations
-
- Liquibase - Class in liquibase
-
Primary facade class for interacting with Liquibase.
- Liquibase(String, ResourceAccessor, DatabaseConnection) - Constructor for class liquibase.Liquibase
-
Creates a Liquibase instance for a given DatabaseConnection.
- Liquibase(String, ResourceAccessor, Database) - Constructor for class liquibase.Liquibase
-
Creates a Liquibase instance.
- Liquibase(DatabaseChangeLog, ResourceAccessor, Database) - Constructor for class liquibase.Liquibase
-
- liquibase.change - package liquibase.change
-
The change package contains the available database "changes".
- liquibase.change.core - package liquibase.change.core
-
Technically, a Change expresses an intention for alter the structure of the Database.
- liquibase.change.custom - package liquibase.change.custom
-
Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create
your own custom refactoring class.
- liquibase.changelog - package liquibase.changelog
-
- liquibase.changelog.column - package liquibase.changelog.column
-
- liquibase.changelog.filter - package liquibase.changelog.filter
-
- liquibase.changelog.visitor - package liquibase.changelog.visitor
-
- liquibase.command - package liquibase.command
-
- liquibase.command.core - package liquibase.command.core
-
- liquibase.command.core.helpers - package liquibase.command.core.helpers
-
- liquibase.command.providers - package liquibase.command.providers
-
- liquibase.common.datatype - package liquibase.common.datatype
-
- liquibase.configuration - package liquibase.configuration
-
- liquibase.configuration.core - package liquibase.configuration.core
-
- liquibase.database - package liquibase.database
-
- liquibase.database.core - package liquibase.database.core
-
- liquibase.database.jvm - package liquibase.database.jvm
-
- liquibase.datatype - package liquibase.datatype
-
- liquibase.datatype.core - package liquibase.datatype.core
-
- liquibase.dbdoc - package liquibase.dbdoc
-
- liquibase.diff - package liquibase.diff
-
- liquibase.diff.compare - package liquibase.diff.compare
-
- liquibase.diff.compare.core - package liquibase.diff.compare.core
-
- liquibase.diff.core - package liquibase.diff.core
-
- liquibase.diff.output - package liquibase.diff.output
-
- liquibase.diff.output.changelog - package liquibase.diff.output.changelog
-
- liquibase.diff.output.changelog.core - package liquibase.diff.output.changelog.core
-
- liquibase.diff.output.report - package liquibase.diff.output.report
-
- liquibase.exception - package liquibase.exception
-
- liquibase.executor - package liquibase.executor
-
- liquibase.executor.jvm - package liquibase.executor.jvm
-
- liquibase.extension.testing - package liquibase.extension.testing
-
- liquibase.extension.testing.setup - package liquibase.extension.testing.setup
-
- liquibase.extension.testing.testsystem - package liquibase.extension.testing.testsystem
-
- liquibase.extension.testing.testsystem.command - package liquibase.extension.testing.testsystem.command
-
- liquibase.extension.testing.testsystem.core - package liquibase.extension.testing.testsystem.core
-
- liquibase.extension.testing.testsystem.spock - package liquibase.extension.testing.testsystem.spock
-
- liquibase.extension.testing.testsystem.wrapper - package liquibase.extension.testing.testsystem.wrapper
-
- liquibase.extension.testing.util - package liquibase.extension.testing.util
-
- liquibase.hub - package liquibase.hub
-
- liquibase.hub.core - package liquibase.hub.core
-
- liquibase.hub.listener - package liquibase.hub.listener
-
- liquibase.hub.model - package liquibase.hub.model
-
- liquibase.integration - package liquibase.integration
-
- liquibase.integration.ant - package liquibase.integration.ant
-
- liquibase.integration.ant.type - package liquibase.integration.ant.type
-
- liquibase.integration.cdi - package liquibase.integration.cdi
-
- liquibase.integration.cdi.annotations - package liquibase.integration.cdi.annotations
-
- liquibase.integration.cdi.exceptions - package liquibase.integration.cdi.exceptions
-
- liquibase.integration.commandline - package liquibase.integration.commandline
-
- liquibase.integration.jakarta.cdi - package liquibase.integration.jakarta.cdi
-
- liquibase.integration.jakarta.cdi.annotations - package liquibase.integration.jakarta.cdi.annotations
-
- liquibase.integration.jakarta.cdi.exceptions - package liquibase.integration.jakarta.cdi.exceptions
-
- liquibase.integration.servlet - package liquibase.integration.servlet
-
- liquibase.integration.spring - package liquibase.integration.spring
-
- liquibase.io - package liquibase.io
-
- liquibase.license - package liquibase.license
-
- liquibase.listener - package liquibase.listener
-
- liquibase.lockservice - package liquibase.lockservice
-
- liquibase.logging - package liquibase.logging
-
- liquibase.logging.core - package liquibase.logging.core
-
- liquibase.logging.mdc - package liquibase.logging.mdc
-
- liquibase.logging.mdc.customobjects - package liquibase.logging.mdc.customobjects
-
- liquibase.osgi - package liquibase.osgi
-
- liquibase.parser - package liquibase.parser
-
- liquibase.parser.core - package liquibase.parser.core
-
- liquibase.parser.core.formattedsql - package liquibase.parser.core.formattedsql
-
- liquibase.parser.core.json - package liquibase.parser.core.json
-
- liquibase.parser.core.sql - package liquibase.parser.core.sql
-
- liquibase.parser.core.xml - package liquibase.parser.core.xml
-
- liquibase.parser.core.yaml - package liquibase.parser.core.yaml
-
- liquibase.plugin - package liquibase.plugin
-
- liquibase.precondition - package liquibase.precondition
-
- liquibase.precondition.core - package liquibase.precondition.core
-
- liquibase.resource - package liquibase.resource
-
- liquibase.sdk.exception - package liquibase.sdk.exception
-
- liquibase.sdk.executor - package liquibase.sdk.executor
-
- liquibase.sdk.resource - package liquibase.sdk.resource
-
- liquibase.sdk.supplier.resource - package liquibase.sdk.supplier.resource
-
- liquibase.serializer - package liquibase.serializer
-
- liquibase.serializer.core.formattedsql - package liquibase.serializer.core.formattedsql
-
- liquibase.serializer.core.json - package liquibase.serializer.core.json
-
- liquibase.serializer.core.string - package liquibase.serializer.core.string
-
- liquibase.serializer.core.xml - package liquibase.serializer.core.xml
-
- liquibase.serializer.core.yaml - package liquibase.serializer.core.yaml
-
- liquibase.servicelocator - package liquibase.servicelocator
-
- liquibase.snapshot - package liquibase.snapshot
-
- liquibase.snapshot.jvm - package liquibase.snapshot.jvm
-
- liquibase.sql - package liquibase.sql
-
- liquibase.sql.visitor - package liquibase.sql.visitor
-
- liquibase.sqlgenerator - package liquibase.sqlgenerator
-
- liquibase.sqlgenerator.core - package liquibase.sqlgenerator.core
-
- liquibase.statement - package liquibase.statement
-
- liquibase.statement.core - package liquibase.statement.core
-
- liquibase.structure - package liquibase.structure
-
- liquibase.structure.core - package liquibase.structure.core
-
- liquibase.ui - package liquibase.ui
-
- liquibase.util - package liquibase.util
-
- liquibase.util.csv - package liquibase.util.csv
-
- liquibase.util.file - package liquibase.util.file
-
- liquibase.util.grammar - package liquibase.util.grammar
-
- liquibase.util.xml - package liquibase.util.xml
-
- LIQUIBASE_CATALOG_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- LIQUIBASE_CATALOG_NAME - Static variable in class liquibase.GlobalConfiguration
-
- LIQUIBASE_CATALOG_NAME - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_COMMAND_NAME - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_HUB_API_KEY - Static variable in class liquibase.hub.HubConfiguration
-
- LIQUIBASE_HUB_LOGLEVEL - Static variable in class liquibase.hub.HubConfiguration
-
- LIQUIBASE_HUB_MODE - Static variable in class liquibase.hub.HubConfiguration
-
- LIQUIBASE_HUB_URL - Static variable in class liquibase.hub.HubConfiguration
-
- LIQUIBASE_INTERNAL_COMMAND - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_PSQL_ARGS - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_PSQL_KEEP_TEMP - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_PSQL_KEEP_TEMP_NAME - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_PSQL_KEEP_TEMP_PATH - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_PSQL_LOG_FILE - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_PSQL_PATH - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_PSQL_TIMEOUT - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_REF_URL - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SCHEMA_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- LIQUIBASE_SCHEMA_NAME - Static variable in class liquibase.GlobalConfiguration
-
- LIQUIBASE_SCHEMA_NAME - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SCHEMA_VERSION - Static variable in class liquibase.parser.core.xml.XMLChangeLogSAXParser
-
- LIQUIBASE_SQLCMD_ARGS - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLCMD_CATALOG_NAME - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLCMD_KEEP_TEMP - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLCMD_KEEP_TEMP_NAME - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLCMD_KEEP_TEMP_PATH - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLCMD_LOG_FILE - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLCMD_PATH - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLCMD_TEMP_OVERWRITE - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLCMD_TIMEOUT - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLPLUS_ARGS - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLPLUS_CREATE_SPOOL - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLPLUS_KEEP_TEMP - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLPLUS_KEEP_TEMP_NAME - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLPLUS_KEEP_TEMP_PATH - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLPLUS_PATH - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLPLUS_SPOOL_FILE - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLPLUS_TEMP_OVERWRITE - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SQLPLUS_TIMEOUT - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SYSTEM_NAME - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_SYSTEM_USER - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_TABLESPACE_NAME - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- LIQUIBASE_TABLESPACE_NAME - Static variable in class liquibase.GlobalConfiguration
-
- LIQUIBASE_TARGET_URL - Static variable in class liquibase.logging.mdc.MdcKey
-
- LIQUIBASE_VERSION - Static variable in class liquibase.logging.mdc.MdcKey
-
- LiquibaseBundle(Bundle, String) - Constructor for class liquibase.osgi.Activator.LiquibaseBundle
-
- liquibaseCatalogName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- LiquibaseChangeLogSyncMojo - Class in org.liquibase.maven.plugins
-
Marks all unapplied changes to the database as applied in the change log.
- LiquibaseChangeLogSyncMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChangeLogSyncMojo
-
- LiquibaseChangeLogSyncSQLMojo - Class in org.liquibase.maven.plugins
-
Generates SQL that marks all unapplied changes as applied.
- LiquibaseChangeLogSyncSQLMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChangeLogSyncSQLMojo
-
- LiquibaseChangeLogSyncToTagMojo - Class in org.liquibase.maven.plugins
-
Marks all unapplied changes up to and include a specified tag to the database as applied in the change log.
- LiquibaseChangeLogSyncToTagMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagMojo
-
- LiquibaseChangeLogSyncToTagSQLMojo - Class in org.liquibase.maven.plugins
-
Generates SQL that marks all unapplied changes up to and including a specified tag
as applied.
- LiquibaseChangeLogSyncToTagSQLMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChangeLogSyncToTagSQLMojo
-
- LiquibaseChecksRunMojo - Class in org.liquibase.maven.plugins
-
Check the changelog for issues
- LiquibaseChecksRunMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
- LiquibaseChecksShowMojo - Class in org.liquibase.maven.plugins
-
List available checks, their configuration options, and current settings
- LiquibaseChecksShowMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseChecksShowMojo
-
- LiquibaseClearChecksumsMojo - Class in org.liquibase.maven.plugins
-
Clears all checksums in the current changelog, so they will be recalculated next update.
- LiquibaseClearChecksumsMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseClearChecksumsMojo
-
- LiquibaseColumn - Class in liquibase.changelog.column
-
This class is just a marker class that is used to distinguish columns that are
used in the DATABASECHANGELOG and DATABASECHANGELOGLOCK tables from other columns
that might be used in Liquibase-managed database schemas.
- LiquibaseColumn() - Constructor for class liquibase.changelog.column.LiquibaseColumn
-
- LiquibaseCommand<T extends CommandResult> - Interface in liquibase.command
-
- LiquibaseCommandLine - Class in liquibase.integration.commandline
-
- LiquibaseCommandLine() - Constructor for class liquibase.integration.commandline.LiquibaseCommandLine
-
- LiquibaseCommandLineConfiguration - Class in liquibase.integration.commandline
-
Common configuration settings for integrations
- LiquibaseCommandLineConfiguration() - Constructor for class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
-
- LiquibaseCommandLineConfiguration.ArgumentConverter - Interface in liquibase.integration.commandline
-
- LiquibaseConfiguration - Class in liquibase.configuration
-
Provides unified management of configuration properties within Liquibase core and in extensions.
- LiquibaseConfiguration() - Constructor for class liquibase.configuration.LiquibaseConfiguration
-
- LiquibaseDatabaseDiff - Class in org.liquibase.maven.plugins
-
Generates a diff between the specified database and the reference database.
- LiquibaseDatabaseDiff() - Constructor for class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
- LiquibaseDataType - Class in liquibase.datatype
-
Object representing a data type, instead of a plain string.
- LiquibaseDataType(LiquibaseDataType) - Constructor for class liquibase.datatype.LiquibaseDataType
-
- LiquibaseDataType() - Constructor for class liquibase.datatype.LiquibaseDataType
-
- LiquibaseDataType(String, int, int) - Constructor for class liquibase.datatype.LiquibaseDataType
-
- LiquibaseDBDocMojo - Class in org.liquibase.maven.plugins
-
Generates dbDocs against the database.
- LiquibaseDBDocMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseDBDocMojo
-
- LiquibaseDeactivateChangeLogMojo - Class in org.liquibase.maven.plugins
-
Deactivates a change log from Hub.
- LiquibaseDeactivateChangeLogMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseDeactivateChangeLogMojo
-
- LiquibaseDropAll - Class in org.liquibase.maven.plugins
-
Drops all database objects in the configured schema(s).
- LiquibaseDropAll() - Constructor for class org.liquibase.maven.plugins.LiquibaseDropAll
-
- LiquibaseEntityResolver - Class in liquibase.parser.core.xml
-
Finds the Liquibase schema from the classpath rather than fetching it over the Internet.
- LiquibaseEntityResolver() - Constructor for class liquibase.parser.core.xml.LiquibaseEntityResolver
-
- LiquibaseException - Exception in liquibase.exception
-
Base class for all Liquibase exceptions.
- LiquibaseException() - Constructor for exception liquibase.exception.LiquibaseException
-
- LiquibaseException(String) - Constructor for exception liquibase.exception.LiquibaseException
-
- LiquibaseException(String, Level) - Constructor for exception liquibase.exception.LiquibaseException
-
- LiquibaseException(String, Throwable) - Constructor for exception liquibase.exception.LiquibaseException
-
- LiquibaseException(Throwable) - Constructor for exception liquibase.exception.LiquibaseException
-
- LiquibaseExtDriver - Interface in liquibase.database
-
- LiquibaseFlowMojo - Class in org.liquibase.maven.plugins
-
Run a series of commands contained in one or more stages, as configured in a liquibase flow-file.
- LiquibaseFlowMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseFlowMojo
-
- LiquibaseFlowValidateMojo - Class in org.liquibase.maven.plugins
-
Validate a series of commands contained in one or more stages, as configured in a liquibase flow-file.
- LiquibaseFlowValidateMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseFlowValidateMojo
-
- LiquibaseFutureRollbackSQL - Class in org.liquibase.maven.plugins
-
Generates the SQL that is required to rollback the database to current state after the next update.
- LiquibaseFutureRollbackSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseFutureRollbackSQL
-
- LiquibaseGenerateChangeLogMojo - Class in org.liquibase.maven.plugins
-
Generates a changelog based on the current database schema.
- LiquibaseGenerateChangeLogMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
- LiquibaseGlobalExtension - Class in liquibase.extension.testing.testsystem.spock
-
- LiquibaseGlobalExtension() - Constructor for class liquibase.extension.testing.testsystem.spock.LiquibaseGlobalExtension
-
- LiquibaseHistoryMojo - Class in org.liquibase.maven.plugins
-
Outputs history of deployments against the configured database.
- LiquibaseHistoryMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseHistoryMojo
-
- liquibaseHubApiKey - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- LiquibaseHubException - Exception in liquibase.hub
-
- LiquibaseHubException() - Constructor for exception liquibase.hub.LiquibaseHubException
-
- LiquibaseHubException(String) - Constructor for exception liquibase.hub.LiquibaseHubException
-
- LiquibaseHubException(String, Throwable) - Constructor for exception liquibase.hub.LiquibaseHubException
-
- LiquibaseHubException(Throwable) - Constructor for exception liquibase.hub.LiquibaseHubException
-
- LiquibaseHubObjectNotFoundException - Exception in liquibase.hub
-
- LiquibaseHubObjectNotFoundException() - Constructor for exception liquibase.hub.LiquibaseHubObjectNotFoundException
-
- LiquibaseHubObjectNotFoundException(String) - Constructor for exception liquibase.hub.LiquibaseHubObjectNotFoundException
-
- LiquibaseHubObjectNotFoundException(String, Throwable) - Constructor for exception liquibase.hub.LiquibaseHubObjectNotFoundException
-
- LiquibaseHubObjectNotFoundException(Throwable) - Constructor for exception liquibase.hub.LiquibaseHubObjectNotFoundException
-
- LiquibaseHubRedirectException - Exception in liquibase.hub
-
- LiquibaseHubRedirectException() - Constructor for exception liquibase.hub.LiquibaseHubRedirectException
-
- LiquibaseHubSecurityException - Exception in liquibase.hub
-
- LiquibaseHubSecurityException() - Constructor for exception liquibase.hub.LiquibaseHubSecurityException
-
- LiquibaseHubSecurityException(String) - Constructor for exception liquibase.hub.LiquibaseHubSecurityException
-
- LiquibaseHubSecurityException(String, Throwable) - Constructor for exception liquibase.hub.LiquibaseHubSecurityException
-
- LiquibaseHubSecurityException(Throwable) - Constructor for exception liquibase.hub.LiquibaseHubSecurityException
-
- liquibaseHubUrl - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- LiquibaseHubUserException - Exception in liquibase.hub
-
- LiquibaseHubUserException() - Constructor for exception liquibase.hub.LiquibaseHubUserException
-
- LiquibaseHubUserException(String) - Constructor for exception liquibase.hub.LiquibaseHubUserException
-
- LiquibaseHubUserException(String, Throwable) - Constructor for exception liquibase.hub.LiquibaseHubUserException
-
- LiquibaseHubUserException(Throwable) - Constructor for exception liquibase.hub.LiquibaseHubUserException
-
- LiquibaseIntegrationMethodInterceptor - Class in liquibase.extension.testing.testsystem.spock
-
- LiquibaseIntegrationTest - Annotation Type in liquibase.extension.testing.testsystem.spock
-
- LiquibaseIntegrationTestExtension - Class in liquibase.extension.testing.testsystem.spock
-
- LiquibaseIntegrationTestExtension() - Constructor for class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationTestExtension
-
- LiquibaseIntegrationTestExtension.ErrorListener - Class in liquibase.extension.testing.testsystem.spock
-
- LiquibaseJakartaServletListener - Class in liquibase.integration.servlet
-
- LiquibaseJakartaServletListener() - Constructor for class liquibase.integration.servlet.LiquibaseJakartaServletListener
-
- LiquibaseJakartaStatusServlet - Class in liquibase.integration.servlet
-
- LiquibaseJakartaStatusServlet() - Constructor for class liquibase.integration.servlet.LiquibaseJakartaStatusServlet
-
- LiquibaseLauncher - Class in liquibase.integration.commandline
-
- LiquibaseLauncher() - Constructor for class liquibase.integration.commandline.LiquibaseLauncher
-
- LiquibaseListener - Interface in liquibase.listener
-
Base interface for all the different listeners available in liquibase.
- LiquibaseListLocksMojo - Class in org.liquibase.maven.plugins
-
Lists all Liquibase updater locks on the current database.
- LiquibaseListLocksMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseListLocksMojo
-
- LiquibaseParseException - Exception in liquibase.exception
-
- LiquibaseParseException() - Constructor for exception liquibase.exception.LiquibaseParseException
-
- LiquibaseParseException(String) - Constructor for exception liquibase.exception.LiquibaseParseException
-
- LiquibaseParseException(String, Throwable) - Constructor for exception liquibase.exception.LiquibaseParseException
-
- LiquibaseParseException(Throwable) - Constructor for exception liquibase.exception.LiquibaseParseException
-
- LiquibaseParser - Interface in liquibase.parser
-
- liquibaseProLicenseKey - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- LiquibaseRegisterChangeLogMojo - Class in org.liquibase.maven.plugins
-
Registers a change log with Hub.
- LiquibaseRegisterChangeLogMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseRegisterChangeLogMojo
-
- LiquibaseReleaseLocksMojo - Class in org.liquibase.maven.plugins
-
Removes any Liquibase updater locks from the current database.
- LiquibaseReleaseLocksMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseReleaseLocksMojo
-
- LiquibaseReportStatusMojo - Class in org.liquibase.maven.plugins
-
Prints which changesets need to be applied to the database.
- LiquibaseReportStatusMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseReportStatusMojo
-
- LiquibaseRepresenter(DumperOptions) - Constructor for class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseRepresenter
-
- LiquibaseResolver() - Constructor for class liquibase.serializer.core.yaml.YamlSerializer.LiquibaseResolver
-
- LiquibaseRollback - Class in org.liquibase.maven.plugins
-
Invokes Liquibase to rollback the database (and mark changesets as unapplied).
- LiquibaseRollback() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollback
-
- LiquibaseRollback.RollbackType - Enum in org.liquibase.maven.plugins
-
- LiquibaseRollbackOneChangeSetMojo - Class in org.liquibase.maven.plugins
-
Reverts (rolls back) one non-sequential changeSet made during a previous change to your database.
- LiquibaseRollbackOneChangeSetMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetMojo
-
- LiquibaseRollbackOneChangeSetSQL - Class in org.liquibase.maven.plugins
-
Displays the SQL which will be executed when the corresponding rollbackOneChangeSet command is
executed.
- LiquibaseRollbackOneChangeSetSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollbackOneChangeSetSQL
-
- LiquibaseRollbackOneUpdateMojo - Class in org.liquibase.maven.plugins
-
Rolls back all changesets from any specific update, if all changesets can be rolled back.
- LiquibaseRollbackOneUpdateMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateMojo
-
- LiquibaseRollbackOneUpdateSQL - Class in org.liquibase.maven.plugins
-
Displays the SQL which will be executed when the corresponding rollbackOneUpdate
command is executed.
- LiquibaseRollbackOneUpdateSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollbackOneUpdateSQL
-
- LiquibaseRollbackSQL - Class in org.liquibase.maven.plugins
-
Generates the SQL that is required to rollback the database using one or more of the specified
attributes 'rollbackCount', 'rollbackTag' and/or 'rollbackDate'
- LiquibaseRollbackSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseRollbackSQL
-
- LiquibaseSchema - Annotation Type in liquibase.integration.cdi.annotations
-
- LiquibaseSchema - Annotation Type in liquibase.integration.jakarta.cdi.annotations
-
- liquibaseSchema - Variable in class liquibase.integration.spring.SpringLiquibase
-
- liquibaseSchemaName - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- LiquibaseSdkConfigurationValueProvider - Class in liquibase.extension.testing
-
- LiquibaseSdkConfigurationValueProvider() - Constructor for class liquibase.extension.testing.LiquibaseSdkConfigurationValueProvider
-
- LiquibaseSerializable - Interface in liquibase.serializer
-
- LiquibaseSerializable.SerializationType - Enum in liquibase.serializer
-
- LiquibaseSerializer - Interface in liquibase.serializer
-
- LiquibaseService - Annotation Type in liquibase.servicelocator
-
- LiquibaseServletListener - Class in liquibase.integration.servlet
-
Version of GenericServletListener
that uses javax.servlet and NOT jakarta.servlet
- LiquibaseServletListener() - Constructor for class liquibase.integration.servlet.LiquibaseServletListener
-
- LiquibaseStatusServlet - Class in liquibase.integration.servlet
-
Version of GenericStatusServlet
that uses javax.servlet and NOT jakarta.servlet
- LiquibaseStatusServlet() - Constructor for class liquibase.integration.servlet.LiquibaseStatusServlet
-
- LiquibaseSyncHubMojo - Class in org.liquibase.maven.plugins
-
Syncs all changes in change log with Hub.
- LiquibaseSyncHubMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseSyncHubMojo
-
- liquibaseTablespace - Variable in class liquibase.integration.spring.SpringLiquibase
-
- LiquibaseTag - Class in org.liquibase.maven.plugins
-
Writes a Liquibase tag to the database.
- LiquibaseTag() - Constructor for class org.liquibase.maven.plugins.LiquibaseTag
-
- LiquibaseTagExistsMojo - Class in org.liquibase.maven.plugins
-
Checks for existence of the specified Liquibase tag in the database
- LiquibaseTagExistsMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseTagExistsMojo
-
- LiquibaseType - Annotation Type in liquibase.integration.cdi.annotations
-
Qualifier Annotation
- LiquibaseType - Annotation Type in liquibase.integration.jakarta.cdi.annotations
-
Qualifier Annotation
- LiquibaseUnexpectedChangeSetsMojo - Class in org.liquibase.maven.plugins
-
Print a list of changesets that have been executed but are not in the current changelog
- LiquibaseUnexpectedChangeSetsMojo() - Constructor for class org.liquibase.maven.plugins.LiquibaseUnexpectedChangeSetsMojo
-
- LiquibaseUpdate - Class in org.liquibase.maven.plugins
-
Applies the DatabaseChangeLogs to the database.
- LiquibaseUpdate() - Constructor for class org.liquibase.maven.plugins.LiquibaseUpdate
-
- LiquibaseUpdateSQL - Class in org.liquibase.maven.plugins
-
Generates the SQL that is required to update the database to the current
version as specified in the DatabaseChangeLogs.
- LiquibaseUpdateSQL() - Constructor for class org.liquibase.maven.plugins.LiquibaseUpdateSQL
-
- LiquibaseUpdateTestingRollback - Class in org.liquibase.maven.plugins
-
Applies the DatabaseChangeLogs to the database, testing rollback.
- LiquibaseUpdateTestingRollback() - Constructor for class org.liquibase.maven.plugins.LiquibaseUpdateTestingRollback
-
- LiquibaseUtil - Class in liquibase.util
-
- LiquibaseUtil() - Constructor for class liquibase.util.LiquibaseUtil
-
- LiquibaseValidate - Class in org.liquibase.maven.plugins
-
Validates liquibase changelog
- LiquibaseValidate() - Constructor for class org.liquibase.maven.plugins.LiquibaseValidate
-
- list(String, String, boolean, boolean, boolean) - Method in interface liquibase.resource.ResourceAccessor
-
- listColumns(UniqueConstraint, Database, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
- listColumns(UniqueConstraint, Database, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGeneratorSnowflake
-
- listConstraints(Table, DatabaseSnapshot, Schema) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
- listConstraints(Table, DatabaseSnapshot, Schema) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGeneratorSnowflake
-
- listFromNames(String) - Static method in class liquibase.structure.core.Column
-
- listLocks(Database) - Static method in class liquibase.command.core.ListLocksCommandStep
-
Display change log lock information.
- listLocks() - Method in class liquibase.database.core.MockDatabase
-
- listLocks() - Method in class liquibase.Liquibase
-
Deprecated.
- listLocks() - Method in interface liquibase.lockservice.LockService
-
- listLocks() - Method in class liquibase.lockservice.MockLockService
-
- listLocks() - Method in class liquibase.lockservice.OfflineLockService
-
- listLocks() - Method in class liquibase.lockservice.StandardLockService
-
- ListLocksCommandStep - Class in liquibase.command.core
-
- ListLocksCommandStep() - Constructor for class liquibase.command.core.ListLocksCommandStep
-
- ListResponse<ContentType> - Class in liquibase.hub.model
-
- ListResponse() - Constructor for class liquibase.hub.model.ListResponse
-
- listUnexpectedChangeSets(String) - Method in class liquibase.Liquibase
-
- listUnexpectedChangeSets(Contexts, LabelExpression) - Method in class liquibase.Liquibase
-
- listUnrunChangeSets(Contexts) - Method in class liquibase.Liquibase
-
- listUnrunChangeSets(Contexts, LabelExpression) - Method in class liquibase.Liquibase
-
- listUnrunChangeSets(Contexts, LabelExpression, boolean) - Method in class liquibase.Liquibase
-
- ListVisitor - Class in liquibase.changelog.visitor
-
- ListVisitor() - Constructor for class liquibase.changelog.visitor.ListVisitor
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.AbstractChange
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.AddColumnConfig
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.ColumnConfig
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.ConstraintsConfig
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.core.LoadDataColumnConfig
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.change.custom.CustomChangeWrapper
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.ChangeSet
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.changelog.DatabaseChangeLog
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.precondition.core.PreconditionContainer
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- load(ParsedNode, ResourceAccessor) - Method in interface liquibase.precondition.Precondition
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.precondition.PreconditionLogic
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
-
- load(ParsedNode, ResourceAccessor) - Method in interface liquibase.serializer.LiquibaseSerializable
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.snapshot.SnapshotControl
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.AbstractDatabaseObject
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.core.Column.AutoIncrementInformation
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.core.Column
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.core.Index
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.core.UniqueConstraint
-
- load(ParsedNode, ResourceAccessor) - Method in class liquibase.structure.DatabaseObjectCollection
-
- loadClass(String) - Static method in class liquibase.util.OsgiUtil
-
try to load a class under OSGI environment.
- loadConstraints(ParsedNode) - Method in class liquibase.change.ColumnConfig
-
- LoadDataChange - Class in liquibase.change.core
-
- LoadDataChange() - Constructor for class liquibase.change.core.LoadDataChange
-
- LoadDataChange.LOAD_DATA_TYPE - Enum in liquibase.change.core
-
- LoadDataChange.LoadDataRowConfig - Class in liquibase.change.core
-
- LoadDataColumnConfig - Class in liquibase.change.core
-
- LoadDataColumnConfig() - Constructor for class liquibase.change.core.LoadDataColumnConfig
-
- LoadDataRowConfig(boolean, List<LoadDataColumnConfig>) - Constructor for class liquibase.change.core.LoadDataChange.LoadDataRowConfig
-
- loadObjects(Map<String, DatabaseObject>, Map<String, DatabaseObject>, ParsedNode, ResourceAccessor) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- LoadUpdateDataChange - Class in liquibase.change.core
-
- LoadUpdateDataChange() - Constructor for class liquibase.change.core.LoadUpdateDataChange
-
- LOBContent(T, long) - Constructor for class liquibase.statement.ExecutablePreparedStatementBase.LOBContent
-
- Location - Class in liquibase.license
-
A Location is an object that has a name, and value, used to represent a license.
- Location(String, String) - Constructor for class liquibase.license.Location
-
- LockDatabaseChangeLogGenerator - Class in liquibase.sqlgenerator.core
-
- LockDatabaseChangeLogGenerator() - Constructor for class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
-
- LockDatabaseChangeLogStatement - Class in liquibase.statement.core
-
- LockDatabaseChangeLogStatement() - Constructor for class liquibase.statement.core.LockDatabaseChangeLogStatement
-
- LockException - Exception in liquibase.exception
-
- LockException(String) - Constructor for exception liquibase.exception.LockException
-
- LockException(Throwable) - Constructor for exception liquibase.exception.LockException
-
- LockException(String, Throwable) - Constructor for exception liquibase.exception.LockException
-
- LockService - Interface in liquibase.lockservice
-
- LockServiceCommandStep - Class in liquibase.command.core.helpers
-
Internal command step to be used on CommandStep pipeline to create lock services.
- LockServiceCommandStep() - Constructor for class liquibase.command.core.helpers.LockServiceCommandStep
-
- LockServiceFactory - Class in liquibase.lockservice
-
- LockServiceImpl - Class in liquibase.lockservice
-
- LockServiceImpl() - Constructor for class liquibase.lockservice.LockServiceImpl
-
Deprecated.
- log(Level, String, Throwable) - Method in class liquibase.integration.ant.AntTaskLogger
-
- log - Variable in class liquibase.integration.spring.SpringLiquibase
-
- log(Level, String, Throwable) - Method in class liquibase.logging.core.BufferedLogger
-
- log(Level, String, Throwable) - Method in class liquibase.logging.core.CompositeLogger
-
- log(Level, String, Throwable) - Method in class liquibase.logging.core.JavaLogger
-
- log(Level, String, Throwable) - Method in interface liquibase.logging.Logger
-
Generic log method that can log at any log level
- log - Variable in class liquibase.parser.core.yaml.YamlParser
-
- LOG_CHANNELS - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
-
- LOG_FILE - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
-
- LOG_FORMAT - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
-
- LOG_LEVEL - Static variable in interface liquibase.configuration.ConfigurationValueConverter
-
Standard value -> java.util.logging.Level converter
- LOG_LEVEL - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
-
- LOG_LEVEL - Static variable in class liquibase.logging.core.DefaultLoggerConfiguration
-
Deprecated.
- LOG_SEPARATOR - Static variable in class org.liquibase.maven.plugins.MavenUtils
-
- LogFactory - Class in liquibase.logging
-
- logFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- LogFormat - Enum in liquibase.logging
-
- Logger - Interface in liquibase.logging
-
Interface to class that does the actual logging.
- LoggerUIService - Class in liquibase.ui
-
Sends all UI requests to the configured Logger.
- LoggerUIService() - Constructor for class liquibase.ui.LoggerUIService
-
- logging - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- LoggingChangeExecListener - Class in liquibase.changelog.visitor
-
- LoggingChangeExecListener() - Constructor for class liquibase.changelog.visitor.LoggingChangeExecListener
-
- LoggingExecutor - Class in liquibase.executor
-
A variant of the Executor service that does not actually modify the target database(s).
- LoggingExecutor(Executor, Writer, Database) - Constructor for class liquibase.executor.LoggingExecutor
-
- LoggingExecutorTextUtil - Class in liquibase.util
-
Write texts to the current logging executor
- logLevel - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- logMdcData(ChangeSet) - Method in interface liquibase.changelog.visitor.ChangeSetVisitor
-
- LogMessageFilter - Interface in liquibase.logging
-
- LogService - Interface in liquibase.logging
-
- LogServiceFactory - Class in liquibase.logging.core
-
- logUnsupportedDatabase(Database, Class) - Static method in class liquibase.command.core.InternalSnapshotCommandStep
-
- LONG_IDENTIFIERS_LEGNTH - Variable in class liquibase.database.core.OracleDatabase
-
- longValue() - Method in class liquibase.change.ColumnConfig.ValueNumeric
-
- looksLikeFunctionCall(String, Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
-
Tries to find out if a given value (part a database-specific SQL statement) is just a simple literal
(e.g.
- lookupExecutor(String) - Static method in class liquibase.changelog.ChangeSet
-
Look for a configuration property that matches liquibase..executor
and if found, return its value as the executor name
- lookupProvidedValue(String...) - Method in class liquibase.configuration.AbstractMapConfigurationValueProvider
-
- LOOP_DETECTED - Static variable in error liquibase.util.grammar.TokenMgrError
-
Detected (and bailed out of) an infinite loop in the token manager.
- lowerCaseFirst(String) - Static method in class liquibase.util.StringUtil
-
- S_CHAR_LITERAL - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- S_DOUBLE - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- S_IDENTIFIER - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- S_LONG - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- S_QUOTED_IDENTIFIER - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- sanitizeFileName(String) - Static method in class liquibase.util.FilenameUtil
-
Remove problematic characters from filename and replace them with '_'
https://stackoverflow.com/questions/1976007/what-characters-are-forbidden-in-windows-and-linux-directory-names
- sanitizeUrl(String) - Static method in class liquibase.database.jvm.JdbcConnection
-
Remove any secure information from the URL.
- saveRollbackStatement(Change, List<SqlVisitor>, Writer) - Method in class liquibase.database.AbstractJdbcDatabase
-
- saveRollbackStatement(Change, List<SqlVisitor>, Writer) - Method in class liquibase.database.core.MockDatabase
-
- saveRollbackStatement(Change, List<SqlVisitor>, Writer) - Method in interface liquibase.database.Database
-
- saveStatements(Change, List<SqlVisitor>, Writer) - Method in class liquibase.database.AbstractJdbcDatabase
-
- saveStatements(Change, List<SqlVisitor>, Writer) - Method in class liquibase.database.core.MockDatabase
-
- saveStatements(Change, List<SqlVisitor>, Writer) - Method in interface liquibase.database.Database
-
- Schema - Class in liquibase.structure.core
-
- Schema() - Constructor for class liquibase.structure.core.Schema
-
- Schema(String, String) - Constructor for class liquibase.structure.core.Schema
-
- Schema(Catalog, String) - Constructor for class liquibase.structure.core.Schema
-
- SchemaComparator - Class in liquibase.diff.compare.core
-
- SchemaComparator() - Constructor for class liquibase.diff.compare.core.SchemaComparator
-
- SchemaComparison(CatalogAndSchema, CatalogAndSchema) - Constructor for class liquibase.diff.compare.CompareControl.SchemaComparison
-
- schemaList - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- schemaName - Variable in class liquibase.change.AbstractTableChange
-
- schemaName - Variable in class liquibase.change.core.AbstractModifyDataChange
-
- schemas - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- SCHEMAS - Static variable in class liquibase.logging.mdc.MdcKey
-
- schemas - Variable in class org.liquibase.maven.plugins.LiquibaseChecksRunMojo
-
The schemas to snapshot
- schemas - Variable in class org.liquibase.maven.plugins.LiquibaseDatabaseDiff
-
Schemas on target database to use in diff.
- schemas - Variable in class org.liquibase.maven.plugins.LiquibaseDropAll
-
The schemas to be dropped.
- schemas - Variable in class org.liquibase.maven.plugins.LiquibaseGenerateChangeLogMojo
-
Specifies the a list of schemas to indicate liquibase where to apply change objects or where to read current state from
- SCHEMAS_ARG - Static variable in class liquibase.command.core.DbDocCommandStep
-
- SCHEMAS_ARG - Static variable in class liquibase.command.core.DropAllCommandStep
-
- SCHEMAS_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
-
- SCHEMAS_ARG - Static variable in class liquibase.command.core.InternalDropAllCommandStep
-
- SCHEMAS_ARG - Static variable in class liquibase.command.core.InternalSnapshotCommandStep
-
- SCHEMAS_ARG - Static variable in class liquibase.command.core.SnapshotCommandStep
-
- SchemaSnapshotGenerator - Class in liquibase.snapshot.jvm
-
- SchemaSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.SchemaSnapshotGenerator
-
- SchemaSnapshotGeneratorSnowflake - Class in liquibase.snapshot.jvm
-
- SchemaSnapshotGeneratorSnowflake() - Constructor for class liquibase.snapshot.jvm.SchemaSnapshotGeneratorSnowflake
-
- SchemesCDIConfigBuilder - Class in liquibase.integration.cdi
-
- SchemesCDIConfigBuilder(BeanManager, SchemesTreeBuilder) - Constructor for class liquibase.integration.cdi.SchemesCDIConfigBuilder
-
- SchemesCDIConfigBuilder - Class in liquibase.integration.jakarta.cdi
-
- SchemesCDIConfigBuilder(BeanManager, SchemesTreeBuilder) - Constructor for class liquibase.integration.jakarta.cdi.SchemesCDIConfigBuilder
-
- SchemesTreeBuilder - Class in liquibase.integration.cdi
-
- SchemesTreeBuilder() - Constructor for class liquibase.integration.cdi.SchemesTreeBuilder
-
- SchemesTreeBuilder - Class in liquibase.integration.jakarta.cdi
-
- SchemesTreeBuilder() - Constructor for class liquibase.integration.jakarta.cdi.SchemesTreeBuilder
-
- Scope - Class in liquibase
-
This scope object is used to hold configuration and other parameters within a call without needing complex method signatures.
- Scope(Scope, Map<String, Object>) - Constructor for class liquibase.Scope
-
- Scope.Attr - Enum in liquibase
-
Enumeration containing standard attributes.
- Scope.ScopedRunner<T> - Interface in liquibase
-
- Scope.ScopedRunnerWithReturn<T> - Interface in liquibase
-
- ScopeManager - Class in liquibase
-
- ScopeManager() - Constructor for class liquibase.ScopeManager
-
- ScopeValueProvider - Class in liquibase.configuration.core
-
Searches the
Scope
for the given key.
- ScopeValueProvider() - Constructor for class liquibase.configuration.core.ScopeValueProvider
-
- search(String, boolean) - Method in class liquibase.integration.spring.SpringResourceAccessor
-
- search(String, ResourceAccessor.SearchOptions) - Method in class liquibase.resource.AbstractPathResourceAccessor
-
- search(String, boolean) - Method in class liquibase.resource.AbstractPathResourceAccessor
-
- search(String, ResourceAccessor.SearchOptions) - Method in class liquibase.resource.ClassLoaderResourceAccessor
-
- search(String, boolean) - Method in class liquibase.resource.ClassLoaderResourceAccessor
-
- search(String, ResourceAccessor.SearchOptions) - Method in class liquibase.resource.CompositeResourceAccessor
-
- search(String, boolean) - Method in class liquibase.resource.CompositeResourceAccessor
-
- search(String, ResourceAccessor.SearchOptions) - Method in interface liquibase.resource.ResourceAccessor
-
Returns the path to all resources contained in the given path that match the searchOptions criteria.
- search(String, boolean) - Method in interface liquibase.resource.ResourceAccessor
-
Returns the path to all resources contained in the given path.
- search(String, boolean) - Method in class liquibase.sdk.resource.MockResourceAccessor
-
- SEARCH_PATH - Static variable in class liquibase.GlobalConfiguration
-
- SearchOptions() - Constructor for class liquibase.resource.ResourceAccessor.SearchOptions
-
- searchPath - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the locations where Liquibase can find your changelog files.
- SearchPathResourceAccessor - Class in liquibase.resource
-
- SearchPathResourceAccessor(ResourceAccessor...) - Constructor for class liquibase.resource.SearchPathResourceAccessor
-
- SearchPathResourceAccessor(String, ResourceAccessor...) - Constructor for class liquibase.resource.SearchPathResourceAccessor
-
Creates itself with the given searchPath value.
- SECURE_PARSING - Static variable in class liquibase.GlobalConfiguration
-
- 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
-
- sendErrorMessage(String) - Method in class liquibase.ui.CompositeUIService
-
- sendErrorMessage(String, Throwable) - Method in class liquibase.ui.CompositeUIService
-
- sendErrorMessage(String) - Method in class liquibase.ui.ConsoleUIService
-
- sendErrorMessage(String, Throwable) - Method in class liquibase.ui.ConsoleUIService
-
- sendErrorMessage(String) - Method in class liquibase.ui.LoggerUIService
-
- sendErrorMessage(String, Throwable) - Method in class liquibase.ui.LoggerUIService
-
- sendErrorMessage(String) - Method in interface liquibase.ui.UIService
-
Send an "error" message to the user.
- sendErrorMessage(String, Throwable) - Method in interface liquibase.ui.UIService
-
Send an "error" message to the user along with a stacktrace.
- sendMessage(String) - Method in class liquibase.ui.CompositeUIService
-
- sendMessage(String) - Method in class liquibase.ui.ConsoleUIService
-
- sendMessage(String) - Method in class liquibase.ui.LoggerUIService
-
- sendMessage(String) - Method in interface liquibase.ui.UIService
-
Send a "normal" message to the user.
- sendOperationChangeEvent(OperationChangeEvent) - Method in class liquibase.hub.core.MockHubService
-
- sendOperationChangeEvent(OperationChangeEvent) - Method in class liquibase.hub.core.StandardHubService
-
- sendOperationChangeEvent(OperationChangeEvent) - Method in interface liquibase.hub.HubService
-
- sendOperationChanges(OperationChange) - Method in class liquibase.hub.core.MockHubService
-
- sendOperationChanges(OperationChange) - Method in class liquibase.hub.core.StandardHubService
-
- sendOperationChanges(OperationChange) - Method in interface liquibase.hub.HubService
-
- sendOperationEvent(Operation, OperationEvent) - Method in class liquibase.hub.core.MockHubService
-
- sendOperationEvent(Operation, OperationEvent, UUID) - Method in class liquibase.hub.core.MockHubService
-
- sendOperationEvent(Operation, OperationEvent) - Method in class liquibase.hub.core.StandardHubService
-
- sendOperationEvent(Operation, OperationEvent, UUID) - Method in class liquibase.hub.core.StandardHubService
-
- sendOperationEvent(Operation, OperationEvent) - Method in interface liquibase.hub.HubService
-
- sendOperationEvent(Operation, OperationEvent, UUID) - Method in interface liquibase.hub.HubService
-
- sendsStringParametersAsUnicode() - Method in class liquibase.database.core.MSSQLDatabase
-
Determines if the SQL Server instance assigns Unicode data types (e.g.
- sentObjects - Static variable in class liquibase.hub.core.MockHubService
-
- 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
-
- SequenceCurrentValueFunction(String, String) - Constructor for class liquibase.statement.SequenceCurrentValueFunction
-
- SequenceExistsPrecondition - Class in liquibase.precondition.core
-
- SequenceExistsPrecondition() - Constructor for class liquibase.precondition.core.SequenceExistsPrecondition
-
- sequenceNextValueFunction - Variable in class liquibase.database.AbstractJdbcDatabase
-
The sequence name will be substituted into the string e.g.
- SequenceNextValueFunction - Class in liquibase.statement
-
Represents a function for getting the next value from a sequence
- SequenceNextValueFunction() - Constructor for class liquibase.statement.SequenceNextValueFunction
-
- SequenceNextValueFunction(String) - Constructor for class liquibase.statement.SequenceNextValueFunction
-
- SequenceNextValueFunction(String, String) - Constructor for class liquibase.statement.SequenceNextValueFunction
-
- SequenceSnapshotGenerator - Class in liquibase.snapshot.jvm
-
Snapshot generator for a SEQUENCE object in a JDBC-accessible database
- SequenceSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.SequenceSnapshotGenerator
-
- SequenceSnapshotGeneratorSnowflake - Class in liquibase.snapshot.jvm
-
- SequenceSnapshotGeneratorSnowflake() - Constructor for class liquibase.snapshot.jvm.SequenceSnapshotGeneratorSnowflake
-
- serialize() - Method in class liquibase.change.AbstractChange
-
- serialize() - Method in class liquibase.changelog.ChangeSet
-
- 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
-
- SERIALIZER_FORMAT_ARG - Static variable in class liquibase.command.core.InternalSnapshotCommandStep
-
- serializeValue(Object) - Method in class liquibase.change.AbstractChange
-
- serializeValue(Object) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
-
- ServiceLocator - Interface in liquibase.servicelocator
-
Abstraction for finding and creating instances of classes.
- ServiceNotFoundException - Exception in liquibase.exception
-
- ServiceNotFoundException(String) - Constructor for exception liquibase.exception.ServiceNotFoundException
-
- ServiceNotFoundException(String, Throwable) - Constructor for exception liquibase.exception.ServiceNotFoundException
-
- ServiceNotFoundException(Throwable) - Constructor for exception liquibase.exception.ServiceNotFoundException
-
- ServletConfigurationValueProvider - Class in liquibase.integration.servlet
-
- ServletConfigurationValueProvider(GenericServletWrapper.ServletContext, InitialContext) - Constructor for class liquibase.integration.servlet.ServletConfigurationValueProvider
-
- set(String, Object) - Method in class liquibase.AbstractExtensibleObject
-
- set(String, Object) - Method in class liquibase.changelog.ChangeLogParameters
-
Sets a global changelog parameter with no context/label/database filters on it.
- set(String, Object, ContextExpression, Labels, String, boolean, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
-
- set(String, Object, String, String, String, boolean, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
-
- set(String, Object, ContextExpression, Labels, String...) - Method in class liquibase.changelog.ChangeLogParameters
-
Sets a global changelog parameter.
- set(String, Object) - Method in class liquibase.database.AbstractJdbcDatabase
-
- set(String, Object) - Method in interface liquibase.ExtensibleObject
-
Sets the value of the given attribute.
- set(String, Object) - Method in class liquibase.snapshot.CachedRow
-
- set(String, Object) - Method in class liquibase.util.SmartMap
-
- SET_COLUMN_REMARKS_NOT_SUPPORTED_ON_VIEW_MSG - Static variable in class liquibase.sqlgenerator.core.SetColumnRemarksGeneratorSnowflake
-
- 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
-
- setAllowColumnUpdate(String, boolean) - Method in class liquibase.statement.core.InsertOrUpdateStatement
-
- setAllowPrompt(boolean) - Method in class liquibase.ui.CompositeUIService
-
- setAllowPrompt(boolean) - Method in class liquibase.ui.ConsoleUIService
-
- setAllowPrompt(boolean) - Method in class liquibase.ui.LoggerUIService
-
- setAllowPrompt(boolean) - Method in interface liquibase.ui.UIService
-
Method to set flag indicating whether prompting is allowed
- setAllowUpdate(Boolean) - Method in class liquibase.change.core.LoadDataColumnConfig
-
- setAlreadyHandledChanged(DatabaseObject) - Method in class liquibase.diff.output.DiffOutputControl
-
- setAlreadyHandledMissing(DatabaseObject) - Method in class liquibase.diff.output.DiffOutputControl
-
- setAlreadyHandledUnexpected(DatabaseObject) - Method in class liquibase.diff.output.DiffOutputControl
-
- setAlwaysOverrideStoredLogicSchema(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setApiKey(ApiKey) - Method in class liquibase.hub.model.CoreInitOnboardingResponse
-
- setApiKey(String) - Method in class liquibase.hub.model.HubRegisterResponse
-
- setAppend(boolean) - Method in class liquibase.resource.OpenOptions
-
- setApplicableDbms(Set<String>) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- setApplicableDbms(Set<String>) - Method in interface liquibase.sql.visitor.SqlVisitor
-
- setApplyToRollback(boolean) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- setApplyToRollback(boolean) - Method in interface liquibase.sql.visitor.SqlVisitor
-
- setAssociatedWith(String) - Method in class liquibase.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.changelog.ChangeSet
-
- setAttribute(String, Object) - Method in class liquibase.structure.AbstractDatabaseObject
-
- setAttribute(String, Object) - Method in interface liquibase.structure.DatabaseObject
-
Sets a given attribute for this object to the specified value.
- setAuthor(String) - Method in class liquibase.command.core.GenerateChangeLogCommand
-
Deprecated.
- setAuthor(String) - Method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback.ChangeSet
-
- 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.MockDatabase
-
- setAutoCommit(boolean) - Method in class liquibase.database.core.SybaseASADatabase
-
- setAutoCommit(boolean) - Method in interface liquibase.database.Database
-
- setAutoCommit(boolean) - Method in interface liquibase.database.DatabaseConnection
-
- setAutoCommit(boolean) - Method in class liquibase.database.jvm.JdbcConnection
-
- setAutoCommit(boolean) - Method in class liquibase.database.MockDatabaseConnection
-
- setAutoCommit(boolean) - Method in class liquibase.database.OfflineConnection
-
- setAutoIncrement(Boolean) - Method in class liquibase.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
-
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.UnknownType
-
- setAutoIncrementDetails(Column, Database, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
-
- setAutoIncrementInformation(Column.AutoIncrementInformation) - Method in class liquibase.structure.core.Column
-
- setBackingIndex(Index) - Method in class liquibase.structure.core.ForeignKey
-
- setBackingIndex(Index) - Method in class liquibase.structure.core.PrimaryKey
-
- setBackingIndex(Index) - Method in class liquibase.structure.core.UniqueConstraint
-
- 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
-
- setBulkTracking(boolean) - Method in class liquibase.snapshot.ResultSetCache
-
Method to control bulk fetching.
- 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 class liquibase.database.core.MockDatabase
-
- setCanCacheLiquibaseTableInfo(boolean) - Method in interface liquibase.database.Database
-
- setCascadeConstraints(Boolean) - Method in class liquibase.change.core.DropTableChange
-
- setCaseSensitive(Boolean) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setCaseSensitive(boolean) - Method in class liquibase.database.core.MockDatabase
-
- setCaseSensitive(boolean) - Method in class liquibase.database.OfflineConnection
-
- 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.AbstractTableChange
-
- 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.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.UniqueConstraintExistsPrecondition
-
- setCatalogName(String) - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- setCatalogName(String) - Method in class liquibase.statement.core.CreateSequenceStatement
-
- setCertainDataType(boolean) - Method in class liquibase.structure.core.Column
-
- setCertainName(boolean) - Method in class liquibase.structure.core.PrimaryKey
-
- setChanged(int) - Method in class liquibase.logging.mdc.customobjects.DiffResultsSummary
-
- setChangeExecListener(ChangeExecListener) - Method in class liquibase.Liquibase
-
- setChangeLog(String) - Method in class liquibase.integration.cdi.CDILiquibaseConfig
-
- setChangeLog(String) - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
-
- setChangeLog(String) - Method in class liquibase.integration.spring.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.
- setChangeLogDirectory(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
- setChangeLogFile(String) - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- setChangeLogFile(String) - Method in class liquibase.command.core.DropAllCommand
-
Deprecated.
- setChangeLogFile(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
- setChangeLogFile(String) - Method in class liquibase.integration.ant.DBDocTask
-
- setChangeLogFile(String) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- setChangeLogId(String) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setChangeLogLockRecheckTime(long) - Method in interface liquibase.lockservice.LockService
-
- setChangeLogLockRecheckTime(long) - Method in class liquibase.lockservice.MockLockService
-
- setChangeLogLockRecheckTime(long) - Method in class liquibase.lockservice.OfflineLockService
-
- setChangeLogLockRecheckTime(long) - Method in class liquibase.lockservice.StandardLockService
-
- setChangeLogLockWaitTime(long) - Method in interface liquibase.lockservice.LockService
-
- setChangeLogLockWaitTime(long) - Method in class liquibase.lockservice.MockLockService
-
- setChangeLogLockWaitTime(long) - Method in class liquibase.lockservice.OfflineLockService
-
- setChangeLogLockWaitTime(long) - Method in class liquibase.lockservice.StandardLockService
-
- setChangeLogParameter(String, Object) - Method in class liquibase.Liquibase
-
- setChangeLogParameters(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
-
- 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(List<ChangesetsUpdated.Changeset>) - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated
-
- setChangeSetAuthor(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- setChangesetAuthor(String) - Method in class liquibase.hub.model.HubChange
-
- setChangesetAuthor(String) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setChangesetAuthor(String) - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated.Changeset
-
- setChangesetBody(String) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setChangeSetContext(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- setChangesetCount(int) - Method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback
-
- setChangesetCount(int) - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated
-
- setChangesetFilename(String) - Method in class liquibase.hub.model.HubChange
-
- setChangesetFilename(String) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setChangesetFilepath(String) - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated.Changeset
-
- setChangesetId(String) - Method in class liquibase.hub.model.HubChange
-
- setChangesetId(String) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setChangesetId(String) - Method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback.ChangeSet
-
- setChangesetId(String) - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated.Changeset
-
- setChangesetOutcome(String) - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated.Changeset
-
- setChangeSetPath(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- setChangesets(List<ChangesetsRolledback.ChangeSet>) - Method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback
-
- 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
-
- setClass(String) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- setClassName(String) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- setClasspathRef(Reference) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setClearCheckSums(boolean) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- setClearCheckSums(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
-
- setClientMetadata(Map<String, String>) - Method in class liquibase.hub.model.Operation
-
- setClustered(Boolean) - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- setClustered(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- 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.AddUniqueConstraintStatement
-
- setClustered(Boolean) - Method in class liquibase.statement.core.CreateIndexStatement
-
- setClustered(Boolean) - Method in class liquibase.structure.core.Index
-
- setClustered(boolean) - Method in class liquibase.structure.core.UniqueConstraint
-
- setCodePointLimitSafely(LoaderOptions, int) - Static method in class liquibase.util.SnakeYamlUtil
-
Safely set the code point limit when configuring a new SnakeYaml instance.
- setCollation(String) - Method in class liquibase.extension.testing.testsystem.core.MSSQLTestSystem
-
- setColumn(String) - Method in class liquibase.statement.ForeignKeyConstraint
-
- 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.change.core.SetColumnRemarksChange
-
- setColumnDataType(String) - Method in class liquibase.statement.core.RenameColumnStatement
-
- 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
-
- setColumnNames(String) - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
-
- setColumnParentType(String) - Method in class liquibase.change.core.SetColumnRemarksChange
-
- SetColumnRemarksChange - Class in liquibase.change.core
-
- SetColumnRemarksChange() - Constructor for class liquibase.change.core.SetColumnRemarksChange
-
- SetColumnRemarksGenerator - Class in liquibase.sqlgenerator.core
-
- SetColumnRemarksGenerator() - Constructor for class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
-
- SetColumnRemarksGeneratorSnowflake - Class in liquibase.sqlgenerator.core
-
- SetColumnRemarksGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.SetColumnRemarksGeneratorSnowflake
-
- SetColumnRemarksStatement - Class in liquibase.statement.core
-
- SetColumnRemarksStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.SetColumnRemarksStatement
-
- SetColumnRemarksStatement(String, String, String, String, String, String) - Constructor for class liquibase.statement.core.SetColumnRemarksStatement
-
- SetColumnRemarksStatement(String, String, String, String, String, String, String) - Constructor for class liquibase.statement.core.SetColumnRemarksStatement
-
- setColumns(List<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
-
- setCommentLineStartsWith(String) - Method in class liquibase.change.core.LoadDataChange
-
- 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
-
- setComments(String) - Method in class liquibase.hub.model.HubChange
-
- setCommonlyUsed(boolean) - Method in class liquibase.configuration.ConfigurationDefinition.Building
-
- setCompareControl(CompareControl) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setComputed(Boolean) - Method in class liquibase.change.ColumnConfig
-
- setComputed(Boolean) - Method in class liquibase.statement.core.AddColumnStatement
-
- setComputed(String) - Method in class liquibase.statement.core.CreateTableStatement
-
- 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.CockroachDatabase
-
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.H2Database
-
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.HsqlDatabase
-
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.InformixDatabase
-
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.MockDatabase
-
- setConnection(Connection) - Method in class liquibase.database.core.MockDatabase
-
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.OracleDatabase
-
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.PostgresDatabase
-
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.SnowflakeDatabase
-
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.SybaseASADatabase
-
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.UnsupportedDatabase
-
- setConnection(DatabaseConnection) - Method in interface liquibase.database.Database
-
- setConnection(Connection) - Method in class liquibase.hub.model.Operation
-
- setConnectionUserName(String) - Method in class liquibase.database.OfflineConnection
-
- setConsiderCatalogsAsSchemas(boolean) - Method in class liquibase.diff.output.DiffOutputControl
-
- 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.DropNotNullConstraintChange
-
- setConstraintName(String) - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- setConstraintName(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- setConstraintName(String) - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
-
- setConstraintName(String) - Method in class liquibase.statement.NotNullConstraint
-
- setConstraintName(String) - Method in class liquibase.statement.UniqueConstraint
-
- setConstraints(ConstraintsConfig) - Method in class liquibase.change.ColumnConfig
-
- setContainsFullDefinition(boolean) - Method in class liquibase.structure.core.View
-
- setContent(List<ContentType>) - Method in class liquibase.hub.model.ListResponse
-
- setContent(String, String) - Method in class liquibase.sdk.resource.MockResourceAccessor
-
- setContext(ContextExpression) - Method in class liquibase.changelog.ChangeLogInclude
-
- setContext(ContextExpression) - Method in class liquibase.changelog.ChangeLogIncludeAll
-
- setContext(String) - Method in class liquibase.changelog.ChangeLogProperty
-
- setContext(String) - Method in class liquibase.command.core.GenerateChangeLogCommand
-
Deprecated.
- setContext(ContextExpression) - Method in class liquibase.diff.output.DiffOutputControl
-
- setContextFilter(String) - Method in class liquibase.changelog.ChangeLogProperty
-
- setContextFilter(ContextExpression) - Method in class liquibase.changelog.ChangeSet
-
- setContextFilter(ContextExpression) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setContextFilter(ContextExpression) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- setContextFilter(ContextExpression) - Method in interface liquibase.sql.visitor.SqlVisitor
-
- setContexts(Contexts) - Method in class liquibase.changelog.ChangeLogParameters
-
- setContexts(ContextExpression) - Method in class liquibase.changelog.ChangeSet
-
- setContexts(ContextExpression) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setContexts(String) - Method in class liquibase.hub.model.HubChange
-
- setContexts(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
- 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.jakarta.cdi.CDILiquibaseConfig
-
- 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
-
- setContinueOnError(boolean) - Method in class liquibase.statement.AbstractSqlStatement
-
- setCreated(String) - Method in class liquibase.changelog.ChangeSet
-
- setCreateDate(Date) - Method in class liquibase.hub.model.Connection
-
- setCreateDate(Date) - Method in class liquibase.hub.model.HubLink
-
- setCreateDate(Date) - Method in class liquibase.hub.model.Operation
-
- setCreateDate(Date) - Method in class liquibase.hub.model.OperationEvent.OperationEventLog
-
- setCreateDate(Date) - Method in class liquibase.hub.model.Project
-
- setCreateIfNeeded(boolean) - Method in class liquibase.resource.OpenOptions
-
- setCurrentChangeLogFileDOM(Document) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
-
- setCurrentDateTimeFunction(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setCurrentDateTimeFunction(String) - Method in class liquibase.database.core.MockDatabase
-
- setCurrentDateTimeFunction(String) - Method in interface liquibase.database.Database
-
- setCurrentDateTimeFunction(String) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setCurrentScope(Scope) - Method in class liquibase.ScopeManager
-
- setCurrentScope(Scope) - Method in class liquibase.SingletonScopeManager
-
- setCurrentScope(Scope) - Method in class liquibase.ThreadLocalScopeManager
-
- setCycle(Boolean) - Method in class liquibase.change.core.AlterSequenceChange
-
- setCycle(Boolean) - Method in class liquibase.change.core.CreateSequenceChange
-
- setCycle(Boolean) - Method in class liquibase.statement.core.AlterSequenceStatement
-
- setCycle(Boolean) - Method in class liquibase.statement.core.CreateSequenceStatement
-
- setData(String, Object) - Static method in class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- setData(ConfigurationDefinition<T>, T) - Static method in class liquibase.configuration.core.DeprecatedConfigurationValueProvider
-
Deprecated.
- setDatabase(Database) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
-
- setDatabase(Database) - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- setDatabase(String) - Method in class liquibase.changelog.ChangeLogParameters
-
- setDatabase(Database) - Method in class liquibase.changelog.MockChangeLogHistoryService
-
- setDatabase(Database) - Method in class liquibase.command.core.DropAllCommand
-
Deprecated.
- setDatabase(Database) - Method in class liquibase.command.core.ExecuteSqlCommand
-
Deprecated.
- setDatabase(Database) - Method in class liquibase.command.core.HistoryCommand
-
Deprecated.
- setDatabase(Database) - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- setDatabase(Database) - Method in class liquibase.executor.AbstractExecutor
-
- setDatabase(Database) - Method in interface liquibase.executor.Executor
-
Configures the Executor for the Database to run statements/queries against.
- setDatabase(Database) - Method in interface liquibase.lockservice.LockService
-
- setDatabase(Database) - Method in class liquibase.lockservice.MockLockService
-
- setDatabase(Database) - Method in class liquibase.lockservice.OfflineLockService
-
- setDatabase(Database) - Method in class liquibase.lockservice.StandardLockService
-
- setDatabaseChangeLogLockPollRate(Long) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setDatabaseChangeLogLockTable(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- setDatabaseChangeLogLockTable(String) - Method in class liquibase.integration.spring.SpringLiquibase
-
- setDatabaseChangeLogLockTableName(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setDatabaseChangeLogLockTableName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setDatabaseChangeLogLockTableName(String) - Method in class liquibase.database.core.MockDatabase
-
Does nothing
- setDatabaseChangeLogLockTableName(String) - Method in interface liquibase.database.Database
-
Set the table name of the change log lock to the given table name
- setDatabaseChangeLogLockTableName(String) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setDatabaseChangeLogLockWaitTime(Long) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setDatabaseChangeLogTable(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- setDatabaseChangeLogTable(String) - Method in class liquibase.integration.spring.SpringLiquibase
-
- setDatabaseChangeLogTableName(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setDatabaseChangeLogTableName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setDatabaseChangeLogTableName(String) - Method in class liquibase.database.core.MockDatabase
-
Does nothing
- setDatabaseChangeLogTableName(String) - Method in interface liquibase.database.Database
-
Set the table name of the change log to the given table name
- setDatabaseChangeLogTableName(String) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setDatabaseClass(String) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setDatabaseMajorVersion(int) - Method in class liquibase.database.MockDatabaseConnection
-
- setDatabaseMajorVersion(int) - Method in class liquibase.database.OfflineConnection
-
- setDatabaseMinorVersion(int) - Method in class liquibase.database.MockDatabaseConnection
-
- setDatabaseMinorVersion(int) - Method in class liquibase.database.OfflineConnection
-
- setDatabaseRef(Reference) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setDataDir(String) - Method in class liquibase.diff.output.DiffOutputControl
-
- setDataSource(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.
- setDataType(String) - Method in class liquibase.change.core.AlterSequenceChange
-
- setDataType(String) - Method in class liquibase.change.core.CreateSequenceChange
-
- setDataType(String) - Method in class liquibase.statement.core.AlterSequenceStatement
-
- setDataType(String) - Method in class liquibase.statement.core.CreateSequenceStatement
-
- setDataType(String) - Method in class liquibase.structure.core.Sequence
-
- setDataTypeId(Integer) - Method in class liquibase.structure.core.DataType
-
- setDateExecuted(Date) - Method in class liquibase.hub.model.HubChange
-
- setDateExecuted(Date) - Method in class liquibase.hub.model.OperationChangeEvent
-
- 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
-
- setDbms(String) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- setDebugStream(PrintStream) - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Set debug output.
- setDecimalDigits(Integer) - Method in class liquibase.structure.core.DataType
-
- setDefault(Boolean) - Method in class liquibase.structure.core.Catalog
-
- setDefault(Boolean) - Method in class liquibase.structure.core.Schema
-
- setDefaultCatalogName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setDefaultCatalogName(String) - Method in class liquibase.database.core.MockDatabase
-
- setDefaultCatalogName(String) - Method in interface liquibase.database.Database
-
- setDefaultCatalogName(String) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setDefaultNullValue(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- setDefaultOnNull(Boolean) - Method in class liquibase.change.ColumnConfig
-
- setDefaultOnNull(Boolean) - Method in class liquibase.change.core.AddAutoIncrementChange
-
- setDefaultOnNull(Boolean) - Method in class liquibase.statement.AutoIncrementConstraint
-
- setDefaultOnNull(Boolean) - Method in class liquibase.structure.core.Column.AutoIncrementInformation
-
- setDefaultSchema(String) - Method in class liquibase.integration.cdi.CDILiquibaseConfig
-
- setDefaultSchema(String) - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
-
- 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 class liquibase.database.core.MockDatabase
-
- setDefaultSchemaName(String) - Method in class liquibase.database.core.MSSQLDatabase
-
- setDefaultSchemaName(String) - Method in interface liquibase.database.Database
-
- setDefaultSchemaName(String) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setDefaultTablespace(Boolean) - Method in class liquibase.structure.core.Table
-
- setDefaultTagInspector(LoaderOptions) - Static method in class liquibase.util.SnakeYamlUtil
-
Safely set the default tag inspector when configuring a new SnakeYaml instance.
- setDefaultValue(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(DataType, String) - Method in class liquibase.configuration.ConfigurationDefinition.Building
-
- setDefaultValue(DataType) - Method in class liquibase.configuration.ConfigurationDefinition.Building
-
- setDefaultValue(Object) - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- setDefaultValue(ColumnConfig, Column, Database) - Static method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
-
- setDefaultValue(Object) - Method in class liquibase.structure.core.Column
-
- setDefaultValueBoolean(String) - Method in class liquibase.change.ColumnConfig
-
Set the defaultValueBoolean based on a given string.
- setDefaultValueBoolean(Boolean) - Method in class liquibase.change.ColumnConfig
-
- 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
-
- setDefaultValueConstraintName(String) - Method in class liquibase.change.ColumnConfig
-
- setDefaultValueConstraintName(String) - Method in class liquibase.change.core.AddDefaultValueChange
-
- setDefaultValueConstraintName(String) - Method in class liquibase.statement.core.AddColumnStatement
-
- setDefaultValueConstraintName(String) - Method in class liquibase.statement.core.AddDefaultValueStatement
-
- setDefaultValueConstraintName(String) - Method in class liquibase.structure.core.Column
-
- setDefaultValueDate(Date) - Method in class liquibase.change.ColumnConfig
-
- setDefaultValueDate(String) - Method in class liquibase.change.ColumnConfig
-
Set the date this column should default to.
- setDefaultValueDate(String) - Method in class liquibase.change.core.AddDefaultValueChange
-
- setDefaultValueNumeric(String) - Method in class liquibase.change.ColumnConfig
-
Set the number this column should use as its default.
- setDefaultValueNumeric(Number) - Method in class liquibase.change.ColumnConfig
-
- 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.statement.PrimaryKeyConstraint
-
- 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.core.ExecuteSqlCommand
-
Deprecated.
- setDeploymentId(String) - Method in class liquibase.changelog.ChangeSet
-
- setDeploymentId(String) - Method in class liquibase.changelog.RanChangeSet
-
- setDeploymentId(String) - Method in class liquibase.hub.model.HubChange
-
- setDeploymentId(String) - Method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback.ChangeSet
-
- setDeploymentId(String) - Method in class liquibase.logging.mdc.customobjects.ChangesetsUpdated.Changeset
-
- setDescending(Boolean) - Method in class liquibase.change.ColumnConfig
-
- setDescending(Boolean) - Method in class liquibase.structure.core.Column
-
- setDescription(String) - Method in class liquibase.changelog.ChangeSetStatus
-
- setDescription(String) - Method in class liquibase.changelog.RanChangeSet
-
- setDescription(String) - Method in class liquibase.configuration.ConfigurationDefinition.Building
-
- setDescription(String) - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- setDescription(String) - Method in class liquibase.hub.model.Connection
-
- setDescription(String) - Method in class liquibase.hub.model.HubChange
-
- setDetails(String) - Method in exception liquibase.exception.LiquibaseException
-
- setDiffColumnOrder(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setDiffOutputControl(DiffOutputControl) - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- setDiffResult(DiffResult) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- 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.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.jakarta.cdi.CDILiquibaseConfig
-
- setDropFirst(boolean) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- setDropFirst(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
-
- setDropIndex(Boolean) - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- setDropIndex(Boolean) - Method in class liquibase.statement.core.DropPrimaryKeyStatement
-
- setEmail(String) - Method in class liquibase.hub.model.HubRegister
-
- setEmpty(Boolean) - Method in class liquibase.hub.model.ListResponse
-
- 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.CreateViewChange
-
- 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
-
- setEncoding(String) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- setEndDate(Date) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setEndDate(Date) - Method in class liquibase.hub.model.OperationEvent
-
- setEndDelimiter(String) - Method in class liquibase.change.AbstractSQLChange
-
Set the end delimiter for splitting SQL statements.
- setEndDelimiter(String) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- setErrorIfMissingOrEmpty(Boolean) - Method in class liquibase.changelog.ChangeLogIncludeAll
-
- setErrorLogLevel(Level) - Method in class liquibase.ui.LoggerUIService
-
- setErrorStream(PrintStream) - Method in class liquibase.ui.ConsoleUIService
-
- setEventType(String) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setEventType(String) - Method in class liquibase.hub.model.OperationEvent
-
- 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.MockChangeLogHistoryService
-
- setExecType(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- setExecType(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- setExecType(String) - Method in class liquibase.hub.model.HubChange
-
- 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
-
- setExecutor(String, 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
-
- 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
-
- setFileName(String) - Method in class liquibase.hub.model.HubChangeLog
-
- 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.
- setFilepath(String) - Method in class liquibase.logging.mdc.customobjects.ChangesetsRolledback.ChangeSet
-
- setFilter(LogMessageFilter) - Method in class liquibase.logging.core.AbstractLogService
-
- setFilter(LogMessageFilter) - Method in interface liquibase.logging.LogService
-
Sets the filter to use for messages sent through this log service.
- setFilterResults(Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.ChangeSetStatus
-
- setFinalColumnName(String) - Method in class liquibase.change.core.MergeColumnChange
-
- setFinalColumnType(String) - Method in class liquibase.change.core.MergeColumnChange
-
- setFirst(Boolean) - Method in class liquibase.hub.model.ListResponse
-
- 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
-
- setForIndex(boolean) - Method in class liquibase.structure.core.Column
-
- 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
-
Sets the property "Does the statement contain a full CREATE [OR REPLACE] VIEW ...
- setGeneratedChangeSetIdsContainDescription(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setGeneratedSql(String[]) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setGenerationType(String) - Method in class liquibase.change.ColumnConfig
-
- setGenerationType(String) - Method in class liquibase.change.core.AddAutoIncrementChange
-
- setGenerationType(String) - Method in class liquibase.statement.AutoIncrementConstraint
-
- setGenerationType(String) - Method in class liquibase.structure.core.Column.AutoIncrementInformation
-
- setGlobal(Boolean) - Method in class liquibase.changelog.ChangeLogProperty
-
- setGroupHelpFooter(String) - Method in class liquibase.command.CommandDefinition
-
- setGroupLongDescription(String[], String) - Method in class liquibase.command.CommandDefinition
-
- setGroupShortDescription(String[], String) - Method in class liquibase.command.CommandDefinition
-
Sets the short description of the given command group for help docs.
- setHeader(String) - Method in class liquibase.change.core.LoadDataColumnConfig
-
- setHeadless(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setHelpFooter(String) - Method in class liquibase.command.CommandDefinition
-
- setHidden(boolean) - Method in class liquibase.command.CommandDefinition
-
- setHidden(boolean) - Method in class liquibase.configuration.ConfigurationDefinition.Building
-
- setHoldability(int) - Method in class liquibase.database.jvm.JdbcConnection
-
- setHubChangeId(UUID) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setHubConnectionId(String) - Method in class liquibase.command.core.DropAllCommand
-
Deprecated.
- setHubConnectionId(UUID) - Method in class liquibase.Liquibase
-
- setId(UUID) - Method in class liquibase.hub.model.Connection
-
- setId(UUID) - Method in class liquibase.hub.model.HubChangeLog
-
- setId(UUID) - Method in class liquibase.hub.model.HubUser
-
- setId(UUID) - Method in class liquibase.hub.model.Operation.OperationStatus
-
- setId(UUID) - Method in class liquibase.hub.model.Operation
-
- setId(UUID) - Method in class liquibase.hub.model.OperationEvent.OperationEventLog
-
- setId(UUID) - Method in class liquibase.hub.model.OperationEvent.OperationEventStatus
-
- setId(UUID) - Method in class liquibase.hub.model.OperationEvent
-
- setId(UUID) - Method in class liquibase.hub.model.Organization
-
- setId(UUID) - Method in class liquibase.hub.model.Project
-
- setId(String) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- setIdRoot(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- setIfExists(Boolean) - Method in class liquibase.change.core.DropViewChange
-
- setIgnore(boolean) - Method in class liquibase.changelog.ChangeSet
-
- setIgnoreClasspathPrefix(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
-
- 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
-
- setIncludeContextFilter(ContextExpression) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setIncludeContexts(ContextExpression) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setIncludeIgnore(boolean) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setIncludeLabels(LabelExpression) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setIncludeLabels(Labels) - Method in class liquibase.changelog.DatabaseChangeLog
-
- 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.statement.PrimaryKeyConstraint
-
- setInitiallyDeferred(boolean) - Method in class liquibase.structure.core.ForeignKey
-
- setInitiallyDeferred(boolean) - Method in class liquibase.structure.core.UniqueConstraint
-
- setInstance(ChangeLogHistoryServiceFactory) - Static method in class liquibase.changelog.ChangeLogHistoryServiceFactory
-
Set the instance used by this singleton.
- setInstance(DatabaseFactory) - Static method in class liquibase.database.DatabaseFactory
-
Set singleton instance.
- setInstance(LockServiceFactory) - Static method in class liquibase.lockservice.LockServiceFactory
-
Set the instance used by this singleton.
- setInstance(ChangeLogParserFactory) - Static method in class liquibase.parser.ChangeLogParserFactory
-
Set the instance used by this singleton.
- setInstance(SnapshotParserFactory) - Static method in class liquibase.parser.SnapshotParserFactory
-
Set the instance used by this singleton.
- setInternal(boolean) - Method in class liquibase.command.CommandDefinition
-
- setInternal(boolean) - Method in class liquibase.configuration.ConfigurationDefinition.Building
-
- setJdbcUrl(String) - Method in class liquibase.hub.model.Connection
-
- setJndiBase(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- setJoinString(String) - Method in class liquibase.change.core.MergeColumnChange
-
- setKey(String) - Method in class liquibase.hub.model.ApiKey
-
- setLabelFilter(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
- setLabelFilter(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- setLabelFilter(String) - Method in class liquibase.integration.spring.SpringLiquibase
-
- 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.hub.model.HubChange
-
- 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.jakarta.cdi.CDILiquibaseConfig
-
- 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
-
- setLast(Boolean) - Method in class liquibase.hub.model.ListResponse
-
- setLastReturnedValue(BigInteger) - Method in class liquibase.structure.core.Sequence
-
- setLimit(Integer) - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
-
- setLiquibase(Liquibase) - Method in class liquibase.command.core.DropAllCommand
-
Deprecated.
- setLiquibase(String) - Method in class liquibase.hub.model.HubChange
-
- setLiquibaseCatalogName(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setLiquibaseCatalogName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setLiquibaseCatalogName(String) - Method in class liquibase.database.core.MockDatabase
-
- setLiquibaseCatalogName(String) - Method in interface liquibase.database.Database
-
- setLiquibaseCatalogName(String) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setLiquibaseSchema(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- setLiquibaseSchema(String) - Method in class liquibase.integration.spring.SpringLiquibase
-
- setLiquibaseSchemaName(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setLiquibaseSchemaName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setLiquibaseSchemaName(String) - Method in class liquibase.database.core.MockDatabase
-
- setLiquibaseSchemaName(String) - Method in interface liquibase.database.Database
-
- setLiquibaseSchemaName(String) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setLiquibaseTablespace(String) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- setLiquibaseTablespace(String) - Method in class liquibase.integration.spring.SpringLiquibase
-
- setLiquibaseTablespaceName(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setLiquibaseTablespaceName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setLiquibaseTablespaceName(String) - Method in class liquibase.database.core.MockDatabase
-
- setLiquibaseTablespaceName(String) - Method in interface liquibase.database.Database
-
- setLiquibaseTablespaceName(String) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setLiquibaseVersion(String) - Method in class liquibase.changelog.RanChangeSet
-
- setLocal(String, Object, DatabaseChangeLog) - Method in class liquibase.changelog.ChangeLogParameters
-
Sets a local changelog parameter with no context/label/database filters on it.
- setLocal(String, Object, DatabaseChangeLog, ContextExpression, Labels, String...) - Method in class liquibase.changelog.ChangeLogParameters
-
Sets a changelog parameter local to the given changeLog file.
- setLogicalFilePath(String) - Method in class liquibase.changelog.ChangeSet
-
- setLogicalFilePath(String) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setLogLevel(LogService, Logger, Logger, Level) - Static method in class liquibase.integration.commandline.Main
-
Deprecated.
- setLogMessage(String) - Method in class liquibase.hub.model.OperationEvent.OperationEventLog
-
- setLogs(String) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setLogsTimestamp(Date) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setLongDescription(String) - Method in class liquibase.command.CommandDefinition
-
- setMaxDepth(int) - Method in class liquibase.changelog.ChangeLogIncludeAll
-
- setMaxDepth(int) - Method in class liquibase.resource.ResourceAccessor.SearchOptions
-
- 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
-
- setMd5sum(String) - Method in class liquibase.hub.model.HubChange
-
- setMessage(String) - Method in class liquibase.change.core.OutputChange
-
- setMessage(String) - Method in class liquibase.change.core.StopChange
-
- setMetadata(Map<String, Object>) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- setMinDepth(int) - Method in class liquibase.changelog.ChangeLogIncludeAll
-
- setMinDepth(int) - Method in class liquibase.resource.ResourceAccessor.SearchOptions
-
- 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
-
- setMissing(int) - Method in class liquibase.logging.mdc.customobjects.DiffResultsSummary
-
- 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.hub.model.Connection
-
- setName(String) - Method in class liquibase.hub.model.HubChangeLog
-
- setName(String) - Method in class liquibase.hub.model.Organization
-
- setName(String) - Method in class liquibase.hub.model.Project
-
- setName(String) - Method in class liquibase.integration.IntegrationDetails
-
- 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
-
Sets the name for the database object.
- 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
-
- setNotNullConstraintName(String) - Method in class liquibase.change.ConstraintsConfig
-
- 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
-
- SetNullableStatement(String, String, String, String, String, boolean, String, Boolean) - Constructor for class liquibase.statement.core.SetNullableStatement
-
- setObjectChangeFilter(ObjectChangeFilter) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setObjectChangeFilter(ObjectChangeFilter) - Method in class liquibase.diff.output.DiffOutputControl
-
- setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.database.core.MockDatabase
-
- setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in interface liquibase.database.Database
-
- setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.diff.output.DiffOutputControl
-
- setOfflineReason(String) - Method in class liquibase.hub.HubServiceFactory
-
- 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
-
- setOnError(PreconditionContainer.ErrorOption) - Method in class liquibase.precondition.core.PreconditionContainer
-
- setOnErrorMessage(String) - Method in class liquibase.precondition.core.PreconditionContainer
-
- setOnFail(String) - Method in class liquibase.precondition.core.PreconditionContainer
-
- setOnFail(PreconditionContainer.FailOption) - Method in class liquibase.precondition.core.PreconditionContainer
-
- setOnFailMessage(String) - Method in class liquibase.precondition.core.PreconditionContainer
-
- setOnlyUpdate(Boolean) - Method in class liquibase.change.core.LoadUpdateDataChange
-
- setOnlyUpdate(Boolean) - Method in class liquibase.statement.core.InsertOrUpdateStatement
-
- setOnSqlOutput(String) - Method in class liquibase.precondition.core.PreconditionContainer
-
- setOnSqlOutput(PreconditionContainer.OnSqlOutputOption) - Method in class liquibase.precondition.core.PreconditionContainer
-
- setOnUpdate(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setOnUpdate(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
-
- setOperation(Operation) - Method in class liquibase.hub.model.OperationChange
-
- setOperation(Operation) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setOperationEventLog(OperationEvent.OperationEventLog) - Method in class liquibase.hub.model.OperationEvent
-
- setOperationEventStatus(OperationEvent.OperationEventStatus) - Method in class liquibase.hub.model.OperationEvent
-
- setOperationEventStatusType(String) - Method in class liquibase.hub.model.OperationEvent.OperationEventStatus
-
- setOperationStatus(Operation.OperationStatus) - Method in class liquibase.hub.model.Operation
-
- setOperationStatusType(String) - Method in class liquibase.hub.model.Operation.OperationStatus
-
- setOperationStatusType(String) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setOrder(Integer) - Method in class liquibase.structure.core.Column
-
- 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
-
- setOrderExecuted(Integer) - Method in class liquibase.hub.model.HubChange
-
- setOrganization(Organization) - Method in class liquibase.hub.model.CoreInitOnboardingResponse
-
- setOrganization(UUID) - Method in class liquibase.hub.model.HubRegisterResponse
-
- setOrganizationId(String) - Method in class liquibase.hub.model.HubRegisterResponse
-
- setOs(String) - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- setOutput(OutputStream) - Method in class liquibase.command.CommandScope
-
Sets the output stream for this command.
- setOutputDefaultCatalog(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setOutputDefaultCatalog(boolean) - Method in class liquibase.database.core.MockDatabase
-
- setOutputDefaultCatalog(boolean) - Method in interface liquibase.database.Database
-
- setOutputDefaultCatalog(boolean) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setOutputDefaultSchema(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setOutputDefaultSchema(boolean) - Method in class liquibase.database.core.MockDatabase
-
- setOutputDefaultSchema(boolean) - Method in interface liquibase.database.Database
-
Whether the default schema should be included in generated SQL
- setOutputDefaultSchema(boolean) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setOutputDirectory(FileResource) - Method in class liquibase.integration.ant.DBDocTask
-
- setOutputEncoding(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setOutputEncoding(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
- 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.DiffDatabaseTask
-
- setOutputFile(FileResource) - Method in class liquibase.integration.ant.type.ChangeLogOutputFile
-
- setOutputLineSeparator(String) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setOutputSchemaAs(String) - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
-
- setOutputStackTraces(boolean) - Method in class liquibase.ui.ConsoleUIService
-
Set to true to output stacktraces.
- setOutputStream(PrintStream) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setOutputStream(PrintStream) - Method in class liquibase.command.core.DiffToChangeLogCommand
-
Deprecated.
- setOutputStream(PrintStream) - Method in class liquibase.command.core.HistoryCommand
-
Deprecated.
- setOutputStream(PrintStream) - Static method in class liquibase.integration.commandline.Main
-
Deprecated.
Sets the default outputstream to use.
- setOutputStream(PrintStream) - Method in class liquibase.ui.ConsoleUIService
-
- setParam(String, String) - Method in class liquibase.change.custom.CustomChangeWrapper
-
- setParam(String, String) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- setParameter(String, String) - Method in class liquibase.integration.IntegrationDetails
-
- setParameters(Map<String, String>) - Method in class liquibase.hub.model.Operation
-
- setParameters(Map<String, String>) - Method in class liquibase.integration.cdi.CDILiquibaseConfig
-
- setParameters(Map<String, String>) - Method in class liquibase.integration.IntegrationDetails
-
- setParameters(Map<String, String>) - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
-
- setParameters(Map<String, String>) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- setParent(Logger) - Method in class liquibase.logging.core.JavaLogService
-
Explicitly control the parent logger for all
Logger
instances created.
- setParentChangeLog(DatabaseChangeLog) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setPassword(String) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setPath(String) - Method in class liquibase.change.core.CreateProcedureChange
-
- setPath(String) - Method in class liquibase.change.core.CreateViewChange
-
- 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
-
- setPath(String) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- setPhysicalFilePath(String) - Method in class liquibase.changelog.DatabaseChangeLog
-
- 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
-
- setProcessCommentsSafely(LoaderOptions, boolean) - Static method in class liquibase.util.SnakeYamlUtil
-
Safely set configuration to process comments when configuring a new SnakeYaml instance.
- setProductName(String) - Method in class liquibase.database.OfflineConnection
-
- setProductNameDiff(StringDiff) - Method in class liquibase.diff.DiffResult
-
- setProductVersion(String) - Method in class liquibase.database.OfflineConnection
-
- setProductVersionDiff(StringDiff) - Method in class liquibase.diff.DiffResult
-
- setProject(Project) - Method in class liquibase.hub.model.Connection
-
- setProject(Project) - Method in class liquibase.hub.model.HubChangeLog
-
- setProject(UUID) - Method in class liquibase.hub.model.HubRegisterResponse
-
- setProject(Project) - Method in class liquibase.hub.model.OperationChange
-
- setProject(Project) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setProjectId(String) - Method in class liquibase.hub.model.HubRegisterResponse
-
- 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
-
Tries to guess the "real" data type of propertyValue by the given propertyName, then sets the
selected property of the given object to that value.
- setProperty(Object, String, Object) - Static method in class liquibase.util.ObjectUtil
-
Sets the selected property of the given object to propertyValue.
- 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
-
- setRanChangeSets(Connection, List<RanChangeSet>) - Method in class liquibase.hub.core.MockHubService
-
- setRanChangeSets(Connection, List<RanChangeSet>) - Method in class liquibase.hub.core.StandardHubService
-
- setRanChangeSets(Connection, List<RanChangeSet>) - Method in interface liquibase.hub.HubService
-
- setReadOnly(boolean) - Method in class liquibase.database.jvm.JdbcConnection
-
- setRecursive(boolean) - Method in class liquibase.resource.ResourceAccessor.SearchOptions
-
- setReferenceDatabase(Database) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setReferenceDatabaseRef(Reference) - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
-
- setReferencedColumnNames(String) - Method in class liquibase.change.ConstraintsConfig
-
- setReferencedColumnNames(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setReferencedTableCatalogName(String) - Method in class liquibase.change.ConstraintsConfig
-
- setReferencedTableCatalogName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setReferencedTableCatalogName(String) - Method in class liquibase.statement.ForeignKeyConstraint
-
- setReferencedTableName(String) - Method in class liquibase.change.ConstraintsConfig
-
- setReferencedTableName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setReferencedTableSchemaName(String) - Method in class liquibase.change.ConstraintsConfig
-
- setReferencedTableSchemaName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setReferencedTableSchemaName(String) - Method in class liquibase.statement.ForeignKeyConstraint
-
- setReferences(String) - Method in class liquibase.change.ConstraintsConfig
-
- setReferenceSnapshotControl(SnapshotControl) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setReferencesUniqueColumn(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setRefid(Reference) - Method in class liquibase.integration.ant.type.ChangeLogParametersType
-
- setRefid(Reference) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setRelation(Relation) - Method in class liquibase.structure.core.Column
-
- setRelation(Relation) - Method in class liquibase.structure.core.Index
-
- setRelation(Relation) - Method in class liquibase.structure.core.UniqueConstraint
-
- setRelativeToChangelogFile(Boolean) - Method in class liquibase.change.core.CreateProcedureChange
-
- setRelativeToChangelogFile(Boolean) - Method in class liquibase.change.core.CreateViewChange
-
- 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
-
- setRelativeToChangelogFile(Boolean) - Method in class liquibase.changelog.ChangeLogProperty
-
- setRelativeToChangelogFile(Boolean) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- setRemarks(String) - Method in class liquibase.change.ColumnConfig
-
- setRemarks(String) - Method in class liquibase.change.core.CreateTableChange
-
- setRemarks(String) - Method in class liquibase.change.core.CreateViewChange
-
- 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
-
- setRemoveDate(Date) - Method in class liquibase.hub.model.Connection
-
- setRemoveDate(Date) - Method in class liquibase.hub.model.Operation
-
- 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
-
- setRerunnable(Boolean) - Method in class liquibase.change.core.RawSQLChange
-
- setResourceAccessor(ResourceAccessor) - Method in class liquibase.change.AbstractChange
-
- setResourceAccessor(ResourceAccessor) - Method in interface liquibase.change.Change
-
- setResourceAccessor(ResourceAccessor) - Method in interface liquibase.database.LiquibaseExtDriver
-
- setResourceAccessor(ResourceAccessor) - Method in class liquibase.executor.AbstractExecutor
-
Set a ResourceAccessor on this Executor to be used in file access
- setResourceAccessor(ResourceAccessor) - Method in interface liquibase.executor.Executor
-
Set a ResourceAccessor on this Executor to be used in file access
- 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
-
- setRespectSchemaAndCatalogCase(boolean) - Method in class liquibase.diff.output.changelog.AbstractChangeGenerator
-
- setRespectSchemaAndCatalogCase(boolean) - Method in class liquibase.diff.output.DiffOutputControl
-
- setRollbackCount(Integer) - Method in class liquibase.integration.ant.DatabaseRollbackTask
-
- setRollbackDate(String) - Method in class liquibase.integration.ant.DatabaseRollbackTask
-
- 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
-
- setRollbackScriptContents(String) - Method in class liquibase.hub.listener.HubChangeExecListener
-
- setRollbackTag(String) - Method in class liquibase.integration.ant.DatabaseRollbackTask
-
- setRootChangeLog(DatabaseChangeLog) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setRun(int) - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
-
- setRunOrder(String) - Method in class liquibase.changelog.ChangeSet
-
- setRunPreviously(int) - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
-
- setRuntimeEnvironment(RuntimeEnvironment) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setRunWith(String) - Method in class liquibase.changelog.ChangeSet
-
- setRunWithSpoolFile(String) - Method in class liquibase.changelog.ChangeSet
-
- setSavepoint() - Method in class liquibase.database.jvm.JdbcConnection
-
- setSavepoint(String) - Method in class liquibase.database.jvm.JdbcConnection
-
- setSchema(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
-
- setSchemaComparisons(CompareControl.SchemaComparison[]) - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
-
- setSchemaComparisons(CompareControl.SchemaComparison[]) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- setSchemaName(String) - Method in class liquibase.change.AbstractTableChange
-
- 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.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.UniqueConstraintExistsPrecondition
-
- setSchemaName(String) - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- setSchemaName(String) - Method in class liquibase.statement.core.CreateTableStatement
-
- setSchemaName(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
-
- setSchemaName(String) - Method in class liquibase.statement.core.RenameColumnStatement
-
- setSchemaName(String) - Method in class liquibase.statement.DatabaseFunction
-
- setSchemas(CatalogAndSchema[]) - Method in class liquibase.command.core.DropAllCommand
-
Deprecated.
- setSchemas(String...) - Method in class liquibase.command.core.DropAllCommand
-
Deprecated.
- setSchemas(CatalogAndSchema...) - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- setSchemas(String...) - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- setSchemas(String) - Method in class liquibase.integration.ant.DropAllTask
-
- setSchemas(List<String>) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- setScopeManager(ScopeManager) - Static method in class liquibase.Scope
-
- setScratchData(String, Object) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- setSearchPath(String) - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
- 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
-
- setSequenceSchemaName(String) - Method in class liquibase.statement.SequenceCurrentValueFunction
-
- setSequenceSchemaName(String) - Method in class liquibase.statement.SequenceNextValueFunction
-
- setSerializableFieldValue(String, Object) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
-
- setSerializerFormat(String) - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- setShortDescription(String) - Method in class liquibase.command.CommandDefinition
-
- setShortUrl(String) - Method in class liquibase.hub.model.HubLink
-
- setShouldFilterLogMessages(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
- setShouldRun(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setShouldRun(boolean) - Method in class liquibase.integration.cdi.CDILiquibaseConfig
-
- setShouldRun(boolean) - Method in class liquibase.integration.jakarta.cdi.CDILiquibaseConfig
-
- setShouldRun(boolean) - Method in class liquibase.integration.spring.MultiTenantSpringLiquibase
-
- setShouldRun(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
-
- setShouldSnapshotData(boolean) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setShouldValidate(boolean) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- setShouldValidate(boolean) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
- setShouldValidate(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- setShouldValidate(boolean) - Method in class liquibase.structure.core.ForeignKey
-
- setShouldValidate(boolean) - Method in class liquibase.structure.core.PrimaryKey
-
- setShouldValidate(boolean) - Method in class liquibase.structure.core.UniqueConstraint
-
- setShouldWarnOnMismatchedXsdVersion(boolean) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
-
When set to true, a warning will be printed to the console if the XSD version used does not match the version
of Liquibase.
- setShouldWarnOnMismatchedXsdVersion(boolean) - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
-
When set to true, a warning will be printed to the console if the XSD version used does not match the version
of Liquibase.
- setShutdownEmbeddedDerby(boolean) - Method in class liquibase.database.core.DerbyDatabase
-
- setSize(Integer) - Method in class liquibase.hub.model.ListResponse
-
- setSkipped(SortedMap<String, Integer>) - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
-
- setSnapshot(DatabaseSnapshot) - Method in class liquibase.database.OfflineConnection
-
For debugging purposes: sets a DatabaseSnapshot object for this connection.
- setSnapshotId(String) - Method in class liquibase.structure.AbstractDatabaseObject
-
- setSnapshotId(String) - Method in interface liquibase.structure.DatabaseObject
-
- setSnapshotListener(SnapshotListener) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setSnapshotListener(SnapshotListener) - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- setSnapshotListener(SnapshotListener) - Method in class liquibase.snapshot.SnapshotControl
-
- setSnapshotMetadata(Map<String, Object>) - Method in class liquibase.command.core.InternalSnapshotCommandStep
-
- setSnapshotMetadata(Map<String, Object>) - Method in class liquibase.command.core.SnapshotCommandStep
-
- setSnapshotTypes(String...) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setSnapshotTypes(Class<? extends DatabaseObject>...) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setSplitStatements(Boolean) - Method in class liquibase.change.AbstractSQLChange
-
Set whether SQL should be split into multiple statements.
- setSplitStatements(Boolean) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- setSql(String) - Method in class liquibase.change.AbstractSQLChange
-
Set the raw SQL managed by this Change.
- setSql(String) - Method in class liquibase.change.core.SQLFileChange
-
- setSql(String) - Method in class liquibase.command.core.ExecuteSqlCommand
-
Deprecated.
- setSql(String) - Method in class liquibase.precondition.core.SqlPrecondition
-
- setSqlFile(String) - Method in class liquibase.command.core.ExecuteSqlCommand
-
Deprecated.
- setStandardLogLevel(Level) - Method in class liquibase.ui.LoggerUIService
-
- setStartDate(Date) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setStartDate(Date) - Method in class liquibase.hub.model.OperationEvent
-
- 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
-
- setStatus(String) - Method in class liquibase.hub.model.HubChangeLog
-
- setStatusMessage(String) - Method in class liquibase.hub.model.Operation.OperationStatus
-
- setStatusMessage(String) - Method in class liquibase.hub.model.OperationChangeEvent
-
- setStatusMessage(String) - Method in class liquibase.hub.model.OperationEvent.OperationEventStatus
-
- setStoredCheckSum(CheckSum) - Method in class liquibase.changelog.ChangeSet
-
Sets storedCheckSum in ValidatingVisitor in case when changeset was executed
- setStoredCheckSum(CheckSum) - Method in class liquibase.changelog.ChangeSetStatus
-
- setStoredFilePath(String) - Method in class liquibase.changelog.ChangeSet
-
- setStrategy(String) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
-
- setStripComments(Boolean) - Method in class liquibase.change.AbstractSQLChange
-
Return true if comments should be stripped from the SQL before passing it to the database.
- setStripComments(Boolean) - Method in class liquibase.logging.mdc.customobjects.RollbackSqlFile
-
- setSupersededBy(CommandArgumentDefinition<?>) - Method in class liquibase.command.CommandArgumentDefinition
-
- setSupportsCatalogs(boolean) - Method in class liquibase.database.core.MockDatabase
-
- setSupportsSchemas(boolean) - Method in class liquibase.database.core.MockDatabase
-
- setSupportsSequences(boolean) - Method in class liquibase.database.core.MockDatabase
-
- setTable(Table) - Method in class liquibase.structure.core.Data
-
- setTable(Relation) - Method in class liquibase.structure.core.Index
-
- setTable(Table) - Method in class liquibase.structure.core.PrimaryKey
-
Sets the Table object this PrimaryKey belongs to.
- setTable(Table) - Method in class liquibase.structure.core.UniqueConstraint
-
- setTableName(String) - Method in class liquibase.change.AbstractTableChange
-
- 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.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.precondition.core.UniqueConstraintExistsPrecondition
-
- setTableName(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
-
- setTableName(String) - Method in class liquibase.statement.core.RenameColumnStatement
-
- SetTableRemarksChange - Class in liquibase.change.core
-
- SetTableRemarksChange() - Constructor for class liquibase.change.core.SetTableRemarksChange
-
- SetTableRemarksGenerator - Class in liquibase.sqlgenerator.core
-
- SetTableRemarksGenerator() - Constructor for class liquibase.sqlgenerator.core.SetTableRemarksGenerator
-
- SetTableRemarksGeneratorSnowflake - Class in liquibase.sqlgenerator.core
-
- SetTableRemarksGeneratorSnowflake() - Constructor for class liquibase.sqlgenerator.core.SetTableRemarksGeneratorSnowflake
-
- SetTableRemarksStatement - Class in liquibase.statement.core
-
- SetTableRemarksStatement(String, String, String, String) - Constructor for class liquibase.statement.core.SetTableRemarksStatement
-
- setTablespace(String) - Method in class liquibase.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
-
- setTablespace(String) - Method in class liquibase.structure.core.Table
-
- setTableType(String) - Method in class liquibase.change.core.CreateTableChange
-
- setTableType(String) - Method in class liquibase.statement.core.CreateTableStatement
-
- setTabSize(int) - Method in class liquibase.util.grammar.SimpleCharStream
-
- setTag(String) - Method in class liquibase.change.core.TagDatabaseChange
-
- setTag(String) - Method in class liquibase.changelog.RanChangeSet
-
- setTag(String) - Method in class liquibase.command.core.ChangelogSyncCommandStep
-
Tag value can be set by subclasses that implements "SyncToTag"
- setTag(String) - Method in class liquibase.hub.model.HubChange
-
- 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.core.DiffCommand
-
Deprecated.
- setTargetSnapshotControl(SnapshotControl) - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- setTestRollbackOnUpdate(boolean) - Method in class liquibase.integration.spring.SpringLiquibase
-
If testRollbackOnUpdate is set to true a rollback will be tested at update time.
- setTimeout(String) - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- setTimestamp(String) - Method in exception liquibase.exception.LiquibaseException
-
- setTimestampLog(Date) - Method in class liquibase.hub.model.OperationEvent.OperationEventLog
-
- setToTag(String) - Method in class liquibase.integration.ant.ChangeLogSyncTask
-
- setToTag(String) - Method in class liquibase.integration.ant.ChangeLogSyncToTagTask
-
- setToTag(String) - Method in class liquibase.integration.ant.DatabaseUpdateTask
-
- setTotalChangesets(int) - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
-
- setTotalElements(Integer) - Method in class liquibase.hub.model.ListResponse
-
- setTotalPages(Integer) - Method in class liquibase.hub.model.ListResponse
-
- setTransactionIsolation(int) - Method in class liquibase.database.jvm.JdbcConnection
-
- setTruncate(boolean) - Method in class liquibase.resource.OpenOptions
-
- setType(String) - Method in class liquibase.change.ColumnConfig
-
- setType(LoadDataChange.LOAD_DATA_TYPE) - Method in class liquibase.change.core.LoadDataColumnConfig
-
- 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
-
- 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
-
- setUnexpected(int) - Method in class liquibase.logging.mdc.customobjects.DiffResultsSummary
-
- 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(TestSetupEnvironment) - Method in class liquibase.extension.testing.setup.SetupConfigurationValueProvider
-
- setup(TestSetupEnvironment) - Method in class liquibase.extension.testing.setup.TestSetup
-
- setup() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
Sets up any needed catalogs/schemas/usernames/etc.
- setupBindInfoPackage() - Method in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
- SetupConfigurationValueProvider - Class in liquibase.extension.testing.setup
-
Setup class allowing registration of custom configuration value providers, and also providing automatic cleanup.
- SetupConfigurationValueProvider(Closure<ConfigurationValueProvider>) - Constructor for class liquibase.extension.testing.setup.SetupConfigurationValueProvider
-
Create a new configuration value provider.
- setUpdateDate(Date) - Method in class liquibase.hub.model.Connection
-
- 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.hub.model.HubLink
-
- setUrl(String) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setUsePreparedStatements(Boolean) - Method in class liquibase.change.core.LoadDataChange
-
- setUser(String) - Method in class liquibase.integration.ant.type.DatabaseType
-
- setUsername(String) - Method in class liquibase.hub.model.HubUser
-
- setUsername(String) - Method in class liquibase.precondition.core.RunningAsPrecondition
-
- setValid(Boolean) - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- setValidate(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setValidate(Boolean) - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- setValidate(Boolean) - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- setValidate(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- setValidate(boolean) - Method in class liquibase.statement.core.SetNullableStatement
-
- setValidateForeignKey(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the validateForeignKey field based on the passed string.
- setValidateForeignKey(Boolean) - Method in class liquibase.change.ConstraintsConfig
-
- setValidateForeignKey(boolean) - Method in class liquibase.statement.ForeignKeyConstraint
-
- setValidateNullable(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the validateNullable field based on the passed string.
- setValidateNullable(Boolean) - Method in class liquibase.change.ConstraintsConfig
-
- setValidateNullable(boolean) - Method in class liquibase.statement.NotNullConstraint
-
- setValidateNullable(Boolean) - Method in class liquibase.structure.core.Column
-
- setValidatePrimaryKey(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the validatePrimaryKey field based on the passed string.
- setValidatePrimaryKey(Boolean) - Method in class liquibase.change.ConstraintsConfig
-
- setValidatePrimaryKey(boolean) - Method in class liquibase.statement.PrimaryKeyConstraint
-
- setValidateUnique(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the validateUnique field based on the passed string.
- setValidateUnique(Boolean) - Method in class liquibase.change.ConstraintsConfig
-
- setValidateUnique(boolean) - Method in class liquibase.statement.UniqueConstraint
-
- 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
-
Deprecated.
- setValue(String, Object) - Method in class liquibase.configuration.AbstractConfigurationContainer
-
Deprecated.
- setValue(String, Object) - Method in interface liquibase.configuration.ConfigurationContainer
-
Deprecated.
- setValue(Object) - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- setValue(String, Object) - Method in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- setValue(String) - Method in class liquibase.logging.mdc.customobjects.UpdateSummary
-
- 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(String) - Method in class liquibase.change.ColumnConfig
-
Set the valueBoolean based on a given string.
- setValueBoolean(Boolean) - Method in class liquibase.change.ColumnConfig
-
- setValueClobFile(String) - Method in class liquibase.change.ColumnConfig
-
- setValueComputed(DatabaseFunction) - Method in class liquibase.change.ColumnConfig
-
- setValueDate(String) - Method in class liquibase.change.ColumnConfig
-
Set the date this column should be set to.
- setValueDate(Date) - Method in class liquibase.change.ColumnConfig
-
- setValueHandler(ConfigurationValueConverter<DataType>) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
- setValueHandler(ConfigurationValueConverter<DataType>) - Method in class liquibase.configuration.ConfigurationDefinition.Building
-
- setValueHandler(ConfigurationValueHandler) - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- setValueNumeric(Number) - Method in class liquibase.change.ColumnConfig
-
- setValueNumeric(String) - Method in class liquibase.change.ColumnConfig
-
Set the number this column should be set to.
- setValueObfuscator(ConfigurationValueObfuscator<DataType>) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
- setValueObfuscator(ConfigurationValueObfuscator<DataType>) - Method in class liquibase.configuration.ConfigurationDefinition.Building
-
- setValueSequenceCurrent(SequenceCurrentValueFunction) - Method in class liquibase.change.ColumnConfig
-
- setValueSequenceNext(SequenceNextValueFunction) - Method in class liquibase.change.ColumnConfig
-
- 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
-
- SetViewRemarksGenerator - Class in liquibase.sqlgenerator.core
-
- SetViewRemarksGenerator() - Constructor for class liquibase.sqlgenerator.core.SetViewRemarksGenerator
-
- SetViewRemarksStatement - Class in liquibase.statement.core
-
- SetViewRemarksStatement(String, String, String, String) - Constructor for class liquibase.statement.core.SetViewRemarksStatement
-
- setWarnIfObjectNotFound(boolean) - Method in class liquibase.snapshot.SnapshotControl
-
Configures the code to log a LogLevel.WARNING message if the object to be snapshotted could not be found.
- setWhere(String) - Method in class liquibase.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.structure.core.Sequence
-
- setWillRun(boolean) - Method in class liquibase.changelog.ChangeSetStatus
-
- setWith(String) - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
-
- setWith(String) - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
-
- severe(String) - Method in class liquibase.logging.core.AbstractLogger
-
- severe(String, Throwable) - Method in class liquibase.logging.core.AbstractLogger
-
- severe(String) - Method in interface liquibase.logging.Logger
-
Log that a severe error that occurred.
- severe(String, Throwable) - Method in interface liquibase.logging.Logger
-
Log an error together with data from an error/exception.
- SHORT_IDENTIFIERS_LENGTH - Variable in class liquibase.database.core.OracleDatabase
-
- shortenLink(String) - Method in class liquibase.hub.core.MockHubService
-
- shortenLink(String) - Method in class liquibase.hub.core.StandardHubService
-
- shortenLink(String) - Method in interface liquibase.hub.HubService
-
Request to shorten a URL to create a more user-friendly link to the user
- SHOULD_EXECUTE - Static variable in interface liquibase.change.Change
-
- SHOULD_RUN - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- SHOULD_RUN - Static variable in class liquibase.integration.commandline.LiquibaseCommandLineConfiguration
-
- SHOULD_SNAPSHOT_DATA - Static variable in class liquibase.configuration.GlobalConfiguration
-
Deprecated.
- SHOULD_SNAPSHOT_DATA - Static variable in class liquibase.GlobalConfiguration
-
- shouldAddPrimarykeyToConstraints(DatabaseObject, DiffOutputControl, Database, Database) - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
-
- shouldAddTo(Class<? extends DatabaseObject>, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
- shouldAllowEmptyInput() - Method in interface liquibase.ui.InputHandler
-
Determine whether an empty input should be permitted.
- shouldAlwaysRun() - Method in class liquibase.changelog.ChangeSet
-
- shouldAutoLoad(ParsedNode) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- shouldAutoLoad(ParsedNode) - Method in class liquibase.serializer.AbstractLiquibaseSerializable
-
- shouldBulkSelect(String, ResultSetCache) - Method in class liquibase.snapshot.ResultSetCache.ResultSetExtractor
-
- shouldBulkSelect(String, ResultSetCacheSnowflake) - Method in class liquibase.snapshot.ResultSetCacheSnowflake.SingleResultSetExtractor
-
- shouldExecuteChange(Database) - Method in class liquibase.change.AbstractChange
-
Return if this change should execute
- shouldExpandNestedObject(Object, DatabaseObject) - Method in class liquibase.serializer.core.string.StringSnapshotSerializerReadable
-
- shouldInclude(Class<? extends DatabaseObject>) - Method in class liquibase.snapshot.SnapshotControl
-
Queries the currently registered list of types to be included and returns true if the given type is in that list
- shouldInclude(T) - Method in class liquibase.snapshot.SnapshotControl
-
- shouldIncludeCatalogInSpecification() - Method in class liquibase.structure.AbstractDatabaseObject
-
Convenience method to check if the object types should consider catalog name
also during comparison (equals(), hashcode() and compareTo())
- shouldOutput(DatabaseObject, Database) - Method in class liquibase.diff.output.DiffOutputControl
-
- shouldRespectSchemaAndCatalogCase() - Method in class liquibase.diff.output.DiffOutputControl
-
- shouldRun(String, String) - Method in class liquibase.extension.testing.TestFilter
-
- 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
-
- shouldTest() - Method in class liquibase.extension.testing.testsystem.TestSystem
-
- shouldValidate() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
In Oracle PL/SQL, the VALIDATE keyword defines whether a foreign key constraint on a column in a table
should be checked if it refers to a valid row or not.
- shouldValidate() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
The VALIDATE keyword defines whether a primary key constraint on a column in a table
should be checked if it refers to a valid row or not.
- shouldValidate() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
In Oracle PL/SQL, the VALIDATE keyword defines whether a newly added unique constraint on a
column in a table should cause existing rows to be checked to see if they satisfy the
uniqueness constraint or not.
- shouldValidate() - Method in class liquibase.structure.core.ForeignKey
-
In Oracle PL/SQL, the VALIDATE keyword defines whether a foreign key constraint on a column in a table
should be checked if it refers to a valid row or not.
- shouldValidate() - Method in class liquibase.structure.core.UniqueConstraint
-
In Oracle PL/SQL, the VALIDATE keyword defines whether a newly added unique constraint on a
column in a table should cause existing rows to be checked to see if they satisfy the
uniqueness constraint or not.
- shouldValidateForeignKey() - Method in class liquibase.statement.ForeignKeyConstraint
-
- shouldValidateNullable() - Method in class liquibase.statement.core.AddColumnStatement
-
- shouldValidateNullable() - Method in class liquibase.statement.NotNullConstraint
-
- shouldValidatePrimaryKey() - Method in class liquibase.statement.core.AddColumnStatement
-
- shouldValidatePrimaryKey() - Method in class liquibase.statement.PrimaryKeyConstraint
-
- shouldValidateUnique() - Method in class liquibase.statement.core.AddColumnStatement
-
- shouldValidateUnique() - Method in class liquibase.statement.UniqueConstraint
-
- SHOW_AT_LOG_LEVEL - Static variable in class liquibase.sql.SqlConfiguration
-
- SHOW_BANNER - Static variable in class liquibase.GlobalConfiguration
-
- SHOW_SUMMARY - Static variable in class liquibase.command.core.helpers.ShowSummaryArgument
-
- showBanner - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Show the liquibase banner in output.
- showSummary - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- ShowSummaryArgument - Class in liquibase.command.core.helpers
-
This class encapsulates the argument "show-summary", which applies to the update family of commands.
- ShowSummaryArgument() - Constructor for class liquibase.command.core.helpers.ShowSummaryArgument
-
- ShowSummaryUtil - Class in liquibase.util
-
Methods to show a summary of change set counts after an update
- ShowSummaryUtil() - Constructor for class liquibase.util.ShowSummaryUtil
-
- showUpdateSummary(DatabaseChangeLog, UpdateSummaryEnum, StatusVisitor, OutputStream) - Static method in class liquibase.util.ShowSummaryUtil
-
Show a summary of the changesets which were executed
- shutdownDerby(String, String) - Method in class liquibase.database.core.DerbyDatabase
-
- SimpleCharStream - Class in liquibase.util.grammar
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class liquibase.util.grammar.SimpleCharStream
-
Constructor.
- SimpleSqlGrammar - Class in liquibase.util.grammar
-
An Simple SQL Grammar.
- SimpleSqlGrammar(InputStream) - Constructor for class liquibase.util.grammar.SimpleSqlGrammar
-
Constructor with InputStream.
- SimpleSqlGrammar(InputStream, String) - Constructor for class liquibase.util.grammar.SimpleSqlGrammar
-
Constructor with InputStream and supplied encoding
- SimpleSqlGrammar(Reader) - Constructor for class liquibase.util.grammar.SimpleSqlGrammar
-
Constructor.
- SimpleSqlGrammar(SimpleSqlGrammarTokenManager) - Constructor for class liquibase.util.grammar.SimpleSqlGrammar
-
Constructor with generated Token Manager.
- SimpleSqlGrammarConstants - Interface in liquibase.util.grammar
-
Token literal values and constants.
- SimpleSqlGrammarTokenManager - Class in liquibase.util.grammar
-
Token Manager.
- SimpleSqlGrammarTokenManager(SimpleCharStream) - Constructor for class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Constructor.
- SimpleSqlGrammarTokenManager(SimpleCharStream, int) - Constructor for class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Constructor.
- SingleLineComment - Class in liquibase.sql
-
- SingleLineComment(String, String) - Constructor for class liquibase.sql.SingleLineComment
-
- SingleResultSetExtractor(Database) - Constructor for class liquibase.snapshot.ResultSetCache.SingleResultSetExtractor
-
- SingleResultSetExtractor(Database) - Constructor for class liquibase.snapshot.ResultSetCacheSnowflake.SingleResultSetExtractor
-
- SingletonObject - Interface in liquibase
-
- SingletonScopeManager - Class in liquibase
-
- SingletonScopeManager() - Constructor for class liquibase.SingletonScopeManager
-
- size() - Method in class liquibase.resource.InputStreamList
-
- size() - Method in class liquibase.util.SmartMap
-
- skip - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to skip running Liquibase.
- SKIP_DATABASE_STEP_ARG - Static variable in class liquibase.command.core.helpers.DbUrlConnectionCommandStep
-
Deprecated.
- 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
-
- SmartMap - Class in liquibase.util
-
- SmartMap() - Constructor for class liquibase.util.SmartMap
-
- SnakeYamlUtil - Class in liquibase.util
-
This class provides methods that are necessary because older (< 1.32) versions of SnakeYaml do not have
those methods.
- snapshot - Variable in class liquibase.command.core.SnapshotCommand.SnapshotCommandResult
-
Deprecated.
- snapshot(DatabaseObject, DatabaseSnapshot, SnapshotGeneratorChain) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
- snapshot(T, DatabaseSnapshot, SnapshotGeneratorChain) - Method in interface liquibase.snapshot.SnapshotGenerator
-
Commands the SnapshotGenerator to create a snapshot (a representation of a database object in Java object form)
of a specific database object.
- snapshot(T, DatabaseSnapshot) - Method in class liquibase.snapshot.SnapshotGeneratorChain
-
- SNAPSHOT_CONTROL_ARG - Static variable in class liquibase.command.core.SnapshotCommandStep
-
- SNAPSHOT_FORMAT_ARG - Static variable in class liquibase.command.core.SnapshotCommandStep
-
- SNAPSHOT_FORMAT_ARG - Static variable in class liquibase.command.core.SnapshotReferenceCommandStep
-
- SNAPSHOT_LISTENER_ARG - Static variable in class liquibase.command.core.DiffCommandStep
-
- SNAPSHOT_LISTENER_ARG - Static variable in class liquibase.command.core.InternalSnapshotCommandStep
-
- SNAPSHOT_TYPES_ARG - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
-
- SNAPSHOT_TYPES_RESULT - Static variable in class liquibase.command.core.helpers.PreCompareCommandStep
-
- snapshotByDefault() - Method in class liquibase.structure.AbstractDatabaseObject
-
- snapshotByDefault() - Method in class liquibase.structure.core.Data
-
- snapshotByDefault() - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- snapshotByDefault() - Method in interface liquibase.structure.DatabaseObject
-
- SnapshotCommand - Class in liquibase.command.core
-
- SnapshotCommand() - Constructor for class liquibase.command.core.SnapshotCommand
-
Deprecated.
- SnapshotCommand.SnapshotCommandResult - Class in liquibase.command.core
-
Deprecated.
- SnapshotCommandResult() - Constructor for class liquibase.command.core.SnapshotCommand.SnapshotCommandResult
-
Deprecated.
- SnapshotCommandResult(DatabaseSnapshot) - Constructor for class liquibase.command.core.SnapshotCommand.SnapshotCommandResult
-
Deprecated.
- SnapshotCommandStep - Class in liquibase.command.core
-
- SnapshotCommandStep() - Constructor for class liquibase.command.core.SnapshotCommandStep
-
- SnapshotControl - Class in liquibase.snapshot
-
Allows the class user to influence various aspects of the database object snapshot generation, e.g.
- SnapshotControl(Database) - Constructor for class liquibase.snapshot.SnapshotControl
-
Create a SnapshotControl for a given database and mark the database's standard types for inclusion.
- SnapshotControl(Database, Class<? extends DatabaseObject>...) - Constructor for class liquibase.snapshot.SnapshotControl
-
Create a Snapshot control for a given database, but explicitly set the object types to be included in snapshots.
- SnapshotControl(Database, boolean, Class<? extends DatabaseObject>...) - Constructor for class liquibase.snapshot.SnapshotControl
-
- SnapshotControl(Database, String) - Constructor for class liquibase.snapshot.SnapshotControl
-
Create a Snapshot control for a given database, but explicitly set the object types to be included in snapshots.
- SnapshotControl(Database, ObjectChangeFilter, Class<? extends DatabaseObject>...) - Constructor for class liquibase.snapshot.SnapshotControl
-
- snapshotFormat - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- SnapshotGenerator - Interface in liquibase.snapshot
-
- SnapshotGeneratorChain - Class in liquibase.snapshot
-
- SnapshotGeneratorChain(SortedSet<SnapshotGenerator>) - Constructor for class liquibase.snapshot.SnapshotGeneratorChain
-
- SnapshotGeneratorFactory - Class in liquibase.snapshot
-
- SnapshotGeneratorFactory() - Constructor for class liquibase.snapshot.SnapshotGeneratorFactory
-
- SnapshotIdService - Class in liquibase.snapshot
-
- SnapshotLiquibaseRepresenter(DumperOptions) - Constructor for class liquibase.serializer.core.yaml.YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
-
- SnapshotListener - Interface in liquibase.snapshot
-
Listener interface to be called during the snapshot process.
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.CatalogSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ColumnSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.DataSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.IndexSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.PrimaryKeySnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.SchemaSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.SequenceSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.TableSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
- snapshotObject(DatabaseObject, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.ViewSnapshotGenerator
-
- SnapshotParser - Interface in liquibase.parser
-
- SnapshotParserFactory - Class in liquibase.parser
-
- SnapshotReferenceCommandStep - Class in liquibase.command.core
-
- SnapshotReferenceCommandStep() - Constructor for class liquibase.command.core.SnapshotReferenceCommandStep
-
- SnapshotSerializer - Interface in liquibase.serializer
-
- SnapshotSerializerFactory - Class in liquibase.serializer
-
- SnowflakeDatabase - Class in liquibase.database.core
-
- SnowflakeDatabase() - Constructor for class liquibase.database.core.SnowflakeDatabase
-
- SnowflakeJdbcExecutor - Class in liquibase.executor.jvm
-
- SnowflakeJdbcExecutor() - Constructor for class liquibase.executor.jvm.SnowflakeJdbcExecutor
-
- SnowflakeResultSetConstraintsExtractor - Class in liquibase.snapshot.jvm
-
- SnowflakeResultSetConstraintsExtractor(DatabaseSnapshot, String, String, String) - Constructor for class liquibase.snapshot.jvm.SnowflakeResultSetConstraintsExtractor
-
- SPECIAL_CHARS - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- specialToken - Variable in class liquibase.util.grammar.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- splitAndTrim(String, String) - Static method in class liquibase.util.StringUtil
-
- splitCamelCase(String) - Static method in class liquibase.util.StringUtil
-
Splits a camel-case string into words based on the came casing.
- spliterator() - Method in class liquibase.resource.InputStreamList
-
- splitSQL(String, String) - Static method in class liquibase.util.StringUtil
-
Splits a candidate multi-line SQL statement along ;'s and "go"'s.
- SpringLiquibase - Class in liquibase.integration.spring
-
A Spring-ified wrapper for Liquibase.
- SpringLiquibase() - Constructor for class liquibase.integration.spring.SpringLiquibase
-
- SpringResourceAccessor - Class in liquibase.integration.spring
-
- SpringResourceAccessor(ResourceLoader) - Constructor for class liquibase.integration.spring.SpringResourceAccessor
-
- Sql - Interface in liquibase.sql
-
- SQL_ARG - Static variable in class liquibase.command.core.ExecuteSqlCommandStep
-
- SQL_ARG - Static variable in class liquibase.command.core.InternalExecuteSqlCommandStep
-
- SQL_DATETYPE_TIMESTAMP - Static variable in class liquibase.datatype.core.DateTimeType
-
- SqlChangeLogParser - Class in liquibase.parser.core.sql
-
- SqlChangeLogParser() - Constructor for class liquibase.parser.core.sql.SqlChangeLogParser
-
- sqlcmdArgs - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies additional sqlcmd args.
- sqlcmdCatalogName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies sqlcmd catalog name.
- sqlcmdKeepTemp - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to keep generated sqlcmd files.
- sqlcmdKeepTempName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the name of generated sqlcmd files.
- sqlcmdKeepTempOverwrite - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to overwrite generated sqlcmd files.
- sqlcmdKeepTempPath - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies where to keep generated sqlcmd files.
- sqlcmdLogFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies where to output sqlcmd logs.
- sqlcmdPath - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies your sqlcmd path.
- sqlcmdTimeout - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies sqlcmd timeout.
- SqlConfiguration - Class in liquibase.sql
-
Configuration container for global properties.
- SqlConfiguration() - Constructor for class liquibase.sql.SqlConfiguration
-
- sqlFile - Variable in class liquibase.integration.commandline.Main
-
Deprecated.
- SQLFILE_ARG - Static variable in class liquibase.command.core.ExecuteSqlCommandStep
-
- SQLFILE_ARG - Static variable in class liquibase.command.core.InternalExecuteSqlCommandStep
-
- SQLFileChange - Class in liquibase.change.core
-
Represents a Change for custom SQL stored in a File.
- SQLFileChange() - Constructor for class liquibase.change.core.SQLFileChange
-
- SqlGenerator<T extends SqlStatement> - Interface in liquibase.sqlgenerator
-
SqlGenerator implementations take a database-independent SqlStatement interface and create a
database-specific Sql object.
- SqlGeneratorChain<T extends SqlStatement> - Class in liquibase.sqlgenerator
-
- SqlGeneratorChain(SortedSet<SqlGenerator<T>>) - Constructor for class liquibase.sqlgenerator.SqlGeneratorChain
-
- SqlGeneratorFactory - Class in liquibase.sqlgenerator
-
SqlGeneratorFactory is a singleton registry of SqlGenerators.
- SQLiteDatabase - Class in liquibase.database.core
-
- SQLiteDatabase() - Constructor for class liquibase.database.core.SQLiteDatabase
-
- SQLiteDatabase.AlterTableVisitor - Interface in liquibase.database.core
-
- SQLiteTestSystem - Class in liquibase.extension.testing.testsystem.core
-
- SQLiteTestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.SQLiteTestSystem
-
- SQLiteTestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.SQLiteTestSystem
-
- SqlListener - Class in liquibase.listener
-
Liquibase listener for executed SQL
- SqlListener() - Constructor for class liquibase.listener.SqlListener
-
- SqlParser - Class in liquibase.util
-
- SqlParser() - Constructor for class liquibase.util.SqlParser
-
- sqlPlusArgs - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies additional sqlplus args.
- sqlPlusKeepTemp - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to keep generated sqlplus files.
- sqlPlusKeepTempName - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies the name of generated sqlplus files.
- sqlPlusKeepTempOverwrite - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies whether to overwrite generated sqlplus files.
- sqlPlusKeepTempPath - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies where to keep generated sqlplus files.
- sqlPlusLogFile - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies where to output sqlplus logs.
- sqlPlusPath - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies your sqlplus path.
- sqlPlusTimeout - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies sqlplus timeout.
- SqlPrecondition - Class in liquibase.precondition.core
-
- SqlPrecondition() - Constructor for class liquibase.precondition.core.SqlPrecondition
-
- SqlStatement - Interface in liquibase.statement
-
The SqlStatement classes correspond to (roughly) a single SQL statement.
- sqlToObject(String, Database) - Method in class liquibase.datatype.core.DateTimeType
-
- sqlToObject(String, Database) - Method in class liquibase.datatype.core.DateType
-
- sqlToObject(String, Database) - Method in class liquibase.datatype.core.TimeType
-
- sqlToObject(String, Database) - Method in class liquibase.datatype.LiquibaseDataType
-
- SqlUtil - Class in liquibase.util
-
- SqlUtil() - Constructor for class liquibase.util.SqlUtil
-
- SqlVisitor - Interface in liquibase.sql.visitor
-
- SqlVisitorFactory - Class in liquibase.sql.visitor
-
- STANDARD - Static variable in interface liquibase.configuration.ConfigurationValueObfuscator
-
Standard obfuscator.
- STANDARD - Static variable in class liquibase.diff.compare.CompareControl
-
- STANDARD_CHANGELOG_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
-
- STANDARD_SNAPSHOT_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
-
- StandardChangeLogHistoryService - Class in liquibase.changelog
-
- StandardChangeLogHistoryService() - Constructor for class liquibase.changelog.StandardChangeLogHistoryService
-
- StandardCompareFunction(CompareControl.SchemaComparison[], Database) - Constructor for class liquibase.diff.ObjectDifferences.StandardCompareFunction
-
- StandardDiffGenerator - Class in liquibase.diff.core
-
- StandardDiffGenerator() - Constructor for class liquibase.diff.core.StandardDiffGenerator
-
- StandardHubService - Class in liquibase.hub.core
-
- StandardHubService() - Constructor for class liquibase.hub.core.StandardHubService
-
- StandardHubService.HubLinkRequest - Class in liquibase.hub.core
-
- standardize(Database) - Method in class liquibase.CatalogAndSchema
-
This method returns a new CatalogAndSchema adjusted based on the configuration of the passed database.
- standardizeLineEndings(String) - Static method in class liquibase.util.StringUtil
-
- StandardLockService - Class in liquibase.lockservice
-
- StandardLockService() - Constructor for class liquibase.lockservice.StandardLockService
-
- StandardNamespaceDetails - Class in liquibase.parser.core.xml
-
- StandardNamespaceDetails() - Constructor for class liquibase.parser.core.xml.StandardNamespaceDetails
-
- StandardObjectChangeFilter - Class in liquibase.diff.output
-
This class is used by other classes to filter the set of database objects used
in diff-type operations including the diff command and the generateChangeLog
command.
- StandardObjectChangeFilter(StandardObjectChangeFilter.FilterType, String) - Constructor for class liquibase.diff.output.StandardObjectChangeFilter
-
- StandardObjectChangeFilter.Filter - Class in liquibase.diff.output
-
The Filter class is used internally to do the actual work.
- StandardObjectChangeFilter.FilterType - Enum in liquibase.diff.output
-
- StandardServiceLocator - Class in liquibase.servicelocator
-
- StandardServiceLocator() - Constructor for class liquibase.servicelocator.StandardServiceLocator
-
- start() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
- start() - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseGlobalExtension
-
- start() - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Starts the system if possible.
- start() - Method in class liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
-
Start the database if possible and ensure it can be connected to.
- start() - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
-
- start() - Method in class liquibase.extension.testing.testsystem.wrapper.JdbcDatabaseWrapper
-
- start() - Method in class liquibase.extension.testing.testsystem.wrapper.UnimplementedWrapper
-
Deprecated.
- start(BundleContext) - Method in class liquibase.osgi.Activator
-
- startedTestSystems - Static variable in class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationMethodInterceptor
-
- StartH2CommandStep - Class in liquibase.command.core
-
- StartH2CommandStep() - Constructor for class liquibase.command.core.StartH2CommandStep
-
- startHubForChangelogSync(ChangeLogParameters, String, ChangeLogIterator) - Method in class liquibase.command.core.helpers.HubHandler
-
Deprecated.
- startHubForUpdate(ChangeLogParameters, ChangeLogIterator, String) - Method in class liquibase.command.core.helpers.HubHandler
-
Deprecated.
- startsWith(String, String) - Static method in class liquibase.util.StringUtil
-
Checks if value
starts with startsWith
.
- startsWithNumeric(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- startTcpServer(Integer) - Static method in class liquibase.command.core.StartH2CommandStep
-
- startWebServer(Integer) - Static method in class liquibase.command.core.StartH2CommandStep
-
- StatementNotSupportedOnDatabaseException - Exception in liquibase.exception
-
- StatementNotSupportedOnDatabaseException(SqlStatement, Database) - Constructor for exception liquibase.exception.StatementNotSupportedOnDatabaseException
-
- StatementNotSupportedOnDatabaseException(String, SqlStatement, Database) - Constructor for exception liquibase.exception.StatementNotSupportedOnDatabaseException
-
- STATIC_LEXER_ERROR - Static variable in error liquibase.util.grammar.TokenMgrError
-
An attempt was made to create a second instance of a static token manager.
- staticFlag - Static variable in class liquibase.util.grammar.SimpleCharStream
-
Whether parser is static.
- StatusChangeLogIterator - Class in liquibase.changelog
-
This class calculates the status of all change sets involved in an update operation
It allows us to determine ALL reasons that a ChangeSet will not be deployed, unlike
the standard iterator which breaks upon finding a reason to deny the change set.
- StatusChangeLogIterator(DatabaseChangeLog, ChangeSetFilter...) - Constructor for class liquibase.changelog.StatusChangeLogIterator
-
- StatusChangeLogIterator(DatabaseChangeLog, String, ChangeSetFilter...) - Constructor for class liquibase.changelog.StatusChangeLogIterator
-
- StatusCommandStep - Class in liquibase.command.core
-
- StatusCommandStep() - Constructor for class liquibase.command.core.StatusCommandStep
-
- statusUpdate(String) - Method in interface liquibase.diff.DiffStatusListener
-
- StatusVisitor - Class in liquibase.changelog.visitor
-
ChangeSetVisitor that will collect the execution status of changeSets without executing them.
- StatusVisitor(Database) - Constructor for class liquibase.changelog.visitor.StatusVisitor
-
- stop() - Method in class liquibase.extension.testing.testsystem.DatabaseTestSystem
-
- stop() - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseGlobalExtension
-
- stop() - Method in class liquibase.extension.testing.testsystem.TestSystem
-
Stops the system if possible.
- stop() - Method in class liquibase.extension.testing.testsystem.wrapper.DatabaseWrapper
-
Stop the database if possible.
- stop() - Method in class liquibase.extension.testing.testsystem.wrapper.DockerDatabaseWrapper
-
- stop() - Method in class liquibase.extension.testing.testsystem.wrapper.JdbcDatabaseWrapper
-
- stop() - Method in class liquibase.extension.testing.testsystem.wrapper.UnimplementedWrapper
-
Deprecated.
- stop(BundleContext) - Method in class liquibase.osgi.Activator
-
- StopChange - Class in liquibase.change.core
-
- StopChange() - Constructor for class liquibase.change.core.StopChange
-
- StopChange.StopChangeException - Exception in liquibase.change.core
-
- StopChangeException(String) - Constructor for exception liquibase.change.core.StopChange.StopChangeException
-
- StoredDatabaseLogic<T extends StoredDatabaseLogic> - Class in liquibase.structure.core
-
- StoredDatabaseLogic() - Constructor for class liquibase.structure.core.StoredDatabaseLogic
-
- StoredProcedure - Class in liquibase.structure.core
-
- StoredProcedure() - Constructor for class liquibase.structure.core.StoredProcedure
-
- StoredProcedure(String, String, String) - Constructor for class liquibase.structure.core.StoredProcedure
-
- StoredProcedureGenerator - Class in liquibase.sqlgenerator.core
-
- StoredProcedureGenerator() - Constructor for class liquibase.sqlgenerator.core.StoredProcedureGenerator
-
- StoredProcedureStatement - Class in liquibase.statement
-
- StoredProcedureStatement(String) - Constructor for class liquibase.statement.StoredProcedureStatement
-
- StreamGobbler(InputStream, OutputStream, Thread) - Constructor for class liquibase.change.core.ExecuteShellCommandChange.StreamGobbler
-
- StreamUtil - Class in liquibase.util
-
Utilities for working with streams.
- StreamUtil() - Constructor for class liquibase.util.StreamUtil
-
- STRICT - Static variable in class liquibase.GlobalConfiguration
-
- STRING - Static variable in interface liquibase.configuration.ConfigurationValueConverter
-
- StringChangeLogSerializer - Class in liquibase.serializer.core.string
-
- StringChangeLogSerializer() - Constructor for class liquibase.serializer.core.string.StringChangeLogSerializer
-
- StringChangeLogSerializer(StringChangeLogSerializer.FieldFilter) - Constructor for class liquibase.serializer.core.string.StringChangeLogSerializer
-
- StringChangeLogSerializer.FieldFilter - Class in liquibase.serializer.core.string
-
- StringClauses - Class in liquibase.util
-
Defines a list of clauses that can be manipulated and rearranged based on keys associated with each.
- StringClauses() - Constructor for class liquibase.util.StringClauses
-
Creates a new StringClause with no start or end strings and a space separator.
- StringClauses(String) - Constructor for class liquibase.util.StringClauses
-
Creates a new StringClause with no start or end strings and the given separator.
- StringClauses(String, String, String) - Constructor for class liquibase.util.StringClauses
-
Creates a new StringClause with the given start, end and separator.
- StringClauses.ClauseIterator - Class in liquibase.util
-
- StringClauses.Comment - Class in liquibase.util
-
- StringClauses.Delimiter - Class in liquibase.util
-
- StringClauses.LiteralClause - Interface in liquibase.util
-
- StringClauses.Whitespace - Class in liquibase.util
-
- StringDiff - Class in liquibase.diff
-
- StringDiff(String, String) - Constructor for class liquibase.diff.StringDiff
-
- StringSnapshotSerializer - Class in liquibase.serializer.core.string
-
- StringSnapshotSerializer() - Constructor for class liquibase.serializer.core.string.StringSnapshotSerializer
-
- StringSnapshotSerializerReadable - Class in liquibase.serializer.core.string
-
- StringSnapshotSerializerReadable() - Constructor for class liquibase.serializer.core.string.StringSnapshotSerializerReadable
-
- stringToObject(String, Database) - Method in class liquibase.common.datatype.DataTypeWrapper
-
- StringUtil - Class in liquibase.util
-
Various utility methods for working with strings.
- StringUtil() - Constructor for class liquibase.util.StringUtil
-
- StringUtil.DefaultFormatter - Class in liquibase.util
-
- StringUtil.StringUtilFormatter<Type> - Interface in liquibase.util
-
- StringUtil.ToStringFormatter - Class in liquibase.util
-
- stripComments(String) - Static method in class liquibase.util.StringUtil
-
Searches through a String which contains SQL code and strips out
any comments that are between \/**\/ or anything that matches
SP--SP\n (to support the ANSI standard commenting of --
at the end of a line).
- stripEnclosingQuotes(String) - Static method in class liquibase.util.StringUtil
-
- stripSqlCommentsAndWhitespacesFromTheEnd(String) - Static method in class liquibase.util.StringUtil
-
Strips the comments and whitespaces from the end of given sql string.
- succeeded - Variable in class liquibase.command.CommandResult
-
Deprecated.
- success - Variable in class liquibase.changelog.ChangelogRewriter.ChangeLogRewriterResult
-
- supersededBy(CommandArgumentDefinition<?>) - Method in class liquibase.command.CommandArgumentDefinition.Building
-
Specifies a CommandArgument that can replace this one if it is not available.
- SUPPORT_PROPERTY_ESCAPING - Static variable in class liquibase.parser.ChangeLogParserConfiguration
-
- 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 class liquibase.change.core.ModifyDataTypeChange
-
- supports(Database) - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- supports(Database) - Method in class liquibase.changelog.MockChangeLogHistoryService
-
- supports(Database) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- supports(Database) - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- supports(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
-
- supports(String) - Method in interface liquibase.database.DatabaseConnection
-
Default implementation for compatibility with a URL.
- supports(Database) - Method in class liquibase.datatype.core.DoubleDataTypeSnowflake
-
- supports(Database) - Method in class liquibase.datatype.core.TextDataTypeSnowflake
-
- supports(Database) - Method in class liquibase.datatype.core.TimestampNTZTypeSnowflake
-
- supports(Database) - Method in class liquibase.datatype.LiquibaseDataType
-
- supports(Database, Database) - Method in class liquibase.diff.core.StandardDiffGenerator
-
- supports(Database, Database) - Method in interface liquibase.diff.DiffGenerator
-
- supports(Database) - Method in interface liquibase.executor.Executor
-
Default implementation for compatibility with a Database.
- supports(Database) - Method in class liquibase.executor.jvm.SnowflakeJdbcExecutor
-
- supports(Database) - Method in interface liquibase.lockservice.LockService
-
- supports(Database) - Method in class liquibase.lockservice.MockLockService
-
- supports(Database) - Method in class liquibase.lockservice.OfflineLockService
-
- supports(Database) - Method in class liquibase.lockservice.StandardLockService
-
- supports(String, ResourceAccessor) - Method in interface liquibase.parser.ChangeLogParser
-
Checks if the file format is supported by an implementing ChangeLogParser and returns true if that is the case.
- supports(String, ResourceAccessor) - Method in class liquibase.parser.core.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(T, 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.AddDefaultValueGeneratorSQLite
-
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
-
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
-
- supports(AddForeignKeyConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
-
- supports(AddPrimaryKeyStatement, Database) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
-
- supports(AddPrimaryKeyStatement, Database) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
-
- supports(AddUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
-
- supports(AddUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
-
- supports(AddUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
-
- supports(AlterSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.AlterSequenceGenerator
-
- supports(CopyRowsStatement, Database) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
-
- supports(CreateDatabaseChangeLogTableStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- supports(CreateDatabaseChangeLogTableStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
-
- supports(CreateIndexStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
-
Informs the SqlGeneratorFactory that we this class works on Firebird SQL databases only.
- supports(CreateIndexStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
-
- supports(CreateProcedureStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
-
- supports(CreateSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
-
- supports(CreateSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateSequenceGeneratorSnowflake
-
- supports(CreateTableStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
-
- supports(CreateViewStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
-
- supports(DropDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
-
- supports(DropDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGeneratorSnowflake
-
- supports(DropForeignKeyConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
-
- supports(DropPrimaryKeyStatement, Database) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
-
- supports(DropProcedureStatement, Database) - Method in class liquibase.sqlgenerator.core.DropProcedureGenerator
-
- supports(DropProcedureStatement, Database) - Method in class liquibase.sqlgenerator.core.DropProcedureGeneratorSnowflake
-
- supports(DropSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
-
- supports(DropUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSnowflake
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorInformix
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSnowflake
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSQLite
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorSybaseASA
-
- supports(ModifyDataTypeStatement, Database) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
-
- supports(ReindexStatement, Database) - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
-
- supports(RenameColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
-
- supports(RenameSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameSequenceGenerator
-
- supports(RenameTableStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
-
- supports(RenameTableStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameTableGeneratorSnowflake
-
- supports(RenameViewStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
-
- supports(RenameViewStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameViewGeneratorSnowflake
-
- supports(ReorganizeTableStatement, Database) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
-
- supports(SetColumnRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
-
- supports(SetColumnRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGeneratorSnowflake
-
- supports(SetNullableStatement, Database) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
-
- supports(SetTableRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
-
- supports(SetTableRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGeneratorSnowflake
-
- supports(SetViewRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetViewRemarksGenerator
-
- supports(TableRowCountStatement, Database) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
-
- supports(T, 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 support 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.MockDatabase
-
- supportsAutoIncrement() - Method in class liquibase.database.core.OracleDatabase
-
- supportsAutoIncrement() - Method in class liquibase.database.core.SnowflakeDatabase
-
- supportsAutoIncrement() - Method in interface liquibase.database.Database
-
- supportsBatchUpdates(Database) - Method in class liquibase.change.core.LoadDataChange
-
- supportsBatchUpdates() - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsBatchUpdates() - Method in class liquibase.database.core.MockDatabase
-
- supportsBatchUpdates() - Method in interface liquibase.database.Database
-
Does the database support batched DML (INSERT/UPDATE/DELETE/MERGE/...) statements sent in a single call to
the database?
- supportsBatchUpdates() - Method in class liquibase.database.jvm.JdbcConnection
-
- supportsBooleanDataType() - Method in class liquibase.database.core.DB2Database
-
boolean data type column are allowed for versions >= 11.1.1.1
- supportsBooleanDataType() - Method in class liquibase.database.core.DerbyDatabase
-
- supportsBulkQuery(Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
To support bulk query, the resultSet must include a CONSTRAINT_CONTAINER column for caching purposes
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.DerbyDatabase
-
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.InformixDatabase
-
- supportsCatalogInObjectName() - Method in class liquibase.database.core.MockDatabase
-
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MockDatabase
-
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MSSQLDatabase
-
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.PostgresDatabase
-
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.SnowflakeDatabase
-
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
-
- supportsCatalogs() - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsCatalogs() - Method in class liquibase.database.core.AbstractDb2Database
-
- supportsCatalogs() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsCatalogs() - Method in class liquibase.database.core.HsqlDatabase
-
- supportsCatalogs() - Method in class liquibase.database.core.MockDatabase
-
- supportsCatalogs() - Method in class liquibase.database.core.MySQLDatabase
-
- supportsCatalogs() - Method in class liquibase.database.core.SnowflakeDatabase
-
- supportsCatalogs() - Method in interface liquibase.database.Database
-
- supportsDDLInTransaction() - Method in class liquibase.database.AbstractJdbcDatabase
-
Determines if the database supports DDL within a transaction or not.
- supportsDDLInTransaction() - Method in class liquibase.database.core.CockroachDatabase
-
- supportsDDLInTransaction() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsDDLInTransaction() - Method in class liquibase.database.core.MockDatabase
-
- supportsDDLInTransaction() - Method in class liquibase.database.core.SybaseDatabase
-
Sybase does not support DDL and meta data in transactions properly,
as such we turn off the commit and turn on auto commit.
- supportsDDLInTransaction() - Method in interface liquibase.database.Database
-
Determines if the database supports DDL within a transaction or not.
- supportsDefaultValueComputed(String, String) - Static method in class liquibase.database.core.HsqlDatabase
-
Checks to see if the string is an acceptable computed value for HSQL
"datetime" columns are the only columns for which HSQL supports computer values.
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.H2Database
-
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.MockDatabase
-
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.MSSQLDatabase
-
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.SnowflakeDatabase
-
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.SQLiteDatabase
-
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.SybaseASADatabase
-
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.SybaseDatabase
-
- supportsDropTableCascadeConstraints() - Method in interface liquibase.database.Database
-
- supportsExtension(String) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
-
- supportsForeignKeyDisable() - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsForeignKeyDisable() - Method in class liquibase.database.core.MockDatabase
-
- supportsForeignKeyDisable() - Method in class liquibase.database.core.MySQLDatabase
-
- supportsForeignKeyDisable() - Method in interface liquibase.database.Database
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.AbstractDb2Database
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.CockroachDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.DerbyDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.H2Database
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.HsqlDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.InformixDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.Ingres9Database
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.MockDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.MSSQLDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.MySQLDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.OracleDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.PostgresDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SnowflakeDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SQLiteDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SybaseASADatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SybaseDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.UnsupportedDatabase
-
- supportsInitiallyDeferrableColumns() - Method in interface liquibase.database.Database
-
Returns whether this database support initially deferrable columns.
- supportsInput() - Method in class liquibase.ui.ConsoleUIService.ConsoleWrapper
-
- supportsInput() - Method in class liquibase.ui.MockConsoleWrapper
-
- supportsMinMaxForSequences() - Method in class liquibase.database.core.H2Database
-
- supportsNotNullConstraintNames() - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsNotNullConstraintNames() - Method in class liquibase.database.core.MockDatabase
-
- supportsNotNullConstraintNames() - Method in class liquibase.database.core.OracleDatabase
-
- supportsNotNullConstraintNames() - Method in interface liquibase.database.Database
-
Does this database treat NOT NULL as an own kind of CONSTRAINT (in addition of simply being a column property)?
This will affect the CONSTRAINT clause SQL generators.
- supportsPrimaryKeyNames() - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsPrimaryKeyNames() - Method in class liquibase.database.core.MockDatabase
-
- supportsPrimaryKeyNames() - Method in interface liquibase.database.Database
-
- supportsRestrictForeignKeys() - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsRestrictForeignKeys() - Method in class liquibase.database.core.InformixDatabase
-
- supportsRestrictForeignKeys() - Method in class liquibase.database.core.MockDatabase
-
- supportsRestrictForeignKeys() - Method in class liquibase.database.core.MSSQLDatabase
-
- supportsRestrictForeignKeys() - Method in class liquibase.database.core.OracleDatabase
-
- supportsRestrictForeignKeys() - Method in class liquibase.database.core.SnowflakeDatabase
-
- supportsRestrictForeignKeys() - Method in class liquibase.database.core.SybaseDatabase
-
- supportsRestrictForeignKeys() - Method in interface liquibase.database.Database
-
- supportsRollback(Database) - Method in class liquibase.change.AbstractChange
-
- supportsRollback(Database) - Method in interface liquibase.change.Change
-
Returns true if this can change be rolled back for the given database.
- supportsRollback(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
-
Returns true if the customChange supports rolling back.
- supportsRollback(Database) - Method in class liquibase.changelog.ChangeSet
-
- supportsSchemas() - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsSchemas() - Method in class liquibase.database.core.AbstractDb2Database
-
- supportsSchemas() - Method in class liquibase.database.core.DerbyDatabase
-
- supportsSchemas() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsSchemas() - Method in class liquibase.database.core.MockDatabase
-
- supportsSchemas() - Method in class liquibase.database.core.MySQLDatabase
-
- supportsSchemas() - Method in class liquibase.database.core.OracleDatabase
-
Oracle supports catalogs in liquibase terms
- supportsSchemas() - Method in class liquibase.database.core.SQLiteDatabase
-
- supportsSchemas() - Method in interface liquibase.database.Database
-
- supportsSequences() - Method in class liquibase.database.AbstractJdbcDatabase
-
Does the database type support sequence.
- supportsSequences() - Method in class liquibase.database.core.DerbyDatabase
-
- supportsSequences() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsSequences() - Method in class liquibase.database.core.H2Database
-
- supportsSequences() - Method in class liquibase.database.core.HsqlDatabase
-
- supportsSequences() - Method in class liquibase.database.core.Ingres9Database
-
- supportsSequences() - Method in class liquibase.database.core.MariaDBDatabase
-
- supportsSequences() - Method in class liquibase.database.core.MockDatabase
-
- supportsSequences() - Method in class liquibase.database.core.MSSQLDatabase
-
- supportsSequences() - Method in class liquibase.database.core.MySQLDatabase
-
- supportsSequences() - Method in class liquibase.database.core.OracleDatabase
-
- supportsSequences() - Method in class liquibase.database.core.PostgresDatabase
-
- supportsSequences() - Method in class liquibase.database.core.SnowflakeDatabase
-
- supportsSequences() - Method in class liquibase.database.core.SQLiteDatabase
-
- supportsSequences() - Method in class liquibase.database.core.SybaseASADatabase
-
- supportsSequences() - Method in class liquibase.database.core.SybaseDatabase
-
- supportsSequences() - Method in class liquibase.database.core.UnsupportedDatabase
-
- supportsSequences() - Method in interface liquibase.database.Database
-
- supportsSortingObjects(Database) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- supportsTablespaces() - Method in class liquibase.database.core.AbstractDb2Database
-
- supportsTablespaces() - Method in class liquibase.database.core.CockroachDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.DerbyDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.H2Database
-
- supportsTablespaces() - Method in class liquibase.database.core.HsqlDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.InformixDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.Ingres9Database
-
- supportsTablespaces() - Method in class liquibase.database.core.MockDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.MSSQLDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.MySQLDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.OracleDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.PostgresDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.SnowflakeDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.SQLiteDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.SybaseASADatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.SybaseDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.UnsupportedDatabase
-
- supportsTablespaces() - Method in interface liquibase.database.Database
-
- surroundWithSchemaSets(List<Sql>, String, Database) - Static method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
-
Convenience method for when the schemaName is set but we don't want to parse the body
- SwitchTo(int) - Method in class liquibase.util.grammar.SimpleSqlGrammarTokenManager
-
Switch to specified lex state.
- SybaseASAConnection - Class in liquibase.database.jvm
-
A SybaseASA specific Delegate that removes the calls
to nativeSQL due to driver issues.
- SybaseASAConnection() - Constructor for class liquibase.database.jvm.SybaseASAConnection
-
- SybaseASAConnection(Connection) - Constructor for class liquibase.database.jvm.SybaseASAConnection
-
- SybaseASADatabase - Class in liquibase.database.core
-
Support for SAP (formerly: Siebel) AS (Adapter Server) Anywhere embedded/mobile database.
- SybaseASADatabase() - Constructor for class liquibase.database.core.SybaseASADatabase
-
- SybaseASATestSystem - Class in liquibase.extension.testing.testsystem.core
-
- SybaseASATestSystem() - Constructor for class liquibase.extension.testing.testsystem.core.SybaseASATestSystem
-
- SybaseASATestSystem(TestSystem.Definition) - Constructor for class liquibase.extension.testing.testsystem.core.SybaseASATestSystem
-
- SybaseConnection - Class in liquibase.database.jvm
-
A Sybase specific Delegate that removes the calls to commit
and rollback as Sybase requires that autocommit be set to true.
- SybaseConnection() - Constructor for class liquibase.database.jvm.SybaseConnection
-
- SybaseConnection(Connection) - Constructor for class liquibase.database.jvm.SybaseConnection
-
- SybaseDatabase - Class in liquibase.database.core
-
Encapsulates Sybase ASE database support.
- SybaseDatabase() - Constructor for class liquibase.database.core.SybaseDatabase
-
- SYMBOL - Static variable in interface liquibase.util.grammar.SimpleSqlGrammarConstants
-
RegularExpression Id.
- syncHub(String, Connection) - Method in class liquibase.hub.HubUpdater
-
- SyncHubCommandStep - Class in liquibase.command.core
-
- SyncHubCommandStep() - Constructor for class liquibase.command.core.SyncHubCommandStep
-
- systemProperties - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Specifies a list of system properties you want to to pass to the database.
- SystemPropertyValueProvider - Class in liquibase.configuration.core
-
- SystemPropertyValueProvider() - Constructor for class liquibase.configuration.core.SystemPropertyValueProvider
-
- systemTablesAndViews - Variable in class liquibase.database.core.MSSQLDatabase
-
- systemTablesAndViews - Variable in class liquibase.database.core.SybaseDatabase
-
- SystemUtil - Class in liquibase.util
-
- SystemUtil() - Constructor for class liquibase.util.SystemUtil
-
- VALID_AUTO_INCREMENT_COLUMN_TYPE_NAMES - Static variable in class liquibase.database.core.PostgresDatabase
-
The data type names which are valid for auto-increment columns.
- validate(Database) - Method in class liquibase.change.AbstractChange
-
- validate(Database) - Method in class liquibase.change.AbstractSQLChange
-
- validate(Database) - Method in interface liquibase.change.Change
-
Generate errors based on the configured Change instance.
- validate(Database) - Method in class liquibase.change.core.AddDefaultValueChange
-
- validate(Database) - Method in class liquibase.change.core.AddLookupTableChange
-
- validate(Database) - Method in class liquibase.change.core.CreateIndexChange
-
- validate(Database) - Method in class liquibase.change.core.CreateProcedureChange
-
- validate(Database) - Method in class liquibase.change.core.CreateTableChange
-
- validate(Database) - Method in class liquibase.change.core.CreateViewChange
-
- validate(Database) - Method in class liquibase.change.core.DropColumnChange
-
- validate(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- validate(Database) - Method in class liquibase.change.core.InsertDataChange
-
- validate(Database) - Method in class liquibase.change.core.LoadDataChange
-
- validate(Database) - Method in class liquibase.change.core.OutputChange
-
- validate(Database) - Method in class liquibase.change.core.SetColumnRemarksChange
-
- validate(Database) - Method in class liquibase.change.core.SetTableRemarksChange
-
- validate(Database) - Method in class liquibase.change.core.SQLFileChange
-
- validate(Database) - Method in class liquibase.change.core.UpdateDataChange
-
- validate(Database) - Method in interface liquibase.change.custom.CustomChange
-
Tests that the change is configured correctly before attempting to execute it.
- validate(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
-
- validate(Database, String...) - Method in class liquibase.changelog.DatabaseChangeLog
-
- validate(Database, Contexts, LabelExpression) - Method in class liquibase.changelog.DatabaseChangeLog
-
- validate(Database, DatabaseChangeLog) - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- validate(CommandScope) - Method in class liquibase.command.AbstractCommandStep
-
Default implementation does no additional validation.
- validate(CommandScope) - Method in class liquibase.command.CommandArgumentDefinition
-
Validates that the value stored in the given
CommandScope
is valid.
- validate() - Method in class liquibase.command.CommandScope
-
- validate(CommandScope) - Method in interface liquibase.command.CommandStep
-
Validates that the
CommandScope
is correctly set up for this step to run.
- validate(CommandScope) - Method in class liquibase.command.core.DiffChangelogCommandStep
-
- validate() - Method in class liquibase.command.core.DiffCommand
-
Deprecated.
- validate() - Method in class liquibase.command.core.DropAllCommand
-
Deprecated.
- validate() - Method in class liquibase.command.core.ExecuteSqlCommand
-
Deprecated.
- validate(CommandScope) - Method in class liquibase.command.core.GenerateChangelogCommandStep
-
- validate() - Method in class liquibase.command.core.HistoryCommand
-
Deprecated.
- validate() - Method in class liquibase.command.core.SnapshotCommand
-
Deprecated.
- validate() - Method in interface liquibase.command.LiquibaseCommand
-
Deprecated.
- validate(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
-
- validate(CommandScope) - Method in class liquibase.configuration.AbstractConfigurationValueProvider
-
Default implementation does no checking
- validate(CommandScope) - Method in interface liquibase.configuration.ConfigurationValueProvider
-
Perform any validation of keys/values stored in this provider for the given commandScope.
- validate(CommandScope) - Method in class liquibase.configuration.core.DefaultsFileValueProvider
-
- validate(CommandScope) - Method in class liquibase.configuration.core.EnvironmentValueProvider
-
- validate() - Method in class liquibase.database.AbstractJdbcDatabase
-
- validate() - Method in class liquibase.database.core.MockDatabase
-
- validate() - Method in class liquibase.database.core.OracleDatabase
-
- validate() - Method in interface liquibase.database.Database
-
- validate(Database) - Method in class liquibase.datatype.LiquibaseDataType
-
Validates the correct state of this data type against a given database.
- validate(ChangeSet) - Method in class liquibase.executor.AbstractExecutor
-
Validate if the changeset can be executed by this Executor
- validate(ChangeSet) - Method in interface liquibase.executor.Executor
-
Validate if the changeset can be executed by this Executor
If the ChangeSet can be executed return an empty ValidationErrors object
otherwise return the errors
- validate(ChangeSet) - Method in class liquibase.executor.jvm.ExampleExecutor
-
Validate whether the changeset can be executed by this Executor
- validate() - Method in class liquibase.Liquibase
-
Checks changelogs for bad MD5Sums and preconditions before attempting a migration
- validate(Database) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.DBMSPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.RowCountPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.RunningAsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.SqlPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.UniqueConstraintExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- validate(Database) - Method in interface liquibase.precondition.Precondition
-
- validate(Database) - Method in class liquibase.precondition.PreconditionLogic
-
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
-
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
-
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
-
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
-
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
-
- validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
-
- validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
-
- validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
-
- validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGenerator
-
- validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
-
- validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
-
- validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSQLite
-
- validate(AddForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
-
- validate(AddPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
-
- validate(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
-
- validate(AlterSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AlterSequenceGenerator
-
- validate(BatchDmlExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.BatchDmlExecutablePreparedStatementGenerator
-
- validate(ClearDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
-
- validate(CommentStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CommentGenerator
-
- validate(CopyRowsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
-
- validate(CreateDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
-
- validate(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- validate(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
-
- validate(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
-
- validate(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorFirebird
-
- validate(CreateProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
-
- validate(CreateSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
-
- validate(CreateSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateSequenceGeneratorSnowflake
-
- validate(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGenerator
-
- validate(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGenerator
-
- validate(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
-
- validate(DeleteStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DeleteGenerator
-
- validate(DropColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropColumnGenerator
-
- validate(DropDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
-
- validate(DropForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
-
- validate(DropIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropIndexGenerator
-
- validate(DropPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
-
- validate(DropProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropProcedureGenerator
-
- validate(DropSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
-
- validate(DropTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropTableGenerator
-
- validate(DropUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
-
- validate(DropViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropViewGenerator
-
- validate(GetNextChangeSetSequenceValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator
-
- validate(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGenerator
-
- validate(InitializeDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
-
- validate(InsertExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertDataChangeGenerator
-
- validate(InsertStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertGenerator
-
- validate(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- validate(InsertSetStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertSetGenerator
-
- validate(LockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
-
- validate(MarkChangeSetRanStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
-
- validate(ModifyDataTypeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
-
- validate(RawParameterizedSqlStatement, Database, SqlGeneratorChain<RawParameterizedSqlStatement>) - Method in class liquibase.sqlgenerator.core.RawParameterizedSqlGenerator
-
- validate(RawSqlStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RawSqlGenerator
-
- validate(ReindexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
-
- validate(RemoveChangeSetRanStatusStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RemoveChangeSetRanStatusGenerator
-
- validate(RenameColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
-
- validate(RenameSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameSequenceGenerator
-
- validate(RenameTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
-
- validate(RenameViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
-
- validate(ReorganizeTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
-
- validate(RuntimeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RuntimeGenerator
-
- validate(SelectFromDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator
-
- validate(SelectFromDatabaseChangeLogLockStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator
-
- validate(SetColumnRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
-
- validate(SetColumnRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGeneratorSnowflake
-
- validate(SetNullableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
-
- validate(SetTableRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
-
- validate(SetViewRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetViewRemarksGenerator
-
- validate(StoredProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.StoredProcedureGenerator
-
- validate(TableRowCountStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
-
- validate(TagDatabaseStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TagDatabaseGenerator
-
- validate(UnlockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator
-
- validate(UpdateChangeSetChecksumStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateChangeSetChecksumGenerator
-
- validate(UpdateExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateDataChangeGenerator
-
- validate(UpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateGenerator
-
- validate(T, Database, SqlGeneratorChain<T>) - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Validate the data contained in the SqlStatement.
- validate(T, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorChain
-
- validate(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
- Validate - Class in liquibase.util
-
Similar to assert logic, but will run regardless of JVM settings.
- Validate() - Constructor for class liquibase.util.Validate
-
- VALIDATE_XML_CHANGELOG_FILES - Static variable in class liquibase.GlobalConfiguration
-
- validateChangeSetExecutor(ChangeSet, RuntimeEnvironment) - Method in class liquibase.changelog.ChangeLogIterator
-
Make sure that any changeset which has a runWith= setting
has a valid Executor, and that the changes in the changeset are eligible for execution by this Executor
- validateColumn(LoadDataColumnConfig, ValidationErrors, String) - Method in class liquibase.change.core.LoadDataChange
-
- validateColumns(ValidationErrors) - Method in class liquibase.change.core.LoadDataChange
-
Validate all columns and collect errors in 'validationErrors'
- ValidateCommandStep - Class in liquibase.command.core
-
- ValidateCommandStep() - Constructor for class liquibase.command.core.ValidateCommandStep
-
- validateDefinitions(String, ValidationErrors) - Static method in class liquibase.database.DatabaseList
-
This method will validate whether a dbms is valid and match with supported database, if it doesn't then
will add a validation error for it.
- validateDefinitions(Collection<String>, ValidationErrors) - Static method in class liquibase.database.DatabaseList
-
This method will validate if a set of definitions/dbms are valid supported DBs.
- validateOnboardingToken(String) - Method in class liquibase.hub.core.MockHubService
-
- validateOnboardingToken(String) - Method in class liquibase.hub.core.StandardHubService
-
- validateOnboardingToken(String) - Method in interface liquibase.hub.HubService
-
- validateParameters() - Method in class liquibase.integration.ant.AbstractChangeLogBasedTask
-
- validateParameters() - Method in class liquibase.integration.ant.AbstractDatabaseDiffTask
-
- validateParameters() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
Subclasses that override this method must always call super.validateParameters()
method.
- validateParameters() - Method in class liquibase.integration.ant.DatabaseRollbackFutureTask
-
- validateParameters() - Method in class liquibase.integration.ant.DBDocTask
-
- validateParameters() - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- validateParameters() - Method in class liquibase.integration.ant.DiffDatabaseToChangeLogTask
-
- validateParameters() - Method in class liquibase.integration.ant.GenerateChangeLogTask
-
- validateParameters() - Method in class liquibase.integration.ant.TagDatabaseTask
-
- ValidatingVisitor - Class in liquibase.changelog.visitor
-
- ValidatingVisitor() - Constructor for class liquibase.changelog.visitor.ValidatingVisitor
-
- ValidatingVisitor(List<RanChangeSet>) - Constructor for class liquibase.changelog.visitor.ValidatingVisitor
-
- ValidationErrors - Class in liquibase.exception
-
- ValidationErrors() - Constructor for class liquibase.exception.ValidationErrors
-
- ValidationErrors(String) - Constructor for class liquibase.exception.ValidationErrors
-
- ValidationErrors(Change) - Constructor for class liquibase.exception.ValidationErrors
-
- ValidationErrors(Precondition) - Constructor for class liquibase.exception.ValidationErrors
-
- ValidationFailedException - Exception in liquibase.exception
-
- ValidationFailedException(ValidatingVisitor) - Constructor for exception liquibase.exception.ValidationFailedException
-
- validationPassed() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- value - Variable in enum liquibase.changelog.ChangeSet.ExecType
-
- value - Variable in class liquibase.license.Location
-
- ValueNumeric(String, Number) - Constructor for class liquibase.change.ColumnConfig.ValueNumeric
-
- valueOf(String) - Static method in enum liquibase.CatalogAndSchema.CatalogAndSchemaCase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.change.ChangeStatus.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.changelog.ChangeSet.ExecType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.changelog.ChangeSet.RunStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.changelog.ChangeSet.ValidationFailOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.changelog.DatabaseChangeLog.OnUnknownFileFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.changelog.visitor.ChangeSetVisitor.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.command.CommonArgumentNames
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.command.core.HistoryFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(Object) - Method in class liquibase.configuration.ConfigurationProperty
-
Deprecated.
- valueOf(String) - Static method in enum liquibase.database.ObjectQuotingStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.diff.compare.CompareControl.DatabaseRole
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.diff.output.StandardObjectChangeFilter.FilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.GlobalConfiguration.DuplicateFileMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.hub.HubConfiguration.HubMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.logging.LogFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.parser.ChangeLogParserConfiguration.ChangelogParseMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.parser.ChangeLogParserConfiguration.MissingIncludeConfiguration
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.parser.ChangeLogParserConfiguration.MissingPropertyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.precondition.core.PreconditionContainer.FailOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.Scope.Attr
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.serializer.LiquibaseSerializable.SerializationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.structure.core.DataType.ColumnSizeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.structure.core.ForeignKeyConstraintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.UpdateSummaryEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.util.ColumnParentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.liquibase.maven.plugins.LiquibaseRollback.RollbackType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum liquibase.CatalogAndSchema.CatalogAndSchemaCase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.change.ChangeStatus.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.change.core.LoadDataChange.LOAD_DATA_TYPE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.changelog.ChangeSet.ExecType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.changelog.ChangeSet.RunStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.changelog.ChangeSet.ValidationFailOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.changelog.DatabaseChangeLog.OnUnknownFileFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.changelog.visitor.ChangeSetVisitor.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.command.CommonArgumentNames
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.command.core.HistoryFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.database.ObjectQuotingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.diff.compare.CompareControl.DatabaseRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.diff.output.StandardObjectChangeFilter.FilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.GlobalConfiguration.DuplicateFileMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.hub.HubConfiguration.HubMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.logging.LogFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.parser.ChangeLogParserConfiguration.ChangelogParseMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.parser.ChangeLogParserConfiguration.MissingIncludeConfiguration
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.parser.ChangeLogParserConfiguration.MissingPropertyMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.precondition.core.PreconditionContainer.FailOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.Scope.Attr
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.serializer.LiquibaseSerializable.SerializationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.structure.core.DataType.ColumnSizeUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.structure.core.ForeignKeyConstraintType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.UpdateSummaryEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.util.ColumnParentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class liquibase.util.SmartMap
-
- values() - Static method in enum org.liquibase.maven.plugins.LiquibaseRollback.RollbackType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VarcharType - Class in liquibase.datatype.core
-
- VarcharType() - Constructor for class liquibase.datatype.core.VarcharType
-
- verbose - Variable in class org.liquibase.maven.plugins.AbstractLiquibaseMojo
-
Controls the amount of output detail when you call the plugin.
- VERBOSE_ARG - Static variable in class liquibase.command.core.StatusCommandStep
-
- VERBOSE_ARG - Static variable in class liquibase.command.core.UnexpectedChangesetsCommandStep
-
- VERSION - Static variable in class liquibase.extension.testing.testsystem.command.TestSystemUpCommand
-
- View - Class in liquibase.structure.core
-
- View() - Constructor for class liquibase.structure.core.View
-
- View(String, String, String) - Constructor for class liquibase.structure.core.View
-
- ViewExistsPrecondition - Class in liquibase.precondition.core
-
- ViewExistsPrecondition() - Constructor for class liquibase.precondition.core.ViewExistsPrecondition
-
- ViewSnapshotGenerator - Class in liquibase.snapshot.jvm
-
- ViewSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.ViewSnapshotGenerator
-
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.ChangeLogSyncVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in interface liquibase.changelog.visitor.ChangeSetVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.DBDocVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.DetermineNumberChangesFollowingVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.ExpectedChangesVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.ListVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.RollbackVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.StatusVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.UpdateVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database, Set<ChangeSetFilterResult>) - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- visitSpec(SpecInfo) - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseGlobalExtension
-
- visitSpecAnnotation(LiquibaseIntegrationTest, SpecInfo) - Method in class liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationTestExtension
-