- CachedRow - Class in liquibase.snapshot
-
- CachedRow(Map) - Constructor for class liquibase.snapshot.CachedRow
-
- CachingDatabaseMetaData(Database, DatabaseMetaData) - Constructor for class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
- calculateCheckSum(String) - Method in class liquibase.Liquibase
-
- calculateCheckSum(String, String, String) - Method in class liquibase.Liquibase
-
- CallableSqlStatement - Interface in liquibase.statement
-
- canCreateChangeLogTable() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- canCreateChangeLogTable() - Method in class liquibase.database.AbstractJdbcDatabase
-
- captureHeader(CSVReader) - Method in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
-
- captureHeader(CSVReader) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
-
- captureHeader(CSVReader) - Method in interface liquibase.util.csv.opencsv.bean.MappingStrategy
-
Implemention of this method can grab the header line before parsing begins to use to map columns
to bean properties.
- caseSensitive - Variable in class liquibase.database.AbstractJdbcDatabase
-
- Catalog - Class in liquibase.structure.core
-
- Catalog() - Constructor for class liquibase.structure.core.Catalog
-
- Catalog(String) - Constructor for class liquibase.structure.core.Catalog
-
- CatalogAndSchema - Class in liquibase
-
- CatalogAndSchema(String, String) - Constructor for class liquibase.CatalogAndSchema
-
- catalogName - Variable in class liquibase.change.core.AbstractModifyDataChange
-
- CatalogSnapshotGenerator - Class in liquibase.snapshot.jvm
-
- CatalogSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.CatalogSnapshotGenerator
-
- Change - Interface in liquibase.change
-
Interface all changes (refactorings) implement.
- ChangedColumnChangeGenerator - Class in liquibase.diff.output.changelog.core
-
- ChangedColumnChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedColumnChangeGenerator
-
- ChangedForeignKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
-
- ChangedForeignKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedForeignKeyChangeGenerator
-
- ChangedIndexChangeGenerator - Class in liquibase.diff.output.changelog.core
-
- ChangedIndexChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedIndexChangeGenerator
-
- ChangedObjectChangeGenerator - Interface in liquibase.diff.output.changelog
-
- ChangedPrimaryKeyChangeGenerator - Class in liquibase.diff.output.changelog.core
-
- ChangedPrimaryKeyChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedPrimaryKeyChangeGenerator
-
- ChangedViewChangeGenerator - Class in liquibase.diff.output.changelog.core
-
- ChangedViewChangeGenerator() - Constructor for class liquibase.diff.output.changelog.core.ChangedViewChangeGenerator
-
- ChangeExecListener - Interface in liquibase.changelog.visitor
-
An implementation of ChangeExecListener can be called by UpdateVisitor or
RollbackVisitor for each changeset that is actually run.
- ChangeFactory - Class in liquibase.change
-
Factory class for constructing the correct liquibase.change.Change implementation based on a command name.
- ChangeGenerator - Interface in liquibase.diff.output.changelog
-
- ChangeGeneratorChain - Class in liquibase.diff.output.changelog
-
- ChangeGeneratorChain(SortedSet<ChangeGenerator>) - Constructor for class liquibase.diff.output.changelog.ChangeGeneratorChain
-
- ChangeGeneratorComparator - Class in liquibase.diff.output.changelog
-
- ChangeGeneratorComparator(Class<? extends DatabaseObject>, Database) - Constructor for class liquibase.diff.output.changelog.ChangeGeneratorComparator
-
- ChangeGeneratorFactory - Class in liquibase.diff.output.changelog
-
- changeLogFile - Variable in class liquibase.integration.commandline.Main
-
- ChangeLogHistoryService - Interface in liquibase.changelog
-
- ChangeLogHistoryServiceFactory - Class in liquibase.changelog
-
- ChangeLogIterator - Class in liquibase.changelog
-
- ChangeLogIterator(DatabaseChangeLog, ChangeSetFilter...) - Constructor for class liquibase.changelog.ChangeLogIterator
-
- ChangeLogIterator(List<RanChangeSet>, DatabaseChangeLog, ChangeSetFilter...) - Constructor for class liquibase.changelog.ChangeLogIterator
-
- ChangeLogListWriter - Class in liquibase.dbdoc
-
- ChangeLogListWriter(File) - Constructor for class liquibase.dbdoc.ChangeLogListWriter
-
- ChangeLogParameters - Class in liquibase.changelog
-
- ChangeLogParameters() - Constructor for class liquibase.changelog.ChangeLogParameters
-
- ChangeLogParameters(Database) - Constructor for class liquibase.changelog.ChangeLogParameters
-
- changeLogParameters - Variable in class liquibase.integration.commandline.Main
-
- ChangeLogParameters.ExpressionExpander - Class in liquibase.changelog
-
- 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
-
- ChangeLogParserFactory - Class in liquibase.parser
-
- ChangeLogProperty() - Constructor for class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
-
- ChangeLogPropertyDefinedPrecondition - Class in liquibase.precondition.core
-
- ChangeLogPropertyDefinedPrecondition() - Constructor for class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
-
- ChangeLogSerializer - Interface in liquibase.serializer
-
- ChangeLogSerializerFactory - Class in liquibase.serializer
-
- changeLogSync(String, Writer) - Method in class liquibase.Liquibase
-
- changeLogSync(Contexts, Writer) - Method in class liquibase.Liquibase
-
- changeLogSync(String) - Method in class liquibase.Liquibase
-
- changeLogSync(Contexts) - Method in class liquibase.Liquibase
-
- ChangeLogSyncTask - Class in liquibase.integration.ant
-
- ChangeLogSyncTask() - Constructor for class liquibase.integration.ant.ChangeLogSyncTask
-
- ChangeLogSyncVisitor - Class in liquibase.changelog.visitor
-
- ChangeLogSyncVisitor(Database) - Constructor for class liquibase.changelog.visitor.ChangeLogSyncVisitor
-
- ChangeLogWriter - Class in liquibase.dbdoc
-
- ChangeLogWriter(ResourceAccessor, File) - Constructor for class liquibase.dbdoc.ChangeLogWriter
-
- ChangeMetaData - Class in liquibase.change
-
Static metadata about a link Change
.
- ChangeMetaData(String, String, int, String[], Map<String, String>, Set<ChangeParameterMetaData>) - Constructor for class liquibase.change.ChangeMetaData
-
- ChangeNotFoundException - Exception in liquibase.exception
-
- ChangeNotFoundException(String, Database) - Constructor for exception liquibase.exception.ChangeNotFoundException
-
- ChangeParameterMetaData - Class in liquibase.change
-
Static metadata about a
Change
parameter.
- ChangeParameterMetaData(Change, String, String, String, String, 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(String, String, boolean, boolean, String, String, String, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
-
- ChangeSet(String, String, boolean, boolean, String, String, String, boolean, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
-
- ChangeSet(String, String, boolean, boolean, String, String, String, ObjectQuotingStrategy, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
-
- ChangeSet(String, String, boolean, boolean, String, String, String, boolean, ObjectQuotingStrategy, DatabaseChangeLog) - Constructor for class liquibase.changelog.ChangeSet
-
- ChangeSet.ExecType - Enum in liquibase.changelog
-
- ChangeSet.RunStatus - Enum in liquibase.changelog
-
- ChangeSet.ValidationFailOption - Enum in liquibase.changelog
-
- changeSetAuthor - Variable in class liquibase.integration.commandline.Main
-
- changeSetContext - Variable in class liquibase.integration.commandline.Main
-
- ChangeSetExecutedPrecondition - Class in liquibase.precondition.core
-
- ChangeSetExecutedPrecondition() - Constructor for class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- ChangeSetFilter - Interface in liquibase.changelog.filter
-
- changeSetsMatch(ChangeSet, RanChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
-
- ChangeSetVisitor - Interface in liquibase.changelog.visitor
-
- ChangeSetVisitor.Direction - Enum in liquibase.changelog.visitor
-
- ChangeWithColumns<T extends ColumnConfig> - Interface in liquibase.change
-
Markers a Change class as containing one or more
ColumnConfig
configuration.
- CharType - Class in liquibase.datatype.core
-
- CharType() - Constructor for class liquibase.datatype.core.CharType
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.AndPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.DBMSPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.NotPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.OrPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.PreconditionContainer
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.RowCountPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.RunningAsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.SqlPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- check(Database) - Method in interface liquibase.precondition.CustomPrecondition
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- check(Database, DatabaseChangeLog, ChangeSet) - Method in interface liquibase.precondition.Precondition
-
- checkDisallowedField(String, Object, Database, Class<? extends Database>...) - Method in class liquibase.exception.ValidationErrors
-
- checkLiquibaseTables(boolean, DatabaseChangeLog, Contexts) - Method in class liquibase.Liquibase
-
- checkRequiredField(String, Object) - Method in class liquibase.exception.ValidationErrors
-
- checkSetup() - Method in class liquibase.integration.commandline.Main
-
- CheckSum - Class in liquibase.change
-
CheckSums are used by liquibase to determine if a Change has been modified since it was originally ran.
- checksumChanged(ChangeSet, RanChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
-
- checkVersionInfo(DatabaseSnapshot, DatabaseSnapshot, DiffResult) - Method in class liquibase.diff.core.StandardDiffGenerator
-
- classLoader - Variable in class liquibase.integration.commandline.Main
-
- ClassLoaderResourceAccessor - Class in liquibase.resource
-
An implementation of liquibase.FileOpener that opens file from the class loader.
- ClassLoaderResourceAccessor() - Constructor for class liquibase.resource.ClassLoaderResourceAccessor
-
- ClassLoaderResourceAccessor(ClassLoader) - Constructor for class liquibase.resource.ClassLoaderResourceAccessor
-
- classpath - Variable in class liquibase.integration.ant.BaseLiquibaseTask
-
- classpath - Variable in class liquibase.integration.commandline.Main
-
- cleanNameFromDatabase(String, Database) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
- clear() - Method in class liquibase.change.ChangeFactory
-
Clear the registry of all Changes found.
- clearAllCheckSums() - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- clearAllCheckSums() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- clearAllCheckSums() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- clearCheckSums() - Method in class liquibase.Liquibase
-
Sets checksums to null so they will be repopulated next run
- ClearDatabaseChangeLogTableGenerator - Class in liquibase.sqlgenerator.core
-
- ClearDatabaseChangeLogTableGenerator() - Constructor for class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
-
- ClearDatabaseChangeLogTableStatement - Class in liquibase.statement.core
-
- ClearDatabaseChangeLogTableStatement(String, String) - Constructor for class liquibase.statement.core.ClearDatabaseChangeLogTableStatement
-
- clearExecutor(Database) - Method in class liquibase.executor.ExecutorService
-
- clearRegistry() - Method in class liquibase.database.DatabaseFactory
-
Removes all registered databases, even built in ones.
- clearWarnings() - Method in class liquibase.database.jvm.JdbcConnection
-
- ClobType - Class in liquibase.datatype.core
-
- ClobType() - Constructor for class liquibase.datatype.core.ClobType
-
- close() - Method in class liquibase.change.AbstractSQLChange.NormalizingStream
-
- close() - Method in class liquibase.database.AbstractJdbcDatabase
-
- close() - Method in class liquibase.database.core.DerbyDatabase
-
- close() - Method in interface liquibase.database.Database
-
- close() - Method in interface liquibase.database.DatabaseConnection
-
- close() - Method in class liquibase.database.jvm.JdbcConnection
-
- close() - Method in class liquibase.database.OfflineConnection
-
- close() - Method in class liquibase.resource.UtfBomAwareReader
-
- close() - Method in class liquibase.util.csv.opencsv.CSVReader
-
Closes the underlying reader.
- close() - Method in class liquibase.util.csv.opencsv.CSVWriter
-
Close the underlying stream writer flushing any buffered content.
- close(ResultSet, Statement) - Static method in class liquibase.util.JdbcUtils
-
- closeDatabase(Liquibase) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- closeQuietly(Reader) - Static method in class liquibase.util.StreamUtil
-
- closeQuietly(InputStream) - Static method in class liquibase.util.StreamUtil
-
- closeQuietly(Closeable) - Static method in class liquibase.util.StreamUtil
-
- closeResultSet(ResultSet) - Static method in class liquibase.util.JdbcUtils
-
Close the given JDBC ResultSet and ignore any thrown exception.
- closeStatement(Statement) - Static method in class liquibase.util.JdbcUtils
-
Close the given JDBC Statement and ignore any thrown exception.
- Column - Class in liquibase.structure.core
-
- Column() - Constructor for class liquibase.structure.core.Column
-
- Column.AutoIncrementInformation - Class in liquibase.structure.core
-
- ColumnComparator - Class in liquibase.diff.compare.core
-
- ColumnComparator() - Constructor for class liquibase.diff.compare.core.ColumnComparator
-
- ColumnConfig - Class in liquibase.change
-
The standard configuration used by Change classes to represent a column.
- ColumnConfig(Column) - Constructor for class liquibase.change.ColumnConfig
-
Create a ColumnConfig object based on a
Column
snapshot.
- ColumnConfig() - Constructor for class liquibase.change.ColumnConfig
-
Create am empty ColumnConfig object.
- ColumnConstraint - Interface in liquibase.statement
-
- ColumnExistsPrecondition - Class in liquibase.precondition.core
-
- ColumnExistsPrecondition() - Constructor for class liquibase.precondition.core.ColumnExistsPrecondition
-
- columnMapping - Variable in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
-
- ColumnMapRowMapper - Class in liquibase.executor.jvm
-
RowMapper
implementation that creates a
java.util.Map
for each row, representing all columns as key-value pairs: one
entry for each column, with the column name as key.
- ColumnMapRowMapper() - Constructor for class liquibase.executor.jvm.ColumnMapRowMapper
-
- ColumnPositionMappingStrategy - Class in liquibase.util.csv.opencsv.bean
-
Copyright 2007 Kyle Miller.
- ColumnPositionMappingStrategy() - Constructor for class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
-
- ColumnSnapshotGenerator - Class in liquibase.snapshot.jvm
-
- ColumnSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.ColumnSnapshotGenerator
-
- ColumnWriter - Class in liquibase.dbdoc
-
- ColumnWriter(File, Database) - Constructor for class liquibase.dbdoc.ColumnWriter
-
- command - Variable in class liquibase.integration.commandline.Main
-
- CommandLineParsingException - Exception in liquibase.exception
-
- CommandLineParsingException() - Constructor for exception liquibase.exception.CommandLineParsingException
-
- CommandLineParsingException(String) - Constructor for exception liquibase.exception.CommandLineParsingException
-
- CommandLineParsingException(String, Throwable) - Constructor for exception liquibase.exception.CommandLineParsingException
-
- CommandLineParsingException(Throwable) - Constructor for exception liquibase.exception.CommandLineParsingException
-
- CommandLineResourceAccessor - Class in liquibase.integration.commandline
-
Implementation of liquibase.FileOpener for the command line app.
- CommandLineResourceAccessor(ClassLoader) - Constructor for class liquibase.integration.commandline.CommandLineResourceAccessor
-
- CommandLineUtils - Class in liquibase.integration.commandline
-
Common Utilitiy methods used in the CommandLine application and the Maven plugin.
- CommandLineUtils() - Constructor for class liquibase.integration.commandline.CommandLineUtils
-
- commandParams - Variable in class liquibase.integration.commandline.Main
-
- comment(String) - Method in interface liquibase.executor.Executor
-
Adds a comment to the database.
- comment(String) - Method in class liquibase.executor.jvm.JdbcExecutor
-
- comment(String) - Method in class liquibase.executor.LoggingExecutor
-
- CommentGenerator - Class in liquibase.sqlgenerator.core
-
- CommentGenerator() - Constructor for class liquibase.sqlgenerator.core.CommentGenerator
-
- CommentStatement - Class in liquibase.statement.core
-
- CommentStatement(String) - Constructor for class liquibase.statement.core.CommentStatement
-
- commit() - Method in class liquibase.database.AbstractJdbcDatabase
-
- commit() - Method in interface liquibase.database.Database
-
- commit() - Method in interface liquibase.database.DatabaseConnection
-
- commit() - Method in class liquibase.database.jvm.DerbyConnection
-
- commit() - Method in class liquibase.database.jvm.HsqlConnection
-
- commit() - Method in class liquibase.database.jvm.JdbcConnection
-
- commit() - Method in class liquibase.database.jvm.SybaseConnection
-
- commit() - Method in class liquibase.database.OfflineConnection
-
- 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(DatabaseSnapshot, DatabaseSnapshot, CompareControl) - Method in class liquibase.diff.DiffGeneratorFactory
-
- compare(String, DatabaseObject, DatabaseObject, ObjectDifferences.CompareFunction) - Method in class liquibase.diff.ObjectDifferences
-
- compare(String, String, DatabaseObject, DatabaseObject, ObjectDifferences.CompareFunction) - Method in class liquibase.diff.ObjectDifferences
-
- compare(ChangeGenerator, ChangeGenerator) - Method in class liquibase.diff.output.changelog.ChangeGeneratorComparator
-
- compare(DatabaseObject, DatabaseObject) - Method in class liquibase.structure.DatabaseObjectComparator
-
- CompareControl - Class in liquibase.diff.compare
-
- CompareControl() - Constructor for class liquibase.diff.compare.CompareControl
-
- CompareControl(Set<Class<? extends DatabaseObject>>) - Constructor for class liquibase.diff.compare.CompareControl
-
- CompareControl(CompareControl.SchemaComparison[], Set<Class<? extends DatabaseObject>>) - Constructor for class liquibase.diff.compare.CompareControl
-
- CompareControl(CompareControl.SchemaComparison[], String) - Constructor for class liquibase.diff.compare.CompareControl
-
- CompareControl(String[], Set<Class<? extends DatabaseObject>>) - Constructor for class liquibase.diff.compare.CompareControl
-
- CompareControl.DatabaseRole - Enum in liquibase.diff.compare
-
- CompareControl.SchemaComparison - Class in liquibase.diff.compare
-
- compareObjectType(Class<T>, DatabaseSnapshot, DatabaseSnapshot, DiffResult) - Method in class liquibase.diff.core.StandardDiffGenerator
-
- compareTo(DatabaseChangeLog) - Method in class liquibase.changelog.DatabaseChangeLog
-
- compareTo(Object) - Method in class liquibase.structure.AbstractDatabaseObject
-
- compareTo(Object) - Method in class liquibase.structure.core.Column
-
- compareTo(Object) - Method in class liquibase.structure.core.ForeignKey
-
- compareTo(Object) - Method in class liquibase.structure.core.Index
-
- compareTo(Object) - Method in class liquibase.structure.core.PrimaryKey
-
- compareTo(Object) - Method in class liquibase.structure.core.Relation
-
- compareTo(Object) - Method in class liquibase.structure.core.UniqueConstraint
-
- CompositePackageScanFilter - Class in liquibase.servicelocator
-
CompositePackageScanFilter
allows multiple
PackageScanFilter
s to be composed into a single filter.
- CompositePackageScanFilter() - Constructor for class liquibase.servicelocator.CompositePackageScanFilter
-
- CompositePackageScanFilter(Set<PackageScanFilter>) - Constructor for class liquibase.servicelocator.CompositePackageScanFilter
-
- CompositeResourceAccessor - Class in liquibase.resource
-
A FileOpener that will search in a List of other FileOpeners until it finds
one that has a resource of the appropriate name and path.
- CompositeResourceAccessor(List<ResourceAccessor>) - Constructor for class liquibase.resource.CompositeResourceAccessor
-
Creates a Composite Opener with the list specified.
- CompositeResourceAccessor(ResourceAccessor...) - Constructor for class liquibase.resource.CompositeResourceAccessor
-
Creates a CompositeFileOpener with 2 entries.
- COMPUTE - Static variable in class liquibase.change.ChangeParameterMetaData
-
- compute(String) - Static method in class liquibase.change.CheckSum
-
Compute a checksum of the given string.
- compute(InputStream, boolean) - Static method in class liquibase.change.CheckSum
-
Compute a checksum of the given data stream.
- computeMD5(String) - Static method in class liquibase.util.MD5Util
-
- computeMD5(InputStream) - Static method in class liquibase.util.MD5Util
-
- concat(String, String) - Static method in class liquibase.util.file.FilenameUtils
-
Concatenates a filename to a base path using normal command line style rules.
- Conditional - Interface in liquibase.precondition
-
- configureClassLoader() - Method in class liquibase.integration.commandline.Main
-
- ConstraintsConfig - Class in liquibase.change
-
The standard configuration used by Change classes to represent a constraints on a column.
- ConstraintsConfig() - Constructor for class liquibase.change.ConstraintsConfig
-
- contains(DatabaseObject) - Method in class liquibase.structure.DatabaseObjectCollection
-
- containsColumn(String) - Method in class liquibase.snapshot.CachedRow
-
- ContextChangeSetFilter - Class in liquibase.changelog.filter
-
- ContextChangeSetFilter() - Constructor for class liquibase.changelog.filter.ContextChangeSetFilter
-
- ContextChangeSetFilter(String...) - Constructor for class liquibase.changelog.filter.ContextChangeSetFilter
-
- ContextChangeSetFilter(Contexts) - Constructor for class liquibase.changelog.filter.ContextChangeSetFilter
-
- contextDestroyed(ServletContextEvent) - Method in class liquibase.integration.servlet.LiquibaseServletListener
-
- contextInitialized(ServletContextEvent) - Method in class liquibase.integration.servlet.LiquibaseServletListener
-
- Contexts - Class in liquibase
-
- 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
-
- convertNumberToTargetClass(Number, Class) - Static method in class liquibase.util.NumberUtils
-
Convert the given number into an instance of the given target class.
- convertToForeignKeyConstraintType(Integer, Database) - Method in class liquibase.snapshot.jvm.ForeignKeySnapshotGenerator
-
- convertValue(String, PropertyDescriptor) - Method in class liquibase.util.csv.opencsv.bean.CsvToBean
-
- copy() - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
-
- copy(InputStream, OutputStream) - Static method in class liquibase.util.StreamUtil
-
- CopyRowsGenerator - Class in liquibase.sqlgenerator.core
-
- CopyRowsGenerator() - Constructor for class liquibase.sqlgenerator.core.CopyRowsGenerator
-
- CopyRowsStatement - Class in liquibase.statement.core
-
- CopyRowsStatement(String, String, List<ColumnConfig>) - Constructor for class liquibase.statement.core.CopyRowsStatement
-
- copyThisColumn(ColumnConfig) - Method in interface liquibase.database.core.SQLiteDatabase.AlterTableVisitor
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.DB2Database
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.DerbyDatabase
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.FirebirdDatabase
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.MySQLDatabase
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in class liquibase.database.core.PostgresDatabase
-
- correctObjectName(String, Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
-
Fix the object name to the format the database expects, handling changes in case, etc.
- correctSchema(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- correctSchema(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
-
- correctSchema(CatalogAndSchema) - Method in interface liquibase.database.Database
-
Returns a new CatalogAndSchema adjusted for this database.
- CountChangeSetFilter - Class in liquibase.changelog.filter
-
- CountChangeSetFilter(int) - Constructor for class liquibase.changelog.filter.CountChangeSetFilter
-
- create(String) - Method in class liquibase.change.ChangeFactory
-
Create a new Change implementation for the given change name.
- create(String) - Method in class liquibase.database.PreparedStatementFactory
-
Create a PreparedStatement
object,
sql pre-compilation might take place, depending on driver support.
- create(String) - Method in class liquibase.precondition.PreconditionFactory
-
Create a new Precondition subclass based on the given tag name.
- create(String) - Method in class liquibase.sql.visitor.SqlVisitorFactory
-
Create a new Change subclass based on the given tag name.
- createBean() - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
-
- createBean() - Method in interface liquibase.util.csv.opencsv.bean.MappingStrategy
-
- 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
-
- 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.
- 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
-
- CreateDatabaseChangeLogTableGeneratorFirebird - Class in liquibase.sqlgenerator.core
-
- CreateDatabaseChangeLogTableGeneratorFirebird() - Constructor for class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorFirebird
-
- 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
-
- createDatabaseObject(String, String, String, String, String, String, String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- createDatabaseObject(ClassLoader, String, String, String, String, String, String, boolean, boolean, String, String, String, String) - Static method in class liquibase.integration.commandline.CommandLineUtils
-
- createDescriptionMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
- createExampleValueMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
- createHandler() - Method in class liquibase.integration.ant.BaseLiquibaseTask.LogRedirector
-
- 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
-
- 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, String...) - 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.RenameTableChange
-
- createInverses() - Method in class liquibase.change.core.RenameViewChange
-
- createInverses() - Method in class liquibase.change.core.TagDatabaseChange
-
- createLiquibase() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- createMustEqualExistingMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
- createNode(LiquibaseSerializable) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
-
- createNode(String, String, String) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
-
- createNode(ColumnConfig) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
-
- createOutputWriter() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- createPrintStream() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- CreateProcedureChange - Class in liquibase.change.core
-
- CreateProcedureChange() - Constructor for class liquibase.change.core.CreateProcedureChange
-
- 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
-
- createRequiredDatabasesMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
- 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
-
- CreateSequenceStatement - Class in liquibase.statement.core
-
- CreateSequenceStatement(String, String, String) - Constructor for class liquibase.statement.core.CreateSequenceStatement
-
- createSerializationTypeMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
- createSinceMetaData(String, DatabaseChangeProperty) - Method in class liquibase.change.AbstractChange
-
- createsIndexesForForeignKeys() - Method in class liquibase.database.AbstractJdbcDatabase
-
- createsIndexesForForeignKeys() - Method in class liquibase.database.core.FirebirdDatabase
-
- createsIndexesForForeignKeys() - Method in class liquibase.database.core.H2Database
-
- createsIndexesForForeignKeys() - Method in class liquibase.database.core.MySQLDatabase
-
- createsIndexesForForeignKeys() - Method in interface liquibase.database.Database
-
- createSnapshot(CatalogAndSchema, Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
- createSnapshot(CatalogAndSchema[], Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
- createSnapshot(DatabaseObject[], Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
- createSnapshot(T, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
- createSnapshot(T, Database, SnapshotControl) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
- createStatement(String, String, String) - Method in class liquibase.change.core.LoadDataChange
-
- createStatement(String, String, String) - Method in class liquibase.change.core.LoadUpdateDataChange
-
- createStatement() - Method in class liquibase.database.jvm.JdbcConnection
-
- createStatement(int, int, int) - Method in class liquibase.database.jvm.JdbcConnection
-
- createStatement(int, int) - Method in class liquibase.database.jvm.JdbcConnection
-
- 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) - 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
-
- CreateViewChange - Class in liquibase.change.core
-
Creates a new view.
- CreateViewChange() - Constructor for class liquibase.change.core.CreateViewChange
-
- CreateViewGenerator - Class in liquibase.sqlgenerator.core
-
- CreateViewGenerator() - Constructor for class liquibase.sqlgenerator.core.CreateViewGenerator
-
- CreateViewGeneratorInformix - Class in liquibase.sqlgenerator.core
-
- CreateViewGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
-
- CreateViewStatement - Class in liquibase.statement.core
-
- CreateViewStatement(String, String, String, String, boolean) - Constructor for class liquibase.statement.core.CreateViewStatement
-
- CSVReader - Class in liquibase.util.csv
-
- CSVReader(Reader) - Constructor for class liquibase.util.csv.CSVReader
-
- CSVReader(Reader, char) - Constructor for class liquibase.util.csv.CSVReader
-
- CSVReader(Reader, char, char) - Constructor for class liquibase.util.csv.CSVReader
-
- CSVReader(Reader, char, char, int) - Constructor for class liquibase.util.csv.CSVReader
-
- CSVReader - Class in liquibase.util.csv.opencsv
-
A very simple CSV reader released under a commercial-friendly license.
- CSVReader(Reader) - Constructor for class liquibase.util.csv.opencsv.CSVReader
-
Constructs CSVReader using a comma for the separator.
- CSVReader(Reader, char) - Constructor for class liquibase.util.csv.opencsv.CSVReader
-
Constructs CSVReader with supplied separator.
- CSVReader(Reader, char, char) - Constructor for class liquibase.util.csv.opencsv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CSVReader(Reader, char, char, int) - Constructor for class liquibase.util.csv.opencsv.CSVReader
-
Constructs CSVReader with supplied separator and quote char.
- CsvToBean - Class in liquibase.util.csv.opencsv.bean
-
- CsvToBean() - Constructor for class liquibase.util.csv.opencsv.bean.CsvToBean
-
- CSVWriter - Class in liquibase.util.csv
-
- CSVWriter(Writer) - Constructor for class liquibase.util.csv.CSVWriter
-
- CSVWriter(Writer, char) - Constructor for class liquibase.util.csv.CSVWriter
-
- CSVWriter(Writer, char, char) - Constructor for class liquibase.util.csv.CSVWriter
-
- CSVWriter(Writer, char, char, char) - Constructor for class liquibase.util.csv.CSVWriter
-
- CSVWriter(Writer, char, char, String) - Constructor for class liquibase.util.csv.CSVWriter
-
- CSVWriter(Writer, char, char, char, String) - Constructor for class liquibase.util.csv.CSVWriter
-
- CSVWriter - Class in liquibase.util.csv.opencsv
-
A very simple CSV writer released under a commercial-friendly license.
- CSVWriter(Writer) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
-
Constructs CSVWriter using a comma for the separator.
- CSVWriter(Writer, char) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
-
Constructs CSVWriter with supplied separator.
- CSVWriter(Writer, char, char) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(Writer, char, char, char) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(Writer, char, char, String) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
-
Constructs CSVWriter with supplied separator and quote char.
- CSVWriter(Writer, char, char, char, String) - Constructor for class liquibase.util.csv.opencsv.CSVWriter
-
Constructs CSVWriter with supplied separator, quote char, escape char and line ending.
- CurrencyType - Class in liquibase.datatype.core
-
- CurrencyType() - Constructor for class liquibase.datatype.core.CurrencyType
-
- CURRENT_DATE_TIME_PLACE_HOLDER - Static variable in class liquibase.statement.DatabaseFunction
-
String value used for comparison.
- currentDateTimeFunction - Variable in class liquibase.database.AbstractJdbcDatabase
-
- currentDateTimeFunction - Variable in class liquibase.integration.commandline.Main
-
- CustomChange - Interface in liquibase.change.custom
-
Interface to implement when creating a custom change.
- CustomChangeException - Exception in liquibase.exception
-
- CustomChangeException() - Constructor for exception liquibase.exception.CustomChangeException
-
- CustomChangeException(String) - Constructor for exception liquibase.exception.CustomChangeException
-
- CustomChangeException(String, Throwable) - Constructor for exception liquibase.exception.CustomChangeException
-
- CustomChangeException(Throwable) - Constructor for exception liquibase.exception.CustomChangeException
-
- CustomChangeWrapper - Class in liquibase.change.custom
-
Adapts CustomChange implementations to the standard change system used by Liquibase.
- CustomChangeWrapper() - Constructor for class liquibase.change.custom.CustomChangeWrapper
-
- CustomPrecondition - Interface in liquibase.precondition
-
- CustomPreconditionErrorException - Exception in liquibase.exception
-
Thrown when a precondition failed.
- CustomPreconditionErrorException(String) - Constructor for exception liquibase.exception.CustomPreconditionErrorException
-
- CustomPreconditionErrorException(String, Throwable) - Constructor for exception liquibase.exception.CustomPreconditionErrorException
-
- CustomPreconditionFailedException - Exception in liquibase.exception
-
Thrown when a precondition failed.
- CustomPreconditionFailedException(String) - Constructor for exception liquibase.exception.CustomPreconditionFailedException
-
- CustomPreconditionFailedException(String, Throwable) - Constructor for exception liquibase.exception.CustomPreconditionFailedException
-
- CustomPreconditionWrapper - Class in liquibase.precondition
-
- CustomPreconditionWrapper() - Constructor for class liquibase.precondition.CustomPreconditionWrapper
-
- CustomResolverServiceLocator - Class in liquibase.servicelocator
-
Allows overriding of the resolver class.
- CustomResolverServiceLocator(PackageScanClassResolver) - Constructor for class liquibase.servicelocator.CustomResolverServiceLocator
-
- CustomResolverServiceLocator(PackageScanClassResolver, ResourceAccessor) - Constructor for class liquibase.servicelocator.CustomResolverServiceLocator
-
- customResourceLocator(URL) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
-
- CustomSqlChange - Interface in liquibase.change.custom
-
Interface to implement when creating a custom change that generates SQL.
- CustomSqlRollback - Interface in liquibase.change.custom
-
Interface to implement that allows rollback of a custom sql change.
- CustomTaskChange - Interface in liquibase.change.custom
-
Interface to implement when creating a custom change that does not actually generate SQL.
- CustomTaskRollback - Interface in liquibase.change.custom
-
Interface to implement that allows rollback of a custom task change.
- generate(Database) - Method in class liquibase.statement.core.RuntimeStatement
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.AbstractJdbcDatabase
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.MSSQLDatabase
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.MySQLDatabase
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.PostgresDatabase
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SQLiteDatabase
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SybaseASADatabase
-
- generateAutoIncrementBy(BigInteger) - Method in class liquibase.database.core.SybaseDatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.AbstractJdbcDatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.MSSQLDatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.MySQLDatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.PostgresDatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SQLiteDatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SybaseASADatabase
-
- generateAutoIncrementStartWith(BigInteger) - Method in class liquibase.database.core.SybaseDatabase
-
- generateChangeLog(CatalogAndSchema, DiffToChangeLog, PrintStream, Class<? extends DatabaseObject>...) - Method in class liquibase.Liquibase
-
- GenerateChangeLogTask - Class in liquibase.integration.ant
-
- GenerateChangeLogTask() - Constructor for class liquibase.integration.ant.GenerateChangeLogTask
-
- generateChangeSet(Change, ObjectQuotingStrategy) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- generateChangeSets() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- generateCheckSum() - Method in class liquibase.change.AbstractChange
-
- generateCheckSum() - Method in class liquibase.change.AbstractSQLChange
-
Calculates the checksum based on the contained SQL.
- generateCheckSum() - Method in interface liquibase.change.Change
-
Calculates the checksum of this Change based on the current configuration.
- generateCheckSum() - Method in class liquibase.change.core.CreateProcedureChange
-
Calculates the checksum based on the contained SQL.
- generateCheckSum() - Method in class liquibase.change.core.LoadDataChange
-
- generateCheckSum() - Method in class liquibase.changelog.ChangeSet
-
- generateCheckSum() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- generateCheckSum() - Method in interface liquibase.sql.visitor.SqlVisitor
-
- generateCountSql(TableRowCountStatement, Database) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
-
- generateDatabaseFunctionValue(DatabaseFunction) - Method in class liquibase.database.AbstractJdbcDatabase
-
- 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
-
- generateDocumentation(String) - Method in class liquibase.Liquibase
-
- generateDocumentation(String, String) - Method in class liquibase.Liquibase
-
- generateDocumentation(String, Contexts) - Method in class liquibase.Liquibase
-
- generateId() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- generatePrimaryKeyName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- generatePrimaryKeyName(String) - Method in class liquibase.database.core.DB2Database
-
- generatePrimaryKeyName(String) - Method in class liquibase.database.core.OracleDatabase
-
- generatePrimaryKeyName(String) - Method in interface liquibase.database.Database
-
- 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.ExecuteShellCommandChange
-
- generateRollbackStatementsVolatile(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
- 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.AddColumnGeneratorDefaultClauseBeforeNotNull
-
- generateSql(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
-
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGenerator
-
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby
-
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
-
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL
-
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
-
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle
-
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
-
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
-
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
-
- generateSql(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueSQLite
-
- generateSql(AddForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
-
- generateSql(AddPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
-
- generateSql(AddPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
-
- generateSql(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
-
- generateSql(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
-
- generateSql(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
-
- generateSql(AlterSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AlterSequenceGenerator
-
- generateSql(ClearDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
-
- generateSql(CommentStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CommentGenerator
-
- generateSql(CopyRowsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
-
- generateSql(CreateDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
-
- generateSql(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- generateSql(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
-
- generateSql(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
-
- generateSql(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
-
- generateSql(CreateProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
-
- generateSql(CreateSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
-
- generateSql(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGenerator
-
- generateSql(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
-
- generateSql(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGenerator
-
- generateSql(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
-
- generateSql(DeleteStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DeleteGenerator
-
- generateSql(DropColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropColumnGenerator
-
- generateSql(DropDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
-
- generateSql(DropForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
-
- generateSql(DropIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropIndexGenerator
-
- generateSql(DropPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
-
- generateSql(DropProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropProcedureGenerator
-
- generateSql(DropSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
-
- generateSql(DropTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropTableGenerator
-
- generateSql(DropUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
-
- generateSql(DropViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropViewGenerator
-
- generateSql(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorDB2
-
- generateSql(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorHsql
-
- generateSql(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMSSQL
-
- generateSql(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMySQL
-
- generateSql(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorOracle
-
- generateSql(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorPostgres
-
- generateSql(GetNextChangeSetSequenceValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGenerator
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
-
- generateSql(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
-
- generateSql(InitializeDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
-
- generateSql(InsertExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertDataChangeGenerator
-
- generateSql(InsertStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertGenerator
-
- generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- generateSql(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
-
- generateSql(LockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
-
- generateSql(MarkChangeSetRanStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
-
- generateSql(ModifyDataTypeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
-
- generateSql(RawSqlStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RawSqlGenerator
-
- generateSql(ReindexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
-
- generateSql(RemoveChangeSetRanStatusStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RemoveChangeSetRanStatusGenerator
-
- generateSql(RenameColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
-
- generateSql(RenameTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
-
- generateSql(RenameViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
-
- generateSql(ReorganizeTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
-
- generateSql(RuntimeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RuntimeGenerator
-
- generateSql(SelectFromDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator
-
- generateSql(SelectFromDatabaseChangeLogLockStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator
-
- generateSql(SetColumnRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
-
- generateSql(SetNullableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
-
- generateSql(SetTableRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
-
- generateSql(StoredProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.StoredProcedureGenerator
-
- generateSql(TableRowCountStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
-
- generateSql(TagDatabaseStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TagDatabaseGenerator
-
- generateSql(UnlockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator
-
- generateSql(UpdateChangeSetChecksumStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateChangeSetChecksumGenerator
-
- generateSql(UpdateExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateDataChangeGenerator
-
- generateSql(UpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateGenerator
-
- generateSql(StatementType, Database, SqlGeneratorChain) - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Generate the actual Sql for the given statement and database.
- generateSql(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorChain
-
- generateSql(SqlStatement[], Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
- generateSql(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
- generateSql(List<ColumnConfig>) - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
- generateSql(List<ColumnConfig>) - Method in class liquibase.statement.InsertExecutablePreparedStatement
-
- generateSql(List<ColumnConfig>) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
-
- generateStatements(Database) - Method in class liquibase.change.AbstractSQLChange
-
Generates one or more SqlStatements depending on how the SQL should be parsed.
- generateStatements(Database) - Method in interface liquibase.change.Change
-
Generates the
SqlStatement
objects required to run the change for the given database.
- generateStatements(Database) - Method in class liquibase.change.core.AddAutoIncrementChange
-
- generateStatements(Database) - Method in class liquibase.change.core.AddColumnChange
-
- generateStatements(Database) - Method in class liquibase.change.core.AddDefaultValueChange
-
- generateStatements(Database) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- generateStatements(Database) - Method in class liquibase.change.core.AddLookupTableChange
-
- generateStatements(Database) - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- generateStatements(Database) - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- generateStatements(Database) - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- generateStatements(Database) - Method in class liquibase.change.core.AlterSequenceChange
-
- generateStatements(Database) - Method in class liquibase.change.core.CreateIndexChange
-
- generateStatements(Database) - Method in class liquibase.change.core.CreateProcedureChange
-
- generateStatements(String, String, Database) - Method in class liquibase.change.core.CreateProcedureChange
-
- generateStatements(Database) - Method in class liquibase.change.core.CreateSequenceChange
-
- generateStatements(Database) - Method in class liquibase.change.core.CreateTableChange
-
- generateStatements(Database) - Method in class liquibase.change.core.CreateViewChange
-
- generateStatements(Database) - Method in class liquibase.change.core.DeleteDataChange
-
- generateStatements(Database) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
-
- generateStatements(Database) - Method in class liquibase.change.core.DropColumnChange
-
- generateStatements(Database) - Method in class liquibase.change.core.DropDefaultValueChange
-
- generateStatements(Database) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
-
- generateStatements(Database) - Method in class liquibase.change.core.DropIndexChange
-
- generateStatements(Database) - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- generateStatements(Database) - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- generateStatements(Database) - Method in class liquibase.change.core.DropProcedureChange
-
- generateStatements(Database) - Method in class liquibase.change.core.DropSequenceChange
-
- generateStatements(Database) - Method in class liquibase.change.core.DropTableChange
-
- generateStatements(Database) - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- generateStatements(Database) - Method in class liquibase.change.core.DropViewChange
-
- generateStatements(Database) - Method in class liquibase.change.core.EmptyChange
-
- generateStatements(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- generateStatements(Database) - Method in class liquibase.change.core.InsertDataChange
-
- generateStatements(Database) - Method in class liquibase.change.core.LoadDataChange
-
- generateStatements(Database) - Method in class liquibase.change.core.MergeColumnChange
-
- generateStatements(Database) - Method in class liquibase.change.core.ModifyDataTypeChange
-
- generateStatements(Database) - Method in class liquibase.change.core.RenameColumnChange
-
- 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.StopChange
-
- generateStatements(Database) - Method in class liquibase.change.core.TagDatabaseChange
-
- generateStatements(Database) - Method in class liquibase.change.core.UpdateDataChange
-
- generateStatements(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
-
- generateStatements(Database) - Method in interface liquibase.change.custom.CustomSqlChange
-
Generates the SQL statements required to run the change
- generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
-
- generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
-
- generateStatementsIsVolatile(Database) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
-
- generateStatementsIsVolatile(Database) - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Does this change require access to the database metadata? If true, the change cannot be used in an updateSql-style command.
- generateStatementsVolatile(Database) - Method in class liquibase.change.AbstractChange
-
- generateStatementsVolatile(Database) - Method in class liquibase.change.AbstractSQLChange
-
- generateStatementsVolatile(Database) - Method in interface liquibase.change.Change
-
- generateStatementsVolatile(Database) - Method in class liquibase.change.core.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.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.
- GENERIC_CHANGELOG_EXTENSION_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
-
- GENERIC_EXTENSION_XSD - Static variable in class liquibase.parser.core.xml.StandardNamespaceDetails
-
- GENERIC_SNAPSHOT_EXTENSION_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
-
- get(String) - Method in class liquibase.snapshot.CachedRow
-
- get(DatabaseObjectType) - Method in class liquibase.snapshot.DatabaseSnapshot
-
Returns the object described by the passed example if it is already included in this snapshot.
- get(Class<DatabaseObjectType>) - Method in class liquibase.snapshot.DatabaseSnapshot
-
Returns all objects of the given type that are already included in this snapshot.
- get(DatabaseObjectType) - Method in class liquibase.structure.DatabaseObjectCollection
-
Returns the object described by the passed example if it is already included in this snapshot.
- get(Class<DatabaseObjectType>) - Method in class liquibase.structure.DatabaseObjectCollection
-
Returns all objects of the given type that are already included in this snapshot.
- getAbsolutePath(String) - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
Gets absolute and normalized path for path.
- getAddAfterColumn() - Method in class liquibase.statement.core.AddColumnStatement
-
- getAddAtPosition() - Method in class liquibase.statement.core.AddColumnStatement
-
- getAddBeforeColumn() - Method in class liquibase.statement.core.AddColumnStatement
-
- 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
-
- getAffectedDatabaseObjects(Database) - Method in class liquibase.change.AbstractChange
-
- getAffectedDatabaseObjects(Database) - Method in interface liquibase.change.Change
-
Returns example
DatabaseObject
instances describing the objects affected by this change.
- getAffectedDatabaseObjects() - Method in class liquibase.sql.SingleLineComment
-
- getAffectedDatabaseObjects() - Method in interface liquibase.sql.Sql
-
- getAffectedDatabaseObjects() - Method in class liquibase.sql.UnparsedSql
-
- getAffectedDatabaseObjects(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
- getAffectedForeignKey(AddForeignKeyConstraintStatement) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
-
- getAffectedForeignKey(DropForeignKeyConstraintStatement) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
-
- getAffectedIndex(CreateIndexStatement) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
-
- getAffectedIndex(DropIndexStatement) - Method in class liquibase.sqlgenerator.core.DropIndexGenerator
-
- getAffectedNewColumn(RenameColumnStatement) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
-
- 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
-
- 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(ModifyDataTypeStatement) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
-
- getAffectedTable(ReorganizeTableStatement) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
-
- getAffectedTable(SetTableRemarksStatement) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
-
- getAffectedTable(UpdateStatement) - Method in class liquibase.sqlgenerator.core.UpdateGenerator
-
- getAffectedUniqueConstraint(AddUniqueConstraintStatement) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
-
- getAffectedUniqueConstraint(DropUniqueConstraintStatement) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
-
- getAffectedView(CreateViewStatement) - Method in class liquibase.sqlgenerator.core.CreateViewGenerator
-
- getAffectedView(DropViewStatement) - Method in class liquibase.sqlgenerator.core.DropViewGenerator
-
- getAfterColumn() - Method in class liquibase.change.AddColumnConfig
-
- getAliases() - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getAliases() - Method in class liquibase.datatype.LiquibaseDataType
-
- getAllChangeNamespaces() - Method in class liquibase.change.ChangeFactory
-
- getAlterTableStatements(SQLiteDatabase.AlterTableVisitor, Database, String, String, String) - Static method in class liquibase.database.core.SQLiteDatabase
-
- getApplicableDbms() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- getApplicableDbms() - Method in interface liquibase.sql.visitor.SqlVisitor
-
- getAppliesTo() - Method in class liquibase.change.ChangeMetaData
-
Returns the types of DatabaseObjects this change would apply to.
- getAssociatedWith() - Method in class liquibase.change.core.CreateIndexChange
-
- getAssociatedWith() - Method in class liquibase.change.core.DropIndexChange
-
- getAssociatedWith() - Method in class liquibase.statement.core.CreateIndexStatement
-
- getAssociatedWith() - Method in class liquibase.statement.core.DropIndexStatement
-
- getAssociatedWith() - Method in class liquibase.structure.core.Index
-
- getAssociatedWithAsString() - Method in class liquibase.structure.core.Index
-
- getAttribute(String, Class<T>) - Method in class liquibase.structure.AbstractDatabaseObject
-
- getAttribute(String, Class<T>) - Method in interface liquibase.structure.DatabaseObject
-
- getAttributes() - Method in class liquibase.structure.AbstractDatabaseObject
-
- getAttributes() - Method in interface liquibase.structure.DatabaseObject
-
- getAuthor() - Method in class liquibase.changelog.ChangeSet
-
- getAuthor() - Method in class liquibase.changelog.RanChangeSet
-
- getAuthor() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- getAuthorColumnSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- getAutoCommit() - Method in interface liquibase.database.DatabaseConnection
-
- getAutoCommit() - Method in class liquibase.database.jvm.JdbcConnection
-
- getAutoCommit() - Method in class liquibase.database.OfflineConnection
-
- getAutoCommitMode() - Method in class liquibase.database.AbstractJdbcDatabase
-
Auto-commit mode to run in
- getAutoCommitMode() - Method in interface liquibase.database.Database
-
Auto-commit mode to run in
- getAutoIncrementByClause() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getAutoIncrementByClause() - Method in class liquibase.database.core.MSSQLDatabase
-
- getAutoIncrementClause(BigInteger, BigInteger) - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns database-specific auto-increment DDL clause.
- getAutoIncrementClause() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.H2Database
-
- getAutoIncrementClause(BigInteger, BigInteger) - Method in class liquibase.database.core.InformixDatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.MSSQLDatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.MySQLDatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.PostgresDatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.SQLiteDatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.SybaseASADatabase
-
- getAutoIncrementClause() - Method in class liquibase.database.core.SybaseDatabase
-
- getAutoIncrementClause(BigInteger, BigInteger) - Method in interface liquibase.database.Database
-
- 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
-
- getBackingIndex() - Method in class liquibase.structure.core.ForeignKey
-
- getBackingIndex() - Method in class liquibase.structure.core.PrimaryKey
-
- getBackingIndex() - Method in class liquibase.structure.core.UniqueConstraint
-
- getBaseColumnNames() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getBaseColumnNames() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- getBaseName(String) - Static method in class liquibase.util.file.FilenameUtils
-
Gets the base name, minus the full path and extension, from a full filename.
- getBaseTableCatalogName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getBaseTableCatalogName() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
-
- getBaseTableCatalogName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
-
- getBaseTableCatalogName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- getBaseTableCatalogName() - Method in class liquibase.statement.core.DropForeignKeyConstraintStatement
-
- getBaseTableCatalogName() - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
-
- getBaseTableName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getBaseTableName() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
-
- getBaseTableName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
-
- getBaseTableName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- getBaseTableName() - Method in class liquibase.statement.core.DropForeignKeyConstraintStatement
-
- getBaseTableName() - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
-
- getBaseTableSchemaName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getBaseTableSchemaName() - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
-
- getBaseTableSchemaName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
-
- getBaseTableSchemaName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- getBaseTableSchemaName() - Method in class liquibase.statement.core.DropForeignKeyConstraintStatement
-
- getBaseTableSchemaName() - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
-
- getBeforeColumn() - Method in class liquibase.change.AddColumnConfig
-
- getBody() - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- getBoolean(String) - Method in class liquibase.snapshot.CachedRow
-
- getBuildVersion() - Static method in class liquibase.util.LiquibaseUtil
-
- getCatalog() - Method in interface liquibase.database.DatabaseConnection
-
- getCatalog() - Method in class liquibase.database.jvm.JdbcConnection
-
- getCatalog() - Method in class liquibase.database.OfflineConnection
-
- getCatalog() - Method in class liquibase.integration.ant.DropAllTask
-
- getCatalog() - Method in class liquibase.structure.core.Schema
-
- getCatalogName() - Method in class liquibase.CatalogAndSchema
-
- getCatalogName() - Method in class liquibase.change.core.AbstractModifyDataChange
-
- getCatalogName() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getCatalogName() - Method in class liquibase.change.core.AddColumnChange
-
- getCatalogName() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getCatalogName() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- getCatalogName() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- getCatalogName() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getCatalogName() - Method in class liquibase.change.core.AlterSequenceChange
-
- getCatalogName() - Method in class liquibase.change.core.CreateIndexChange
-
- getCatalogName() - Method in class liquibase.change.core.CreateProcedureChange
-
- getCatalogName() - Method in class liquibase.change.core.CreateSequenceChange
-
- getCatalogName() - Method in class liquibase.change.core.CreateTableChange
-
- getCatalogName() - Method in class liquibase.change.core.CreateViewChange
-
- getCatalogName() - Method in class liquibase.change.core.DropColumnChange
-
- getCatalogName() - Method in class liquibase.change.core.DropDefaultValueChange
-
- getCatalogName() - Method in class liquibase.change.core.DropIndexChange
-
- getCatalogName() - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- getCatalogName() - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- getCatalogName() - Method in class liquibase.change.core.DropProcedureChange
-
- getCatalogName() - Method in class liquibase.change.core.DropSequenceChange
-
- getCatalogName() - Method in class liquibase.change.core.DropTableChange
-
- getCatalogName() - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- getCatalogName() - Method in class liquibase.change.core.DropViewChange
-
- getCatalogName() - Method in class liquibase.change.core.InsertDataChange
-
- getCatalogName() - Method in class liquibase.change.core.LoadDataChange
-
- getCatalogName() - Method in class liquibase.change.core.MergeColumnChange
-
- getCatalogName() - Method in class liquibase.change.core.ModifyDataTypeChange
-
- getCatalogName() - Method in class liquibase.change.core.RenameColumnChange
-
- getCatalogName() - Method in class liquibase.change.core.RenameTableChange
-
- getCatalogName() - Method in class liquibase.change.core.RenameViewChange
-
- getCatalogName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- getCatalogName() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
-
- getCatalogName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- getCatalogName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
-
- getCatalogName() - Method in class liquibase.precondition.core.RowCountPrecondition
-
- getCatalogName() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
-
- getCatalogName() - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- getCatalogName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- getCatalogName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
-
- getCatalogName() - Method in class liquibase.statement.core.AddColumnStatement
-
- getCatalogName() - Method in class liquibase.statement.core.AddDefaultValueStatement
-
- getCatalogName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
- getCatalogName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- getCatalogName() - Method in class liquibase.statement.core.AlterSequenceStatement
-
- getCatalogName() - Method in class liquibase.statement.core.ClearDatabaseChangeLogTableStatement
-
- getCatalogName() - Method in class liquibase.statement.core.CreateProcedureStatement
-
- getCatalogName() - Method in class liquibase.statement.core.CreateSequenceStatement
-
- getCatalogName() - Method in class liquibase.statement.core.CreateTableStatement
-
- getCatalogName() - Method in class liquibase.statement.core.CreateViewStatement
-
- getCatalogName() - Method in class liquibase.statement.core.DeleteStatement
-
- getCatalogName() - Method in class liquibase.statement.core.DropColumnStatement
-
- getCatalogName() - Method in class liquibase.statement.core.DropDefaultValueStatement
-
- getCatalogName() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
-
- getCatalogName() - Method in class liquibase.statement.core.DropProcedureStatement
-
- getCatalogName() - Method in class liquibase.statement.core.DropSequenceStatement
-
- getCatalogName() - Method in class liquibase.statement.core.DropTableStatement
-
- getCatalogName() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
-
- getCatalogName() - Method in class liquibase.statement.core.DropViewStatement
-
- getCatalogName() - Method in class liquibase.statement.core.GetViewDefinitionStatement
-
- getCatalogName() - Method in class liquibase.statement.core.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.RenameTableStatement
-
- getCatalogName() - Method in class liquibase.statement.core.RenameViewStatement
-
- getCatalogName() - Method in class liquibase.statement.core.ReorganizeTableStatement
-
- getCatalogName() - Method in class liquibase.statement.core.SetColumnRemarksStatement
-
- getCatalogName() - Method in class liquibase.statement.core.SetNullableStatement
-
- getCatalogName() - Method in class liquibase.statement.core.SetTableRemarksStatement
-
- getCatalogName() - Method in class liquibase.statement.core.TableRowCountStatement
-
- getCatalogName() - Method in class liquibase.statement.core.UpdateStatement
-
- getCatalogName() - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
- getCatalogName() - Method in class liquibase.structure.core.Schema
-
- getCause() - Method in class liquibase.precondition.core.ErrorPrecondition
-
- getChangedObjects() - Method in class liquibase.diff.DiffResult
-
- getChangedObjects(Class<T>) - Method in class liquibase.diff.DiffResult
-
- getChangedObjects(Class<T>, Comparator<DatabaseObject>) - Method in class liquibase.diff.DiffResult
-
- getChangeLog() - Method in class liquibase.changelog.ChangeSet
-
- getChangeLog() - Method in class liquibase.changelog.RanChangeSet
-
- getChangeLogFile() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getChangeLogFile() - Method in class liquibase.integration.servlet.LiquibaseServletListener
-
- getChangeLogFile() - Method in class liquibase.Liquibase
-
Return the change log file used by this Liquibase instance.
- getChangeLogFile() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- getChangeLogParameters() - Method in class liquibase.changelog.ChangeSet
-
- getChangeLogParameters() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getChangeLogParameters() - Method in class liquibase.Liquibase
-
Returns the ChangeLogParameters container used by this Liquibase instance.
- getChangeLogService(Database) - Method in class liquibase.changelog.ChangeLogHistoryServiceFactory
-
- getChangeMetaData(Change) - Method in class liquibase.change.ChangeFactory
-
- getChanges() - Method in class liquibase.changelog.ChangeSet
-
Returns an unmodifiable list of changes.
- 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(String, String, String) - Method in class liquibase.changelog.DatabaseChangeLog
-
- getChangeSet(RanChangeSet) - Method in class liquibase.changelog.DatabaseChangeLog
-
- getChangeSet() - Method in class liquibase.statement.core.MarkChangeSetRanStatement
-
- getChangeSet() - Method in class liquibase.statement.core.RemoveChangeSetRanStatusStatement
-
- getChangeSet() - Method in class liquibase.statement.core.UpdateChangeSetChecksumStatement
-
- getChangeSetAuthor() - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- getChangeSetFilters() - Method in class liquibase.changelog.ChangeLogIterator
-
- getChangeSets() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getChangeValidationExceptions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getCharacterOctetLength() - Method in class liquibase.structure.core.DataType
-
- getCheckConstraint() - Method in class liquibase.change.ConstraintsConfig
-
Returns the check constraint to use on this column.
- getClassLoader() - Method in class liquibase.change.custom.CustomChangeWrapper
-
- getClassLoader() - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- getClassLoaders() - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
-
- getClassLoaders() - Method in interface liquibase.servicelocator.PackageScanClassResolver
-
Gets the ClassLoader instances that should be used when scanning for classes.
- getClassName() - Method in class liquibase.change.custom.CustomChangeWrapper
-
- getClassName() - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- getColumn() - Method in class liquibase.statement.ForeignKeyConstraint
-
- getColumn(String) - Method in class liquibase.structure.core.Relation
-
Returns the column object for the given columnName.
- getColumn1Name() - Method in class liquibase.change.core.MergeColumnChange
-
- getColumn2Name() - Method in class liquibase.change.core.MergeColumnChange
-
- getColumnConfig(int, String) - Method in class liquibase.change.core.LoadDataChange
-
- getColumnDataType() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getColumnDataType() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getColumnDataType() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- getColumnDataType() - Method in class liquibase.change.core.DropDefaultValueChange
-
- getColumnDataType() - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- getColumnDataType() - Method in class liquibase.change.core.RenameColumnChange
-
- getColumnDataType() - Method in class liquibase.statement.core.AddAutoIncrementStatement
-
- getColumnDataType() - Method in class liquibase.statement.core.AddDefaultValueStatement
-
- getColumnDataType() - Method in class liquibase.statement.core.DropDefaultValueStatement
-
- getColumnDataType() - Method in class liquibase.statement.core.RenameColumnStatement
-
- getColumnDataType() - Method in class liquibase.statement.core.SetNullableStatement
-
- getColumnKey(String) - Method in class liquibase.executor.jvm.ColumnMapRowMapper
-
Determine the key to use for the given column in the column Map.
- getColumnMapping() - Method in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
-
- getColumnMapping() - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
-
- getColumnMapRowMapper() - Method in class liquibase.executor.jvm.JdbcExecutor
-
Create a new RowMapper for reading columns as key-value pairs.
- getColumnName() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getColumnName() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getColumnName() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- getColumnName() - Method in class liquibase.change.core.DropColumnChange
-
- getColumnName() - Method in class liquibase.change.core.DropDefaultValueChange
-
- getColumnName() - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- getColumnName() - Method in class liquibase.change.core.ModifyDataTypeChange
-
- getColumnName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- getColumnName() - Method in class liquibase.statement.AutoIncrementConstraint
-
- getColumnName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
-
- getColumnName() - Method in class liquibase.statement.core.AddColumnStatement
-
- getColumnName() - Method in class liquibase.statement.core.AddDefaultValueStatement
-
- getColumnName() - Method in class liquibase.statement.core.DropColumnStatement
-
- getColumnName() - Method in class liquibase.statement.core.DropDefaultValueStatement
-
- getColumnName() - Method in class liquibase.statement.core.ModifyDataTypeStatement
-
- getColumnName() - Method in class liquibase.statement.core.SetColumnRemarksStatement
-
- getColumnName() - Method in class liquibase.statement.core.SetNullableStatement
-
- getColumnName() - Method in class liquibase.statement.NotNullConstraint
-
- getColumnName(int) - Method in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
-
- getColumnName(int) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
-
- getColumnName(int) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
-
- getColumnNames() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- getColumnNames() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getColumnNames() - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- getColumnNames() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
- getColumnNames() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- getColumnNames() - Method in class liquibase.structure.core.Index
-
- getColumnNames() - Method in class liquibase.structure.core.PrimaryKey
-
- getColumnNames() - Method in class liquibase.structure.core.UniqueConstraint
-
- getColumnNamesAsList() - Method in class liquibase.structure.core.PrimaryKey
-
- getColumnRemarks(String) - Method in class liquibase.statement.core.CreateTableStatement
-
- getColumns() - Method in interface liquibase.change.ChangeWithColumns
-
- getColumns() - Method in class liquibase.change.core.AddColumnChange
-
- getColumns() - Method in class liquibase.change.core.CreateIndexChange
-
- getColumns() - Method in class liquibase.change.core.CreateTableChange
-
- getColumns() - Method in class liquibase.change.core.InsertDataChange
-
- getColumns() - Method in class liquibase.change.core.LoadDataChange
-
- getColumns() - Method in class liquibase.change.core.UpdateDataChange
-
- getColumns(String, String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
Return the columns for the given catalog, schema, table, and column.
- getColumns() - Method in class liquibase.statement.core.CreateIndexStatement
-
- getColumns() - Method in class liquibase.statement.core.CreateTableStatement
-
- 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.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
-
- getComment() - Method in class liquibase.change.core.RawSQLChange
-
- getComments() - Method in class liquibase.change.core.CreateProcedureChange
-
- getComments() - Method in class liquibase.changelog.ChangeSet
-
- getComments() - Method in class liquibase.changelog.RanChangeSet
-
- getComparators(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
-
- getCompareControl() - Method in class liquibase.diff.DiffResult
-
- getComparedTypes() - Method in class liquibase.diff.compare.CompareControl
-
- getComparedTypes() - Method in class liquibase.diff.DiffResult
-
- getComparedValue() - Method in class liquibase.diff.Difference
-
- getComparisonSchema() - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
-
- getComparisonSnapshot() - Method in class liquibase.diff.DiffResult
-
- getConcatSql(String...) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getConcatSql(String...) - Method in class liquibase.database.core.H2Database
-
- getConcatSql(String...) - Method in class liquibase.database.core.HsqlDatabase
-
- getConcatSql(String...) - Method in class liquibase.database.core.MSSQLDatabase
-
- getConcatSql(String...) - Method in class liquibase.database.core.MySQLDatabase
-
- getConcatSql(String...) - Method in class liquibase.database.core.SybaseDatabase
-
- getConcatSql(String...) - Method in interface liquibase.database.Database
-
Returns SQL to concat the passed values.
- 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.RawSQLChange
-
- getConfirmationMessage() - Method in class liquibase.change.core.RenameColumnChange
-
- getConfirmationMessage() - Method in class liquibase.change.core.RenameTableChange
-
- getConfirmationMessage() - Method in class liquibase.change.core.RenameViewChange
-
- getConfirmationMessage() - Method in class liquibase.change.core.SQLFileChange
-
- getConfirmationMessage() - Method in class liquibase.change.core.StopChange
-
- getConfirmationMessage() - Method in class liquibase.change.core.TagDatabaseChange
-
- getConfirmationMessage() - Method in class liquibase.change.core.UpdateDataChange
-
- getConfirmationMessage() - Method in interface liquibase.change.custom.CustomChange
-
Confirmation message to be displayed after the change is executed
- getConfirmationMessage() - Method in class liquibase.change.custom.CustomChangeWrapper
-
- getConnection() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getConnection() - Method in interface liquibase.database.Database
-
- getConnectionCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getConnectionCatalogName() - Method in class liquibase.database.core.DerbyDatabase
-
- getConnectionCatalogName() - Method in class liquibase.database.core.HsqlDatabase
-
- getConnectionCatalogName() - Method in class liquibase.database.core.OracleDatabase
-
- getConnectionSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
-
Overwrite this method to get the default schema name for the connection.
- getConnectionSchemaName() - Method in class liquibase.database.core.H2Database
-
- getConnectionSchemaName() - Method in class liquibase.database.core.HsqlDatabase
-
- getConnectionSchemaName() - Method in class liquibase.database.core.MSSQLDatabase
-
- getConnectionSchemaName() - Method in class liquibase.database.core.PostgresDatabase
-
- getConnectionSchemaName() - Method in class liquibase.database.core.SybaseASADatabase
-
- getConnectionSchemaName() - Method in class liquibase.database.core.SybaseDatabase
-
- getConnectionUserName() - Method in interface liquibase.database.DatabaseConnection
-
- getConnectionUserName() - Method in class liquibase.database.jvm.JdbcConnection
-
- getConnectionUserName() - Method in class liquibase.database.OfflineConnection
-
- getConstraintName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getConstraintName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getConstraintName() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- getConstraintName() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getConstraintName() - Method in class liquibase.change.core.DropForeignKeyConstraintChange
-
- getConstraintName() - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- getConstraintName() - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- getConstraintName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- getConstraintName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
- getConstraintName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- getConstraintName() - Method in class liquibase.statement.core.DropForeignKeyConstraintStatement
-
- getConstraintName() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
-
- getConstraintName() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
-
- getConstraintName() - Method in class liquibase.statement.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
-
- getContainerTypes(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
- getContainingObjects() - Method in class liquibase.database.AbstractJdbcDatabase
-
- 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
-
- getContentLength(InputStream) - Static method in class liquibase.util.StreamUtil
-
- getContentLength(Reader) - Static method in class liquibase.util.StreamUtil
-
- getContexts() - Method in class liquibase.changelog.ChangeLogParameters
-
- getContexts() - Method in class liquibase.changelog.ChangeSet
-
- getContexts() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getContexts() - Method in class liquibase.integration.servlet.LiquibaseServletListener
-
- getContexts() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- getContexts() - Method in interface liquibase.sql.visitor.SqlVisitor
-
- getCopyColumns() - Method in class liquibase.statement.core.CopyRowsStatement
-
- getCreated() - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- getCSVReader() - Method in class liquibase.change.core.LoadDataChange
-
- getCurrentDateTimeFunction() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getCurrentDateTimeFunction() - Method in class liquibase.database.core.UnsupportedDatabase
-
- getCurrentDateTimeFunction() - Method in interface liquibase.database.Database
-
Returns database-specific function for generating the current date/time.
- getCurrentDateTimeFunction() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getCurrentValue(Change) - Method in class liquibase.change.ChangeParameterMetaData
-
Returns the current value of this parameter for the given Change.
- getCurrentVersion() - Static method in class liquibase.change.CheckSum
-
Return the current CheckSum algorithm version.
- getCustomChange() - Method in class liquibase.change.custom.CustomChangeWrapper
-
- getCycle() - Method in class liquibase.change.core.CreateSequenceChange
-
- getCycle() - Method in class liquibase.statement.core.CreateSequenceStatement
-
- getDatabase() - Method in class liquibase.changelog.AbstractChangeLogHistoryService
-
- getDatabase() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getDatabase() - Method in class liquibase.Liquibase
-
Returns the Database used by this Liquibase instance.
- getDatabase() - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getDatabaseChangeLog() - Method in class liquibase.Liquibase
-
- getDatabaseChangeLogLockTable(Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
- getDatabaseChangeLogLockTableName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDatabaseChangeLogLockTableName() - Method in class liquibase.database.core.PostgresDatabase
-
- getDatabaseChangeLogLockTableName() - Method in interface liquibase.database.Database
-
- getDatabaseChangeLogLockTableName() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getDatabaseChangeLogObjectsTablespace() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getDatabaseChangeLogTable(SnapshotControl, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
- getDatabaseChangeLogTableName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getDatabaseChangeLogTableName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDatabaseChangeLogTableName() - Method in class liquibase.database.core.PostgresDatabase
-
- getDatabaseChangeLogTableName() - Method in interface liquibase.database.Database
-
- getDatabaseChangeLogTableName() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getDatabaseClass() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getDatabaseMajorVersion() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDatabaseMajorVersion() - Method in class liquibase.database.core.SybaseDatabase
-
- getDatabaseMajorVersion() - Method in interface liquibase.database.Database
-
- getDatabaseMajorVersion() - Method in interface liquibase.database.DatabaseConnection
-
- getDatabaseMajorVersion() - Method in class liquibase.database.jvm.JdbcConnection
-
- getDatabaseMajorVersion() - Method in class liquibase.database.OfflineConnection
-
- getDatabaseMetaData() - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
- getDatabaseMinorVersion() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDatabaseMinorVersion() - Method in class liquibase.database.core.SybaseDatabase
-
- getDatabaseMinorVersion() - Method in interface liquibase.database.Database
-
- getDatabaseMinorVersion() - Method in interface liquibase.database.DatabaseConnection
-
- getDatabaseMinorVersion() - Method in class liquibase.database.jvm.JdbcConnection
-
- getDatabaseMinorVersion() - Method in class liquibase.database.OfflineConnection
-
- getDatabaseObjects(Class<DatabaseObjectType>) - Method in class liquibase.structure.core.Schema
-
- getDatabasePatchVersion() - Method in class liquibase.database.core.MySQLDatabase
-
- getDatabaseProductName() - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns the name of the database product according to the underlying database.
- getDatabaseProductName() - Method in interface liquibase.database.Database
-
- getDatabaseProductName() - Method in interface liquibase.database.DatabaseConnection
-
- getDatabaseProductName() - Method in class liquibase.database.jvm.JdbcConnection
-
- getDatabaseProductName() - Method in class liquibase.database.OfflineConnection
-
- getDatabaseProductVersion() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDatabaseProductVersion() - Method in interface liquibase.database.Database
-
- getDatabaseProductVersion() - Method in interface liquibase.database.DatabaseConnection
-
- getDatabaseProductVersion() - Method in class liquibase.database.jvm.JdbcConnection
-
- getDatabaseProductVersion() - Method in class liquibase.database.OfflineConnection
-
- getDataDir() - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- getDataDir() - Method in class liquibase.integration.ant.GenerateChangeLogTask
-
- getDataSource() - Method in class liquibase.integration.servlet.LiquibaseServletListener
-
- getDataType() - Method in class liquibase.change.ChangeParameterMetaData
-
Return the data type of value stored in this parameter.
- getDataTypeId() - Method in class liquibase.structure.core.DataType
-
- getDataTypeMaxParameters(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDataTypeMaxParameters(String) - Method in class liquibase.database.core.OracleDatabase
-
- getDataTypeMaxParameters(String) - Method in interface liquibase.database.Database
-
- getDateExecuted() - Method in class liquibase.changelog.RanChangeSet
-
- getDateFormat(Database) - Method in class liquibase.datatype.core.DateType
-
- getDateFunctions() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDateFunctions() - Method in interface liquibase.database.Database
-
Returns list of database native date functions
- getDateLiteral(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
Return a date literal with the same value as a string formatted using ISO 8601.
- getDateLiteral(Date) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDateLiteral(Date) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDateLiteral(String) - Method in class liquibase.database.core.DB2Database
-
Return an DB2 date literal with the same value as a string formatted using ISO 8601.
- getDateLiteral(String) - Method in class liquibase.database.core.DerbyDatabase
-
- getDateLiteral(String) - Method in class liquibase.database.core.H2Database
-
- getDateLiteral(String) - Method in class liquibase.database.core.HsqlDatabase
-
- getDateLiteral(String) - Method in class liquibase.database.core.InformixDatabase
-
- getDateLiteral(String) - Method in class liquibase.database.core.MSSQLDatabase
-
- getDateLiteral(String) - Method in class liquibase.database.core.OracleDatabase
-
Return an Oracle date literal with the same value as a string formatted using ISO 8601.
- getDateLiteral(String) - Method in interface liquibase.database.Database
-
- getDateLiteral(Date) - Method in interface liquibase.database.Database
-
- getDateLiteral(Date) - Method in interface liquibase.database.Database
-
- getDateTimeFormat(Database) - Method in class liquibase.datatype.core.DateTimeType
-
- getDateTimeLiteral(Timestamp) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDateTimeLiteral(Timestamp) - Method in class liquibase.database.core.SQLiteDatabase
-
- getDateTimeLiteral(Timestamp) - Method in interface liquibase.database.Database
-
- 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
-
- getDbmsSet() - Method in class liquibase.changelog.ChangeSet
-
- getDecimalDigits() - Method in class liquibase.structure.core.DataType
-
- getDefaultCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDefaultCatalogName() - Method in class liquibase.database.core.DB2Database
-
- getDefaultCatalogName() - Method in class liquibase.database.core.MSSQLDatabase
-
- getDefaultCatalogName() - Method in class liquibase.database.core.OracleDatabase
-
- getDefaultCatalogName() - Method in class liquibase.database.core.SybaseASADatabase
-
- getDefaultCatalogName() - Method in class liquibase.database.core.UnsupportedDatabase
-
Always returns null or DATABASECHANGELOG table may not be found.
- getDefaultCatalogName() - Method in interface liquibase.database.Database
-
- getDefaultCatalogName() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.DB2Database
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.DerbyDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.FirebirdDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.H2Database
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.HsqlDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.InformixDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.MSSQLDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.MySQLDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.OracleDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.PostgresDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.SQLiteDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.SybaseASADatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.SybaseDatabase
-
- getDefaultDatabaseProductName() - Method in class liquibase.database.core.UnsupportedDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.DB2Database
-
- getDefaultDriver(String) - Method in class liquibase.database.core.DerbyDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.FirebirdDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.H2Database
-
- getDefaultDriver(String) - Method in class liquibase.database.core.HsqlDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.InformixDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.MSSQLDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.MySQLDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.OracleDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.PostgresDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.SQLiteDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.SybaseASADatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.SybaseDatabase
-
- getDefaultDriver(String) - Method in class liquibase.database.core.UnsupportedDatabase
-
- getDefaultDriver(String) - Method in interface liquibase.database.Database
-
If this database understands the given url, return the default driver class name.
- getDefaultEncoding() - Method in class liquibase.resource.UtfBomAwareReader
-
- getDefaultNullValue() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- getDefaultPort() - Method in class liquibase.database.core.DB2Database
-
- getDefaultPort() - Method in class liquibase.database.core.DerbyDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.FirebirdDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.H2Database
-
- getDefaultPort() - Method in class liquibase.database.core.HsqlDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.InformixDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.MSSQLDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.MySQLDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.OracleDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.PostgresDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.SQLiteDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.SybaseASADatabase
-
- getDefaultPort() - Method in class liquibase.database.core.SybaseDatabase
-
- getDefaultPort() - Method in class liquibase.database.core.UnsupportedDatabase
-
- getDefaultPort() - Method in interface liquibase.database.Database
-
- getDefaultSchema() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDefaultSchema() - Method in interface liquibase.database.Database
-
- getDefaultSchema() - Method in class liquibase.integration.servlet.LiquibaseServletListener
-
- getDefaultSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getDefaultSchemaName() - Method in interface liquibase.database.Database
-
- getDefaultSchemaName() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- 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.statement.core.AddColumnStatement
-
- getDefaultValue() - Method in class liquibase.statement.core.AddDefaultValueStatement
-
- getDefaultValue(String) - Method in class liquibase.statement.core.CreateTableStatement
-
- getDefaultValue() - Method in class liquibase.structure.core.Column
-
- getDefaultValueBoolean() - Method in class liquibase.change.ColumnConfig
-
Return the boolean value this column should default to.
- getDefaultValueBoolean() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getDefaultValueComputed() - Method in class liquibase.change.ColumnConfig
-
Return the function whose value should generate this column's default.
- getDefaultValueComputed() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getDefaultValueDate() - Method in class liquibase.change.ColumnConfig
-
Return the date value this column should default to.
- getDefaultValueDate() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getDefaultValueNumeric() - Method in class liquibase.change.ColumnConfig
-
Return the numeric value this column should default to.
- getDefaultValueNumeric() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getDefaultValueObject() - Method in class liquibase.change.ColumnConfig
-
Return the value to set this column's default to according to the setDefaultValue* function that was called.
- getDefaultValues() - Method in class liquibase.statement.core.CreateTableStatement
-
- getDefaultValueSequenceNext() - Method in class liquibase.change.ColumnConfig
-
- getDefaultValueSequenceNext() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getDeferrable() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getDeferrable() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getDefinedChanges() - Method in class liquibase.change.ChangeFactory
-
Returns all defined changes in the registry.
- getDefinition() - Method in class liquibase.structure.core.View
-
- getDeleteRule() - Method in class liquibase.structure.core.ForeignKey
-
- 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.RanChangeSet
-
- getDetectedCharsetName() - Method in class liquibase.resource.UtfBomStripperInputStream
-
Returns detected charset name.
- getDifference(String) - Method in class liquibase.diff.ObjectDifferences
-
- getDifferences() - Method in class liquibase.diff.ObjectDifferences
-
- getDiffTypes() - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- getDiffTypes() - Method in class liquibase.integration.ant.GenerateChangeLogTask
-
- getDirection() - Method in class liquibase.changelog.visitor.ChangeLogSyncVisitor
-
- getDirection() - Method in interface liquibase.changelog.visitor.ChangeSetVisitor
-
- getDirection() - Method in class liquibase.changelog.visitor.DBDocVisitor
-
- getDirection() - Method in class liquibase.changelog.visitor.ExpectedChangesVisitor
-
- getDirection() - Method in class liquibase.changelog.visitor.ListVisitor
-
- getDirection() - Method in class liquibase.changelog.visitor.RollbackVisitor
-
- getDirection() - Method in class liquibase.changelog.visitor.UpdateVisitor
-
- getDirection() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getDisabled() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getDisplayName() - Method in class liquibase.change.ChangeParameterMetaData
-
A more friendly name of the parameter.
- getDriver() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getDuplicateChangeSets() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
-
- getElse(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
-
- getEncoding() - Method in class liquibase.change.ColumnConfig
-
- getEncoding() - Method in class liquibase.change.core.CreateProcedureChange
-
- getEncoding() - Method in class liquibase.change.core.LoadDataChange
-
- getEncoding() - Method in class liquibase.change.core.SQLFileChange
-
The encoding of the file containing SQL statements
- getEncoding() - Method in class liquibase.resource.UtfBomAwareReader
-
- getEndDelimiter() - Method in class liquibase.change.AbstractSQLChange
-
Set the end delimiter used to split statements.
- getEndDelimiter() - Method in class liquibase.sql.SingleLineComment
-
- getEndDelimiter() - Method in interface liquibase.sql.Sql
-
- getEndDelimiter() - Method in class liquibase.sql.UnparsedSql
-
- getEndDelimiter() - Method in class liquibase.statement.core.CreateProcedureStatement
-
- getEndDelimiter() - Method in class liquibase.statement.core.RawSqlStatement
-
- getErrorMessages() - Method in class liquibase.exception.ValidationErrors
-
- getErrorPreconditions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getErrorPreconditions() - Method in exception liquibase.exception.PreconditionErrorException
-
- getExampleValue() - Method in class liquibase.change.ChangeParameterMetaData
-
- getExecType() - Method in class liquibase.changelog.RanChangeSet
-
- getExecType() - Method in class liquibase.statement.core.MarkChangeSetRanStatement
-
- getExecutable() - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- getExecutor(Database) - Method in class liquibase.executor.ExecutorService
-
- getExistingColumnName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getExistingTableCatalogName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getExistingTableName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getExistingTableSchemaName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getExpectedResult() - Method in class liquibase.precondition.core.SqlPrecondition
-
- getExpectedRows() - Method in class liquibase.precondition.core.RowCountPrecondition
-
- getExtension(String) - Static method in class liquibase.util.file.FilenameUtils
-
Gets the extension of a filename.
- getExternalSubset(String, String) - Method in class liquibase.parser.core.xml.LiquibaseEntityResolver
-
- getFacade() - Method in class liquibase.util.ui.UIFactory
-
- getFailedPreconditions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getFailedPreconditions() - Method in exception liquibase.exception.PreconditionFailedException
-
- getFailOnError() - Method in class liquibase.changelog.ChangeSet
-
- getFailureMessage(int) - Method in class liquibase.precondition.core.RowCountPrecondition
-
- getFailureMessage(int) - Method in class liquibase.precondition.core.TableIsEmptyPrecondition
-
- getFalseBooleanValue(Database) - Method in class liquibase.datatype.core.BooleanType
-
The database-specific value to use for "false" "boolean" columns.
- getFalseBooleanValue(Database) - Method in class liquibase.datatype.DataTypeFactory
-
- getField() - Method in class liquibase.diff.Difference
-
- getFields(Object) - Method in class liquibase.serializer.ReflectionSerializer
-
- getFile() - Method in class liquibase.change.core.LoadDataChange
-
- getFilenameColumnSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- getFileOpener() - Method in class liquibase.Liquibase
-
- getFilePath() - Method in class liquibase.changelog.ChangeSet
-
- getFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getFilterCondition() - Method in class liquibase.structure.core.Index
-
- getFinalColumnName() - Method in class liquibase.change.core.MergeColumnChange
-
- getFinalColumnType() - Method in class liquibase.change.core.MergeColumnChange
-
- getFinalConstraintName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getForeignKeyColumns() - Method in class liquibase.structure.core.ForeignKey
-
- getForeignKeyConstraints() - Method in class liquibase.statement.core.CreateTableStatement
-
- getForeignKeyName() - Method in class liquibase.change.ConstraintsConfig
-
Returns the name to use for the columns foreign key constraint.
- getForeignKeyName() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
-
- getForeignKeyName() - Method in class liquibase.statement.ForeignKeyConstraint
-
- getForeignKeys(String, String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
- getForeignKeyTable() - Method in class liquibase.structure.core.ForeignKey
-
- getForeignKeyTableName() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
-
- getFullPath(String) - Static method in class liquibase.util.file.FilenameUtils
-
Gets the full path from a full filename, which is the prefix + path.
- getFullPathNoEndSeparator(String) - Static method in class liquibase.util.file.FilenameUtils
-
Gets the full path from a full filename, which is the prefix + path,
and also excluding the final directory separator.
- getGenerator(Database, Database) - Method in class liquibase.diff.DiffGeneratorFactory
-
- getGenerators(Class<? extends ChangeGenerator>, Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
-
- getGenerators(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.SnapshotGeneratorFactory
-
- getGenerators() - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
- getGenerators(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
- getHeader() - Method in class liquibase.change.core.LoadDataColumnConfig
-
- getHoldability() - Method in class liquibase.database.jvm.JdbcConnection
-
- getId() - Method in class liquibase.changelog.ChangeSet
-
- getId() - Method in class liquibase.changelog.RanChangeSet
-
- getId() - Method in class liquibase.lockservice.DatabaseChangeLogLock
-
- getId() - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- getIdColumnSize() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- getImplementedDatabases() - Method in class liquibase.database.DatabaseFactory
-
Returns instances of all implemented database types.
- getIncludeCatalog() - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- getIncludeCatalog() - Method in class liquibase.integration.ant.GenerateChangeLogTask
-
- getIncludeSchema() - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- getIncludeSchema() - Method in class liquibase.integration.ant.GenerateChangeLogTask
-
- getIncludeTablespace() - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- getIncludeTablespace() - Method in class liquibase.integration.ant.GenerateChangeLogTask
-
- getIncrementBy() - Method in class liquibase.change.ColumnConfig
-
Return the amount to auto increment by.
- getIncrementBy() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getIncrementBy() - Method in class liquibase.change.core.AlterSequenceChange
-
- getIncrementBy() - Method in class liquibase.change.core.CreateSequenceChange
-
- getIncrementBy() - Method in class liquibase.statement.AutoIncrementConstraint
-
- getIncrementBy() - Method in class liquibase.statement.core.AddAutoIncrementStatement
-
- getIncrementBy() - Method in class liquibase.statement.core.AlterSequenceStatement
-
- getIncrementBy() - Method in class liquibase.statement.core.CreateSequenceStatement
-
- getIncrementBy() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
-
- getIncrementBy() - Method in class liquibase.structure.core.Sequence
-
- getIndex() - Method in class liquibase.change.core.LoadDataColumnConfig
-
- getIndexes() - Method in class liquibase.structure.core.Table
-
- getIndexInfo(String, String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
- getIndexName() - Method in class liquibase.change.core.CreateIndexChange
-
- getIndexName() - Method in class liquibase.change.core.DropIndexChange
-
- getIndexName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- getIndexName() - Method in class liquibase.statement.core.CreateIndexStatement
-
- getIndexName() - Method in class liquibase.statement.core.DropIndexStatement
-
- getInitiallyDeferred() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getInitiallyDeferred() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- getInsertStatement(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
-
- getInstance() - Static method in class liquibase.change.ChangeFactory
-
Return the singleton ChangeFactory instance.
- getInstance() - Static method in class liquibase.changelog.ChangeLogHistoryServiceFactory
-
- getInstance() - Static method in class liquibase.database.DatabaseFactory
-
- getInstance() - Static method in class liquibase.datatype.DataTypeFactory
-
- getInstance() - Static method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
-
Return singleton DatabaseObjectComparatorFactory
- getInstance() - Static method in class liquibase.diff.DiffGeneratorFactory
-
- getInstance() - Static method in class liquibase.diff.output.changelog.ChangeGeneratorFactory
-
Return singleton ChangeGeneratorFactory
- getInstance() - Static method in class liquibase.executor.ExecutorService
-
- getInstance() - Static method in class liquibase.lockservice.LockServiceFactory
-
- getInstance() - Static method in class liquibase.logging.LogFactory
-
- getInstance() - Static method in class liquibase.parser.ChangeLogParserFactory
-
- getInstance() - Static method in class liquibase.parser.NamespaceDetailsFactory
-
- getInstance() - Static method in class liquibase.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.servicelocator.ServiceLocator
-
- getInstance() - Static method in class liquibase.snapshot.SnapshotGeneratorFactory
-
Return singleton SnapshotGeneratorFactory
- getInstance() - Static method in class liquibase.sql.visitor.SqlVisitorFactory
-
- getInstance() - Static method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
Return singleton SqlGeneratorFactory
- getInstance() - Static method in class liquibase.structure.core.DatabaseObjectFactory
-
- getInstance() - Static method in class liquibase.util.ui.UIFactory
-
- getInt(String) - Method in class liquibase.snapshot.CachedRow
-
- getInternalDatabases() - Method in class liquibase.database.DatabaseFactory
-
Returns instances of all "internal" database types.
- getInvalidMD5Sums() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getInvalidMD5Sums() - Method in exception liquibase.exception.ValidationFailedException
-
- getJavaHome() - Static method in class liquibase.util.SystemUtils
-
Gets the Java home directory as a File
.
- getJavaIoTmpDir() - Static method in class liquibase.util.SystemUtils
-
Gets the Java IO temporary directory as a File
.
- getJavaVersion() - Static method in class liquibase.util.SystemUtils
-
- getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getJdbcCatalogName(Schema) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.DB2Database
-
- getJdbcCatalogName(CatalogAndSchema) - Method in class liquibase.database.core.OracleDatabase
-
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getJdbcSchemaName(Schema) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.DB2Database
-
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.MSSQLDatabase
-
- getJdbcSchemaName(CatalogAndSchema) - Method in class liquibase.database.core.OracleDatabase
-
- getJoinString() - Method in class liquibase.change.core.MergeColumnChange
-
- getLastCheckSum() - Method in class liquibase.changelog.RanChangeSet
-
- getLastModified() - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- getLineComment() - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns database-specific line comment string.
- getLineComment() - Method in class liquibase.database.core.MySQLDatabase
-
- getLineComment() - Method in interface liquibase.database.Database
-
- getLineSeparator() - Static method in class liquibase.util.StreamUtil
-
- getLiquibaseCatalogName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getLiquibaseCatalogName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getLiquibaseCatalogName() - Method in interface liquibase.database.Database
-
- getLiquibaseSchemaName() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getLiquibaseSchemaName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getLiquibaseSchemaName() - Method in interface liquibase.database.Database
-
- getLiquibaseTablespaceName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getLiquibaseTablespaceName() - Method in interface liquibase.database.Database
-
- getLocalHostAddress() - Static method in class liquibase.util.NetUtil
-
Smarter way to get localhost than InetAddress.getLocalHost.
- getLocalHostName() - Static method in class liquibase.util.NetUtil
-
- getLocalPath(String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
-
- getLocalPath(String) - Method in interface liquibase.parser.NamespaceDetails
-
- getLockedBy() - Method in class liquibase.lockservice.DatabaseChangeLogLock
-
- getLockGranted() - Method in class liquibase.lockservice.DatabaseChangeLogLock
-
- getLockService(Database) - Method in class liquibase.lockservice.LockServiceFactory
-
- getLog() - Method in class liquibase.Liquibase
-
Return the log used by this Liquibase instance.
- getLog(String) - Method in class liquibase.logging.LogFactory
-
- getLog() - Method in class liquibase.logging.LogFactory
-
- getLogger(String) - Static method in class liquibase.logging.LogFactory
-
- getLogger() - Static method in class liquibase.logging.LogFactory
-
- getLogger() - Method in class liquibase.servicelocator.ServiceLocator
-
- getLogicalFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getLogLevel() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getLogLevel() - Method in class liquibase.logging.core.AbstractLogger
-
- getLogLevel() - Method in interface liquibase.logging.Logger
-
- getMaxParameters(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getMaxParameters(Database) - Method in class liquibase.datatype.LiquibaseDataType
-
- getMaxValue() - Method in class liquibase.change.core.AlterSequenceChange
-
- getMaxValue() - Method in class liquibase.change.core.CreateSequenceChange
-
- getMaxValue() - Method in class liquibase.statement.core.AlterSequenceStatement
-
- getMaxValue() - Method in class liquibase.statement.core.CreateSequenceStatement
-
- getMessage() - Method in class liquibase.change.core.StopChange
-
- getMessage() - Method in class liquibase.diff.Difference
-
- getMessage() - Method in exception liquibase.exception.MigrationFailedException
-
- getMessage() - Method in exception liquibase.exception.ValidationFailedException
-
- getMessage() - Method in class liquibase.precondition.core.FailedPrecondition
-
- getMessages() - Method in class liquibase.exception.Warnings
-
- getMetaData() - Method in class liquibase.database.jvm.JdbcConnection
-
- getMetaData() - Method in class liquibase.snapshot.JdbcDatabaseSnapshot
-
- getMinParameters(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getMinParameters(Database) - Method in class liquibase.datatype.LiquibaseDataType
-
- getMinValue() - Method in class liquibase.change.core.AlterSequenceChange
-
- getMinValue() - Method in class liquibase.change.core.CreateSequenceChange
-
- getMinValue() - Method in class liquibase.statement.core.AlterSequenceStatement
-
- getMinValue() - Method in class liquibase.statement.core.CreateSequenceStatement
-
- 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
-
- getMustEqualExisting() - Method in class liquibase.change.ChangeParameterMetaData
-
Returns a dot-delimited chain of
DatabaseObject
fields describing what existing value this parameter would need to be set if applying the Change to a particular DatabaseObject.
- getName() - Method in class liquibase.change.ChangeMetaData
-
Return the name of the change used to identify it.
- getName() - Method in class liquibase.change.ColumnConfig
-
The name of the column.
- getName() - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getName() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getName() - Method in class liquibase.datatype.LiquibaseDataType
-
- getName() - Method in class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
-
- 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.PrimaryKeyExistsPrecondition
-
- getName() - Method in class liquibase.precondition.core.RowCountPrecondition
-
- getName() - Method in class liquibase.precondition.core.RunningAsPrecondition
-
- getName() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
-
- getName() - Method in class liquibase.precondition.core.SqlPrecondition
-
- getName() - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- getName() - Method in class liquibase.precondition.core.TableIsEmptyPrecondition
-
- getName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- getName() - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- getName() - Method in interface liquibase.precondition.Precondition
-
- getName() - Method in class liquibase.sql.visitor.AppendSqlVisitor
-
- getName() - Method in class liquibase.sql.visitor.PrependSqlVisitor
-
- getName() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
-
- getName() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
-
- getName() - Method in interface liquibase.sql.visitor.SqlVisitor
-
- getName() - Method in class liquibase.structure.core.Catalog
-
- getName() - Method in class liquibase.structure.core.Column
-
- getName() - Method in class liquibase.structure.core.Data
-
- getName() - Method in class liquibase.structure.core.ForeignKey
-
- getName() - Method in class liquibase.structure.core.Index
-
- getName() - Method in class liquibase.structure.core.PrimaryKey
-
- getName() - Method in class liquibase.structure.core.Relation
-
- getName() - Method in class liquibase.structure.core.Schema
-
- getName() - Method in class liquibase.structure.core.Sequence
-
- getName() - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- getName() - Method in class liquibase.structure.core.UniqueConstraint
-
- getName() - Method in interface liquibase.structure.DatabaseObject
-
- getName(String) - Static method in class liquibase.util.file.FilenameUtils
-
Gets the name minus the path from a full filename.
- getNamespaceDetails(LiquibaseParser, String) - Method in class liquibase.parser.NamespaceDetailsFactory
-
- getNamespaceDetails(LiquibaseSerializer, String) - Method in class liquibase.parser.NamespaceDetailsFactory
-
- 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
-
- getNewTableCatalogName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getNewTableName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getNewTableName() - Method in class liquibase.change.core.RenameTableChange
-
- getNewTableName() - Method in class liquibase.statement.core.RenameTableStatement
-
- getNewTableSchemaName() - Method in class liquibase.change.core.AddLookupTableChange
-
- getNewViewName() - Method in class liquibase.change.core.RenameViewChange
-
- getNewViewName() - Method in class liquibase.statement.core.RenameViewStatement
-
- GetNextChangeSetSequenceValueGenerator - Class in liquibase.sqlgenerator.core
-
- GetNextChangeSetSequenceValueGenerator() - Constructor for class liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator
-
- GetNextChangeSetSequenceValueStatement - Class in liquibase.statement.core
-
- GetNextChangeSetSequenceValueStatement() - Constructor for class liquibase.statement.core.GetNextChangeSetSequenceValueStatement
-
- getNextSequenceValue() - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- getNextSequenceValue() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- getNextSequenceValue() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getNextValidGenerator() - Method in class liquibase.snapshot.SnapshotGeneratorChain
-
- getNotes(String) - Method in class liquibase.change.ChangeMetaData
-
- getNotNullColumns() - Method in class liquibase.statement.core.CreateTableStatement
-
- getObjectQuotingStrategy() - Method in class liquibase.changelog.ChangeSet
-
- getObjectQuotingStrategy() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getObjectQuotingStrategy() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getObjectQuotingStrategy() - Method in interface liquibase.database.Database
-
- getObjects() - Method in class liquibase.structure.core.Schema
-
- getObjectTypeName() - Method in class liquibase.structure.AbstractDatabaseObject
-
- getObjectTypeName() - Method in interface liquibase.structure.DatabaseObject
-
- getOldColumnName() - Method in class liquibase.change.core.RenameColumnChange
-
- getOldColumnName() - Method in class liquibase.statement.core.RenameColumnStatement
-
- 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
-
- getOnSqlOutput() - Method in class liquibase.precondition.core.PreconditionContainer
-
- getOnUpdate() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getOnUpdate() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- getOnValidationFail() - Method in class liquibase.changelog.ChangeSet
-
- getOptionalParameters(Database) - Method in class liquibase.change.ChangeMetaData
-
Returns the optional parameters for this change for the given database.
- getOrderByColumns() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
-
- getOrdered() - Method in class liquibase.statement.core.AlterSequenceStatement
-
- getOrdered() - Method in class liquibase.statement.core.CreateSequenceStatement
-
- getOrderedOutputTypes(Class<? extends ChangeGenerator>) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- getOs() - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- getOutgoingForeignKeys() - Method in class liquibase.structure.core.Table
-
- getOutputDefaultCatalog() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getOutputDefaultCatalog() - Method in interface liquibase.database.Database
-
- getOutputDefaultSchema() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getOutputDefaultSchema() - Method in interface liquibase.database.Database
-
- getOutputDirectory() - Method in class liquibase.integration.ant.DBDocTask
-
- getOutputFile() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getParameterName() - Method in class liquibase.change.ChangeParameterMetaData
-
Programmatic Name of the parameter.
- getParameters() - Method in class liquibase.change.ChangeMetaData
-
Return the parameters of this Change.
- getParameters() - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getParameters() - Method in class liquibase.datatype.LiquibaseDataType
-
- 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
-
- getParser(String, ResourceAccessor) - Method in class liquibase.parser.ChangeLogParserFactory
-
- getParsers() - Method in class liquibase.parser.ChangeLogParserFactory
-
- getPassword() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getPath() - Method in class liquibase.change.core.CreateProcedureChange
-
- getPath() - Method in class liquibase.change.core.SQLFileChange
-
- getPath(String) - Static method in class liquibase.util.file.FilenameUtils
-
Gets the path from a full filename, which excludes the prefix.
- getPathNoEndSeparator(String) - Static method in class liquibase.util.file.FilenameUtils
-
Gets the path from a full filename, which excludes the prefix, and
also excluding the final directory separator.
- getPhysicalFilePath() - Method in class liquibase.changelog.DatabaseChangeLog
-
- getPosition() - Method in class liquibase.change.AddColumnConfig
-
- getPostUpdateStatements(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- getPostUpdateStatements(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
-
- getPostUpdateStatements(Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
-
- getPrecondition() - Method in class liquibase.precondition.core.ErrorPrecondition
-
- getPrecondition() - Method in class liquibase.precondition.core.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
-
- getPrefix(String) - Static method in class liquibase.util.file.FilenameUtils
-
Gets the prefix from a full filename, such as C:/
or ~/
.
- getPrefixLength(String) - Static method in class liquibase.util.file.FilenameUtils
-
Returns the length of the filename prefix, such as C:/
or ~/
.
- 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() - Method in class liquibase.change.ChangeMetaData
-
The priority of a Change implementation controls which implementation is used if several exist for the same "name".
- getPriority() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- getPriority() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getPriority() - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getPriority() - Method in class liquibase.database.core.DB2Database
-
- getPriority() - Method in class liquibase.database.core.DerbyDatabase
-
- getPriority() - Method in class liquibase.database.core.FirebirdDatabase
-
- getPriority() - Method in class liquibase.database.core.H2Database
-
- getPriority() - Method in class liquibase.database.core.HsqlDatabase
-
- getPriority() - Method in class liquibase.database.core.InformixDatabase
-
- getPriority() - Method in class liquibase.database.core.MSSQLDatabase
-
- getPriority() - Method in class liquibase.database.core.MySQLDatabase
-
- getPriority() - Method in class liquibase.database.core.OracleDatabase
-
- getPriority() - Method in class liquibase.database.core.PostgresDatabase
-
- getPriority() - Method in class liquibase.database.core.SQLiteDatabase
-
- getPriority() - Method in class liquibase.database.core.SybaseASADatabase
-
- getPriority() - Method in class liquibase.database.core.SybaseDatabase
-
- getPriority() - Method in class liquibase.database.core.UnsupportedDatabase
-
- getPriority() - Method in class liquibase.datatype.LiquibaseDataType
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.compare.core.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.ChangedViewChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingColumnChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingDataChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingDataExternalFileChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingForeignKeyChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingIndexChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingPrimaryKeyChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingSequenceChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingTableChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingUniqueConstraintChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.MissingViewChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedColumnChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedForeignKeyChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedIndexChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedPrimaryKeyChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedSequenceChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedTableChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedUniqueConstraintChangeGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.diff.output.changelog.core.UnexpectedViewChangeGenerator
-
- getPriority() - Method in class liquibase.lockservice.LockServiceImpl
-
Deprecated.
- getPriority() - Method in class liquibase.lockservice.OfflineLockService
-
- getPriority() - Method in class liquibase.lockservice.StandardLockService
-
- getPriority() - Method in class liquibase.logging.core.DefaultLogger
-
- getPriority() - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
-
- getPriority() - Method in class liquibase.parser.core.sql.SqlChangeLogParser
-
- getPriority() - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
-
- getPriority() - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
-
- getPriority() - Method in interface liquibase.servicelocator.PrioritizedService
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.H2ColumnSnapshotGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in class liquibase.snapshot.jvm.UniqueConstraintSnapshotGenerator
-
- getPriority(Class<? extends DatabaseObject>, Database) - Method in interface liquibase.snapshot.SnapshotGenerator
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddDefaultValueSQLite
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
-
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorFirebird
-
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
-
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
-
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorDB2
-
- getPriority() - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorHsql
-
- getPriority() - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMSSQL
-
- getPriority() - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMySQL
-
- getPriority() - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorOracle
-
- getPriority() - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorPostgres
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
-
- getPriority() - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
-
- getPriority() - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- getPriority() - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
-
- getPriority() - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
-
- getPriority() - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
-
- getPriority() - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
-
- getPriority() - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Of all the SqlGenerators that "support" a given SqlStatement/Database, SqlGeneratorFactory will return the one with the highest priority.
- 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
-
- getProperty() - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
-
- getProperty(Object, String) - Static method in class liquibase.util.ObjectUtil
-
- getPropertyEditor(PropertyDescriptor) - Method in class liquibase.util.csv.opencsv.bean.CsvToBean
-
- getQuotchar() - Method in class liquibase.change.core.LoadDataChange
-
- getRadix() - Method in class liquibase.structure.core.DataType
-
- getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
-
- getRanChangeSet(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.filter.RanChangeSetFilter
-
- getRanChangeSet(ChangeSet) - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- getRanChangeSet(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getRanChangeSet(ChangeSet) - Method in interface liquibase.database.Database
-
- getRanChangeSetList() - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns the ChangeSets that have been run against the current database.
- getRanChangeSetList() - Method in interface liquibase.database.Database
-
- getRanChangeSets() - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- getRanChangeSets() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- getRanChangeSets() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
Returns the ChangeSets that have been run against the current getDatabase().
- getRanDate(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
-
- getRanDate(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
-
Returns the date the given changeSet was ran.
- getRanDate(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getRanDate(ChangeSet) - Method in interface liquibase.database.Database
-
- getReaderContents(Reader) - Static method in class liquibase.util.StreamUtil
-
Reads all the characters into a String.
- getReason() - Method in exception liquibase.exception.StatementNotSupportedOnDatabaseException
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
-
- getRecordCheck(InsertOrUpdateStatement, Database, String) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
-
- 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
-
- getReferenceDefaultCatalogName() - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- getReferenceDefaultSchemaName() - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- getReferenceDriver() - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- getReferencedTableCatalogName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getReferencedTableCatalogName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- getReferencedTableName() - Method in class liquibase.change.ConstraintsConfig
-
- getReferencedTableName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getReferencedTableName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- getReferencedTableName() - Method in class liquibase.statement.ForeignKeyConstraint
-
- getReferencedTableSchemaName() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getReferencedTableSchemaName() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- getReferencePassword() - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- getReferences() - Method in class liquibase.change.ConstraintsConfig
-
Returns the "references" clause to use for the foreign key.
- getReferences() - Method in class liquibase.statement.ForeignKeyConstraint
-
- getReferenceSchema() - Method in class liquibase.diff.compare.CompareControl.SchemaComparison
-
- getReferenceSnapshot() - Method in class liquibase.diff.DiffResult
-
- getReferencesUniqueColumn() - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- getReferenceUrl() - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- getReferenceUsername() - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- getReferenceValue() - Method in class liquibase.diff.Difference
-
- getReferenceVersion() - Method in class liquibase.diff.StringDiff
-
- getRegistry() - Method in class liquibase.change.ChangeFactory
-
Return the registry of all Changes found.
- getRegistry() - Method in class liquibase.datatype.DataTypeFactory
-
- getRelation() - Method in class liquibase.structure.core.Column
-
- getRemarks() - Method in class liquibase.change.ColumnConfig
-
Return the remarks to apply to this column.
- getRemarks() - Method in class liquibase.change.core.CreateTableChange
-
- getRemarks() - Method in class liquibase.change.core.RenameColumnChange
-
- getRemarks() - Method in class liquibase.statement.core.AddColumnStatement
-
- getRemarks() - Method in class liquibase.statement.core.CreateTableStatement
-
- getRemarks() - Method in class liquibase.statement.core.RenameColumnStatement
-
- getRemarks() - Method in class liquibase.statement.core.SetColumnRemarksStatement
-
- getRemarks() - Method in class liquibase.statement.core.SetTableRemarksStatement
-
- getRemarks() - Method in class liquibase.structure.core.Column
-
- getRemarks() - Method in class liquibase.structure.core.Relation
-
- getReplace() - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
-
- getReplace() - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
-
- getReplaceIfExists() - Method in class liquibase.change.core.CreateViewChange
-
- 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.
- getResourceAccessor() - Method in class liquibase.change.AbstractChange
-
- getResourceAccessor() - Method in class liquibase.Liquibase
-
Return ResourceAccessor used by this Liquibase instance.
- getResourceAsStream(String) - Method in class liquibase.integration.commandline.CommandLineResourceAccessor
-
- getResourceAsStream(String) - Method in class liquibase.resource.ClassLoaderResourceAccessor
-
- getResourceAsStream(String) - Method in class liquibase.resource.CompositeResourceAccessor
-
Searches through all of the FileOpeners in order for the file.
- getResourceAsStream(String) - Method in class liquibase.resource.FileSystemResourceAccessor
-
Opens a stream on a file, resolving to the baseDirectory if the
file is relative.
- getResourceAsStream(String) - Method in interface liquibase.resource.ResourceAccessor
-
Return the given file path as an InputStream.
- getResources(String) - Method in class liquibase.integration.commandline.CommandLineResourceAccessor
-
- getResources(String) - Method in class liquibase.resource.ClassLoaderResourceAccessor
-
- getResources(String) - Method in class liquibase.resource.CompositeResourceAccessor
-
Searches all of the FileOpeners for a directory named packageName.
- getResources(String) - Method in class liquibase.resource.FileSystemResourceAccessor
-
- getResources(String) - Method in interface liquibase.resource.ResourceAccessor
-
- getResources(ClassLoader, String) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
-
Strategy to get the resources by the given classloader.
- getResources(ClassLoader, String) - Method in class liquibase.servicelocator.WebSpherePackageScanClassResolver
-
Overloaded to handle specific problem with getting resources on the IBM WebSphere platform.
- getResultSetCache(String) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getResultSetValue(ResultSet, int) - Static method in class liquibase.util.JdbcUtils
-
Retrieve a JDBC column value from a ResultSet, using the most appropriate
value type.
- getRollBackChanges() - Method in class liquibase.changelog.ChangeSet
-
- getRollbackCount() - Method in class liquibase.integration.ant.DatabaseRollbackTask
-
- getRollbackDate() - Method in class liquibase.integration.ant.DatabaseRollbackTask
-
- getRollbackTag() - Method in class liquibase.integration.ant.DatabaseRollbackTask
-
- getRunStatus(ChangeSet) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
-
- getRunStatus(ChangeSet) - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- getRunStatus(ChangeSet) - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns the run status for the given ChangeSet
- getRunStatus(ChangeSet) - Method in interface liquibase.database.Database
-
- getSchema() - Method in class liquibase.structure.core.Catalog
-
- getSchema() - Method in class liquibase.structure.core.Column
-
- getSchema() - Method in class liquibase.structure.core.Data
-
- getSchema() - Method in class liquibase.structure.core.ForeignKey
-
- getSchema() - Method in class liquibase.structure.core.Index
-
- getSchema() - Method in class liquibase.structure.core.PrimaryKey
-
- getSchema() - Method in class liquibase.structure.core.Relation
-
- getSchema() - Method in class liquibase.structure.core.Schema
-
- getSchema() - Method in class liquibase.structure.core.Sequence
-
- getSchema() - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- getSchema() - Method in class liquibase.structure.core.UniqueConstraint
-
- getSchema() - Method in interface liquibase.structure.DatabaseObject
-
- getSchemaComparisons() - Method in class liquibase.diff.compare.CompareControl
-
- getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.core.DB2Database
-
- getSchemaFromJdbcInfo(String, String) - Method in class liquibase.database.core.MySQLDatabase
-
- getSchemaName() - Method in class liquibase.CatalogAndSchema
-
- getSchemaName() - Method in class liquibase.change.core.AbstractModifyDataChange
-
- getSchemaName() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getSchemaName() - Method in class liquibase.change.core.AddColumnChange
-
- getSchemaName() - Method in class liquibase.change.core.AddDefaultValueChange
-
- getSchemaName() - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- getSchemaName() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- getSchemaName() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getSchemaName() - Method in class liquibase.change.core.AlterSequenceChange
-
- getSchemaName() - Method in class liquibase.change.core.CreateIndexChange
-
- getSchemaName() - Method in class liquibase.change.core.CreateProcedureChange
-
- getSchemaName() - Method in class liquibase.change.core.CreateSequenceChange
-
- getSchemaName() - Method in class liquibase.change.core.CreateTableChange
-
- getSchemaName() - Method in class liquibase.change.core.CreateViewChange
-
- getSchemaName() - Method in class liquibase.change.core.DropColumnChange
-
- getSchemaName() - Method in class liquibase.change.core.DropDefaultValueChange
-
- getSchemaName() - Method in class liquibase.change.core.DropIndexChange
-
- getSchemaName() - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- getSchemaName() - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- getSchemaName() - Method in class liquibase.change.core.DropProcedureChange
-
- getSchemaName() - Method in class liquibase.change.core.DropSequenceChange
-
- getSchemaName() - Method in class liquibase.change.core.DropTableChange
-
- getSchemaName() - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- getSchemaName() - Method in class liquibase.change.core.DropViewChange
-
- getSchemaName() - Method in class liquibase.change.core.InsertDataChange
-
- getSchemaName() - Method in class liquibase.change.core.LoadDataChange
-
- getSchemaName() - Method in class liquibase.change.core.MergeColumnChange
-
- getSchemaName() - Method in class liquibase.change.core.ModifyDataTypeChange
-
- getSchemaName() - Method in class liquibase.change.core.RenameColumnChange
-
- getSchemaName() - Method in class liquibase.change.core.RenameTableChange
-
- getSchemaName() - Method in class liquibase.change.core.RenameViewChange
-
- getSchemaName() - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- getSchemaName() - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
-
- getSchemaName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- getSchemaName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
-
- getSchemaName() - Method in class liquibase.precondition.core.RowCountPrecondition
-
- getSchemaName() - Method in class liquibase.precondition.core.SequenceExistsPrecondition
-
- getSchemaName() - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- getSchemaName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- getSchemaName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
-
- getSchemaName() - Method in class liquibase.statement.core.AddColumnStatement
-
- getSchemaName() - Method in class liquibase.statement.core.AddDefaultValueStatement
-
- getSchemaName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
- getSchemaName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- getSchemaName() - Method in class liquibase.statement.core.AlterSequenceStatement
-
- getSchemaName() - Method in class liquibase.statement.core.ClearDatabaseChangeLogTableStatement
-
- getSchemaName() - Method in class liquibase.statement.core.CreateProcedureStatement
-
- getSchemaName() - Method in class liquibase.statement.core.CreateSequenceStatement
-
- getSchemaName() - Method in class liquibase.statement.core.CreateTableStatement
-
- getSchemaName() - Method in class liquibase.statement.core.CreateViewStatement
-
- getSchemaName() - Method in class liquibase.statement.core.DeleteStatement
-
- getSchemaName() - Method in class liquibase.statement.core.DropColumnStatement
-
- getSchemaName() - Method in class liquibase.statement.core.DropDefaultValueStatement
-
- getSchemaName() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
-
- getSchemaName() - Method in class liquibase.statement.core.DropProcedureStatement
-
- getSchemaName() - Method in class liquibase.statement.core.DropSequenceStatement
-
- getSchemaName() - Method in class liquibase.statement.core.DropTableStatement
-
- getSchemaName() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
-
- getSchemaName() - Method in class liquibase.statement.core.DropViewStatement
-
- getSchemaName() - Method in class liquibase.statement.core.GetViewDefinitionStatement
-
- getSchemaName() - Method in class liquibase.statement.core.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.RenameTableStatement
-
- getSchemaName() - Method in class liquibase.statement.core.RenameViewStatement
-
- getSchemaName() - Method in class liquibase.statement.core.ReorganizeTableStatement
-
- getSchemaName() - Method in class liquibase.statement.core.SetColumnRemarksStatement
-
- getSchemaName() - Method in class liquibase.statement.core.SetNullableStatement
-
- getSchemaName() - Method in class liquibase.statement.core.SetTableRemarksStatement
-
- getSchemaName() - Method in class liquibase.statement.core.TableRowCountStatement
-
- getSchemaName() - Method in class liquibase.statement.core.UpdateStatement
-
- getSchemaName() - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
- getSchemas(CompareControl.DatabaseRole) - Method in class liquibase.diff.compare.CompareControl
-
- getSchemas() - Method in class liquibase.integration.ant.DropAllTask
-
- 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
-
- getSeenChangeSets() - Method in class liquibase.changelog.visitor.ListVisitor
-
- 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
-
- 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
-
- getSerializableFields() - Method in class liquibase.change.AbstractChange
-
Returns the fields on this change that are serializable.
- getSerializableFields() - Method in class liquibase.change.ColumnConfig
-
- getSerializableFields() - Method in class liquibase.change.ConstraintsConfig
-
- getSerializableFields() - Method in class liquibase.change.custom.CustomChangeWrapper
-
- getSerializableFields() - Method in class liquibase.changelog.ChangeSet
-
- 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.DatabaseObjectCollection
-
- getSerializableFieldType(String) - Method in class liquibase.change.AbstractChange
-
- getSerializableFieldType(String) - Method in class liquibase.change.ColumnConfig
-
- getSerializableFieldType(String) - Method in class liquibase.change.ConstraintsConfig
-
- getSerializableFieldType(String) - Method in class liquibase.change.custom.CustomChangeWrapper
-
- getSerializableFieldType(String) - Method in class liquibase.changelog.ChangeSet
-
- 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.ConstraintsConfig
-
- getSerializableFieldValue(String) - Method in class liquibase.change.custom.CustomChangeWrapper
-
- getSerializableFieldValue(String) - Method in class liquibase.changelog.ChangeSet
-
- getSerializableFieldValue(String) - Method in interface liquibase.serializer.LiquibaseSerializable
-
- getSerializableFieldValue(String) - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getSerializableFieldValue(String) - Method in class liquibase.snapshot.SnapshotControl
-
- getSerializableFieldValue(String) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- getSerializableFieldValue(String) - Method in class liquibase.structure.AbstractDatabaseObject
-
- getSerializableFieldValue(String) - Method in class liquibase.structure.DatabaseObjectCollection
-
- getSerializationType() - Method in class liquibase.change.ChangeParameterMetaData
-
Return the LiquibaseSerializable.SerializationType
to use when serializing this object.
- getSerializedObjectName() - Method in class liquibase.change.AbstractChange
-
- getSerializedObjectName() - Method in class liquibase.change.ColumnConfig
-
- getSerializedObjectName() - Method in class liquibase.change.ConstraintsConfig
-
- getSerializedObjectName() - Method in class liquibase.changelog.ChangeSet
-
- 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.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.RawSQLChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameColumnChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameTableChange
-
- getSerializedObjectNamespace() - Method in class liquibase.change.core.RenameViewChange
-
- 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.ChangeSet
-
- 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.DatabaseObjectCollection
-
- getSerializer(String) - Method in class liquibase.serializer.ChangeLogSerializerFactory
-
- getSerializer(String) - Method in class liquibase.serializer.SnapshotSerializerFactory
-
- getSerializers() - Method in class liquibase.serializer.ChangeLogSerializerFactory
-
- getSerializers() - Method in class liquibase.serializer.SnapshotSerializerFactory
-
- getSetupExceptions() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getShort(String) - Method in class liquibase.snapshot.CachedRow
-
- getShortName() - Method in class liquibase.database.core.DB2Database
-
- getShortName() - Method in class liquibase.database.core.DerbyDatabase
-
- getShortName() - Method in class liquibase.database.core.FirebirdDatabase
-
- getShortName() - Method in class liquibase.database.core.H2Database
-
- getShortName() - Method in class liquibase.database.core.HsqlDatabase
-
- getShortName() - Method in class liquibase.database.core.InformixDatabase
-
- getShortName() - Method in class liquibase.database.core.MSSQLDatabase
-
- getShortName() - Method in class liquibase.database.core.MySQLDatabase
-
- getShortName() - Method in class liquibase.database.core.OracleDatabase
-
- getShortName() - Method in class liquibase.database.core.PostgresDatabase
-
- getShortName() - Method in class liquibase.database.core.SQLiteDatabase
-
- getShortName() - Method in class liquibase.database.core.SybaseASADatabase
-
- getShortName() - Method in class liquibase.database.core.SybaseDatabase
-
- getShortName() - Method in class liquibase.database.core.UnsupportedDatabase
-
- getShortName() - Method in interface liquibase.database.Database
-
Returns an all-lower-case short name of the product.
- getShortName(String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
-
- getShortName(String) - Method in interface liquibase.parser.NamespaceDetails
-
- getSince() - Method in class liquibase.change.ChangeParameterMetaData
-
- getSingleColumnRowMapper(Class) - Method in class liquibase.executor.jvm.JdbcExecutor
-
Create a new RowMapper for reading result objects from a single column.
- getSize() - Method in class liquibase.datatype.core.CharType
-
Return the size of this data type definition.
- getSnapshotControl() - Method in class liquibase.snapshot.DatabaseSnapshot
-
- getSnapshotId() - Method in class liquibase.structure.AbstractDatabaseObject
-
- getSnapshotId() - Method in interface liquibase.structure.DatabaseObject
-
- getSourceTable() - Method in class liquibase.statement.core.CopyRowsStatement
-
- getSql() - Method in class liquibase.change.AbstractSQLChange
-
Return the raw SQL managed by this Change
- getSql() - Method in class liquibase.change.core.RawSQLChange
-
- getSql() - Method in class liquibase.change.core.SQLFileChange
-
- getSql() - Method in class liquibase.precondition.core.SqlPrecondition
-
- getSql() - Method in class liquibase.statement.core.RawSqlStatement
-
- getSqlVisitors() - Method in class liquibase.changelog.ChangeSet
-
- getStandardChangelogIterator(Contexts, DatabaseChangeLog) - Method in class liquibase.Liquibase
-
- getStandardTypes() - Method in class liquibase.structure.core.DatabaseObjectFactory
-
- getStartValue() - Method in class liquibase.change.core.CreateSequenceChange
-
- getStartValue() - Method in class liquibase.statement.core.CreateSequenceStatement
-
- getStartValue() - Method in class liquibase.structure.core.Sequence
-
- getStartWith() - Method in class liquibase.change.ColumnConfig
-
Return the number to start auto incrementing with.
- getStartWith() - Method in class liquibase.change.core.AddAutoIncrementChange
-
- getStartWith() - Method in class liquibase.statement.AutoIncrementConstraint
-
- getStartWith() - Method in class liquibase.statement.core.AddAutoIncrementStatement
-
- getStartWith() - Method in class liquibase.structure.core.Column.AutoIncrementInformation
-
- getStreamContents(InputStream) - Static method in class liquibase.util.StreamUtil
-
Reads a stream until the end of file into a String and uses the machines
default encoding to convert to characters the bytes from the Stream.
- getStreamContents(InputStream, String) - Static method in class liquibase.util.StreamUtil
-
Reads a stream until the end of file into a String and uses the machines
default encoding to convert to characters the bytes from the Stream.
- getString(String) - Method in class liquibase.snapshot.CachedRow
-
- getSupportedDatabases() - Method in class liquibase.change.ChangeParameterMetaData
-
- getSystemSchema() - Method in class liquibase.database.AbstractJdbcDatabase
-
- getSystemSchema() - Method in class liquibase.database.core.InformixDatabase
-
- 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.SQLiteDatabase
-
- getSystemViews() - Method in class liquibase.database.AbstractJdbcDatabase
-
Returns system (undroppable) views.
- getSystemViews() - Method in class liquibase.database.core.InformixDatabase
-
- getSystemViews() - Method in class liquibase.database.core.MSSQLDatabase
-
- getSystemViews() - Method in class liquibase.database.core.PostgresDatabase
-
- getSystemViews() - Method in class liquibase.database.core.SQLiteDatabase
-
- getSystemViews() - Method in class liquibase.database.core.SybaseASADatabase
-
- getSystemViews() - Method in class liquibase.database.core.SybaseDatabase
-
- getTable() - Method in class liquibase.structure.core.Data
-
- getTable() - Method in class liquibase.structure.core.Index
-
- getTable() - Method in class liquibase.structure.core.PrimaryKey
-
- getTable() - Method in class liquibase.structure.core.UniqueConstraint
-
- getTableCatalogName() - Method in class liquibase.statement.core.CreateIndexStatement
-
- getTableCatalogName() - Method in class liquibase.statement.core.DropIndexStatement
-
- 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.precondition.core.ColumnExistsPrecondition
-
- getTableName() - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- getTableName() - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
-
- getTableName() - Method in class liquibase.precondition.core.RowCountPrecondition
-
- getTableName() - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- getTableName() - Method in class liquibase.statement.core.AddAutoIncrementStatement
-
- getTableName() - Method in class liquibase.statement.core.AddColumnStatement
-
- getTableName() - Method in class liquibase.statement.core.AddDefaultValueStatement
-
- getTableName() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
- getTableName() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- getTableName() - Method in class liquibase.statement.core.CreateIndexStatement
-
- getTableName() - Method in class liquibase.statement.core.CreateTableStatement
-
- getTableName() - Method in class liquibase.statement.core.DeleteStatement
-
- getTableName() - Method in class liquibase.statement.core.DropColumnStatement
-
- getTableName() - Method in class liquibase.statement.core.DropDefaultValueStatement
-
- getTableName() - Method in class liquibase.statement.core.DropIndexStatement
-
- getTableName() - Method in class liquibase.statement.core.DropPrimaryKeyStatement
-
- getTableName() - Method in class liquibase.statement.core.DropTableStatement
-
- getTableName() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
-
- getTableName() - Method in class liquibase.statement.core.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, String[]) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
- getTableSchemaName() - Method in class liquibase.statement.core.CreateIndexStatement
-
- getTableSchemaName() - Method in class liquibase.statement.core.DropIndexStatement
-
- getTablespace() - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- getTablespace() - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- getTablespace() - Method in class liquibase.change.core.CreateIndexChange
-
- getTablespace() - Method in class liquibase.change.core.CreateTableChange
-
- getTablespace() - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
- getTablespace() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- getTablespace() - Method in class liquibase.statement.core.CreateIndexStatement
-
- getTablespace() - Method in class liquibase.statement.core.CreateTableStatement
-
- getTablespace() - Method in class liquibase.statement.PrimaryKeyConstraint
-
- getTablespace() - Method in class liquibase.structure.core.Index
-
- getTablespace() - Method in class liquibase.structure.core.PrimaryKey
-
- getTag() - Method in class liquibase.change.core.TagDatabaseChange
-
- getTag() - Method in class liquibase.changelog.RanChangeSet
-
- getTag() - Method in class liquibase.integration.ant.TagDatabaseTask
-
- getTag() - Method in class liquibase.statement.core.TagDatabaseStatement
-
- getTagName() - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement.ByTag
-
- getTargetExtension() - Method in class liquibase.dbdoc.ChangeLogListWriter
-
- getTargetExtension() - Method in class liquibase.dbdoc.HTMLListWriter
-
- getTargetTable() - Method in class liquibase.statement.core.CopyRowsStatement
-
- getTargetVersion() - Method in class liquibase.diff.StringDiff
-
- getText() - Method in class liquibase.statement.core.CommentStatement
-
- getTextContent(Node) - Static method in class liquibase.util.XMLUtil
-
Extracts the text from the given element.
- getTimeFormat(Database) - Method in class liquibase.datatype.core.TimeType
-
- getTimeLiteral(Time) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getTimeLiteral(Time) - Method in interface liquibase.database.Database
-
- 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.datatype.DatabaseDataType
-
- getType() - Method in class liquibase.precondition.core.DBMSPrecondition
-
- getType() - Method in class liquibase.structure.core.Column
-
- getType() - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
-
- getTypeMap() - Method in class liquibase.database.jvm.JdbcConnection
-
- getTypeName(Class<? extends DatabaseObject>) - Method in class liquibase.diff.output.report.DiffToReport
-
- getTypeName() - Method in class liquibase.structure.core.DataType
-
- getTypesToInclude() - Method in class liquibase.snapshot.SnapshotControl
-
- getUnderlyingConnection() - Method in class liquibase.database.jvm.JdbcConnection
-
- getUnderlyingDataType() - Method in class liquibase.common.datatype.DataTypeWrapper
-
- getUnexpectedChangeSets() - Method in class liquibase.changelog.visitor.ExpectedChangesVisitor
-
- getUnexpectedObjects() - Method in class liquibase.diff.DiffResult
-
- getUnexpectedObjects(Class<T>) - Method in class liquibase.diff.DiffResult
-
- getUnexpectedObjects(Class<T>, Comparator<DatabaseObject>) - Method in class liquibase.diff.DiffResult
-
- getUniqueColumns() - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- getUniqueColumns() - Method in class liquibase.statement.core.DropUniqueConstraintStatement
-
- getUniqueConstraintName() - Method in class liquibase.change.ConstraintsConfig
-
Returns the name to use for the unique constraint.
- getUniqueConstraints(String, String, String) - Method in class liquibase.snapshot.JdbcDatabaseSnapshot.CachingDatabaseMetaData
-
- getUniqueConstraints() - Method in class liquibase.statement.core.CreateTableStatement
-
- getUniqueConstraints() - Method in class liquibase.structure.core.Table
-
- getUniqueStatementName() - Method in class liquibase.statement.core.AddColumnStatement
-
- getUnsupportedErrorMessages() - Method in class liquibase.exception.ValidationErrors
-
- getUpdateRule() - Method in class liquibase.structure.core.ForeignKey
-
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
-
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
-
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- getUpdateStatement(InsertOrUpdateStatement, Database, String, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
-
- getURL() - Method in interface liquibase.database.DatabaseConnection
-
- getURL() - Method in class liquibase.database.jvm.JdbcConnection
-
- getURL() - Method in class liquibase.database.OfflineConnection
-
- getUrl() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getUserDir() - Static method in class liquibase.util.SystemUtils
-
Gets the user directory as a File
.
- getUserHome() - Static method in class liquibase.util.SystemUtils
-
Gets the user home directory as a File
.
- getUsername() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- getUsername() - Method in class liquibase.precondition.core.RunningAsPrecondition
-
- getValidationErrors() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- 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.xml.XMLChangeLogSerializer
-
- 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) - Method in class liquibase.changelog.ChangeLogParameters
-
Return the value of a parameter
- getValue() - Method in class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
-
- getValue(String, ServletContext, InitialContext) - Method in class liquibase.integration.servlet.LiquibaseServletListener
-
Try to read the value that is stored by the given key from
JNDI
the servlet context's init parameters
system properties
- getValue() - Method in class liquibase.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
-
- getValueBlobFile() - Method in class liquibase.change.ColumnConfig
-
Return the file containing the data to load into a BLOB.
- getValueBoolean() - Method in class liquibase.change.ColumnConfig
-
Return the boolean value this column should be set to.
- getValueClobFile() - Method in class liquibase.change.ColumnConfig
-
Return the file containing the data to load into a CLOB.
- getValueComputed() - Method in class liquibase.change.ColumnConfig
-
Return the function this column should be set from.
- getValueDate() - Method in class liquibase.change.ColumnConfig
-
Return the date value this column should be set to.
- getValueForColumn(ResultSet, String, Database) - Static method in class liquibase.util.JdbcUtils
-
Checks whether a result set has a column matching the specified column name.
- getValueNumeric() - Method in class liquibase.change.ColumnConfig
-
Return the numeric value this column should be set to.
- getValueObject() - Method in class liquibase.change.ColumnConfig
-
Return the value from whatever setValue* function was called.
- getValueSequenceCurrent() - Method in class liquibase.change.ColumnConfig
-
- getValueSequenceNext() - Method in class liquibase.change.ColumnConfig
-
- getVersion() - Method in class liquibase.change.CheckSum
-
Return the Checksum Algorithm version for this CheckSum
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.DB2Database
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.DerbyDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.H2Database
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.InformixDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.MSSQLDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SQLiteDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SybaseASADatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in class liquibase.database.core.SybaseDatabase
-
- getViewDefinition(CatalogAndSchema, String) - Method in interface liquibase.database.Database
-
- GetViewDefinitionGenerator - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGenerator() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGenerator
-
- GetViewDefinitionGeneratorDB2 - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorDB2() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
-
- GetViewDefinitionGeneratorDerby - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorDerby() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
-
- GetViewDefinitionGeneratorFirebird - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorFirebird() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
-
- GetViewDefinitionGeneratorHsql - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorHsql() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
-
- GetViewDefinitionGeneratorInformix - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorInformix() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
-
- GetViewDefinitionGeneratorMSSQL - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorMSSQL() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
-
- GetViewDefinitionGeneratorOracle - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorOracle() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
-
- GetViewDefinitionGeneratorPostgres - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
-
- GetViewDefinitionGeneratorSybase - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorSybase() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
-
- GetViewDefinitionGeneratorSybaseASA - Class in liquibase.sqlgenerator.core
-
- GetViewDefinitionGeneratorSybaseASA() - Constructor for class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
-
- GetViewDefinitionStatement - Class in liquibase.statement.core
-
- GetViewDefinitionStatement(String, String, String) - Constructor for class liquibase.statement.core.GetViewDefinitionStatement
-
- getViewName() - Method in class liquibase.change.core.CreateViewChange
-
- getViewName() - Method in class liquibase.change.core.DropViewChange
-
- getViewName() - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- getViewName() - Method in class liquibase.statement.core.CreateViewStatement
-
- getViewName() - Method in class liquibase.statement.core.DropViewStatement
-
- getViewName() - Method in class liquibase.statement.core.GetViewDefinitionStatement
-
- getWarnings() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- getWarnings() - Method in class liquibase.database.jvm.JdbcConnection
-
- 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
-
- 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.
- idsAreEqual(ChangeSet, RanChangeSet) - Method in class liquibase.changelog.filter.ShouldRunChangeSetFilter
-
- include(T) - Method in class liquibase.snapshot.DatabaseSnapshot
-
Include the object described by the passed example object in this snapshot.
- IncludeAllFilter - Interface in liquibase.parser.core.xml
-
- includeSystemClasspath - Variable in class liquibase.integration.commandline.Main
-
- Index - Class in liquibase.structure.core
-
- Index() - Constructor for class liquibase.structure.core.Index
-
- IndexComparator - Class in liquibase.diff.compare.core
-
- IndexComparator() - Constructor for class liquibase.diff.compare.core.IndexComparator
-
- IndexExistsPrecondition - Class in liquibase.precondition.core
-
- IndexExistsPrecondition() - Constructor for class liquibase.precondition.core.IndexExistsPrecondition
-
- indexOfExtension(String) - Static method in class liquibase.util.file.FilenameUtils
-
Returns the index of the last extension separator character, which is a dot.
- indexOfLastSeparator(String) - Static method in class liquibase.util.file.FilenameUtils
-
Returns the index of the last directory separator character.
- IndexSnapshotGenerator - Class in liquibase.snapshot.jvm
-
- IndexSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.IndexSnapshotGenerator
-
- info(String) - Method in class liquibase.logging.core.DefaultLogger
-
- info(String, Throwable) - Method in class liquibase.logging.core.DefaultLogger
-
- info(String) - Method in interface liquibase.logging.Logger
-
- info(String, Throwable) - Method in interface liquibase.logging.Logger
-
- InformixDatabase - Class in liquibase.database.core
-
- InformixDatabase() - Constructor for class liquibase.database.core.InformixDatabase
-
- init() - Method in interface liquibase.changelog.ChangeLogHistoryService
-
Ensures the change log history container is correctly initialized for use.
- init() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- init() - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- init() - Method in interface liquibase.lockservice.LockService
-
- init() - Method in class liquibase.lockservice.OfflineLockService
-
- init() - Method in class liquibase.lockservice.StandardLockService
-
- init() - Method in class liquibase.resource.UtfBomAwareReader
-
Read up to 4 bytes to determine the BOM.
- init() - Method in class liquibase.resource.UtfBomStripperInputStream
-
- InitializeDatabaseChangeLogLockTableGenerator - Class in liquibase.sqlgenerator.core
-
- InitializeDatabaseChangeLogLockTableGenerator() - Constructor for class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
-
- InitializeDatabaseChangeLogLockTableStatement - Class in liquibase.statement.core
-
- InitializeDatabaseChangeLogLockTableStatement() - Constructor for class liquibase.statement.core.InitializeDatabaseChangeLogLockTableStatement
-
- InsertDataChange - Class in liquibase.change.core
-
Inserts data into an existing table.
- InsertDataChange() - Constructor for class liquibase.change.core.InsertDataChange
-
- InsertDataChangeGenerator - Class in liquibase.sqlgenerator.core
-
Dummy SQL generator for InsertDataChange.ExecutableStatement
- InsertDataChangeGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertDataChangeGenerator
-
- InsertExecutablePreparedStatement - Class in liquibase.statement
-
Handles INSERT Execution
- InsertExecutablePreparedStatement(Database, String, String, String, List<ColumnConfig>, ChangeSet, ResourceAccessor) - Constructor for class liquibase.statement.InsertExecutablePreparedStatement
-
- InsertGenerator - Class in liquibase.sqlgenerator.core
-
- InsertGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertGenerator
-
- InsertOrUpdateGenerator - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGenerator() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- InsertOrUpdateGeneratorDB2 - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorDB2() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
-
- InsertOrUpdateGeneratorH2 - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorH2() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
-
- InsertOrUpdateGeneratorHsql - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorHsql() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
-
- InsertOrUpdateGeneratorMSSQL - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorMSSQL() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- InsertOrUpdateGeneratorMySQL - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorMySQL() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
-
- InsertOrUpdateGeneratorOracle - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorOracle() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
-
- InsertOrUpdateGeneratorPostgres - Class in liquibase.sqlgenerator.core
-
- InsertOrUpdateGeneratorPostgres() - Constructor for class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
-
- InsertOrUpdateStatement - Class in liquibase.statement.core
-
- InsertOrUpdateStatement(String, String, String, String) - Constructor for class liquibase.statement.core.InsertOrUpdateStatement
-
- InsertStatement - Class in liquibase.statement.core
-
- InsertStatement(String, String, String) - Constructor for class liquibase.statement.core.InsertStatement
-
- InternalDatabase - Interface in liquibase.database
-
Marker interface for liquibase.database.InternalDatabase implementations that are for internal Liquibase usage, not user-exposed databases.
- IntType - Class in liquibase.datatype.core
-
- IntType() - Constructor for class liquibase.datatype.core.IntType
-
- InvalidChangeDefinitionException - Exception in liquibase.exception
-
- InvalidChangeDefinitionException(String, Change) - Constructor for exception liquibase.exception.InvalidChangeDefinitionException
-
- InvalidExampleException - Exception in liquibase.snapshot
-
Thrown if a descriptive example is not specific enough to perform a snapshot.
- InvalidExampleException() - Constructor for exception liquibase.snapshot.InvalidExampleException
-
- InvalidExampleException(String) - Constructor for exception liquibase.snapshot.InvalidExampleException
-
- InvalidExampleException(String, Throwable) - Constructor for exception liquibase.snapshot.InvalidExampleException
-
- InvalidExampleException(Throwable) - Constructor for exception liquibase.snapshot.InvalidExampleException
-
- IS_JAVA_1_1 - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Java version 1.1 (also 1.1.x versions).
- IS_JAVA_1_2 - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Java version 1.2 (also 1.2.x versions).
- IS_JAVA_1_3 - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Java version 1.3 (also 1.3.x versions).
- IS_JAVA_1_4 - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Java version 1.4 (also 1.4.x versions).
- IS_JAVA_1_5 - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Java version 1.5 (also 1.5.x versions).
- IS_JAVA_1_6 - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Java version 1.6 (also 1.6.x versions).
- IS_JAVA_1_7 - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Java version 1.7 (also 1.7.x versions).
- IS_OS_AIX - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is AIX.
- IS_OS_HP_UX - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is HP-UX.
- IS_OS_IRIX - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Irix.
- IS_OS_LINUX - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Linux.
- IS_OS_MAC - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Mac.
- IS_OS_MAC_OSX - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Mac.
- IS_OS_OS2 - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is OS/2.
- IS_OS_SOLARIS - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Solaris.
- IS_OS_SUN_OS - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is SunOS.
- IS_OS_UNIX - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is a POSIX compilant system,
as in any of AIX, HP-UX, Irix, Linux, MacOSX, Solaris or SUN OS.
- IS_OS_WINDOWS - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Windows.
- IS_OS_WINDOWS_2000 - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Windows 2000.
- IS_OS_WINDOWS_7 - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Windows 7.
- IS_OS_WINDOWS_95 - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Windows 95.
- IS_OS_WINDOWS_98 - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Windows 98.
- IS_OS_WINDOWS_ME - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Windows ME.
- IS_OS_WINDOWS_NT - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Windows NT.
- IS_OS_WINDOWS_VISTA - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Windows Vista.
- IS_OS_WINDOWS_XP - Static variable in class liquibase.util.SystemUtils
-
Is true
if this is Windows XP.
- isAlwaysRun() - Method in class liquibase.changelog.ChangeSet
-
- isApplyToRollback() - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- isApplyToRollback() - Method in interface liquibase.sql.visitor.SqlVisitor
-
- isAscii(String) - Static method in class liquibase.util.StringUtils
-
- isAscii(char) - Static method in class liquibase.util.StringUtils
-
- isAssociatedWith(String) - Method in class liquibase.structure.core.Index
-
- isAutoCommit() - Method in class liquibase.database.AbstractJdbcDatabase
-
- isAutoCommit() - Method in interface liquibase.database.Database
-
- isAutoIncrement() - Method in class liquibase.change.ColumnConfig
-
Returns true if this Column should be set to be auto increment.
- isAutoIncrement() - Method in class liquibase.datatype.core.BigIntType
-
- isAutoIncrement() - Method in class liquibase.datatype.core.DecimalType
-
- isAutoIncrement() - Method in class liquibase.datatype.core.IntType
-
- isAutoIncrement() - Method in class liquibase.datatype.core.MediumIntType
-
- isAutoIncrement() - Method in class liquibase.datatype.core.NumberType
-
- isAutoIncrement() - Method in class liquibase.datatype.core.SmallIntType
-
- isAutoIncrement() - Method in class liquibase.datatype.core.TinyIntType
-
- isAutoIncrement() - Method in class liquibase.datatype.DatabaseDataType
-
Mainly for postgres, check if the column is a serial data type.
- isAutoIncrement() - Method in class liquibase.statement.core.AddColumnStatement
-
- isAutoIncrement() - Method in class liquibase.structure.core.Column
-
- isBoolean(int) - Static method in class liquibase.util.SqlUtil
-
- isCascadeConstraints() - Method in class liquibase.change.core.DropTableChange
-
- isCascadeConstraints() - Method in class liquibase.statement.core.DropTableStatement
-
- isCaseSensitive() - Method in class liquibase.database.AbstractJdbcDatabase
-
- isCaseSensitive() - Method in class liquibase.database.core.HsqlDatabase
-
- isCaseSensitive() - Method in class liquibase.database.core.MSSQLDatabase
-
- isCaseSensitive() - Method in interface liquibase.database.Database
-
- isCertainDataType() - Method in class liquibase.structure.core.Column
-
- isCertainName() - Method in class liquibase.structure.core.PrimaryKey
-
- isCheckSumValid(CheckSum) - Method in class liquibase.changelog.ChangeSet
-
- isClosed() - Method in interface liquibase.database.DatabaseConnection
-
- isClosed() - Method in class liquibase.database.jvm.JdbcConnection
-
- isClosed() - Method in class liquibase.database.OfflineConnection
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.DB2Database
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.DerbyDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.FirebirdDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.H2Database
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.HsqlDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.InformixDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.MSSQLDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.MySQLDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.OracleDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.PostgresDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SQLiteDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SybaseASADatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.SybaseDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in class liquibase.database.core.UnsupportedDatabase
-
- isCorrectDatabaseImplementation(DatabaseConnection) - Method in interface liquibase.database.Database
-
Is this AbstractDatabase subclass the correct one to use for the given connection.
- isCorrectDatabaseImplementation(Database) - Method in class liquibase.database.OfflineConnection
-
- isCurrentDateTimeFunction(String, Database) - Method in class liquibase.datatype.LiquibaseDataType
-
- isDatabaseChangeLogLockTableInitialized(boolean) - Method in class liquibase.lockservice.StandardLockService
-
- isDataTypeDifferent(Column) - Method in class liquibase.structure.core.Column
-
- isDate(int) - Static method in class liquibase.util.SqlUtil
-
- isDateOnly(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isDateTime(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isDefaultCatalog(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isDefaultCatalog(String) - Method in interface liquibase.database.Database
-
- isDefaultSchema(String, String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isDefaultSchema(String, String) - Method in interface liquibase.database.Database
-
- isDeferrable() - Method in class liquibase.change.ConstraintsConfig
-
Returns if a foreign key defined for this column should deferrable.
- isDeferrable() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- isDeferrable() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- isDeferrable() - Method in class liquibase.statement.ForeignKeyConstraint
-
- isDeferrable() - Method in class liquibase.structure.core.ForeignKey
-
- isDeferrable() - Method in class liquibase.structure.core.UniqueConstraint
-
- isDeleteCascade() - Method in class liquibase.change.ConstraintsConfig
-
Returns if a foreign key defined for this column should cascade deletes.
- isDeleteCascade() - Method in class liquibase.statement.ForeignKeyConstraint
-
- isDifferent(String) - Method in class liquibase.diff.ObjectDifferences
-
- isDifferent(Column) - Method in class liquibase.structure.core.Column
-
- isDisabled() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- isDisabled() - Method in class liquibase.structure.core.UniqueConstraint
-
- isDropFirst() - Method in class liquibase.integration.ant.DatabaseUpdateTask
-
- isDropFirst() - Method in class liquibase.integration.ant.DatabaseUpdateTestingRollbackTask
-
- isExecuteAgainstDatabase() - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- isExtension(String, String) - Static method in class liquibase.util.file.FilenameUtils
-
Checks whether the extension of the filename is that specified.
- isExtension(String, String[]) - Static method in class liquibase.util.file.FilenameUtils
-
Checks whether the extension of the filename is one of those specified.
- isExtension(String, Collection) - Static method in class liquibase.util.file.FilenameUtils
-
Checks whether the extension of the filename is one of those specified.
- isFunction(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isFunction(String) - Method in interface liquibase.database.Database
-
- isIgnoreClasspathPrefix() - Method in class liquibase.Liquibase
-
- isIncludeCatalog() - Method in class liquibase.diff.output.DiffOutputControl
-
- isIncludeSchema() - Method in class liquibase.diff.output.DiffOutputControl
-
- isIncludeTablespace() - Method in class liquibase.diff.output.DiffOutputControl
-
- isInitiallyDeferred() - Method in class liquibase.change.ConstraintsConfig
-
Returns if a foreign key defined for this column should be "initially deferred"c.
- isInitiallyDeferred() - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- isInitiallyDeferred() - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- isInitiallyDeferred() - Method in class liquibase.statement.ForeignKeyConstraint
-
- isInitiallyDeferred() - Method in class liquibase.structure.core.ForeignKey
-
- isInitiallyDeferred() - Method in class liquibase.structure.core.UniqueConstraint
-
- isJavaAwtHeadless() - Static method in class liquibase.util.SystemUtils
-
- isJavaVersionAtLeast(float) - Static method in class liquibase.util.SystemUtils
-
Is the Java version at least the requested version.
- isJavaVersionAtLeast(int) - Static method in class liquibase.util.SystemUtils
-
Is the Java version at least the requested version.
- isLiquibaseObject(DatabaseObject) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isLiquibaseObject(DatabaseObject) - Method in interface liquibase.database.Database
-
- isNullabilityDifferent(Column) - Method in class liquibase.structure.core.Column
-
- isNullable() - Method in class liquibase.change.ConstraintsConfig
-
Returns if the column should be nullable.
- isNullable() - Method in class liquibase.statement.core.AddColumnStatement
-
- isNullable() - Method in class liquibase.statement.core.SetNullableStatement
-
- isNullable() - Method in class liquibase.structure.core.Column
-
- isNumeric(int) - Static method in class liquibase.util.JdbcUtils
-
Check whether the given SQL type is numeric.
- isNumeric(int) - Static method in class liquibase.util.SqlUtil
-
- isNumericBoolean(Database) - Method in class liquibase.datatype.core.BooleanType
-
- ISODateFormat - Class in liquibase.util
-
- ISODateFormat() - Constructor for class liquibase.util.ISODateFormat
-
- isOrdered() - Method in class liquibase.change.core.AlterSequenceChange
-
- isOrdered() - Method in class liquibase.change.core.CreateSequenceChange
-
- isPrimaryKey() - Method in class liquibase.change.ConstraintsConfig
-
Returns true if the column should be part of the primary key.
- isPrimaryKey() - Method in class liquibase.statement.core.AddColumnStatement
-
- isPromptOnNonLocalDatabase() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- isReadOnly() - Method in class liquibase.database.jvm.JdbcConnection
-
- isRelativeToChangelogFile() - Method in class liquibase.change.core.CreateProcedureChange
-
- isRelativeToChangelogFile() - Method in class liquibase.change.core.SQLFileChange
-
- isReplaceIfExists() - Method in class liquibase.statement.core.CreateViewStatement
-
- isRequiredFor(Database) - Method in class liquibase.change.ChangeParameterMetaData
-
- isReservedWord(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isReservedWord(String) - Method in class liquibase.database.core.H2Database
-
- isReservedWord(String) - Method in class liquibase.database.core.HsqlDatabase
-
- isReservedWord(String) - Method in class liquibase.database.core.MySQLDatabase
-
- isReservedWord(String) - Method in class liquibase.database.core.OracleDatabase
-
- isReservedWord(String) - Method in class liquibase.database.core.PostgresDatabase
-
- isReservedWord(String) - Method in interface liquibase.database.Database
-
- isRunInTransaction() - Method in class liquibase.changelog.ChangeSet
-
- isRunOnChange() - Method in class liquibase.changelog.ChangeSet
-
- isSafeToRunUpdate() - Method in class liquibase.database.AbstractJdbcDatabase
-
Default implementation, just look for "local" IPs.
- isSafeToRunUpdate() - Method in class liquibase.database.core.H2Database
-
- isSafeToRunUpdate() - Method in interface liquibase.database.Database
-
- isSafeToRunUpdate() - Method in class liquibase.Liquibase
-
Returns true if it is "save" to migrate the database.
- isSameAs(ChangeSet) - Method in class liquibase.changelog.RanChangeSet
-
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.ColumnComparator
-
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.DefaultDatabaseObjectComparator
-
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.ForeignKeyComparator
-
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.IndexComparator
-
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.PrimaryKeyComparator
-
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.SchemaComparator
-
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.TableComparator
-
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in class liquibase.diff.compare.core.UniqueConstraintComparator
-
- isSameObject(DatabaseObject, DatabaseObject, Database, DatabaseObjectComparatorChain) - Method in interface liquibase.diff.compare.DatabaseObjectComparator
-
- isSameObject(DatabaseObject, DatabaseObject, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorChain
-
- isSameObject(DatabaseObject, DatabaseObject, Database) - Method in class liquibase.diff.compare.DatabaseObjectComparatorFactory
-
- isSplitStatements() - Method in class liquibase.change.AbstractSQLChange
-
Return if the SQL should be split into multiple statements before passing it to the database.
- isStripComments() - Method in class liquibase.change.AbstractSQLChange
-
Return if comments should be stripped from the SQL before passing it to the database.
- isSuppressedField(Class<? extends DatabaseObject>, String) - Method in class liquibase.diff.compare.CompareControl
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.FirebirdDatabase
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.MSSQLDatabase
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.OracleDatabase
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.PostgresDatabase
-
- isSystemObject(DatabaseObject) - Method in class liquibase.database.core.SybaseDatabase
-
- isSystemObject(DatabaseObject) - Method in interface liquibase.database.Database
-
- isSystemView(CatalogAndSchema, String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isTimeOnly(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- isUnique() - Method in class liquibase.change.ConstraintsConfig
-
Returns if the column is part of a unique constraint.
- isUnique() - Method in class liquibase.change.core.CreateIndexChange
-
- isUnique() - Method in class liquibase.statement.core.AddColumnStatement
-
- isUnique() - Method in class liquibase.statement.core.CreateIndexStatement
-
- isUnique() - Method in class liquibase.structure.core.Index
-
- isValid() - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- isWebSphereClassLoader(ClassLoader) - Static method in class liquibase.servicelocator.WebSpherePackageScanClassResolver
-
Is the classloader from IBM and thus the WebSphere platform?
- isWindows() - Method in class liquibase.integration.commandline.Main
-
- JAVA_AWT_FONTS - Static variable in class liquibase.util.SystemUtils
-
The java.awt.fonts
System Property.
- JAVA_AWT_GRAPHICSENV - Static variable in class liquibase.util.SystemUtils
-
The java.awt.graphicsenv
System Property.
- JAVA_AWT_HEADLESS - Static variable in class liquibase.util.SystemUtils
-
The java.awt.headless
System Property.
- JAVA_AWT_PRINTERJOB - Static variable in class liquibase.util.SystemUtils
-
The java.awt.printerjob
System Property.
- JAVA_CLASS_PATH - Static variable in class liquibase.util.SystemUtils
-
The java.class.path
System Property.
- JAVA_CLASS_VERSION - Static variable in class liquibase.util.SystemUtils
-
The java.class.version
System Property.
- JAVA_COMPILER - Static variable in class liquibase.util.SystemUtils
-
The java.compiler
System Property.
- JAVA_ENDORSED_DIRS - Static variable in class liquibase.util.SystemUtils
-
The java.endorsed.dirs
System Property.
- JAVA_EXT_DIRS - Static variable in class liquibase.util.SystemUtils
-
The java.ext.dirs
System Property.
- JAVA_HOME - Static variable in class liquibase.util.SystemUtils
-
The java.home
System Property.
- JAVA_IO_TMPDIR - Static variable in class liquibase.util.SystemUtils
-
The java.io.tmpdir
System Property.
- JAVA_LIBRARY_PATH - Static variable in class liquibase.util.SystemUtils
-
The java.library.path
System Property.
- JAVA_RUNTIME_NAME - Static variable in class liquibase.util.SystemUtils
-
The java.runtime.name
System Property.
- JAVA_RUNTIME_VERSION - Static variable in class liquibase.util.SystemUtils
-
The java.runtime.version
System Property.
- JAVA_SPECIFICATION_NAME - Static variable in class liquibase.util.SystemUtils
-
The java.specification.name
System Property.
- JAVA_SPECIFICATION_VENDOR - Static variable in class liquibase.util.SystemUtils
-
The java.specification.vendor
System Property.
- JAVA_SPECIFICATION_VERSION - Static variable in class liquibase.util.SystemUtils
-
The java.specification.version
System Property.
- JAVA_UTIL_PREFS_PREFERENCES_FACTORY - Static variable in class liquibase.util.SystemUtils
-
The java.util.prefs.PreferencesFactory
System Property.
- JAVA_VENDOR - Static variable in class liquibase.util.SystemUtils
-
The java.vendor
System Property.
- JAVA_VENDOR_URL - Static variable in class liquibase.util.SystemUtils
-
The java.vendor.url
System Property.
- JAVA_VERSION - Static variable in class liquibase.util.SystemUtils
-
The java.version
System Property.
- JAVA_VERSION_FLOAT - Static variable in class liquibase.util.SystemUtils
-
Gets the Java version as a float
.
- JAVA_VERSION_INT - Static variable in class liquibase.util.SystemUtils
-
Gets the Java version as an int
.
- JAVA_VERSION_TRIMMED - Static variable in class liquibase.util.SystemUtils
-
Gets the Java version as a String
trimming leading letters.
- JAVA_VM_INFO - Static variable in class liquibase.util.SystemUtils
-
The java.vm.info
System Property.
- JAVA_VM_NAME - Static variable in class liquibase.util.SystemUtils
-
The java.vm.name
System Property.
- JAVA_VM_SPECIFICATION_NAME - Static variable in class liquibase.util.SystemUtils
-
The java.vm.specification.name
System Property.
- JAVA_VM_SPECIFICATION_VENDOR - Static variable in class liquibase.util.SystemUtils
-
The java.vm.specification.vendor
System Property.
- JAVA_VM_SPECIFICATION_VERSION - Static variable in class liquibase.util.SystemUtils
-
The java.vm.specification.version
System Property.
- JAVA_VM_VENDOR - Static variable in class liquibase.util.SystemUtils
-
The java.vm.vendor
System Property.
- JAVA_VM_VERSION - Static variable in class liquibase.util.SystemUtils
-
The java.vm.version
System Property.
- jdbcCallsCatalogsSchemas() - Method in class liquibase.database.AbstractJdbcDatabase
-
- jdbcCallsCatalogsSchemas() - Method in class liquibase.database.core.DB2Database
-
- jdbcCallsCatalogsSchemas() - Method in class liquibase.database.core.DerbyDatabase
-
- jdbcCallsCatalogsSchemas() - Method in class liquibase.database.core.OracleDatabase
-
- JdbcConnection - Class in liquibase.database.jvm
-
A ConnectionWrapper implementation which delegates completely to an
underlying java.sql.connection.
- JdbcConnection(Connection) - Constructor for class liquibase.database.jvm.JdbcConnection
-
- JdbcDatabaseSnapshot - Class in liquibase.snapshot
-
- JdbcDatabaseSnapshot(DatabaseObject[], Database, SnapshotControl) - Constructor for class liquibase.snapshot.JdbcDatabaseSnapshot
-
- JdbcDatabaseSnapshot(DatabaseObject[], Database) - Constructor for class liquibase.snapshot.JdbcDatabaseSnapshot
-
- JdbcDatabaseSnapshot.CachingDatabaseMetaData - Class in liquibase.snapshot
-
- JdbcExecutor - Class in liquibase.executor.jvm
-
Class to simplify execution of SqlStatements.
- JdbcExecutor() - Constructor for class liquibase.executor.jvm.JdbcExecutor
-
- JdbcSnapshotGenerator - Class in liquibase.snapshot.jvm
-
- JdbcSnapshotGenerator(Class<? extends DatabaseObject>) - Constructor for class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
- JdbcSnapshotGenerator(Class<? extends DatabaseObject>, Class<? extends DatabaseObject>[]) - Constructor for class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
- JdbcUtils - Class in liquibase.util
-
- JdbcUtils() - Constructor for class liquibase.util.JdbcUtils
-
- join(String[], String) - Static method in class liquibase.util.StringUtils
-
- join(Collection<String>, String) - Static method in class liquibase.util.StringUtils
-
- join(Integer[], String) - Static method in class liquibase.util.StringUtils
-
- join(int[], String) - Static method in class liquibase.util.StringUtils
-
- saveRollbackStatement(Change, List<SqlVisitor>, Writer) - Method in class liquibase.database.AbstractJdbcDatabase
-
- 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 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
-
- schemaName - Variable in class liquibase.change.core.AbstractModifyDataChange
-
- SchemaSnapshotGenerator - Class in liquibase.snapshot.jvm
-
- SchemaSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.SchemaSnapshotGenerator
-
- SelectFromDatabaseChangeLogGenerator - Class in liquibase.sqlgenerator.core
-
- SelectFromDatabaseChangeLogGenerator() - Constructor for class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator
-
- SelectFromDatabaseChangeLogLockGenerator - Class in liquibase.sqlgenerator.core
-
- SelectFromDatabaseChangeLogLockGenerator() - Constructor for class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator
-
- SelectFromDatabaseChangeLogLockStatement - Class in liquibase.statement.core
-
- SelectFromDatabaseChangeLogLockStatement(String...) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogLockStatement
-
- SelectFromDatabaseChangeLogStatement - Class in liquibase.statement.core
-
- SelectFromDatabaseChangeLogStatement(String...) - Constructor for class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
-
- SelectFromDatabaseChangeLogStatement(SelectFromDatabaseChangeLogStatement.WhereClause, String...) - 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
-
- separatorsToSystem(String) - Static method in class liquibase.util.file.FilenameUtils
-
Converts all separators to the system separator.
- separatorsToUnix(String) - Static method in class liquibase.util.file.FilenameUtils
-
Converts all separators to the Unix separator of forward slash.
- separatorsToWindows(String) - Static method in class liquibase.util.file.FilenameUtils
-
Converts all separators to the Windows separator of backslash.
- Sequence - Class in liquibase.structure.core
-
- Sequence() - Constructor for class liquibase.structure.core.Sequence
-
- sequenceCurrentValueFunction - Variable in class liquibase.database.AbstractJdbcDatabase
-
- SequenceCurrentValueFunction - Class in liquibase.statement
-
Represents a function for getting the current value from a sequence
- SequenceCurrentValueFunction(String) - Constructor for class liquibase.statement.SequenceCurrentValueFunction
-
- SequenceExistsPrecondition - Class in liquibase.precondition.core
-
- SequenceExistsPrecondition() - Constructor for class liquibase.precondition.core.SequenceExistsPrecondition
-
- sequenceNextValueFunction - Variable in class liquibase.database.AbstractJdbcDatabase
-
The sequence name will be substituted into the string e.g.
- SequenceNextValueFunction - Class in liquibase.statement
-
Represents a function for getting the next value from a sequence
- SequenceNextValueFunction() - Constructor for class liquibase.statement.SequenceNextValueFunction
-
- SequenceNextValueFunction(String) - Constructor for class liquibase.statement.SequenceNextValueFunction
-
- SequenceSnapshotGenerator - Class in liquibase.snapshot.jvm
-
- SequenceSnapshotGenerator() - Constructor for class liquibase.snapshot.jvm.SequenceSnapshotGenerator
-
- serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.string.StringChangeLogSerializer
-
- serialize(LiquibaseSerializable, boolean) - Method in class liquibase.serializer.core.string.StringSnapshotSerializer
-
- 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 interface liquibase.serializer.LiquibaseSerializer
-
- serialize(LiquibaseSerializable, boolean) - Method in interface liquibase.serializer.SnapshotSerializer
-
- ServiceLocator - Class in liquibase.servicelocator
-
- ServiceLocator() - Constructor for class liquibase.servicelocator.ServiceLocator
-
- ServiceLocator(ResourceAccessor) - Constructor for class liquibase.servicelocator.ServiceLocator
-
- ServiceLocator(PackageScanClassResolver) - Constructor for class liquibase.servicelocator.ServiceLocator
-
- ServiceLocator(PackageScanClassResolver, ResourceAccessor) - Constructor for class liquibase.servicelocator.ServiceLocator
-
- ServiceNotFoundException - Exception in liquibase.exception
-
- ServiceNotFoundException(String) - Constructor for exception liquibase.exception.ServiceNotFoundException
-
- ServiceNotFoundException(String, Throwable) - Constructor for exception liquibase.exception.ServiceNotFoundException
-
- ServiceNotFoundException(Throwable) - Constructor for exception liquibase.exception.ServiceNotFoundException
-
- set(String, Object) - Method in class liquibase.changelog.ChangeLogParameters
-
- set(String, String, String, String) - Method in class liquibase.changelog.ChangeLogParameters
-
- set(String, String, Contexts, String) - Method in class liquibase.changelog.ChangeLogParameters
-
- set(String, Object) - Method in class liquibase.snapshot.CachedRow
-
- setAddAfterColumn(String) - Method in class liquibase.statement.core.AddColumnStatement
-
- setAddAtPosition(Integer) - Method in class liquibase.statement.core.AddColumnStatement
-
- setAddBeforeColumn(String) - Method in class liquibase.statement.core.AddColumnStatement
-
- setAdditionalInformation(String) - Method in class liquibase.datatype.LiquibaseDataType
-
- setAfterColumn(String) - Method in class liquibase.change.AddColumnConfig
-
- setAlreadyHandledChanged(DatabaseObject) - Method in class liquibase.diff.output.DiffOutputControl
-
- setAlreadyHandledMissing(DatabaseObject) - Method in class liquibase.diff.output.DiffOutputControl
-
- setAlreadyHandledUnexpected(DatabaseObject) - Method in class liquibase.diff.output.DiffOutputControl
-
- setApplicableDbms(Set<String>) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- setApplicableDbms(Set<String>) - Method in interface liquibase.sql.visitor.SqlVisitor
-
- setApplyToRollback(boolean) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- setApplyToRollback(boolean) - Method in interface liquibase.sql.visitor.SqlVisitor
-
- setAssociatedWith(String) - Method in class liquibase.change.core.CreateIndexChange
-
- setAssociatedWith(String) - Method in class liquibase.change.core.DropIndexChange
-
- setAssociatedWith(String) - Method in class liquibase.statement.core.CreateIndexStatement
-
- setAssociatedWith(String) - Method in class liquibase.statement.core.DropIndexStatement
-
- setAttribute(String, Object) - Method in class liquibase.structure.AbstractDatabaseObject
-
- setAttribute(String, Object) - Method in interface liquibase.structure.DatabaseObject
-
- setAuthor(String) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- setAutoCommit(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setAutoCommit(boolean) - Method in class liquibase.database.core.SybaseASADatabase
-
- setAutoCommit(boolean) - Method in interface liquibase.database.Database
-
- setAutoCommit(boolean) - Method in interface liquibase.database.DatabaseConnection
-
- setAutoCommit(boolean) - Method in class liquibase.database.jvm.JdbcConnection
-
- setAutoCommit(boolean) - Method in class liquibase.database.OfflineConnection
-
- setAutoIncrement(Boolean) - Method in class liquibase.change.ColumnConfig
-
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.BigIntType
-
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.DecimalType
-
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.IntType
-
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.MediumIntType
-
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.NumberType
-
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.SmallIntType
-
- setAutoIncrement(boolean) - Method in class liquibase.datatype.core.TinyIntType
-
- setAutoIncrementInformation(Column.AutoIncrementInformation) - Method in class liquibase.structure.core.Column
-
- setBackingIndex(Index) - Method in class liquibase.structure.core.ForeignKey
-
- setBackingIndex(Index) - Method in class liquibase.structure.core.PrimaryKey
-
- setBackingIndex(Index) - Method in class liquibase.structure.core.UniqueConstraint
-
- setBaseColumnNames(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setBaseTableCatalogName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setBaseTableCatalogName(String) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
-
- setBaseTableCatalogName(String) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
-
- setBaseTableName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setBaseTableName(String) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
-
- setBaseTableName(String) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
-
- setBaseTableName(String) - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
-
- setBaseTableSchemaName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setBaseTableSchemaName(String) - Method in class liquibase.change.core.DropAllForeignKeyConstraintsChange
-
- setBaseTableSchemaName(String) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
-
- setBaseTableSchemaName(String) - Method in class liquibase.statement.core.FindForeignKeyConstraintsStatement
-
- setBeforeColumn(String) - Method in class liquibase.change.AddColumnConfig
-
- setBody(String) - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- setCanCacheLiquibaseTableInfo(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
-
- 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
-
- setCatalog(String) - Method in class liquibase.database.jvm.JdbcConnection
-
- setCatalog(String) - Method in class liquibase.integration.ant.DropAllTask
-
- setCatalogName(String) - Method in class liquibase.change.core.AbstractModifyDataChange
-
- setCatalogName(String) - Method in class liquibase.change.core.AddAutoIncrementChange
-
- setCatalogName(String) - Method in class liquibase.change.core.AddColumnChange
-
- setCatalogName(String) - Method in class liquibase.change.core.AddDefaultValueChange
-
- setCatalogName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- setCatalogName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- setCatalogName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- setCatalogName(String) - Method in class liquibase.change.core.AlterSequenceChange
-
- setCatalogName(String) - Method in class liquibase.change.core.CreateIndexChange
-
- setCatalogName(String) - Method in class liquibase.change.core.CreateProcedureChange
-
- setCatalogName(String) - Method in class liquibase.change.core.CreateSequenceChange
-
- setCatalogName(String) - Method in class liquibase.change.core.CreateTableChange
-
- setCatalogName(String) - Method in class liquibase.change.core.CreateViewChange
-
- setCatalogName(String) - Method in class liquibase.change.core.DropColumnChange
-
- setCatalogName(String) - Method in class liquibase.change.core.DropDefaultValueChange
-
- setCatalogName(String) - Method in class liquibase.change.core.DropIndexChange
-
- setCatalogName(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- setCatalogName(String) - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- setCatalogName(String) - Method in class liquibase.change.core.DropProcedureChange
-
- setCatalogName(String) - Method in class liquibase.change.core.DropSequenceChange
-
- setCatalogName(String) - Method in class liquibase.change.core.DropTableChange
-
- setCatalogName(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- setCatalogName(String) - Method in class liquibase.change.core.DropViewChange
-
- setCatalogName(String) - Method in class liquibase.change.core.InsertDataChange
-
- setCatalogName(String) - Method in class liquibase.change.core.LoadDataChange
-
- setCatalogName(String) - Method in class liquibase.change.core.MergeColumnChange
-
- setCatalogName(String) - Method in class liquibase.change.core.ModifyDataTypeChange
-
- setCatalogName(String) - Method in class liquibase.change.core.RenameColumnChange
-
- setCatalogName(String) - Method in class liquibase.change.core.RenameTableChange
-
- setCatalogName(String) - Method in class liquibase.change.core.RenameViewChange
-
- setCatalogName(String) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- setCatalogName(String) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
-
- setCatalogName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- setCatalogName(String) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
-
- setCatalogName(String) - Method in class liquibase.precondition.core.RowCountPrecondition
-
- setCatalogName(String) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
-
- setCatalogName(String) - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- setCatalogName(String) - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- setCatalogName(String) - Method in class liquibase.statement.core.CreateSequenceStatement
-
- setCertainDataType(boolean) - Method in class liquibase.structure.core.Column
-
- setCertainName(boolean) - Method in class liquibase.structure.core.PrimaryKey
-
- setChangeExecListener(ChangeExecListener) - Method in class liquibase.Liquibase
-
- setChangeLog(DatabaseChangeLog) - Method in class liquibase.logging.core.DefaultLogger
-
- setChangeLog(DatabaseChangeLog) - Method in interface liquibase.logging.Logger
-
- setChangeLogFile(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setChangeLogFile(String) - Method in class liquibase.integration.servlet.LiquibaseServletListener
-
- setChangeLogFile(String) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- setChangeLogLockRecheckTime(long) - Method in interface liquibase.lockservice.LockService
-
- setChangeLogLockRecheckTime(long) - Method in class liquibase.lockservice.OfflineLockService
-
- setChangeLogLockRecheckTime(long) - Method in class liquibase.lockservice.StandardLockService
-
- setChangeLogLockWaitTime(long) - Method in interface liquibase.lockservice.LockService
-
- setChangeLogLockWaitTime(long) - Method in class liquibase.lockservice.OfflineLockService
-
- setChangeLogLockWaitTime(long) - Method in class liquibase.lockservice.StandardLockService
-
- setChangeLogParameter(String, Object) - Method in class liquibase.Liquibase
-
- setChangeLogParameters(ChangeLogParameters) - Method in class liquibase.changelog.ChangeSet
-
- setChangeLogParameters(ChangeLogParameters) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setChangeSet(ChangeSet) - Method in class liquibase.change.AbstractChange
-
Sets the changeSet this Change is a part of.
- setChangeSet(ChangeSet) - Method in interface liquibase.change.Change
-
Sets the changeSet this Change is a part of.
- setChangeSet(ChangeSet) - Method in class liquibase.logging.core.DefaultLogger
-
- setChangeSet(ChangeSet) - Method in interface liquibase.logging.Logger
-
- setChangeSetAuthor(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- setChangeSetContext(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- setCharacterOctetLength(Integer) - Method in class liquibase.structure.core.DataType
-
- setCheckConstraint(String) - Method in class liquibase.change.ConstraintsConfig
-
- setClass(String) - Method in class liquibase.change.custom.CustomChangeWrapper
-
Specify the name of the class to use as the CustomChange.
- setClassLoader(ClassLoader) - Method in class liquibase.change.custom.CustomChangeWrapper
-
- setClassLoader(ClassLoader) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- setClassLoaders(Set<ClassLoader>) - Method in class liquibase.servicelocator.DefaultPackageScanClassResolver
-
- setClassLoaders(Set<ClassLoader>) - Method in interface liquibase.servicelocator.PackageScanClassResolver
-
Sets the ClassLoader instances that should be used when scanning for
classes.
- setClassName(String) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- setClasspathRef(Reference) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setColumn(String) - Method in class liquibase.statement.ForeignKeyConstraint
-
- setColumn1Name(String) - Method in class liquibase.change.core.MergeColumnChange
-
- setColumn2Name(String) - Method in class liquibase.change.core.MergeColumnChange
-
- setColumnDataType(String) - Method in class liquibase.change.core.AddAutoIncrementChange
-
- setColumnDataType(String) - Method in class liquibase.change.core.AddDefaultValueChange
-
- setColumnDataType(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- setColumnDataType(String) - Method in class liquibase.change.core.DropDefaultValueChange
-
- setColumnDataType(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- setColumnDataType(String) - Method in class liquibase.change.core.RenameColumnChange
-
- setColumnDataType(String) - Method in class liquibase.statement.core.RenameColumnStatement
-
- setColumnMapping(String[]) - Method in class liquibase.util.csv.opencsv.bean.ColumnPositionMappingStrategy
-
- setColumnMapping(Map) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameTranslateMappingStrategy
-
- setColumnName(String) - Method in class liquibase.change.core.AddAutoIncrementChange
-
- setColumnName(String) - Method in class liquibase.change.core.AddDefaultValueChange
-
- setColumnName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- setColumnName(String) - Method in class liquibase.change.core.DropColumnChange
-
- setColumnName(String) - Method in class liquibase.change.core.DropDefaultValueChange
-
- setColumnName(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- setColumnName(String) - Method in class liquibase.change.core.ModifyDataTypeChange
-
- setColumnName(String) - Method in class liquibase.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
-
- SetColumnRemarksGenerator - Class in liquibase.sqlgenerator.core
-
- SetColumnRemarksGenerator() - Constructor for class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
-
- SetColumnRemarksStatement - Class in liquibase.statement.core
-
- SetColumnRemarksStatement(String, String, String, String, String) - Constructor for class liquibase.statement.core.SetColumnRemarksStatement
-
- setColumns(List<T>) - Method in interface liquibase.change.ChangeWithColumns
-
- setColumns(List<AddColumnConfig>) - Method in class liquibase.change.core.AddColumnChange
-
- setColumns(List<AddColumnConfig>) - Method in class liquibase.change.core.CreateIndexChange
-
- setColumns(List<ColumnConfig>) - Method in class liquibase.change.core.CreateTableChange
-
- setColumns(List<ColumnConfig>) - Method in class liquibase.change.core.InsertDataChange
-
- setColumns(List<LoadDataColumnConfig>) - Method in class liquibase.change.core.LoadDataChange
-
- setColumns(List<ColumnConfig>) - Method in class liquibase.change.core.UpdateDataChange
-
- setColumns(String) - Method in class liquibase.structure.core.Index
-
- setColumns(String) - Method in class liquibase.structure.core.UniqueConstraint
-
- setColumnSize(Integer) - Method in class liquibase.structure.core.DataType
-
- setColumnSizeUnit(DataType.ColumnSizeUnit) - Method in class liquibase.structure.core.DataType
-
- setComment(String) - Method in class liquibase.change.core.RawSQLChange
-
- setComments(String) - Method in class liquibase.change.core.CreateProcedureChange
-
- setComments(String) - Method in class liquibase.changelog.ChangeSet
-
- setComments(String) - Method in class liquibase.changelog.RanChangeSet
-
- setConnection(DatabaseConnection) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.InformixDatabase
-
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.OracleDatabase
-
- setConnection(DatabaseConnection) - Method in class liquibase.database.core.UnsupportedDatabase
-
- setConnection(DatabaseConnection) - Method in interface liquibase.database.Database
-
- 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.AddPrimaryKeyChange
-
- setConstraintName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- setConstraintName(String) - Method in class liquibase.change.core.DropForeignKeyConstraintChange
-
- setConstraintName(String) - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- setConstraintName(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- setConstraintName(String) - Method in class liquibase.statement.UniqueConstraint
-
- setConstraints(ConstraintsConfig) - Method in class liquibase.change.ColumnConfig
-
- setContexts(Contexts) - Method in class liquibase.changelog.ChangeLogParameters
-
- setContexts(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setContexts(String) - Method in class liquibase.integration.servlet.LiquibaseServletListener
-
- setContexts(Contexts) - Method in class liquibase.sql.visitor.AbstractSqlVisitor
-
- setContexts(Contexts) - Method in interface liquibase.sql.visitor.SqlVisitor
-
- setCreated(Date) - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- setCurrentChangeLogFileDOM(Document) - Method in class liquibase.serializer.core.xml.XMLChangeLogSerializer
-
- setCurrentDateTimeFunction(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setCurrentDateTimeFunction(String) - Method in interface liquibase.database.Database
-
- setCurrentDateTimeFunction(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setCurrentDateTimeFunction(String) - Method in class liquibase.Liquibase
-
- setCycle(Boolean) - Method in class liquibase.change.core.CreateSequenceChange
-
- setCycle(Boolean) - Method in class liquibase.statement.core.CreateSequenceStatement
-
- setDatabase(Database) - Method in class liquibase.changelog.AbstractChangeLogHistoryService
-
- setDatabase(Database) - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- setDatabase(Database) - Method in class liquibase.executor.AbstractExecutor
-
- setDatabase(Database) - Method in interface liquibase.executor.Executor
-
- setDatabase(Database) - Method in interface liquibase.lockservice.LockService
-
- setDatabase(Database) - Method in class liquibase.lockservice.OfflineLockService
-
- setDatabase(Database) - Method in class liquibase.lockservice.StandardLockService
-
- setDatabaseChangeLogLockTableName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setDatabaseChangeLogLockTableName(String) - Method in interface liquibase.database.Database
-
Set the table name of the change log lock to the given table name
- setDatabaseChangeLogLockTableName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setDatabaseChangeLogObjectsTablespace(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setDatabaseChangeLogTableName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setDatabaseChangeLogTableName(String) - Method in interface liquibase.database.Database
-
Set the table name of the change log to the given table name
- setDatabaseChangeLogTableName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setDatabaseClass(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setDataDir(String) - Method in class liquibase.diff.output.DiffOutputControl
-
- setDataDir(String) - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- setDataDir(String) - Method in class liquibase.integration.ant.GenerateChangeLogTask
-
- setDataSource(String) - Method in class liquibase.integration.servlet.LiquibaseServletListener
-
Sets the name of the data source.
- setDataTypeId(Integer) - Method in class liquibase.structure.core.DataType
-
- 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
-
- setDecimalDigits(Integer) - Method in class liquibase.structure.core.DataType
-
- setDefaultCatalogName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setDefaultCatalogName(String) - Method in interface liquibase.database.Database
-
- setDefaultCatalogName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setDefaultLoggingLevel(String) - Method in class liquibase.logging.LogFactory
-
- setDefaultLoggingLevel(LogLevel) - Method in class liquibase.logging.LogFactory
-
- setDefaultNullValue(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- setDefaultSchemaName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setDefaultSchemaName(String) - Method in interface liquibase.database.Database
-
- setDefaultSchemaName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setDefaultValue(String) - Method in class liquibase.change.ColumnConfig
-
Sets the string default value to assign to this column.
- setDefaultValue(String) - Method in class liquibase.change.core.AddDefaultValueChange
-
- setDefaultValue(Object) - Method in class liquibase.structure.core.Column
-
- setDefaultValueBoolean(Boolean) - Method in class liquibase.change.ColumnConfig
-
- setDefaultValueBoolean(String) - Method in class liquibase.change.ColumnConfig
-
Set the defaultValueBoolean based on a given string.
- setDefaultValueBoolean(Boolean) - Method in class liquibase.change.core.AddDefaultValueChange
-
- setDefaultValueComputed(DatabaseFunction) - Method in class liquibase.change.ColumnConfig
-
- setDefaultValueComputed(DatabaseFunction) - Method in class liquibase.change.core.AddDefaultValueChange
-
- setDefaultValueDate(String) - Method in class liquibase.change.ColumnConfig
-
Set the date this column should default to.
- setDefaultValueDate(Date) - Method in class liquibase.change.ColumnConfig
-
- setDefaultValueDate(String) - Method in class liquibase.change.core.AddDefaultValueChange
-
- setDefaultValueNumeric(Number) - Method in class liquibase.change.ColumnConfig
-
- setDefaultValueNumeric(String) - Method in class liquibase.change.ColumnConfig
-
Set the number this column should use as its default.
- setDefaultValueNumeric(String) - Method in class liquibase.change.core.AddDefaultValueChange
-
- setDefaultValueSequenceNext(SequenceNextValueFunction) - Method in class liquibase.change.ColumnConfig
-
- setDefaultValueSequenceNext(SequenceNextValueFunction) - Method in class liquibase.change.core.AddDefaultValueChange
-
- setDeferrable(Boolean) - Method in class liquibase.change.ConstraintsConfig
-
- setDeferrable(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the deferrable parameter based on the passed string.
- setDeferrable(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setDeferrable(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- setDeferrable(boolean) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- setDeferrable(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- setDeferrable(boolean) - Method in class liquibase.statement.ForeignKeyConstraint
-
- setDeferrable(boolean) - Method in class liquibase.structure.core.ForeignKey
-
- setDeferrable(boolean) - Method in class liquibase.structure.core.UniqueConstraint
-
- setDefinition(String) - Method in class liquibase.structure.core.View
-
- setDeleteCascade(Boolean) - Method in class liquibase.change.ConstraintsConfig
-
- setDeleteCascade(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the deleteCascade parameter based on the passed string.
- setDeleteCascade(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setDeleteCascade(boolean) - Method in class liquibase.statement.ForeignKeyConstraint
-
- setDeleteRule(ForeignKeyConstraintType) - Method in class liquibase.structure.core.ForeignKey
-
- setDescription(String) - Method in class liquibase.changelog.RanChangeSet
-
- setDiffResult(DiffResult) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- setDiffTypes(String) - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- setDiffTypes(String) - Method in class liquibase.integration.ant.GenerateChangeLogTask
-
- setDisabled(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- setDisabled(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- setDisabled(boolean) - Method in class liquibase.structure.core.UniqueConstraint
-
- setDriver(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setDropFirst(boolean) - Method in class liquibase.integration.ant.DatabaseUpdateTask
-
- setDropFirst(boolean) - Method in class liquibase.integration.ant.DatabaseUpdateTestingRollbackTask
-
- setEncoding(String) - Method in class liquibase.change.ColumnConfig
-
- setEncoding(String) - Method in class liquibase.change.core.CreateProcedureChange
-
- setEncoding(String) - Method in class liquibase.change.core.LoadDataChange
-
- setEncoding(String) - Method in class liquibase.change.core.SQLFileChange
-
- setEndDelimiter(String) - Method in class liquibase.change.AbstractSQLChange
-
Set the end delimiter for splitting SQL statements.
- setExecType(ChangeSet, ChangeSet.ExecType) - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- setExecType(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- setExecType(ChangeSet, ChangeSet.ExecType) - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- setExecutable(String) - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- setExecuteAgainstDatabase(boolean) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- setExecutor(Database, Executor) - Method in class liquibase.executor.ExecutorService
-
- setExistingColumnName(String) - Method in class liquibase.change.core.AddLookupTableChange
-
- setExistingTableCatalogName(String) - Method in class liquibase.change.core.AddLookupTableChange
-
- setExistingTableName(String) - Method in class liquibase.change.core.AddLookupTableChange
-
- setExistingTableSchemaName(String) - Method in class liquibase.change.core.AddLookupTableChange
-
- setExpectedResult(String) - Method in class liquibase.precondition.core.SqlPrecondition
-
- setExpectedRows(Integer) - Method in class liquibase.precondition.core.RowCountPrecondition
-
- setFacade(UIFacade) - Method in class liquibase.util.ui.UIFactory
-
- setFailOnError(Boolean) - Method in class liquibase.changelog.ChangeSet
-
- setFile(String) - Method in class liquibase.change.core.LoadDataChange
-
- 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.
- setFilterCondition(String) - Method in class liquibase.structure.core.Index
-
- setFinalColumnName(String) - Method in class liquibase.change.core.MergeColumnChange
-
- setFinalColumnType(String) - Method in class liquibase.change.core.MergeColumnChange
-
- setForeignKeyColumns(String) - 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
-
- setHeader(String) - Method in class liquibase.change.core.LoadDataColumnConfig
-
- setHoldability(int) - Method in class liquibase.database.jvm.JdbcConnection
-
- setId(String) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- setIdRoot(String) - Method in class liquibase.diff.output.changelog.DiffToChangeLog
-
- setIgnoreClasspathPrefix(boolean) - Method in class liquibase.Liquibase
-
- setIncludeCatalog(boolean) - Method in class liquibase.diff.output.DiffOutputControl
-
- setIncludeCatalog(boolean) - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- setIncludeCatalog(boolean) - Method in class liquibase.integration.ant.GenerateChangeLogTask
-
- setIncludeSchema(boolean) - Method in class liquibase.diff.output.DiffOutputControl
-
- setIncludeSchema(boolean) - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- 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.DiffDatabaseTask
-
- setIncludeTablespace(boolean) - Method in class liquibase.integration.ant.GenerateChangeLogTask
-
- setIncrementBy(BigInteger) - Method in class liquibase.change.ColumnConfig
-
- setIncrementBy(BigInteger) - Method in class liquibase.change.core.AddAutoIncrementChange
-
- setIncrementBy(BigInteger) - Method in class liquibase.change.core.AlterSequenceChange
-
- setIncrementBy(BigInteger) - Method in class liquibase.change.core.CreateSequenceChange
-
- setIncrementBy(BigInteger) - Method in class liquibase.statement.AutoIncrementConstraint
-
- setIncrementBy(BigInteger) - Method in class liquibase.statement.core.AlterSequenceStatement
-
- setIncrementBy(BigInteger) - Method in class liquibase.statement.core.CreateSequenceStatement
-
- setIncrementBy(BigInteger) - Method in class liquibase.structure.core.Sequence
-
- setIndex(Integer) - Method in class liquibase.change.core.LoadDataColumnConfig
-
- setIndexName(String) - Method in class liquibase.change.core.CreateIndexChange
-
- setIndexName(String) - Method in class liquibase.change.core.DropIndexChange
-
- setIndexName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- setInitiallyDeferred(Boolean) - Method in class liquibase.change.ConstraintsConfig
-
- setInitiallyDeferred(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the initiallyDeferred parameter based on the passed string.
- setInitiallyDeferred(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setInitiallyDeferred(Boolean) - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- setInitiallyDeferred(boolean) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- setInitiallyDeferred(boolean) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- setInitiallyDeferred(boolean) - Method in class liquibase.statement.ForeignKeyConstraint
-
- setInitiallyDeferred(boolean) - Method in class liquibase.structure.core.ForeignKey
-
- setInitiallyDeferred(boolean) - Method in class liquibase.structure.core.UniqueConstraint
-
- 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(LogFactory) - Static method in class liquibase.logging.LogFactory
-
Set the instance used by this singleton.
- setInstance(ChangeLogParserFactory) - Static method in class liquibase.parser.ChangeLogParserFactory
-
Set the instance used by this singleton.
- setInstance(ServiceLocator) - Static method in class liquibase.servicelocator.ServiceLocator
-
- setJoinString(String) - Method in class liquibase.change.core.MergeColumnChange
-
- setLastModified(Date) - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- setLiquibaseCatalogName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setLiquibaseCatalogName(String) - Method in interface liquibase.database.Database
-
- setLiquibaseSchemaName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setLiquibaseSchemaName(String) - Method in interface liquibase.database.Database
-
- setLiquibaseTablespaceName(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setLiquibaseTablespaceName(String) - Method in interface liquibase.database.Database
-
- setLoggingLevel(String) - Static method in class liquibase.logging.LogFactory
-
- setLogicalFilePath(String) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setLogLevel(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setLogLevel(String) - Method in class liquibase.logging.core.AbstractLogger
-
- setLogLevel(LogLevel) - Method in class liquibase.logging.core.AbstractLogger
-
- setLogLevel(String, String) - Method in class liquibase.logging.core.DefaultLogger
-
- setLogLevel(String) - Method in interface liquibase.logging.Logger
-
- setLogLevel(LogLevel) - Method in interface liquibase.logging.Logger
-
- setLogLevel(String, String) - Method in interface liquibase.logging.Logger
-
- setMaxValue(BigInteger) - Method in class liquibase.change.core.AlterSequenceChange
-
- setMaxValue(BigInteger) - Method in class liquibase.change.core.CreateSequenceChange
-
- setMaxValue(BigInteger) - Method in class liquibase.statement.core.AlterSequenceStatement
-
- setMaxValue(BigInteger) - Method in class liquibase.statement.core.CreateSequenceStatement
-
- setMessage(String) - Method in class liquibase.change.core.StopChange
-
- setMinValue(BigInteger) - Method in class liquibase.change.core.AlterSequenceChange
-
- setMinValue(BigInteger) - Method in class liquibase.change.core.CreateSequenceChange
-
- setMinValue(BigInteger) - Method in class liquibase.statement.core.AlterSequenceStatement
-
- setMinValue(BigInteger) - Method in class liquibase.statement.core.CreateSequenceStatement
-
- setName(String) - Method in class liquibase.change.ColumnConfig
-
- setName(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
-
- setName(String) - Method in class liquibase.logging.core.DefaultLogger
-
- setName(String) - Method in interface liquibase.logging.Logger
-
- setName(String) - Method in class liquibase.structure.core.Catalog
-
- setName(String) - Method in class liquibase.structure.core.Column
-
- setName(String) - Method in class liquibase.structure.core.Data
-
- setName(String) - Method in class liquibase.structure.core.ForeignKey
-
- setName(String) - Method in class liquibase.structure.core.Index
-
- setName(String) - Method in class liquibase.structure.core.PrimaryKey
-
- setName(String) - Method in class liquibase.structure.core.Relation
-
- setName(String) - Method in class liquibase.structure.core.Schema
-
- setName(String) - Method in class liquibase.structure.core.Sequence
-
- setName(String) - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- setName(String) - Method in class liquibase.structure.core.Table
-
- setName(String) - Method in class liquibase.structure.core.UniqueConstraint
-
- setName(String) - Method in class liquibase.structure.core.View
-
- setName(String) - Method in interface liquibase.structure.DatabaseObject
-
- setNewColumnDataType(String) - Method in class liquibase.change.core.AddLookupTableChange
-
- setNewColumnName(String) - Method in class liquibase.change.core.AddLookupTableChange
-
- setNewColumnName(String) - Method in class liquibase.change.core.RenameColumnChange
-
- setNewColumnName(String) - Method in class liquibase.statement.core.RenameColumnStatement
-
- setNewDataType(String) - Method in class liquibase.change.core.ModifyDataTypeChange
-
- setNewDataType(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
-
- 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
-
- 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
-
- setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.changelog.DatabaseChangeLog
-
- setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setObjectQuotingStrategy(ObjectQuotingStrategy) - Method in interface liquibase.database.Database
-
- setOldColumnName(String) - Method in class liquibase.change.core.RenameColumnChange
-
- setOldColumnName(String) - Method in class liquibase.statement.core.RenameColumnStatement
-
- setOldTableName(String) - Method in class liquibase.change.core.RenameTableChange
-
- setOldViewName(String) - Method in class liquibase.change.core.RenameViewChange
-
- setOnDelete(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setOnDelete(ForeignKeyConstraintType) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setOnDelete(String) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- setOnError(String) - Method in class liquibase.precondition.core.PreconditionContainer
-
- setOnErrorMessage(String) - Method in class liquibase.precondition.core.PreconditionContainer
-
- setOnFail(String) - Method in class liquibase.precondition.core.PreconditionContainer
-
- setOnFailMessage(String) - Method in class liquibase.precondition.core.PreconditionContainer
-
- setOnSqlOutput(String) - Method in class liquibase.precondition.core.PreconditionContainer
-
- setOnSqlOutput(PreconditionContainer.OnSqlOutputOption) - Method in class liquibase.precondition.core.PreconditionContainer
-
- setOnUpdate(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setOnUpdate(ForeignKeyConstraintType) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setOnUpdate(String) - Method in class liquibase.statement.core.AddForeignKeyConstraintStatement
-
- setOnValidationFail(ChangeSet.ValidationFailOption) - Method in class liquibase.changelog.ChangeSet
-
- setOrderBy(String...) - Method in class liquibase.statement.core.SelectFromDatabaseChangeLogStatement
-
- setOrdered(Boolean) - Method in class liquibase.change.core.AlterSequenceChange
-
- setOrdered(Boolean) - Method in class liquibase.change.core.CreateSequenceChange
-
- setOrdered(Boolean) - Method in class liquibase.statement.core.AlterSequenceStatement
-
- setOrdered(Boolean) - Method in class liquibase.statement.core.CreateSequenceStatement
-
- setOs(String) - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- setOutputDefaultCatalog(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setOutputDefaultCatalog(boolean) - Method in interface liquibase.database.Database
-
- setOutputDefaultSchema(boolean) - Method in class liquibase.database.AbstractJdbcDatabase
-
- setOutputDefaultSchema(boolean) - Method in interface liquibase.database.Database
-
Whether the default schema should be included in generated SQL
- setOutputDirectory(String) - Method in class liquibase.integration.ant.DBDocTask
-
- setOutputFile(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setParam(String, String) - Method in class liquibase.change.custom.CustomChangeWrapper
-
- setParam(String, String) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- setPassword(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setPath(String) - Method in class liquibase.change.core.CreateProcedureChange
-
- setPath(String) - Method in class liquibase.change.core.SQLFileChange
-
Sets the file name but setUp must be called for the change to have impact.
- 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
-
- 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(String) - 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
-
- 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
-
- setProductNameDiff(StringDiff) - Method in class liquibase.diff.DiffResult
-
- setProductVersionDiff(StringDiff) - Method in class liquibase.diff.DiffResult
-
- setPromptOnNonLocalDatabase(boolean) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setProperty(String) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
-
- setProperty(Object, String, String) - Static method in class liquibase.util.ObjectUtil
-
- setQuotchar(String) - Method in class liquibase.change.core.LoadDataChange
-
- setRadix(Integer) - Method in class liquibase.structure.core.DataType
-
- setReadOnly(boolean) - Method in class liquibase.database.jvm.JdbcConnection
-
- setReferencedColumnNames(String) - Method in class liquibase.change.ConstraintsConfig
-
- setReferencedColumnNames(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setReferenceDefaultCatalogName(String) - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- setReferenceDefaultSchemaName(String) - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- setReferenceDriver(String) - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- setReferencedTableCatalogName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setReferencedTableName(String) - Method in class liquibase.change.ConstraintsConfig
-
- setReferencedTableName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setReferencedTableSchemaName(String) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setReferencePassword(String) - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- setReferences(String) - Method in class liquibase.change.ConstraintsConfig
-
- setReferencesUniqueColumn(Boolean) - Method in class liquibase.change.core.AddForeignKeyConstraintChange
-
- setReferenceUrl(String) - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- setReferenceUsername(String) - Method in class liquibase.integration.ant.DiffDatabaseTask
-
- setRelation(Relation) - Method in class liquibase.structure.core.Column
-
- setRelativeToChangelogFile(Boolean) - Method in class liquibase.change.core.CreateProcedureChange
-
- setRelativeToChangelogFile(Boolean) - Method in class liquibase.change.core.SQLFileChange
-
- setRemarks(String) - Method in class liquibase.change.ColumnConfig
-
- setRemarks(String) - Method in class liquibase.change.core.CreateTableChange
-
- setRemarks(String) - Method in class liquibase.change.core.RenameColumnChange
-
- setRemarks(String) - Method in class liquibase.statement.core.CreateTableStatement
-
- setRemarks(String) - Method in class liquibase.statement.core.RenameColumnStatement
-
- setRemarks(String) - Method in class liquibase.structure.core.Column
-
- setRemarks(String) - Method in class liquibase.structure.core.Relation
-
- setReplace(String) - Method in class liquibase.sql.visitor.RegExpReplaceSqlVisitor
-
- setReplace(String) - Method in class liquibase.sql.visitor.ReplaceSqlVisitor
-
- setReplaceIfExists(Boolean) - Method in class liquibase.change.core.CreateViewChange
-
- setResourceAccessor(ResourceAccessor) - Method in class liquibase.change.AbstractChange
-
Sets the
ResourceAccessor
that should be used for any file and/or resource loading needed by this Change.
- setResourceAccessor(ResourceAccessor) - Method in interface liquibase.change.Change
-
Sets the
ResourceAccessor
that should be used for any file and/or resource loading needed by this Change.
- setResourceAccessor(ResourceAccessor) - Method in class liquibase.servicelocator.ServiceLocator
-
- setRollbackCount(Integer) - Method in class liquibase.integration.ant.DatabaseRollbackTask
-
- setRollbackDate(Date) - Method in class liquibase.integration.ant.DatabaseRollbackTask
-
- setRollbackTag(String) - Method in class liquibase.integration.ant.DatabaseRollbackTask
-
- setSavepoint() - Method in class liquibase.database.jvm.JdbcConnection
-
- setSavepoint(String) - Method in class liquibase.database.jvm.JdbcConnection
-
- setSchema(Schema) - Method in class liquibase.structure.core.Relation
-
- setSchema(String, String) - Method in class liquibase.structure.core.Relation
-
- setSchema(Schema) - Method in class liquibase.structure.core.Sequence
-
- setSchema(String, String) - Method in class liquibase.structure.core.Sequence
-
- setSchema(Schema) - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- setSchema(Schema) - Method in class liquibase.structure.core.View
-
- setSchemaName(String) - Method in class liquibase.change.core.AbstractModifyDataChange
-
- setSchemaName(String) - Method in class liquibase.change.core.AddAutoIncrementChange
-
- setSchemaName(String) - Method in class liquibase.change.core.AddColumnChange
-
- setSchemaName(String) - Method in class liquibase.change.core.AddDefaultValueChange
-
- setSchemaName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- setSchemaName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- setSchemaName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- setSchemaName(String) - Method in class liquibase.change.core.AlterSequenceChange
-
- setSchemaName(String) - Method in class liquibase.change.core.CreateIndexChange
-
- setSchemaName(String) - Method in class liquibase.change.core.CreateProcedureChange
-
- setSchemaName(String) - Method in class liquibase.change.core.CreateSequenceChange
-
- setSchemaName(String) - Method in class liquibase.change.core.CreateTableChange
-
- setSchemaName(String) - Method in class liquibase.change.core.CreateViewChange
-
- setSchemaName(String) - Method in class liquibase.change.core.DropColumnChange
-
- setSchemaName(String) - Method in class liquibase.change.core.DropDefaultValueChange
-
- setSchemaName(String) - Method in class liquibase.change.core.DropIndexChange
-
- setSchemaName(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- setSchemaName(String) - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- setSchemaName(String) - Method in class liquibase.change.core.DropProcedureChange
-
- setSchemaName(String) - Method in class liquibase.change.core.DropSequenceChange
-
- setSchemaName(String) - Method in class liquibase.change.core.DropTableChange
-
- setSchemaName(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- setSchemaName(String) - Method in class liquibase.change.core.DropViewChange
-
- setSchemaName(String) - Method in class liquibase.change.core.InsertDataChange
-
- setSchemaName(String) - Method in class liquibase.change.core.LoadDataChange
-
- setSchemaName(String) - Method in class liquibase.change.core.MergeColumnChange
-
- setSchemaName(String) - Method in class liquibase.change.core.ModifyDataTypeChange
-
- setSchemaName(String) - Method in class liquibase.change.core.RenameColumnChange
-
- setSchemaName(String) - Method in class liquibase.change.core.RenameTableChange
-
- setSchemaName(String) - Method in class liquibase.change.core.RenameViewChange
-
- setSchemaName(String) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- setSchemaName(String) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
-
- setSchemaName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- setSchemaName(String) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
-
- setSchemaName(String) - Method in class liquibase.precondition.core.RowCountPrecondition
-
- setSchemaName(String) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
-
- setSchemaName(String) - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- setSchemaName(String) - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- setSchemaName(String) - Method in class liquibase.statement.core.CreateTableStatement
-
- setSchemaName(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
-
- setSchemaName(String) - Method in class liquibase.statement.core.RenameColumnStatement
-
- setSchemas(String) - Method in class liquibase.integration.ant.DropAllTask
-
- setSelectQuery(String) - Method in class liquibase.change.core.CreateViewChange
-
- 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
-
- setSnapshotId(UUID) - Method in class liquibase.structure.AbstractDatabaseObject
-
- setSnapshotId(UUID) - Method in interface liquibase.structure.DatabaseObject
-
- setSplitStatements(Boolean) - Method in class liquibase.change.AbstractSQLChange
-
Set whether SQL should be split into multiple statements.
- setSql(String) - Method in class liquibase.change.AbstractSQLChange
-
Set the raw SQL managed by this Change.
- setSql(String) - Method in class liquibase.change.core.SQLFileChange
-
- setSql(String) - Method in class liquibase.precondition.core.SqlPrecondition
-
- 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
-
- 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.
- setTable(Table) - Method in class liquibase.structure.core.Data
-
- setTable(Table) - Method in class liquibase.structure.core.Index
-
- setTable(Table) - Method in class liquibase.structure.core.PrimaryKey
-
- setTable(Table) - Method in class liquibase.structure.core.UniqueConstraint
-
- setTableName(String) - Method in class liquibase.change.core.AbstractModifyDataChange
-
- setTableName(String) - Method in class liquibase.change.core.AddAutoIncrementChange
-
- setTableName(String) - Method in class liquibase.change.core.AddColumnChange
-
- setTableName(String) - Method in class liquibase.change.core.AddDefaultValueChange
-
- setTableName(String) - Method in class liquibase.change.core.AddNotNullConstraintChange
-
- setTableName(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- setTableName(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- setTableName(String) - Method in class liquibase.change.core.CreateIndexChange
-
- setTableName(String) - Method in class liquibase.change.core.CreateTableChange
-
- setTableName(String) - Method in class liquibase.change.core.DropColumnChange
-
- setTableName(String) - Method in class liquibase.change.core.DropDefaultValueChange
-
- setTableName(String) - Method in class liquibase.change.core.DropIndexChange
-
- setTableName(String) - Method in class liquibase.change.core.DropNotNullConstraintChange
-
- setTableName(String) - Method in class liquibase.change.core.DropPrimaryKeyChange
-
- setTableName(String) - Method in class liquibase.change.core.DropTableChange
-
- setTableName(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- setTableName(String) - Method in class liquibase.change.core.InsertDataChange
-
- setTableName(String) - Method in class liquibase.change.core.LoadDataChange
-
- setTableName(String) - Method in class liquibase.change.core.MergeColumnChange
-
- setTableName(String) - Method in class liquibase.change.core.ModifyDataTypeChange
-
- setTableName(String) - Method in class liquibase.change.core.RenameColumnChange
-
- setTableName(String) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- setTableName(String) - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- setTableName(String) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
-
- setTableName(String) - Method in class liquibase.precondition.core.RowCountPrecondition
-
- setTableName(String) - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- setTableName(String) - Method in class liquibase.statement.core.ModifyDataTypeStatement
-
- setTableName(String) - Method in class liquibase.statement.core.RenameColumnStatement
-
- SetTableRemarksGenerator - Class in liquibase.sqlgenerator.core
-
- SetTableRemarksGenerator() - Constructor for class liquibase.sqlgenerator.core.SetTableRemarksGenerator
-
- SetTableRemarksStatement - Class in liquibase.statement.core
-
- SetTableRemarksStatement(String, String, String, String) - Constructor for class liquibase.statement.core.SetTableRemarksStatement
-
- setTablespace(String) - Method in class liquibase.change.core.AddPrimaryKeyChange
-
- setTablespace(String) - Method in class liquibase.change.core.AddUniqueConstraintChange
-
- setTablespace(String) - Method in class liquibase.change.core.CreateIndexChange
-
- setTablespace(String) - Method in class liquibase.change.core.CreateTableChange
-
- setTablespace(String) - Method in class liquibase.statement.core.AddPrimaryKeyStatement
-
- setTablespace(String) - Method in class liquibase.statement.core.AddUniqueConstraintStatement
-
- setTablespace(String) - Method in class liquibase.statement.core.CreateIndexStatement
-
- setTablespace(String) - Method in class liquibase.statement.core.CreateTableStatement
-
- setTablespace(String) - Method in class liquibase.statement.PrimaryKeyConstraint
-
- setTablespace(String) - Method in class liquibase.structure.core.Index
-
- setTablespace(String) - Method in class liquibase.structure.core.PrimaryKey
-
- setTag(String) - Method in class liquibase.change.core.TagDatabaseChange
-
- setTag(String) - Method in class liquibase.changelog.RanChangeSet
-
- setTag(String) - Method in class liquibase.integration.ant.TagDatabaseTask
-
- setTransactionIsolation(int) - Method in class liquibase.database.jvm.JdbcConnection
-
- setType(String) - Method in class liquibase.change.ColumnConfig
-
- setType(String) - Method in class liquibase.datatype.DatabaseDataType
-
- setType(String) - Method in class liquibase.precondition.core.DBMSPrecondition
-
- setType(DataType) - Method in class liquibase.structure.core.Column
-
- setType(Class) - Method in class liquibase.util.csv.opencsv.bean.HeaderColumnNameMappingStrategy
-
- setTypeMap(Map<String, Class<?>>) - Method in class liquibase.database.jvm.JdbcConnection
-
- setTypes(Set<Class<? extends DatabaseObject>>) - Method in class liquibase.diff.compare.CompareControl
-
- setUnique(Boolean) - Method in class liquibase.change.ConstraintsConfig
-
- setUnique(String) - Method in class liquibase.change.ConstraintsConfig
-
Set the unique parameter based on the passed string.
- setUnique(Boolean) - Method in class liquibase.change.core.CreateIndexChange
-
- setUnique(Boolean) - Method in class liquibase.structure.core.Index
-
- setUniqueColumns(String) - Method in class liquibase.change.core.DropUniqueConstraintChange
-
- setUniqueColumns(String) - 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.
- setUpdateRule(ForeignKeyConstraintType) - Method in class liquibase.structure.core.ForeignKey
-
- SetupException - Exception in liquibase.exception
-
If there is an error with setting up a Change this Exception
will be thrown.
- SetupException(String, Throwable) - Constructor for exception liquibase.exception.SetupException
-
- SetupException(String) - Constructor for exception liquibase.exception.SetupException
-
- SetupException(Throwable) - Constructor for exception liquibase.exception.SetupException
-
- setUrl(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setUsername(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- setUsername(String) - Method in class liquibase.precondition.core.RunningAsPrecondition
-
- setValid(Boolean) - Method in class liquibase.structure.core.StoredDatabaseLogic
-
- setValidationFailed(boolean) - Method in class liquibase.changelog.ChangeSet
-
- setValue(Change, Object) - Method in class liquibase.change.ChangeParameterMetaData
-
Sets the value of this parameter on the given change.
- setValue(String) - Method in class liquibase.change.ColumnConfig
-
Sets the string value this column should be set to.
- setValue(String) - Method in class liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
-
- setValue(String) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
-
- setValue(String) - Method in class liquibase.sql.visitor.AppendSqlVisitor
-
- setValue(String) - Method in class liquibase.sql.visitor.PrependSqlVisitor
-
- setValueBlobFile(String) - Method in class liquibase.change.ColumnConfig
-
- setValueBoolean(Boolean) - Method in class liquibase.change.ColumnConfig
-
- setValueBoolean(String) - Method in class liquibase.change.ColumnConfig
-
Set the valueBoolean based on a given string.
- setValueClobFile(String) - Method in class liquibase.change.ColumnConfig
-
- setValueComputed(DatabaseFunction) - Method in class liquibase.change.ColumnConfig
-
- setValueDate(Date) - Method in class liquibase.change.ColumnConfig
-
- setValueDate(String) - Method in class liquibase.change.ColumnConfig
-
Set the date this column should be set to.
- setValueNumeric(String) - Method in class liquibase.change.ColumnConfig
-
Set the number this column should be set to.
- setValueNumeric(Number) - Method in class liquibase.change.ColumnConfig
-
- setValueSequenceCurrent(SequenceCurrentValueFunction) - Method in class liquibase.change.ColumnConfig
-
- setValueSequenceNext(SequenceNextValueFunction) - Method in class liquibase.change.ColumnConfig
-
- setViewName(String) - Method in class liquibase.change.core.CreateViewChange
-
- setViewName(String) - Method in class liquibase.change.core.DropViewChange
-
- setViewName(String) - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- setWhere(String) - Method in class liquibase.change.core.AbstractModifyDataChange
-
- setWhere(String) - Method in class liquibase.statement.core.DeleteStatement
-
- setWhereClause(String) - Method in class liquibase.change.core.AbstractModifyDataChange
-
- setWhereClause(String) - Method in class liquibase.statement.core.DeleteStatement
-
- setWhereClause(String) - Method in class liquibase.statement.core.UpdateStatement
-
- setWhereClause(String) - Method in class liquibase.statement.UpdateExecutablePreparedStatement
-
- 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.DefaultLogger
-
- severe(String, Throwable) - Method in class liquibase.logging.core.DefaultLogger
-
- severe(String) - Method in interface liquibase.logging.Logger
-
- severe(String, Throwable) - Method in interface liquibase.logging.Logger
-
- SHOULD_RUN_SYSTEM_PROPERTY - Static variable in class liquibase.Liquibase
-
- shouldAddTo(Class<? extends DatabaseObject>, DatabaseSnapshot) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
- shouldAlwaysRun() - Method in class liquibase.changelog.ChangeSet
-
- shouldInclude(Class<? extends DatabaseObject>) - Method in class liquibase.snapshot.SnapshotControl
-
- shouldRun() - Method in class liquibase.integration.ant.BaseLiquibaseTask
-
- 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
-
- SingleLineComment - Class in liquibase.sql
-
- SingleLineComment(String, String) - Constructor for class liquibase.sql.SingleLineComment
-
- skipOnUnsupported() - Method in class liquibase.statement.AbstractSqlStatement
-
- skipOnUnsupported() - Method in class liquibase.statement.core.AlterSequenceStatement
-
- skipOnUnsupported() - Method in class liquibase.statement.core.CreateSequenceStatement
-
- skipOnUnsupported() - Method in class liquibase.statement.core.DropSequenceStatement
-
- skipOnUnsupported() - Method in class liquibase.statement.ExecutablePreparedStatementBase
-
- skipOnUnsupported() - Method in interface liquibase.statement.SqlStatement
-
- SmallIntType - Class in liquibase.datatype.core
-
- SmallIntType() - Constructor for class liquibase.datatype.core.SmallIntType
-
- snapshot(DatabaseObject, DatabaseSnapshot, SnapshotGeneratorChain) - Method in class liquibase.snapshot.jvm.JdbcSnapshotGenerator
-
- snapshot(T, DatabaseSnapshot, SnapshotGeneratorChain) - Method in interface liquibase.snapshot.SnapshotGenerator
-
- snapshot(T, DatabaseSnapshot) - Method in class liquibase.snapshot.SnapshotGeneratorChain
-
- snapshotByDefault() - Method in class liquibase.structure.AbstractDatabaseObject
-
- snapshotByDefault() - Method in class liquibase.structure.core.Data
-
- snapshotByDefault() - Method in interface liquibase.structure.DatabaseObject
-
- SnapshotControl - Class in liquibase.snapshot
-
- SnapshotControl(Database) - Constructor for class liquibase.snapshot.SnapshotControl
-
- SnapshotControl(Database, Class<? extends DatabaseObject>...) - Constructor for class liquibase.snapshot.SnapshotControl
-
- SnapshotControl(Database, String) - Constructor for class liquibase.snapshot.SnapshotControl
-
- SnapshotGenerator - Interface in liquibase.snapshot
-
- SnapshotGeneratorChain - Class in liquibase.snapshot
-
- SnapshotGeneratorChain(SortedSet<SnapshotGenerator>) - Constructor for class liquibase.snapshot.SnapshotGeneratorChain
-
- SnapshotGeneratorFactory - Class in liquibase.snapshot
-
- 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
-
- SnapshotSerializer - Interface in liquibase.serializer
-
- SnapshotSerializerFactory - Class in liquibase.serializer
-
- splitAndTrim(String, String) - Static method in class liquibase.util.StringUtils
-
- splitSQL(String, String) - Static method in class liquibase.util.StringUtils
-
Splits a (possible) multi-line SQL statement along ;'s and "go"'s.
- Sql - Interface in liquibase.sql
-
- SqlChangeLogParser - Class in liquibase.parser.core.sql
-
- SqlChangeLogParser() - Constructor for class liquibase.parser.core.sql.SqlChangeLogParser
-
- SQLFileChange - Class in liquibase.change.core
-
Represents a Change for custom SQL stored in a File.
- SQLFileChange() - Constructor for class liquibase.change.core.SQLFileChange
-
- SqlGenerator<StatementType extends SqlStatement> - Interface in liquibase.sqlgenerator
-
SqlGenerator implementations take a database-independent SqlStatement interface and create a database-specific Sql object.
- SqlGeneratorChain - Class in liquibase.sqlgenerator
-
- SqlGeneratorChain(SortedSet<SqlGenerator>) - Constructor for class liquibase.sqlgenerator.SqlGeneratorChain
-
- SqlGeneratorFactory - Class in liquibase.sqlgenerator
-
SqlGeneratorFactory is a singleton registry of SqlGenerators.
- SQLiteDatabase - Class in liquibase.database.core
-
- SQLiteDatabase() - Constructor for class liquibase.database.core.SQLiteDatabase
-
- SQLiteDatabase.AlterTableVisitor - Interface in liquibase.database.core
-
- SqlPrecondition - Class in liquibase.precondition.core
-
- SqlPrecondition() - Constructor for class liquibase.precondition.core.SqlPrecondition
-
- SqlStatement - Interface in liquibase.statement
-
The SqlStatement classes correspond to (roughly) a single SQL statement.
- sqlToObject(String, Database) - Method in class liquibase.datatype.core.DateTimeType
-
- sqlToObject(String, Database) - Method in class liquibase.datatype.core.DateType
-
- sqlToObject(String, Database) - Method in class liquibase.datatype.core.TimeType
-
- sqlToObject(String, Database) - Method in class liquibase.datatype.LiquibaseDataType
-
- SqlUtil - Class in liquibase.util
-
- SqlUtil() - Constructor for class liquibase.util.SqlUtil
-
- SqlVisitor - Interface in liquibase.sql.visitor
-
- SqlVisitorFactory - Class in liquibase.sql.visitor
-
- STANDARD - Static variable in class liquibase.diff.compare.CompareControl
-
- STANDARD_CHANGELOG_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
-
- STANDARD_SNAPSHOT_NAMESPACE - Static variable in interface liquibase.serializer.LiquibaseSerializable
-
- StandardChangeLogHistoryService - Class in liquibase.changelog
-
- StandardChangeLogHistoryService() - Constructor for class liquibase.changelog.StandardChangeLogHistoryService
-
- StandardCompareFunction(Database) - Constructor for class liquibase.diff.ObjectDifferences.StandardCompareFunction
-
- StandardDiffGenerator - Class in liquibase.diff.core
-
- StandardDiffGenerator() - Constructor for class liquibase.diff.core.StandardDiffGenerator
-
- standardizeLineEndings(String) - Static method in class liquibase.util.StringUtils
-
- StandardLockService - Class in liquibase.lockservice
-
- StandardLockService() - Constructor for class liquibase.lockservice.StandardLockService
-
- StandardNamespaceDetails - Class in liquibase.parser.core.xml
-
- StandardNamespaceDetails() - Constructor for class liquibase.parser.core.xml.StandardNamespaceDetails
-
- startsWithNumeric(String) - Method in class liquibase.database.AbstractJdbcDatabase
-
- StatementNotSupportedOnDatabaseException - Exception in liquibase.exception
-
- StatementNotSupportedOnDatabaseException(SqlStatement, Database) - Constructor for exception liquibase.exception.StatementNotSupportedOnDatabaseException
-
- StatementNotSupportedOnDatabaseException(String, SqlStatement, Database) - Constructor for exception liquibase.exception.StatementNotSupportedOnDatabaseException
-
- statusUpdate(String) - Method in interface liquibase.diff.DiffStatusListener
-
- 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
-
- StoredProcedureGenerator - Class in liquibase.sqlgenerator.core
-
- StoredProcedureGenerator() - Constructor for class liquibase.sqlgenerator.core.StoredProcedureGenerator
-
- StoredProcedureStatement - Class in liquibase.statement
-
- StoredProcedureStatement(String) - Constructor for class liquibase.statement.StoredProcedureStatement
-
- StreamUtil - Class in liquibase.util
-
Utilities for working with streams.
- StreamUtil() - Constructor for class liquibase.util.StreamUtil
-
- StringChangeLogSerializer - Class in liquibase.serializer.core.string
-
- StringChangeLogSerializer() - Constructor for class liquibase.serializer.core.string.StringChangeLogSerializer
-
- 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
-
- stringToObject(String, Database) - Method in class liquibase.common.datatype.DataTypeWrapper
-
- StringUtils - Class in liquibase.util
-
Various utility methods for working with strings.
- StringUtils() - Constructor for class liquibase.util.StringUtils
-
- stripComments(String) - Static method in class liquibase.util.StringUtils
-
Searches through a String which contains SQL code and strips out
any comments that are between \/**\/ or anything that matches
SP--SP\n (to support the ANSI standard commenting of --
at the end of a line).
- 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.DropColumnChange
-
- supports(Database) - Method in class liquibase.change.core.LoadDataChange
-
- supports(Database) - Method in class liquibase.change.core.MergeColumnChange
-
- supports(Database) - Method in interface liquibase.changelog.ChangeLogHistoryService
-
- supports(Database) - Method in class liquibase.changelog.OfflineChangeLogHistoryService
-
- supports(Database) - Method in class liquibase.changelog.StandardChangeLogHistoryService
-
- supports(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
-
- supports(Database) - Method in class liquibase.datatype.LiquibaseDataType
-
- supports(Database, Database) - Method in class liquibase.diff.core.StandardDiffGenerator
-
- supports(Database, Database) - Method in interface liquibase.diff.DiffGenerator
-
- supports(Database) - Method in interface liquibase.lockservice.LockService
-
- supports(Database) - Method in class liquibase.lockservice.OfflineLockService
-
- supports(Database) - Method in class liquibase.lockservice.StandardLockService
-
- supports(String, ResourceAccessor) - Method in interface liquibase.parser.ChangeLogParser
-
- supports(String, ResourceAccessor) - Method in class liquibase.parser.core.formattedsql.FormattedSqlChangeLogParser
-
- supports(String, ResourceAccessor) - Method in class liquibase.parser.core.sql.SqlChangeLogParser
-
- supports(LiquibaseSerializer, String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
-
- supports(LiquibaseParser, String) - Method in class liquibase.parser.core.xml.StandardNamespaceDetails
-
- supports(String, ResourceAccessor) - Method in class liquibase.parser.core.xml.XMLChangeLogSAXParser
-
- supports(LiquibaseSerializer, String) - Method in interface liquibase.parser.NamespaceDetails
-
- supports(LiquibaseParser, String) - Method in interface liquibase.parser.NamespaceDetails
-
- supports(StatementType, Database) - Method in class liquibase.sqlgenerator.core.AbstractSqlGenerator
-
- supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
-
- supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
-
- supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorHsqlH2
-
- supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
-
- supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorMySQL
-
- supports(AddAutoIncrementStatement, Database) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
-
- supports(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
-
- supports(AddColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorSQLite
-
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorDerby
-
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
-
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMSSQL
-
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorMySQL
-
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorOracle
-
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorPostgres
-
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybase
-
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorSybaseASA
-
- supports(AddDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.AddDefaultValueSQLite
-
- supports(AddForeignKeyConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
-
- supports(AddPrimaryKeyStatement, Database) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
-
- supports(AddPrimaryKeyStatement, Database) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGeneratorInformix
-
- supports(AddUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
-
- supports(AddUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorInformix
-
- supports(AddUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGeneratorTDS
-
- supports(AlterSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.AlterSequenceGenerator
-
- supports(CopyRowsStatement, Database) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
-
- supports(CreateDatabaseChangeLogTableStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- supports(CreateDatabaseChangeLogTableStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorFirebird
-
- supports(CreateDatabaseChangeLogTableStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
-
- supports(CreateIndexStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateIndexGeneratorPostgres
-
- supports(CreateSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
-
- supports(CreateTableStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateTableGeneratorInformix
-
- supports(CreateViewStatement, Database) - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
-
- supports(DropDefaultValueStatement, Database) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
-
- supports(DropForeignKeyConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
-
- supports(DropPrimaryKeyStatement, Database) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
-
- supports(DropSequenceStatement, Database) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
-
- supports(DropUniqueConstraintStatement, Database) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
-
- supports(FindForeignKeyConstraintsStatement, Database) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorDB2
-
- supports(FindForeignKeyConstraintsStatement, Database) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorHsql
-
- supports(FindForeignKeyConstraintsStatement, Database) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMSSQL
-
- supports(FindForeignKeyConstraintsStatement, Database) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMySQL
-
- supports(FindForeignKeyConstraintsStatement, Database) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorOracle
-
- supports(FindForeignKeyConstraintsStatement, Database) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorPostgres
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDB2
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorDerby
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorFirebird
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorHsql
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorInformix
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorMSSQL
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorOracle
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorPostgres
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybase
-
- supports(GetViewDefinitionStatement, Database) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGeneratorSybaseASA
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorDB2
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorH2
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorHsql
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMSSQL
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorMySQL
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorOracle
-
- supports(InsertOrUpdateStatement, Database) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGeneratorPostgres
-
- supports(ModifyDataTypeStatement, Database) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
-
- supports(ReindexStatement, Database) - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
-
- supports(RenameColumnStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
-
- supports(RenameTableStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
-
- supports(RenameViewStatement, Database) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
-
- supports(ReorganizeTableStatement, Database) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
-
- supports(SetColumnRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
-
- supports(SetNullableStatement, Database) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
-
- supports(SetTableRemarksStatement, Database) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
-
- supports(TableRowCountStatement, Database) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
-
- supports(StatementType, Database) - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Does this generator support the given statement/database combination? Do not validate the statement with this method, only return if it can suppot it.
- supports(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
- supportsAutoIncrement() - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsAutoIncrement() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsAutoIncrement() - Method in class liquibase.database.core.OracleDatabase
-
- supportsAutoIncrement() - Method in interface liquibase.database.Database
-
- supportsBooleanDataType() - Method in class liquibase.database.core.DerbyDatabase
-
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.DerbyDatabase
-
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in class liquibase.database.core.PostgresDatabase
-
- supportsCatalogInObjectName(Class<? extends DatabaseObject>) - Method in interface liquibase.database.Database
-
- supportsCatalogs() - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsCatalogs() - Method in class liquibase.database.core.DB2Database
-
- supportsCatalogs() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsCatalogs() - Method in class liquibase.database.core.MySQLDatabase
-
- supportsCatalogs() - Method in interface liquibase.database.Database
-
- supportsDDLInTransaction() - Method in class liquibase.database.AbstractJdbcDatabase
-
By default databases should support DDL within a transaction.
- supportsDDLInTransaction() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsDDLInTransaction() - Method in class liquibase.database.core.SybaseDatabase
-
Sybase does not support DDL and meta data in transactions properly,
as such we turn off the commit and turn on auto commit.
- supportsDDLInTransaction() - Method in interface liquibase.database.Database
-
Determines if the database supports DDL within a transaction or not.
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsDropTableCascadeConstraints() - Method in class liquibase.database.core.MSSQLDatabase
-
- supportsDropTableCascadeConstraints() - Method in interface liquibase.database.Database
-
- supportsForeignKeyDisable() - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsForeignKeyDisable() - Method in class liquibase.database.core.MySQLDatabase
-
- supportsForeignKeyDisable() - Method in interface liquibase.database.Database
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.DB2Database
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.DerbyDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.H2Database
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.HsqlDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.InformixDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.MSSQLDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.MySQLDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.OracleDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.PostgresDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SQLiteDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SybaseASADatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.SybaseDatabase
-
- supportsInitiallyDeferrableColumns() - Method in class liquibase.database.core.UnsupportedDatabase
-
- supportsInitiallyDeferrableColumns() - Method in interface liquibase.database.Database
-
Returns whether this database support initially deferrable columns.
- supportsPrimaryKeyNames() - Method in class liquibase.database.AbstractJdbcDatabase
-
- 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.MSSQLDatabase
-
- supportsRestrictForeignKeys() - Method in class liquibase.database.core.OracleDatabase
-
- 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 change be rolled back for the given database.
- supportsRollback(Database) - Method in class liquibase.change.custom.CustomChangeWrapper
-
Returns true if the customChange supports rolling back.
- supportsRollback(Database) - Method in class liquibase.changelog.ChangeSet
-
- supportsSchemas() - Method in class liquibase.database.AbstractJdbcDatabase
-
- supportsSchemas() - Method in class liquibase.database.core.DB2Database
-
- supportsSchemas() - Method in class liquibase.database.core.DerbyDatabase
-
- supportsSchemas() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsSchemas() - Method in class liquibase.database.core.MySQLDatabase
-
- supportsSchemas() - Method in class liquibase.database.core.OracleDatabase
-
Oracle supports catalogs in liquibase terms
- supportsSchemas() - Method in class liquibase.database.core.SQLiteDatabase
-
- supportsSchemas() - Method in interface liquibase.database.Database
-
- supportsSequences() - Method in class liquibase.database.AbstractJdbcDatabase
-
Does the database type support sequence.
- supportsSequences() - Method in class liquibase.database.core.DerbyDatabase
-
- supportsSequences() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsSequences() - Method in class liquibase.database.core.H2Database
-
- supportsSequences() - Method in class liquibase.database.core.HsqlDatabase
-
- supportsSequences() - Method in class liquibase.database.core.MSSQLDatabase
-
- supportsSequences() - Method in class liquibase.database.core.MySQLDatabase
-
- supportsSequences() - Method in class liquibase.database.core.OracleDatabase
-
- supportsSequences() - Method in class liquibase.database.core.PostgresDatabase
-
- supportsSequences() - Method in class liquibase.database.core.SQLiteDatabase
-
- supportsSequences() - Method in class liquibase.database.core.SybaseASADatabase
-
- supportsSequences() - Method in class liquibase.database.core.SybaseDatabase
-
- supportsSequences() - Method in interface liquibase.database.Database
-
- supportsTablespaces() - Method in class liquibase.database.core.DB2Database
-
- supportsTablespaces() - Method in class liquibase.database.core.DerbyDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.FirebirdDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.H2Database
-
- supportsTablespaces() - Method in class liquibase.database.core.HsqlDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.InformixDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.MSSQLDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.MySQLDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.OracleDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.PostgresDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.SQLiteDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.SybaseASADatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.SybaseDatabase
-
- supportsTablespaces() - Method in class liquibase.database.core.UnsupportedDatabase
-
- supportsTablespaces() - Method in interface liquibase.database.Database
-
- SwingUIFacade - Class in liquibase.util.ui
-
- SwingUIFacade() - Constructor for class liquibase.util.ui.SwingUIFacade
-
- SybaseASADatabase - Class in liquibase.database.core
-
- SybaseASADatabase() - Constructor for class liquibase.database.core.SybaseASADatabase
-
- SybaseConnection - Class in liquibase.database.jvm
-
A Sybase specific Delegate that removes the calls to commit
and rollback as Sybase requires that autocommit be set to true.
- SybaseConnection(Connection) - Constructor for class liquibase.database.jvm.SybaseConnection
-
- SybaseDatabase - Class in liquibase.database.core
-
Encapsulates Sybase ASE database support.
- SybaseDatabase() - Constructor for class liquibase.database.core.SybaseDatabase
-
- systemTablesAndViews - Variable in class liquibase.database.core.MSSQLDatabase
-
- systemTablesAndViews - Variable in class liquibase.database.core.SybaseDatabase
-
- SystemUtils - Class in liquibase.util
-
- SystemUtils() - Constructor for class liquibase.util.SystemUtils
-
SystemUtils instances should NOT be constructed in standard
programming.
- 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.CreateProcedureChange
-
- validate(Database) - Method in class liquibase.change.core.CreateTableChange
-
- validate(Database) - Method in class liquibase.change.core.DropColumnChange
-
- validate(Database) - Method in class liquibase.change.core.ExecuteShellCommandChange
-
- validate(Database) - Method in class liquibase.change.core.SQLFileChange
-
- 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) - Method in class liquibase.changelog.DatabaseChangeLog
-
- validate(Database, DatabaseChangeLog) - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- validate(Database) - Method in class liquibase.common.datatype.DataTypeWrapper
-
- validate(Database) - Method in class liquibase.datatype.LiquibaseDataType
-
- validate() - Method in class liquibase.Liquibase
-
Checks changelogs for bad MD5Sums and preconditions before attempting a migration
- validate(Database) - Method in class liquibase.precondition.core.AndPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.ChangeLogPropertyDefinedPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.ChangeSetExecutedPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.ColumnExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.DBMSPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.ForeignKeyExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.IndexExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.NotPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.ObjectQuotingStrategyPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.OrPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.PrimaryKeyExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.RowCountPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.RunningAsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.SequenceExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.SqlPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.TableExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.core.ViewExistsPrecondition
-
- validate(Database) - Method in class liquibase.precondition.CustomPreconditionWrapper
-
- validate(Database) - Method in interface liquibase.precondition.Precondition
-
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGenerator
-
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorDB2
-
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorInformix
-
- validate(AddAutoIncrementStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddAutoIncrementGeneratorSQLite
-
- validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGenerator
-
- validate(AddColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddColumnGeneratorDefaultClauseBeforeNotNull
-
- validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGenerator
-
- validate(AddDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddDefaultValueGeneratorInformix
-
- validate(AddForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddForeignKeyConstraintGenerator
-
- validate(AddPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddPrimaryKeyGenerator
-
- validate(AddUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AddUniqueConstraintGenerator
-
- validate(AlterSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.AlterSequenceGenerator
-
- validate(ClearDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ClearDatabaseChangeLogTableGenerator
-
- validate(CommentStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CommentGenerator
-
- validate(CopyRowsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CopyRowsGenerator
-
- validate(CreateDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogLockTableGenerator
-
- validate(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGenerator
-
- validate(CreateDatabaseChangeLogTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateDatabaseChangeLogTableGeneratorSybase
-
- validate(CreateIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateIndexGenerator
-
- validate(CreateProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateProcedureGenerator
-
- validate(CreateSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateSequenceGenerator
-
- validate(CreateTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateTableGenerator
-
- validate(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGenerator
-
- validate(CreateViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.CreateViewGeneratorInformix
-
- validate(DeleteStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DeleteGenerator
-
- validate(DropColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropColumnGenerator
-
- validate(DropDefaultValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropDefaultValueGenerator
-
- validate(DropForeignKeyConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropForeignKeyConstraintGenerator
-
- validate(DropIndexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropIndexGenerator
-
- validate(DropPrimaryKeyStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropPrimaryKeyGenerator
-
- validate(DropProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropProcedureGenerator
-
- validate(DropSequenceStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropSequenceGenerator
-
- validate(DropTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropTableGenerator
-
- validate(DropUniqueConstraintStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropUniqueConstraintGenerator
-
- validate(DropViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.DropViewGenerator
-
- validate(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorDB2
-
- validate(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorHsql
-
- validate(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMSSQL
-
- validate(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorMySQL
-
- validate(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorOracle
-
- validate(FindForeignKeyConstraintsStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.FindForeignKeyConstraintsGeneratorPostgres
-
- validate(GetNextChangeSetSequenceValueStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetNextChangeSetSequenceValueGenerator
-
- validate(GetViewDefinitionStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.GetViewDefinitionGenerator
-
- validate(InitializeDatabaseChangeLogLockTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InitializeDatabaseChangeLogLockTableGenerator
-
- validate(InsertExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertDataChangeGenerator
-
- validate(InsertStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertGenerator
-
- validate(InsertOrUpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.InsertOrUpdateGenerator
-
- validate(LockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.LockDatabaseChangeLogGenerator
-
- validate(MarkChangeSetRanStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.MarkChangeSetRanGenerator
-
- validate(ModifyDataTypeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ModifyDataTypeGenerator
-
- validate(RawSqlStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RawSqlGenerator
-
- validate(ReindexStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReindexGeneratorSQLite
-
- validate(RemoveChangeSetRanStatusStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RemoveChangeSetRanStatusGenerator
-
- validate(RenameColumnStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameColumnGenerator
-
- validate(RenameTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameTableGenerator
-
- validate(RenameViewStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RenameViewGenerator
-
- validate(ReorganizeTableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.ReorganizeTableGeneratorDB2
-
- validate(RuntimeStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.RuntimeGenerator
-
- validate(SelectFromDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogGenerator
-
- validate(SelectFromDatabaseChangeLogLockStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SelectFromDatabaseChangeLogLockGenerator
-
- validate(SetColumnRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetColumnRemarksGenerator
-
- validate(SetNullableStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetNullableGenerator
-
- validate(SetTableRemarksStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.SetTableRemarksGenerator
-
- validate(StoredProcedureStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.StoredProcedureGenerator
-
- validate(TableRowCountStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TableRowCountGenerator
-
- validate(TagDatabaseStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.TagDatabaseGenerator
-
- validate(UnlockDatabaseChangeLogStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UnlockDatabaseChangeLogGenerator
-
- validate(UpdateChangeSetChecksumStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateChangeSetChecksumGenerator
-
- validate(UpdateExecutablePreparedStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateDataChangeGenerator
-
- validate(UpdateStatement, Database, SqlGeneratorChain) - Method in class liquibase.sqlgenerator.core.UpdateGenerator
-
- validate(StatementType, Database, SqlGeneratorChain) - Method in interface liquibase.sqlgenerator.SqlGenerator
-
Validate the data contained in the SqlStatement.
- validate(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorChain
-
- validate(SqlStatement, Database) - Method in class liquibase.sqlgenerator.SqlGeneratorFactory
-
- ValidatingVisitor - Class in liquibase.changelog.visitor
-
- ValidatingVisitor(List<RanChangeSet>) - Constructor for class liquibase.changelog.visitor.ValidatingVisitor
-
- ValidationErrors - Class in liquibase.exception
-
- ValidationErrors() - Constructor for class liquibase.exception.ValidationErrors
-
- ValidationFailedException - Exception in liquibase.exception
-
- ValidationFailedException(ValidatingVisitor) - Constructor for exception liquibase.exception.ValidationFailedException
-
- validationPassed() - Method in class liquibase.changelog.visitor.ValidatingVisitor
-
- value - Variable in enum liquibase.changelog.ChangeSet.ExecType
-
- valueOf(String) - Static method in enum liquibase.changelog.ChangeSet.ExecType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.changelog.ChangeSet.RunStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.changelog.ChangeSet.ValidationFailOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.changelog.visitor.ChangeSetVisitor.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(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.logging.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.precondition.core.PreconditionContainer.FailOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.serializer.LiquibaseSerializable.SerializationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.structure.core.DataType.ColumnSizeUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum liquibase.structure.core.ForeignKeyConstraintType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum liquibase.changelog.ChangeSet.ExecType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.changelog.ChangeSet.RunStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.changelog.ChangeSet.ValidationFailOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.changelog.visitor.ChangeSetVisitor.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.database.ObjectQuotingStrategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.diff.compare.CompareControl.DatabaseRole
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.logging.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.precondition.core.PreconditionContainer.ErrorOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.precondition.core.PreconditionContainer.FailOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.precondition.core.PreconditionContainer.OnSqlOutputOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.serializer.LiquibaseSerializable.SerializationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.structure.core.DataType.ColumnSizeUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum liquibase.structure.core.ForeignKeyConstraintType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VarcharType - Class in liquibase.datatype.core
-
- VarcharType() - Constructor for class liquibase.datatype.core.VarcharType
-
- View - Class in liquibase.structure.core
-
- View() - 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) - Method in class liquibase.changelog.visitor.ChangeLogSyncVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database) - Method in interface liquibase.changelog.visitor.ChangeSetVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.DBDocVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.ExpectedChangesVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.ListVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.RollbackVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.UpdateVisitor
-
- visit(ChangeSet, DatabaseChangeLog, Database) - Method in class liquibase.changelog.visitor.ValidatingVisitor
-