|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LUWTableSpace | |
---|---|
com.ibm.db.models.db2.luw | |
com.ibm.db.models.db2.luw.impl | |
com.ibm.db.models.db2.luw.util |
Uses of LUWTableSpace in com.ibm.db.models.db2.luw |
---|
Methods in com.ibm.db.models.db2.luw that return LUWTableSpace | |
---|---|
LUWTableSpace |
LUWFactory.createLUWTableSpace()
Returns a new object of class 'Table Space'. |
LUWTableSpace |
LUWStorageTable.getIndexDataTableSpace()
Returns the value of the 'Index Data Table Space' reference. |
LUWTableSpace |
LUWStorageTable.getLOBDataTableSpace()
Returns the value of the 'LOB Data Table Space' reference. |
LUWTableSpace |
LUWDataPartition.getLOBDataTableSpace()
Returns the value of the 'LOB Data Table Space' reference. |
LUWTableSpace |
LUWStorageTable.getRegularDataTableSpace()
Returns the value of the 'Regular Data Table Space' reference. |
LUWTableSpace |
LUWDataPartition.getRegularDataTableSpace()
Returns the value of the 'Regular Data Table Space' reference. |
LUWTableSpace |
LUWDatabaseContainer.getTableSpace()
Returns the value of the 'Table Space' container reference. |
Methods in com.ibm.db.models.db2.luw with parameters of type LUWTableSpace | |
---|---|
void |
LUWStorageTable.setIndexDataTableSpace(LUWTableSpace value)
Sets the value of the ' Index Data Table Space ' reference. |
void |
LUWStorageTable.setLOBDataTableSpace(LUWTableSpace value)
Sets the value of the ' LOB Data Table Space ' reference. |
void |
LUWDataPartition.setLOBDataTableSpace(LUWTableSpace value)
Sets the value of the ' LOB Data Table Space ' reference. |
void |
LUWStorageTable.setRegularDataTableSpace(LUWTableSpace value)
Sets the value of the ' Regular Data Table Space ' reference. |
void |
LUWDataPartition.setRegularDataTableSpace(LUWTableSpace value)
Sets the value of the ' Regular Data Table Space ' reference. |
void |
LUWDatabaseContainer.setTableSpace(LUWTableSpace value)
Sets the value of the ' Table Space ' container reference. |
Uses of LUWTableSpace in com.ibm.db.models.db2.luw.impl |
---|
Classes in com.ibm.db.models.db2.luw.impl that implement LUWTableSpace | |
---|---|
class |
LUWTableSpaceImpl
An implementation of the model object 'Table Space'. |
Methods in com.ibm.db.models.db2.luw.impl with parameters of type LUWTableSpace | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
LUWTableImpl.basicSetIndexDataTableSpace(LUWTableSpace newIndexDataTableSpace,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
LUWMaterializedQueryTableImpl.basicSetIndexDataTableSpace(LUWTableSpace newIndexDataTableSpace,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
LUWTableImpl.basicSetLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
LUWMaterializedQueryTableImpl.basicSetLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
LUWDataPartitionImpl.basicSetLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
LUWTableImpl.basicSetRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
LUWMaterializedQueryTableImpl.basicSetRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
LUWDataPartitionImpl.basicSetRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
LUWDatabaseContainerImpl.basicSetTableSpace(LUWTableSpace newTableSpace,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
void |
LUWTableImpl.setIndexDataTableSpace(LUWTableSpace newIndexDataTableSpace)
|
void |
LUWMaterializedQueryTableImpl.setIndexDataTableSpace(LUWTableSpace newIndexDataTableSpace)
|
void |
LUWTableImpl.setLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace)
|
void |
LUWMaterializedQueryTableImpl.setLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace)
|
void |
LUWDataPartitionImpl.setLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace)
|
void |
LUWTableImpl.setRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace)
|
void |
LUWMaterializedQueryTableImpl.setRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace)
|
void |
LUWDataPartitionImpl.setRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace)
|
void |
LUWDatabaseContainerImpl.setTableSpace(LUWTableSpace newTableSpace)
|
Uses of LUWTableSpace in com.ibm.db.models.db2.luw.util |
---|
Methods in com.ibm.db.models.db2.luw.util with parameters of type LUWTableSpace | |
---|---|
java.lang.Object |
LUWSwitch.caseLUWTableSpace(LUWTableSpace object)
Returns the result of interpretting the object as an instance of 'Table Space'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |