Uses of Class
org.modelsphere.sms.or.oracle.db.DbORATablespace

Packages that use DbORATablespace
org.modelsphere.sms.or.oracle.db   
 

Uses of DbORATablespace in org.modelsphere.sms.or.oracle.db
 

Methods in org.modelsphere.sms.or.oracle.db that return DbORATablespace
 DbORATablespace DbORAAbsPartition.getTablespace()
          Gets the tablespace object associated to a DbORAAbsPartition's instance.
 DbORATablespace DbORAIndex.getTablespace()
          Gets the tablespace object associated to a DbORAIndex's instance.
 DbORATablespace DbORALobStorage.getTablespace()
          Gets the tablespace object associated to a DbORALobStorage's instance.
 DbORATablespace DbORARollbackSegment.getTablespace()
          Gets the tablespace object associated to a DbORARollbackSegment's instance.
 

Methods in org.modelsphere.sms.or.oracle.db with parameters of type DbORATablespace
 void DbORATable.addToTablespaces(DbORATablespace value)
          Adds an element to the list of tablespaces associated to a DbORATable's instance.
 void DbORATable.removeFromTablespaces(DbORATablespace value)
          Removes an element from the list of tablespaces associated to a DbORATable's instance.
 void DbORAAbsPartition.setTablespace(DbORATablespace value)
          Sets the tablespace object associated to a DbORAAbsPartition's instance.
 void DbORAIndex.setTablespace(DbORATablespace value)
          Sets the tablespace object associated to a DbORAIndex's instance.
 void DbORALobStorage.setTablespace(DbORATablespace value)
          Sets the tablespace object associated to a DbORALobStorage's instance.
 void DbORARollbackSegment.setTablespace(DbORATablespace value)
          Sets the tablespace object associated to a DbORARollbackSegment's instance.
 void DbORATable.setTablespaces(DbORATablespace value, int op)
          Adds an element to or removes an element from the list of tablespaces associated to a DbORATable's instance.
 



Open ModelSphere 2007. All Rights Reserved.