Uses of Interface
org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.IngresSchema

Packages that use IngresSchema
org.eclipse.datatools.enablement.ingres.models.ingressqlmodel   
org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl   
org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.util   
 

Uses of IngresSchema in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel
 

Methods in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel that return IngresSchema
 IngresSchema IngressqlmodelFactory.createIngresSchema()
          Returns a new object of class 'Ingres Schema'.
 IngresSchema IngresDBEvent.getSchema()
          Returns the value of the 'Schema' reference.
 IngresSchema IngresSynonym.getSchema()
          Returns the value of the 'Schema' reference.
 

Methods in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel with parameters of type IngresSchema
 void IngresDBEvent.setSchema(IngresSchema value)
          Sets the value of the 'Schema' reference.
 void IngresSynonym.setSchema(IngresSchema value)
          Sets the value of the 'Schema' reference.
 

Uses of IngresSchema in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl
 

Classes in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl that implement IngresSchema
 class IngresSchemaImpl
          An implementation of the model object 'Ingres Schema'.
 

Methods in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl that return IngresSchema
 IngresSchema IngresSynonymImpl.basicGetSchema()
           
 IngresSchema IngresDBEventImpl.basicGetSchema()
           
 IngresSchema IngressqlmodelFactoryImpl.createIngresSchema()
           
 IngresSchema IngresSynonymImpl.getSchema()
           
 IngresSchema IngresDBEventImpl.getSchema()
           
 

Methods in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl with parameters of type IngresSchema
 org.eclipse.emf.common.notify.NotificationChain IngresSynonymImpl.basicSetSchema(IngresSchema newSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IngresDBEventImpl.basicSetSchema(IngresSchema newSchema, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void IngresSynonymImpl.setSchema(IngresSchema newSchema)
           
 void IngresDBEventImpl.setSchema(IngresSchema newSchema)
           
 

Uses of IngresSchema in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.util
 

Methods in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.util with parameters of type IngresSchema
 java.lang.Object IngressqlmodelSwitch.caseIngresSchema(IngresSchema object)
          Returns the result of interpreting the object as an instance of 'Ingres Schema'.