Uses of Class
liquibase.structure.core.Relation
Packages that use Relation
-
Uses of Relation in liquibase.snapshot.jvm
Methods in liquibase.snapshot.jvm with parameters of type RelationModifier and TypeMethodDescriptionprotected Column
ColumnSnapshotGenerator.readColumn
(CachedRow columnMetadataResultSet, Relation table, Database database) -
Uses of Relation in liquibase.sqlgenerator.core
Methods in liquibase.sqlgenerator.core that return RelationModifier and TypeMethodDescriptionprotected Relation
RenameTableGenerator.getAffectedNewTable
(RenameTableStatement statement) protected Relation
RenameViewGenerator.getAffectedNewView
(RenameViewStatement statement) protected Relation
RenameTableGenerator.getAffectedOldTable
(RenameTableStatement statement) protected Relation
RenameViewGenerator.getAffectedOldView
(RenameViewStatement statement) protected Relation
ClearDatabaseChangeLogTableGenerator.getAffectedTable
(Database database, String schemaName) protected Relation
CopyRowsGenerator.getAffectedTable
(CopyRowsStatement statement) protected Relation
CreateDatabaseChangeLogTableGeneratorSybase.getAffectedTable
(Database database) protected Relation
CreateTableGenerator.getAffectedTable
(CreateTableStatement statement) protected Relation
DeleteGenerator.getAffectedTable
(DeleteStatement statement) protected Relation
DropTableGenerator.getAffectedTable
(DropTableStatement statement) protected Relation
InsertGenerator.getAffectedTable
(InsertStatement statement) protected Relation
InsertSetGenerator.getAffectedTable
(InsertSetStatement statement) protected Relation
ModifyDataTypeGenerator.getAffectedTable
(ModifyDataTypeStatement statement) protected Relation
ReorganizeTableGeneratorDB2.getAffectedTable
(ReorganizeTableStatement statement) protected Relation
SetTableRemarksGenerator.getAffectedTable
(SetTableRemarksStatement statement) protected Relation
SetViewRemarksGenerator.getAffectedTable
(SetViewRemarksStatement statement) protected Relation
UpdateGenerator.getAffectedTable
(UpdateStatement statement) protected Relation
CreateViewGenerator.getAffectedView
(CreateViewStatement statement) protected Relation
DropViewGenerator.getAffectedView
(DropViewStatement statement) -
Uses of Relation in liquibase.structure.core
Subclasses of Relation in liquibase.structure.coreMethods in liquibase.structure.core that return RelationModifier and TypeMethodDescriptionColumn.getRelation()
Index.getRelation()
UniqueConstraint.getRelation()
Relation.setRemarks
(String remarks) Methods in liquibase.structure.core with parameters of type RelationModifier and TypeMethodDescriptionColumn.setRelation
(Relation relation) Index.setRelation
(Relation relation) UniqueConstraint.setRelation
(Relation relation) Deprecated.Constructor parameters in liquibase.structure.core with type arguments of type Relation
Index.setRelation(Relation)