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

Packages that use DB2Schema
com.ibm.db.models.db2   
com.ibm.db.models.db2.impl   
com.ibm.db.models.db2.util   
 

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

Subinterfaces of DB2Schema in com.ibm.db.models.db2
 interface DB2SystemSchema
          A representation of the model object 'DB2 System Schema'.
 

Methods in com.ibm.db.models.db2 that return DB2Schema
 DB2Schema DB2ModelFactory.createDB2Schema()
          Returns a new object of class 'DB2 Schema'.
 DB2Schema DB2XSRObject.getSchema()
          Returns the value of the 'Schema' reference.
 DB2Schema DB2OLAPObject.getSchema()
          Returns the value of the 'Schema' reference.
 DB2Schema DB2Jar.getSchema()
          Returns the value of the 'Schema' reference.
 

Methods in com.ibm.db.models.db2 with parameters of type DB2Schema
 void DB2XSRObject.setSchema(DB2Schema value)
          Sets the value of the 'Schema' reference.
 void DB2OLAPObject.setSchema(DB2Schema value)
          Sets the value of the 'Schema' reference.
 void DB2Jar.setSchema(DB2Schema value)
          Sets the value of the 'Schema' reference.
 

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

Classes in com.ibm.db.models.db2.impl that implement DB2Schema
 class DB2SchemaImpl
          An implementation of the model object 'DB2 Schema'.
 class DB2SystemSchemaImpl
          An implementation of the model object 'DB2 System Schema'.
 

Methods in com.ibm.db.models.db2.impl that return DB2Schema
 DB2Schema DB2XSRObjectImpl.basicGetSchema()
           
 DB2Schema DB2OLAPObjectImpl.basicGetSchema()
           
 DB2Schema DB2JarImpl.basicGetSchema()
           
 DB2Schema DB2ModelFactoryImpl.createDB2Schema()
           
 DB2Schema DB2XSRObjectImpl.getSchema()
           
 DB2Schema DB2OLAPObjectImpl.getSchema()
           
 DB2Schema DB2JarImpl.getSchema()
           
 

Methods in com.ibm.db.models.db2.impl with parameters of type DB2Schema
 org.eclipse.emf.common.notify.NotificationChain DB2XSRObjectImpl.basicSetSchema(DB2Schema newSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DB2OLAPObjectImpl.basicSetSchema(DB2Schema newSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DB2JarImpl.basicSetSchema(DB2Schema newSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DB2XSRObjectImpl.setSchema(DB2Schema newSchema)
           
 void DB2OLAPObjectImpl.setSchema(DB2Schema newSchema)
           
 void DB2JarImpl.setSchema(DB2Schema newSchema)
           
 

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

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