Uses of Class
liquibase.change.DatabaseChangeProperty
-
Packages that use DatabaseChangeProperty Package Description liquibase.change The change package contains the available database "changes".liquibase.change.core Technically, a Change expresses an intention for alter the structure of the Database.liquibase.change.custom Although Liquibase tries to provide a wide range of database refactorings, there are times you may want to create your own custom refactoring class.liquibase.statement.core -
-
Uses of DatabaseChangeProperty in liquibase.change
Methods in liquibase.change with annotations of type DatabaseChangeProperty Modifier and Type Method Description StringAbstractTableChange. getCatalogName()ChangeSetAbstractChange. getChangeSet()Returns the changeSet this Change is part of.StringAbstractSQLChange. getDbms()StringAbstractSQLChange. getEndDelimiter()Set the end delimiter used to split statements.ResourceAccessorAbstractChange. getResourceAccessor()Deprecated.StringAbstractTableChange. getSchemaName()StringAbstractSQLChange. getSql()Return the raw SQL managed by this ChangeStringAbstractTableChange. getTableName()BooleanAbstractSQLChange. isSplitStatements()Return if the SQL should be split into multiple statements before passing it to the database.BooleanAbstractSQLChange. isStripComments()Return if comments should be stripped from the SQL before passing it to the database.Methods in liquibase.change that return DatabaseChangeProperty Modifier and Type Method Description DatabaseChangeProperty[]value()Methods in liquibase.change with parameters of type DatabaseChangeProperty Modifier and Type Method Description protected String[]AbstractChange. createAlternateParameterNames(DatabaseChangeProperty changePropertyAnnotation)protected StringAbstractChange. createDescriptionMetaData(String parameterName, DatabaseChangeProperty changePropertyAnnotation)Create theChangeParameterMetaData"description" value.protected Map<String,Object>AbstractChange. createExampleValueMetaData(String parameterName, DatabaseChangeProperty changePropertyAnnotation)Create theChangeParameterMetaData"example" value.protected StringAbstractChange. createMustEqualExistingMetaData(String parameterName, DatabaseChangeProperty changePropertyAnnotation)Create theChangeParameterMetaData"mustEqual" value.protected String[]AbstractChange. createRequiredDatabasesMetaData(String parameterName, DatabaseChangeProperty changePropertyAnnotation)Create theChangeParameterMetaData"requiredDatabases" value.protected LiquibaseSerializable.SerializationTypeAbstractChange. createSerializationTypeMetaData(String parameterName, DatabaseChangeProperty changePropertyAnnotation)Create theChangeParameterMetaData"serializationType" value.protected StringAbstractChange. createSinceMetaData(String parameterName, DatabaseChangeProperty changePropertyAnnotation)Create theChangeParameterMetaData"since" value.protected String[]AbstractChange. createSupportedDatabasesMetaData(String parameterName, DatabaseChangeProperty changePropertyAnnotation)Create theChangeParameterMetaData"supportedDatabase" value. -
Uses of DatabaseChangeProperty in liquibase.change.core
Methods in liquibase.change.core with annotations of type DatabaseChangeProperty Modifier and Type Method Description StringCreateIndexChange. getAssociatedWith()StringDropIndexChange. getAssociatedWith()StringAddForeignKeyConstraintChange. getBaseColumnNames()StringAddForeignKeyConstraintChange. getBaseTableCatalogName()StringDropAllForeignKeyConstraintsChange. getBaseTableCatalogName()StringDropForeignKeyConstraintChange. getBaseTableCatalogName()StringAddForeignKeyConstraintChange. getBaseTableName()StringDropAllForeignKeyConstraintsChange. getBaseTableName()StringDropForeignKeyConstraintChange. getBaseTableName()StringAddForeignKeyConstraintChange. getBaseTableSchemaName()StringDropAllForeignKeyConstraintsChange. getBaseTableSchemaName()StringDropForeignKeyConstraintChange. getBaseTableSchemaName()BigIntegerAlterSequenceChange. getCacheSize()BigIntegerCreateSequenceChange. getCacheSize()StringAbstractModifyDataChange. getCatalogName()StringAddAutoIncrementChange. getCatalogName()StringAddColumnChange. getCatalogName()StringAddDefaultValueChange. getCatalogName()StringAddNotNullConstraintChange. getCatalogName()StringAddPrimaryKeyChange. getCatalogName()StringAddUniqueConstraintChange. getCatalogName()StringAlterSequenceChange. getCatalogName()StringCreateIndexChange. getCatalogName()StringCreateProcedureChange. getCatalogName()StringCreateSequenceChange. getCatalogName()StringCreateTableChange. getCatalogName()StringCreateViewChange. getCatalogName()StringDropColumnChange. getCatalogName()StringDropDefaultValueChange. getCatalogName()StringDropIndexChange. getCatalogName()StringDropNotNullConstraintChange. getCatalogName()StringDropPrimaryKeyChange. getCatalogName()StringDropProcedureChange. getCatalogName()StringDropSequenceChange. getCatalogName()StringDropTableChange. getCatalogName()StringDropUniqueConstraintChange. getCatalogName()StringDropViewChange. getCatalogName()StringInsertDataChange. getCatalogName()StringMergeColumnChange. getCatalogName()StringModifyDataTypeChange. getCatalogName()StringRenameColumnChange. getCatalogName()StringRenameSequenceChange. getCatalogName()StringRenameTableChange. getCatalogName()StringRenameViewChange. getCatalogName()StringSetColumnRemarksChange. getCatalogName()StringSetTableRemarksChange. getCatalogName()BooleanAddPrimaryKeyChange. getClustered()BooleanAddUniqueConstraintChange. getClustered()BooleanCreateIndexChange. getClustered()StringMergeColumnChange. getColumn1Name()StringMergeColumnChange. getColumn2Name()StringAddAutoIncrementChange. getColumnDataType()StringAddDefaultValueChange. getColumnDataType()StringAddNotNullConstraintChange. getColumnDataType()StringDropDefaultValueChange. getColumnDataType()StringDropNotNullConstraintChange. getColumnDataType()StringRenameColumnChange. getColumnDataType()StringSetColumnRemarksChange. getColumnDataType()StringAddAutoIncrementChange. getColumnName()StringAddDefaultValueChange. getColumnName()StringAddNotNullConstraintChange. getColumnName()StringDropColumnChange. getColumnName()StringDropDefaultValueChange. getColumnName()StringDropNotNullConstraintChange. getColumnName()StringModifyDataTypeChange. getColumnName()StringSetColumnRemarksChange. getColumnName()StringAddPrimaryKeyChange. getColumnNames()StringAddUniqueConstraintChange. getColumnNames()StringSetColumnRemarksChange. getColumnParentType()List<AddColumnConfig>AddColumnChange. getColumns()List<AddColumnConfig>CreateIndexChange. getColumns()List<ColumnConfig>CreateTableChange. getColumns()List<ColumnConfig>DropColumnChange. getColumns()List<ColumnConfig>InsertDataChange. getColumns()List<LoadDataColumnConfig>LoadDataChange. getColumns()List<ColumnConfig>UpdateDataChange. getColumns()StringRawSQLChange. getComment()StringLoadDataChange. getCommentLineStartsWith()StringCreateProcedureChange. getComments()StringAddForeignKeyConstraintChange. getConstraintName()StringAddLookupTableChange. getConstraintName()StringAddNotNullConstraintChange. getConstraintName()StringAddPrimaryKeyChange. getConstraintName()StringAddUniqueConstraintChange. getConstraintName()StringDropForeignKeyConstraintChange. getConstraintName()StringDropNotNullConstraintChange. getConstraintName()StringDropPrimaryKeyChange. getConstraintName()StringDropUniqueConstraintChange. getConstraintName()BooleanAlterSequenceChange. getCycle()BooleanCreateSequenceChange. getCycle()StringAlterSequenceChange. getDataType()StringCreateSequenceChange. getDataType()StringCreateProcedureChange. getDbms()StringInsertDataChange. getDbms()StringAddNotNullConstraintChange. getDefaultNullValue()BooleanAddAutoIncrementChange. getDefaultOnNull()StringAddDefaultValueChange. getDefaultValue()BooleanAddDefaultValueChange. getDefaultValueBoolean()DatabaseFunctionAddDefaultValueChange. getDefaultValueComputed()StringAddDefaultValueChange. getDefaultValueConstraintName()StringAddDefaultValueChange. getDefaultValueDate()StringAddDefaultValueChange. getDefaultValueNumeric()SequenceNextValueFunctionAddDefaultValueChange. getDefaultValueSequenceNext()BooleanAddForeignKeyConstraintChange. getDeferrable()BooleanAddUniqueConstraintChange. getDeferrable()BooleanAddForeignKeyConstraintChange. getDeleteCascade()Deprecated.BooleanAddUniqueConstraintChange. getDisabled()BooleanDropPrimaryKeyChange. getDropIndex()StringCreateProcedureChange. getEncoding()StringCreateViewChange. getEncoding()StringLoadDataChange. getEncoding()StringSQLFileChange. getEncoding()The encoding of the file containing SQL statementsStringExecuteShellCommandChange. getExecutable()StringAddLookupTableChange. getExistingColumnName()StringAddLookupTableChange. getExistingTableCatalogName()StringAddLookupTableChange. getExistingTableName()StringAddLookupTableChange. getExistingTableSchemaName()StringLoadDataChange. getFile()StringMergeColumnChange. getFinalColumnName()StringMergeColumnChange. getFinalColumnType()StringAddPrimaryKeyChange. getForIndexCatalogName()StringAddUniqueConstraintChange. getForIndexCatalogName()StringAddPrimaryKeyChange. getForIndexName()StringAddUniqueConstraintChange. getForIndexName()StringAddPrimaryKeyChange. getForIndexSchemaName()StringAddUniqueConstraintChange. getForIndexSchemaName()BooleanCreateViewChange. getFullDefinition()StringAddAutoIncrementChange. getGenerationType()BooleanCreateTableChange. getIfNotExists()BigIntegerAddAutoIncrementChange. getIncrementBy()BigIntegerAlterSequenceChange. getIncrementBy()BigIntegerCreateSequenceChange. getIncrementBy()StringCreateIndexChange. getIndexName()StringDropIndexChange. getIndexName()BooleanAddForeignKeyConstraintChange. getInitiallyDeferred()BooleanAddUniqueConstraintChange. getInitiallyDeferred()StringMergeColumnChange. getJoinString()BigIntegerAlterSequenceChange. getMaxValue()BigIntegerCreateSequenceChange. getMaxValue()StringOutputChange. getMessage()StringStopChange. getMessage()BigIntegerAlterSequenceChange. getMinValue()BigIntegerCreateSequenceChange. getMinValue()StringAddLookupTableChange. getNewColumnDataType()StringAddLookupTableChange. getNewColumnName()StringRenameColumnChange. getNewColumnName()StringModifyDataTypeChange. getNewDataType()StringRenameSequenceChange. getNewSequenceName()StringAddLookupTableChange. getNewTableCatalogName()StringAddLookupTableChange. getNewTableName()StringRenameTableChange. getNewTableName()StringAddLookupTableChange. getNewTableSchemaName()StringRenameViewChange. getNewViewName()StringRenameColumnChange. getOldColumnName()StringRenameSequenceChange. getOldSequenceName()StringRenameTableChange. getOldTableName()StringRenameViewChange. getOldViewName()StringAddForeignKeyConstraintChange. getOnDelete()BooleanLoadUpdateDataChange. getOnlyUpdate()StringAddForeignKeyConstraintChange. getOnUpdate()List<String>ExecuteShellCommandChange. getOs()StringCreateProcedureChange. getPath()StringCreateViewChange. getPath()StringSQLFileChange. getPath()StringLoadUpdateDataChange. getPrimaryKey()StringCreateProcedureChange. getProcedureName()StringDropProcedureChange. getProcedureName()StringLoadDataChange. getQuotchar()StringAddForeignKeyConstraintChange. getReferencedColumnNames()StringAddForeignKeyConstraintChange. getReferencedTableCatalogName()StringAddForeignKeyConstraintChange. getReferencedTableName()StringAddForeignKeyConstraintChange. getReferencedTableSchemaName()BooleanAddForeignKeyConstraintChange. getReferencesUniqueColumn()Deprecated.No longer supported in 3.0BooleanCreateViewChange. getRelativeToChangelogFile()StringCreateTableChange. getRemarks()StringCreateViewChange. getRemarks()StringRenameColumnChange. getRemarks()StringSetColumnRemarksChange. getRemarks()StringSetTableRemarksChange. getRemarks()BooleanCreateProcedureChange. getReplaceIfExists()BooleanCreateViewChange. getReplaceIfExists()StringAbstractModifyDataChange. getSchemaName()StringAddAutoIncrementChange. getSchemaName()StringAddColumnChange. getSchemaName()StringAddDefaultValueChange. getSchemaName()StringAddNotNullConstraintChange. getSchemaName()StringAddPrimaryKeyChange. getSchemaName()StringAddUniqueConstraintChange. getSchemaName()StringAlterSequenceChange. getSchemaName()StringCreateIndexChange. getSchemaName()StringCreateProcedureChange. getSchemaName()StringCreateSequenceChange. getSchemaName()StringCreateTableChange. getSchemaName()StringCreateViewChange. getSchemaName()StringDropColumnChange. getSchemaName()StringDropDefaultValueChange. getSchemaName()StringDropIndexChange. getSchemaName()StringDropNotNullConstraintChange. getSchemaName()StringDropPrimaryKeyChange. getSchemaName()StringDropProcedureChange. getSchemaName()StringDropSequenceChange. getSchemaName()StringDropTableChange. getSchemaName()StringDropUniqueConstraintChange. getSchemaName()StringDropViewChange. getSchemaName()StringInsertDataChange. getSchemaName()StringMergeColumnChange. getSchemaName()StringModifyDataTypeChange. getSchemaName()StringRenameColumnChange. getSchemaName()StringRenameSequenceChange. getSchemaName()StringRenameTableChange. getSchemaName()StringRenameViewChange. getSchemaName()StringSetColumnRemarksChange. getSchemaName()StringSetTableRemarksChange. getSchemaName()StringCreateViewChange. getSelectQuery()StringLoadDataChange. getSeparator()StringAlterSequenceChange. getSequenceName()StringCreateSequenceChange. getSequenceName()StringDropSequenceChange. getSequenceName()StringRawSQLChange. getSql()StringSQLFileChange. getSql()BigIntegerCreateSequenceChange. getStartValue()BigIntegerAddAutoIncrementChange. getStartWith()StringAbstractModifyDataChange. getTableName()StringAddAutoIncrementChange. getTableName()StringAddColumnChange. getTableName()StringAddDefaultValueChange. getTableName()StringAddNotNullConstraintChange. getTableName()StringAddPrimaryKeyChange. getTableName()StringAddUniqueConstraintChange. getTableName()StringCreateIndexChange. getTableName()StringCreateTableChange. getTableName()StringDropColumnChange. getTableName()StringDropDefaultValueChange. getTableName()StringDropIndexChange. getTableName()StringDropNotNullConstraintChange. getTableName()StringDropPrimaryKeyChange. getTableName()StringDropTableChange. getTableName()StringDropUniqueConstraintChange. getTableName()StringInsertDataChange. getTableName()StringLoadDataChange. getTableName()StringLoadUpdateDataChange. getTableName()StringMergeColumnChange. getTableName()StringModifyDataTypeChange. getTableName()StringRenameColumnChange. getTableName()StringSetColumnRemarksChange. getTableName()StringSetTableRemarksChange. getTableName()StringAddPrimaryKeyChange. getTablespace()StringAddUniqueConstraintChange. getTablespace()StringCreateIndexChange. getTablespace()StringCreateTableChange. getTablespace()StringCreateTableChange. getTableType()StringTagDatabaseChange. getTag()StringOutputChange. getTarget()StringExecuteShellCommandChange. getTimeout()StringDropUniqueConstraintChange. getUniqueColumns()BooleanLoadDataChange. getUsePreparedStatements()BooleanAddForeignKeyConstraintChange. getValidate()the VALIDATE keyword defines whether to check if a foreign key constraint on a column in a table refers to a valid row or not.BooleanAddNotNullConstraintChange. getValidate()In certain SQL dialects, the VALIDATE keyword defines whether a NOT NULL constraint on a column in a table should be checked if it refers to a valid row or not.BooleanAddPrimaryKeyChange. getValidate()the VALIDATE keyword defines whether a primary key constraint on a column in a table should be checked if it refers to a valid row or not.BooleanAddUniqueConstraintChange. getValidate()In Oracle PL/SQL, the VALIDATE keyword defines whether a newly added unique constraint on a column in a table should cause existing rows to be checked to see if they satisfy the uniqueness constraint or not.StringCreateViewChange. getViewName()StringDropViewChange. getViewName()StringAbstractModifyDataChange. getWhere()StringAbstractModifyDataChange. getWhereClause()Deprecated.use getWhere().List<ColumnConfig>AbstractModifyDataChange. getWhereParams()BooleanDropTableChange. isCascadeConstraints()BooleanDropViewChange. isIfExists()BooleanAlterSequenceChange. isOrdered()BooleanCreateSequenceChange. isOrdered()BooleanCreateProcedureChange. isRelativeToChangelogFile()BooleanLoadDataChange. isRelativeToChangelogFile()BooleanSQLFileChange. isRelativeToChangelogFile()BooleanCreateIndexChange. isUnique()Methods in liquibase.change.core with parameters of type DatabaseChangeProperty Modifier and Type Method Description protected Map<String,Object>CreateProcedureChange. createExampleValueMetaData(String parameterName, DatabaseChangeProperty changePropertyAnnotation)protected String[]AddForeignKeyConstraintChange. createSupportedDatabasesMetaData(String parameterName, DatabaseChangeProperty changePropertyAnnotation) -
Uses of DatabaseChangeProperty in liquibase.change.custom
Methods in liquibase.change.custom with annotations of type DatabaseChangeProperty Modifier and Type Method Description StringCustomChangeWrapper. getClassName()Returns the name of the custom class set inCustomChangeWrapper.setClass(String)CustomChangeCustomChangeWrapper. getCustomChange()Return the CustomChange instance created by the call toCustomChangeWrapper.setClass(String).SortedSet<String>CustomChangeWrapper. getParams()Returns the parameters set byCustomChangeWrapper.setParam(String, String). -
Uses of DatabaseChangeProperty in liquibase.statement.core
Methods in liquibase.statement.core with annotations of type DatabaseChangeProperty Modifier and Type Method Description BooleanInsertOrUpdateStatement. getOnlyUpdate()
-