Uses of Class
liquibase.structure.core.Relation
-
Packages that use Relation Package Description liquibase.snapshot.jvm liquibase.sqlgenerator.core liquibase.structure.core -
-
Uses of Relation in liquibase.snapshot.jvm
Methods in liquibase.snapshot.jvm with parameters of type Relation Modifier and Type Method Description protected ColumnColumnSnapshotGenerator. readColumn(CachedRow columnMetadataResultSet, Relation table, Database database) -
Uses of Relation in liquibase.sqlgenerator.core
Methods in liquibase.sqlgenerator.core that return Relation Modifier and Type Method Description protected 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.core Modifier and Type Class Description classTableclassViewMethods in liquibase.structure.core that return Relation Modifier and Type Method Description RelationRelation. addColumn(Column column)RelationColumn. getRelation()RelationIndex. getRelation()RelationUniqueConstraint. getRelation()RelationRelation. setName(String name)RelationRelation. setRemarks(String remarks)RelationRelation. setSchema(String catalog, String schema)RelationRelation. setSchema(Schema schema)RelationView. setSchema(Schema schema)Methods in liquibase.structure.core with parameters of type Relation Modifier and Type Method Description ColumnColumn. setRelation(Relation relation)IndexIndex. setRelation(Relation relation)UniqueConstraintUniqueConstraint. setRelation(Relation relation)IndexIndex. setTable(Relation table)Deprecated.Constructor parameters in liquibase.structure.core with type arguments of type Relation Constructor Description Column(Class<? extends Relation> relationType, String catalogName, String schemaName, String tableName, String columnName)
-