Uses of Interface
org.eclipse.datatools.modelbase.sql.routines.Source

Packages that use Source
org.eclipse.datatools.enablement.ase.catalog   
org.eclipse.datatools.enablement.ingres.models.ingressqlmodel   
org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl   
org.eclipse.datatools.enablement.sybase.asa.base.catalog   
org.eclipse.datatools.modelbase.sql.routines   
org.eclipse.datatools.modelbase.sql.routines.util   
 

Uses of Source in org.eclipse.datatools.enablement.ase.catalog
 

Methods in org.eclipse.datatools.enablement.ase.catalog that return Source
 Source SybaseASECatalogProcedure.getSource()
           
 

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

Methods in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel that return Source
 Source IngresTrigger.getSource()
          Returns the value of the 'Source' reference.
 Source IngresViewTable.getSource()
          Returns the value of the 'Source' reference.
 

Methods in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel with parameters of type Source
 void IngresTrigger.setSource(Source value)
          Sets the value of the 'Source' reference.
 void IngresViewTable.setSource(Source value)
          Sets the value of the 'Source' reference.
 

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

Methods in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl that return Source
 Source IngresViewTableImpl.basicGetSource()
           
 Source IngresTriggerImpl.basicGetSource()
           
 Source IngresViewTableImpl.getSource()
           
 Source IngresTriggerImpl.getSource()
           
 

Methods in org.eclipse.datatools.enablement.ingres.models.ingressqlmodel.impl with parameters of type Source
 void IngresViewTableImpl.setSource(Source newSource)
           
 void IngresTriggerImpl.setSource(Source newSource)
           
 

Uses of Source in org.eclipse.datatools.enablement.sybase.asa.base.catalog
 

Methods in org.eclipse.datatools.enablement.sybase.asa.base.catalog that return Source
 Source SybaseASACatalogBaseProcedure.getSource()
           
 Source SybaseASACatalogBaseRemoteProcedure.getSource()
           
 Source SybaseASACatalogBaseUserDefinedFunction.getSource()
           
 

Uses of Source in org.eclipse.datatools.modelbase.sql.routines
 

Methods in org.eclipse.datatools.modelbase.sql.routines that return Source
 Source SQLRoutinesFactory.createSource()
          Returns a new object of class 'Source'.
 Source Routine.getSource()
          Returns the value of the 'Source' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.routines with parameters of type Source
 void Routine.setSource(Source value)
          Sets the value of the 'Source' containment reference.
 

Uses of Source in org.eclipse.datatools.modelbase.sql.routines.util
 

Methods in org.eclipse.datatools.modelbase.sql.routines.util with parameters of type Source
 java.lang.Object SQLRoutinesSwitch.caseSource(Source object)
          Returns the result of interpreting the object as an instance of 'Source'.