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

Packages that use LUWColumn
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.util   
 

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

Methods in com.ibm.db.models.db2.luw that return LUWColumn
 LUWColumn LUWFactory.createLUWColumn()
          Returns a new object of class 'Column'.
 

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

Subinterfaces of LUWColumn in com.ibm.db.models.db2.luw.BlastWrapper
 interface BlastDefLineColumn
          A representation of the model object 'Blast Def Line Column'.
 

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

Classes in com.ibm.db.models.db2.luw.BlastWrapper.impl that implement LUWColumn
 class BlastDefLineColumnImpl
          An implementation of the model object 'Blast Def Line Column'.
 

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

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

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

Classes in com.ibm.db.models.db2.luw.impl that implement LUWColumn
 class LUWColumnImpl
          An implementation of the model object 'Column'.
 

Methods in com.ibm.db.models.db2.luw.impl that return LUWColumn
 LUWColumn LUWFactoryImpl.createLUWColumn()
           
 

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

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