Uses of Interface
com.ibm.db.models.db2.luw.BlastWrapper.BlastServer

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

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

Methods in com.ibm.db.models.db2.luw.BlastWrapper that return BlastServer
 BlastServer BlastWrapperFactory.createBlastServer()
          Returns a new object of class 'Blast Server'.
 BlastServer BlastNickname.getBlastServer()
          Returns the value of the 'Blast Server' reference.
 

Methods in com.ibm.db.models.db2.luw.BlastWrapper with parameters of type BlastServer
 void BlastNickname.setBlastServer(BlastServer value)
          Sets the value of the 'Blast Server' reference.
 

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

Classes in com.ibm.db.models.db2.luw.BlastWrapper.impl that implement BlastServer
 class BlastServerImpl
          An implementation of the model object 'Blast Server'.
 

Methods in com.ibm.db.models.db2.luw.BlastWrapper.impl that return BlastServer
 BlastServer BlastNicknameImpl.basicGetBlastServer()
           
 BlastServer BlastWrapperFactoryImpl.createBlastServer()
           
 BlastServer BlastNicknameImpl.getBlastServer()
           
 

Methods in com.ibm.db.models.db2.luw.BlastWrapper.impl with parameters of type BlastServer
 void BlastNicknameImpl.setBlastServer(BlastServer newBlastServer)
           
 

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

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