Uses of Interface
com.ibm.db.models.db2.DB2Table

Packages that use DB2Table
com.ibm.db.models.db2   
com.ibm.db.models.db2.impl   
com.ibm.db.models.db2.iSeries   
com.ibm.db.models.db2.iSeries.impl   
com.ibm.db.models.db2.iSeries.util   
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   
com.ibm.db.models.db2.util   
com.ibm.db.models.db2.zSeries   
com.ibm.db.models.db2.zSeries.impl   
com.ibm.db.models.db2.zSeries.util   
 

Uses of DB2Table in com.ibm.db.models.db2
 

Methods in com.ibm.db.models.db2 that return DB2Table
 DB2Table DB2ModelFactory.createDB2Table()
          Returns a new object of class 'DB2 Table'.
 

Uses of DB2Table in com.ibm.db.models.db2.impl
 

Classes in com.ibm.db.models.db2.impl that implement DB2Table
 class DB2TableImpl
          An implementation of the model object 'DB2 Table'.
 

Methods in com.ibm.db.models.db2.impl that return DB2Table
 DB2Table DB2ModelFactoryImpl.createDB2Table()
           
 

Uses of DB2Table in com.ibm.db.models.db2.iSeries
 

Subinterfaces of DB2Table in com.ibm.db.models.db2.iSeries
 interface ISeriesTable
          A representation of the model object 'Table'.
 

Uses of DB2Table in com.ibm.db.models.db2.iSeries.impl
 

Classes in com.ibm.db.models.db2.iSeries.impl that implement DB2Table
 class ISeriesTableImpl
          An implementation of the model object 'Table'.
 

Uses of DB2Table in com.ibm.db.models.db2.iSeries.util
 

Methods in com.ibm.db.models.db2.iSeries.util with parameters of type DB2Table
 java.lang.Object ISeriesSwitch.caseDB2Table(DB2Table object)
          Returns the result of interpretting the object as an instance of 'DB2 Table'.
 

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

Subinterfaces of DB2Table 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'.
 interface LUWTable
          A representation of the model object 'Table'.
 

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

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

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

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

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

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

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

Classes in com.ibm.db.models.db2.luw.impl that implement DB2Table
 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'.
 

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

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

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

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

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

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

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

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

Uses of DB2Table in com.ibm.db.models.db2.util
 

Methods in com.ibm.db.models.db2.util with parameters of type DB2Table
 java.lang.Object DB2ModelSwitch.caseDB2Table(DB2Table object)
          Returns the result of interpretting the object as an instance of 'DB2 Table'.
 

Uses of DB2Table in com.ibm.db.models.db2.zSeries
 

Subinterfaces of DB2Table in com.ibm.db.models.db2.zSeries
 interface ZSeriesTable
          A representation of the model object 'Table'.
 

Uses of DB2Table in com.ibm.db.models.db2.zSeries.impl
 

Classes in com.ibm.db.models.db2.zSeries.impl that implement DB2Table
 class ZSeriesTableImpl
          An implementation of the model object 'Table'.
 

Uses of DB2Table in com.ibm.db.models.db2.zSeries.util
 

Methods in com.ibm.db.models.db2.zSeries.util with parameters of type DB2Table
 java.lang.Object ZSeriesSwitch.caseDB2Table(DB2Table object)
          Returns the result of interpretting the object as an instance of 'DB2 Table'.