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 ColumnColumnSnapshotGenerator.readColumn(CachedRow columnMetadataResultSet, Relation table, Database database) -
Uses of Relation in liquibase.sqlgenerator.core
Methods in liquibase.sqlgenerator.core that return RelationModifier and TypeMethodDescriptionprotected RelationRenameTableGenerator.getAffectedNewTable(RenameTableStatement statement) protected RelationRenameViewGenerator.getAffectedNewView(RenameViewStatement statement) protected RelationRenameTableGenerator.getAffectedOldTable(RenameTableStatement statement) protected RelationRenameViewGenerator.getAffectedOldView(RenameViewStatement statement) protected RelationClearDatabaseChangeLogTableGenerator.getAffectedTable(Database database, String schemaName) protected RelationCopyRowsGenerator.getAffectedTable(CopyRowsStatement statement) protected RelationCreateDatabaseChangeLogTableGeneratorSybase.getAffectedTable(Database database) protected RelationCreateTableGenerator.getAffectedTable(CreateTableStatement statement) protected RelationDeleteGenerator.getAffectedTable(DeleteStatement statement) protected RelationDropTableGenerator.getAffectedTable(DropTableStatement statement) protected RelationInsertGenerator.getAffectedTable(InsertStatement statement) protected RelationInsertSetGenerator.getAffectedTable(InsertSetStatement statement) protected RelationModifyDataTypeGenerator.getAffectedTable(ModifyDataTypeStatement statement) protected RelationReorganizeTableGeneratorDB2.getAffectedTable(ReorganizeTableStatement statement) protected RelationSetTableRemarksGenerator.getAffectedTable(SetTableRemarksStatement statement) protected RelationSetViewRemarksGenerator.getAffectedTable(SetViewRemarksStatement statement) protected RelationUpdateGenerator.getAffectedTable(UpdateStatement statement) protected RelationCreateViewGenerator.getAffectedView(CreateViewStatement statement) protected RelationDropViewGenerator.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)