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

Packages that use LUWTable
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 LUWTable in com.ibm.db.models.db2.luw
 

Subinterfaces of LUWTable in com.ibm.db.models.db2.luw
 interface LUWGenericNickname
          A representation of the model object 'Generic Nickname'.
 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'.
 

Methods in com.ibm.db.models.db2.luw that return LUWTable
 LUWTable LUWFactory.createLUWTable()
          Returns a new object of class 'Table'.
 

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

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

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

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

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

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

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

Classes in com.ibm.db.models.db2.luw.impl that implement LUWTable
 class LUWGenericNicknameImpl
          An implementation of the model object 'Generic Nickname'.
 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 LUWTable
 LUWTable LUWFactoryImpl.createLUWTable()
           
 

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

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

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

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

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

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

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

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