Uses of Class
liquibase.structure.core.Relation

Packages that use Relation
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
protected  Column ColumnSnapshotGenerator.readColumn(CachedRow columnMetadataResultSet, Relation table, Database database)
           
 

Uses of Relation in liquibase.sqlgenerator.core
 

Methods in liquibase.sqlgenerator.core that return Relation
protected  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 CopyRowsGenerator.getAffectedTable(CopyRowsStatement statement)
           
protected  Relation CreateTableGenerator.getAffectedTable(CreateTableStatement statement)
           
protected  Relation CreateDatabaseChangeLogTableGeneratorSybase.getAffectedTable(Database database)
           
protected  Relation ClearDatabaseChangeLogTableGenerator.getAffectedTable(Database database, String schemaName)
           
protected  Relation DeleteGenerator.getAffectedTable(DeleteStatement statement)
           
protected  Relation DropTableGenerator.getAffectedTable(DropTableStatement statement)
           
protected  Relation InsertSetGenerator.getAffectedTable(InsertSetStatement statement)
           
protected  Relation InsertGenerator.getAffectedTable(InsertStatement statement)
           
protected  Relation ModifyDataTypeGenerator.getAffectedTable(ModifyDataTypeStatement statement)
           
protected  Relation ReorganizeTableGeneratorDB2.getAffectedTable(ReorganizeTableStatement statement)
           
protected  Relation SetTableRemarksGenerator.getAffectedTable(SetTableRemarksStatement 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.core
 class Table
           
 class View
           
 

Methods in liquibase.structure.core that return Relation
 Relation Relation.addColumn(Column column)
           
 Relation Column.getRelation()
           
 Relation Relation.setName(String name)
           
 Relation Relation.setRemarks(String remarks)
           
 Relation Relation.setSchema(Schema schema)
           
 Relation View.setSchema(Schema schema)
           
 Relation Relation.setSchema(String catalog, String schema)
           
 

Methods in liquibase.structure.core with parameters of type Relation
 Column Column.setRelation(Relation relation)
           
 

Constructor parameters in liquibase.structure.core with type arguments of type Relation
Column(Class<? extends Relation> relationType, String catalogName, String schemaName, String tableName, String columnName)
           
 



Copyright © 2016 Liquibase.org. All rights reserved.