Uses of Interface
com.ibm.db.models.db2.luw.LUWStorageTable

Packages that use LUWStorageTable
com.ibm.db.models.db2.luw   
com.ibm.db.models.db2.luw.BlastWrapper   
com.ibm.db.models.db2.luw.BlastWrapper.impl   
com.ibm.db.models.db2.luw.BlastWrapper.util   
com.ibm.db.models.db2.luw.impl   
com.ibm.db.models.db2.luw.OracleWrapper   
com.ibm.db.models.db2.luw.OracleWrapper.impl   
com.ibm.db.models.db2.luw.OracleWrapper.util   
com.ibm.db.models.db2.luw.util   
 

Uses of LUWStorageTable in com.ibm.db.models.db2.luw
 

Subinterfaces of LUWStorageTable in com.ibm.db.models.db2.luw
 interface LUWGenericNickname
          A representation of the model object 'Generic Nickname'.
 interface LUWMaterializedQueryTable
          A representation of the model object 'Materialized Query Table'.
 interface LUWNickname
          A representation of the model object 'Nickname'.
 interface LUWNonRelationalNickname
          A representation of the model object 'Non Relational Nickname'.
 interface LUWRelationalNickname
          A representation of the model object 'Relational Nickname'.
 interface LUWTable
          A representation of the model object 'Table'.
 

Methods in com.ibm.db.models.db2.luw that return LUWStorageTable
 LUWStorageTable LUWPartitionKey.getTable()
          Returns the value of the 'Table' container reference.
 LUWStorageTable LUWDataPartitionKey.getTable()
          Returns the value of the 'Table' container reference.
 LUWStorageTable LUWDataPartition.getTable()
          Returns the value of the 'Table' container reference.
 

Methods in com.ibm.db.models.db2.luw with parameters of type LUWStorageTable
 void LUWPartitionKey.setTable(LUWStorageTable value)
          Sets the value of the 'Table' container reference.
 void LUWDataPartitionKey.setTable(LUWStorageTable value)
          Sets the value of the 'Table' container reference.
 void LUWDataPartition.setTable(LUWStorageTable value)
          Sets the value of the 'Table' container reference.
 

Uses of LUWStorageTable in com.ibm.db.models.db2.luw.BlastWrapper
 

Subinterfaces of LUWStorageTable in com.ibm.db.models.db2.luw.BlastWrapper
 interface BlastNickname
          A representation of the model object 'Blast Nickname'.
 

Uses of LUWStorageTable in com.ibm.db.models.db2.luw.BlastWrapper.impl
 

Classes in com.ibm.db.models.db2.luw.BlastWrapper.impl that implement LUWStorageTable
 class BlastNicknameImpl
          An implementation of the model object 'Blast Nickname'.
 

Uses of LUWStorageTable in com.ibm.db.models.db2.luw.BlastWrapper.util
 

Methods in com.ibm.db.models.db2.luw.BlastWrapper.util with parameters of type LUWStorageTable
 java.lang.Object BlastWrapperSwitch.caseLUWStorageTable(LUWStorageTable object)
          Returns the result of interpretting the object as an instance of 'Storage Table'.
 

Uses of LUWStorageTable in com.ibm.db.models.db2.luw.impl
 

Classes in com.ibm.db.models.db2.luw.impl that implement LUWStorageTable
 class LUWGenericNicknameImpl
          An implementation of the model object 'Generic Nickname'.
 class LUWMaterializedQueryTableImpl
          An implementation of the model object 'Materialized Query Table'.
 class LUWNicknameImpl
          An implementation of the model object 'Nickname'.
 class LUWNonRelationalNicknameImpl
          An implementation of the model object 'Non Relational Nickname'.
 class LUWRelationalNicknameImpl
          An implementation of the model object 'Relational Nickname'.
 class LUWTableImpl
          An implementation of the model object 'Table'.
 

Methods in com.ibm.db.models.db2.luw.impl that return LUWStorageTable
 LUWStorageTable LUWPartitionKeyImpl.getTable()
           
 LUWStorageTable LUWDataPartitionKeyImpl.getTable()
           
 LUWStorageTable LUWDataPartitionImpl.getTable()
           
 

Methods in com.ibm.db.models.db2.luw.impl with parameters of type LUWStorageTable
 org.eclipse.emf.common.notify.NotificationChain LUWPartitionKeyImpl.basicSetTable(LUWStorageTable newTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWDataPartitionKeyImpl.basicSetTable(LUWStorageTable newTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LUWDataPartitionImpl.basicSetTable(LUWStorageTable newTable, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void LUWPartitionKeyImpl.setTable(LUWStorageTable newTable)
           
 void LUWDataPartitionKeyImpl.setTable(LUWStorageTable newTable)
           
 void LUWDataPartitionImpl.setTable(LUWStorageTable newTable)
           
 

Uses of LUWStorageTable in com.ibm.db.models.db2.luw.OracleWrapper
 

Subinterfaces of LUWStorageTable in com.ibm.db.models.db2.luw.OracleWrapper
 interface OracleNickname
          A representation of the model object 'Oracle Nickname'.
 

Uses of LUWStorageTable in com.ibm.db.models.db2.luw.OracleWrapper.impl
 

Classes in com.ibm.db.models.db2.luw.OracleWrapper.impl that implement LUWStorageTable
 class OracleNicknameImpl
          An implementation of the model object 'Oracle Nickname'.
 

Uses of LUWStorageTable in com.ibm.db.models.db2.luw.OracleWrapper.util
 

Methods in com.ibm.db.models.db2.luw.OracleWrapper.util with parameters of type LUWStorageTable
 java.lang.Object OracleWrapperSwitch.caseLUWStorageTable(LUWStorageTable object)
          Returns the result of interpretting the object as an instance of 'Storage Table'.
 

Uses of LUWStorageTable in com.ibm.db.models.db2.luw.util
 

Methods in com.ibm.db.models.db2.luw.util with parameters of type LUWStorageTable
 java.lang.Object LUWSwitch.caseLUWStorageTable(LUWStorageTable object)
          Returns the result of interpretting the object as an instance of 'Storage Table'.