Uses of Interface
com.collation.platform.model.topology.app.db.db2.Db2TableSpace

Packages that use Db2TableSpace
com.collation.platform.model.topology.app.db.db2   
 

Uses of Db2TableSpace in com.collation.platform.model.topology.app.db.db2
 

Methods in com.collation.platform.model.topology.app.db.db2 that return Db2TableSpace
 Db2TableSpace Db2Container.getParent()
           
 Db2TableSpace[] Db2Database.getTableSpaces()
           
 

Methods in com.collation.platform.model.topology.app.db.db2 with parameters of type Db2TableSpace
 void Db2Container.setParent(Db2TableSpace x)
           
 void Db2Database.setTableSpaces(Db2TableSpace[] tableSpaces)