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

Packages that use Routine
org.eclipse.datatools.connectivity.sqm.core.rte.jdbc   
org.eclipse.datatools.connectivity.sqm.loader   
org.eclipse.datatools.enablement.ase.catalog   
org.eclipse.datatools.enablement.sybase.asa.base.catalog   
org.eclipse.datatools.enablement.sybase.asa.baseloaders   
org.eclipse.datatools.enablement.sybase.asa.ddl   
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel   
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl   
org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util   
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel   
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl   
org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util   
org.eclipse.datatools.enablement.sybase.ddl   
org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel   
org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl   
org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.util   
org.eclipse.datatools.enablement.sybase.util   
org.eclipse.datatools.modelbase.sql.datatypes   
org.eclipse.datatools.modelbase.sql.routines   
org.eclipse.datatools.modelbase.sql.routines.impl   
org.eclipse.datatools.modelbase.sql.routines.util   
 

Uses of Routine in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc
 

Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement Routine
 class JDBCProcedure
           
 class JDBCUserDefinedFunction
           
 

Uses of Routine in org.eclipse.datatools.connectivity.sqm.loader
 

Methods in org.eclipse.datatools.connectivity.sqm.loader that return Routine
 Routine JDBCRoutineLoader.IRoutineFactory.createRoutine(java.sql.ResultSet rs)
          Creates and initializes a routine object based on the meta-data in the result set.
 Routine JDBCRoutineLoader.ProcedureFactory.createRoutine(java.sql.ResultSet rs)
          Creates and initializes a new Procedure object from the meta-data in the result set.
 

Methods in org.eclipse.datatools.connectivity.sqm.loader with parameters of type Routine
 void JDBCRoutineLoader.IRoutineFactory.initialize(Routine routine, java.sql.ResultSet rs)
          Initializes a routine object based on the meta-data in the result set.
 void JDBCRoutineLoader.ProcedureFactory.initialize(Routine routine, java.sql.ResultSet rs)
          Initializes the new Routine object using the meta-data in the result set.
 

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

Classes in org.eclipse.datatools.enablement.ase.catalog that implement Routine
 class SybaseASECatalogProcedure
           
 class SybaseASECatalogUserDefinedFunction
           
 

Methods in org.eclipse.datatools.enablement.ase.catalog that return Routine
 Routine SybaseASECatalogSchema.ASEProcedureFactory.createRoutine(java.sql.ResultSet rs)
           
 

Methods in org.eclipse.datatools.enablement.ase.catalog with parameters of type Routine
 void SybaseASECatalogSchema.ASEProcedureFactory.initialize(Routine sp, java.sql.ResultSet rs)
           
 

Constructors in org.eclipse.datatools.enablement.ase.catalog with parameters of type Routine
SybaseASECatalogProcedure.SybaseASEParameterLoader(Routine routine)
           
 

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

Classes in org.eclipse.datatools.enablement.sybase.asa.base.catalog that implement Routine
 class SybaseASACatalogBaseProcedure
           
 class SybaseASACatalogBaseRemoteProcedure
           
 class SybaseASACatalogBaseUserDefinedFunction
           
 

Uses of Routine in org.eclipse.datatools.enablement.sybase.asa.baseloaders
 

Methods in org.eclipse.datatools.enablement.sybase.asa.baseloaders that return Routine
 Routine SchemaASABaseLoader.ASABaseRoutineLoader.ASAProcedureFactory.createRoutine(java.sql.ResultSet rs)
           
 

Methods in org.eclipse.datatools.enablement.sybase.asa.baseloaders with parameters of type Routine
 void SchemaASABaseLoader.ASABaseRoutineLoader.ASAProcedureFactory.initialize(Routine routine, java.sql.ResultSet rs)
           
 void SchemaASABaseLoader.ASABaseRoutineLoader.ASAUseDefinedFunctionFactory.initialize(Routine routine, java.sql.ResultSet rs)
           
 

Constructors in org.eclipse.datatools.enablement.sybase.asa.baseloaders with parameters of type Routine
RoutineInfoASALoader(Routine catalogRoutine)
           
SybaseASABaseParameterLoader(Routine routine)
           
 

Uses of Routine in org.eclipse.datatools.enablement.sybase.asa.ddl
 

Methods in org.eclipse.datatools.enablement.sybase.asa.ddl with parameters of type Routine
 java.lang.String SybaseASADdlBuilder.getCharacteristics(Routine routine)
           
 java.lang.String SybaseASADdlBuilder.getWatcomParameter(Routine routine, Parameter p)
           
 java.lang.String SybaseASADdlBuilder.getWatcomParameters(Routine routine, boolean fullSyntax)
          Generates watcom style parameters without parenthesis
 

Uses of Routine in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel
 

Subinterfaces of Routine in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel
 interface SybaseASABaseFunction
          A representation of the model object 'Sybase ASA Base Function'.
 interface SybaseASABaseProcedure
          A representation of the model object 'Sybase ASA Base Procedure'.
 interface SybaseASABaseRemoteProcedure
          A representation of the model object 'Sybase ASA Base Remote Procedure'.
 

Uses of Routine in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl
 

Classes in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.impl that implement Routine
 class SybaseASABaseFunctionImpl
          An implementation of the model object 'Sybase ASA Base Function'.
 class SybaseASABaseProcedureImpl
          An implementation of the model object 'Sybase ASA Base Procedure'.
 class SybaseASABaseRemoteProcedureImpl
          An implementation of the model object 'Sybase ASA Base Remote Procedure'.
 

Uses of Routine in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util
 

Methods in org.eclipse.datatools.enablement.sybase.asa.models.sybaseasabasesqlmodel.util with parameters of type Routine
 java.lang.Object SybaseasabasesqlmodelSwitch.caseRoutine(Routine object)
          Returns the result of interpreting the object as an instance of 'Routine'.
 

Uses of Routine in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel
 

Subinterfaces of Routine in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel
 interface SybaseASEProcedure
          A representation of the model object 'Sybase ASE Procedure'.
 

Uses of Routine in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl
 

Classes in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.impl that implement Routine
 class SybaseASEProcedureImpl
          An implementation of the model object 'Sybase ASE Procedure'.
 

Uses of Routine in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util
 

Methods in org.eclipse.datatools.enablement.sybase.ase.models.sybaseasesqlmodel.util with parameters of type Routine
 java.lang.Object SybaseasesqlmodelSwitch.caseRoutine(Routine object)
          Returns the result of interpreting the object as an instance of 'Routine'.
 

Uses of Routine in org.eclipse.datatools.enablement.sybase.ddl
 

Methods in org.eclipse.datatools.enablement.sybase.ddl with parameters of type Routine
 java.lang.String SybaseDdlBuilder.getTSQLParameter(Routine routine, Parameter p)
          Returns the TSQL parameter declaration.
 

Uses of Routine in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel
 

Subinterfaces of Routine in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel
 interface SybaseRoutine
          A representation of the model object 'Sybase Routine'.
 

Uses of Routine in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl
 

Classes in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.impl that implement Routine
 class SybaseRoutineImpl
          An implementation of the model object 'Sybase Routine'.
 

Uses of Routine in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.util
 

Methods in org.eclipse.datatools.enablement.sybase.models.sybasesqlmodel.util with parameters of type Routine
 java.lang.Object SybasesqlmodelSwitch.caseRoutine(Routine object)
          Returns the result of interpreting the object as an instance of 'Routine'.
 

Uses of Routine in org.eclipse.datatools.enablement.sybase.util
 

Methods in org.eclipse.datatools.enablement.sybase.util with parameters of type Routine
static void SybaseRoutineUtil.parseParameterDefaultValues(Routine routine, org.eclipse.emf.common.util.EList params)
           
 

Uses of Routine in org.eclipse.datatools.modelbase.sql.datatypes
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes that return Routine
 Routine UserDefinedTypeOrdering.getOrderingRoutine()
          Returns the value of the 'Ordering Routine' reference.
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes with parameters of type Routine
 void UserDefinedTypeOrdering.setOrderingRoutine(Routine value)
          Sets the value of the 'Ordering Routine' reference.
 

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

Subinterfaces of Routine in org.eclipse.datatools.modelbase.sql.routines
 interface BuiltInFunction
          A representation of the model object 'Built In Function'.
 interface Function
          A representation of the model object 'Function'.
 interface Method
          A representation of the model object 'Method'.
 interface Procedure
          A representation of the model object 'Procedure'.
 interface UserDefinedFunction
          A representation of the model object 'User Defined Function'.
 

Methods in org.eclipse.datatools.modelbase.sql.routines that return Routine
 Routine Parameter.getRoutine()
          Returns the value of the 'Routine' container reference.
 

Methods in org.eclipse.datatools.modelbase.sql.routines with parameters of type Routine
 void Parameter.setRoutine(Routine value)
          Sets the value of the 'Routine' container reference.
 

Uses of Routine in org.eclipse.datatools.modelbase.sql.routines.impl
 

Classes in org.eclipse.datatools.modelbase.sql.routines.impl that implement Routine
 class org.eclipse.datatools.modelbase.sql.routines.impl.FunctionImpl
           
 class org.eclipse.datatools.modelbase.sql.routines.impl.ProcedureImpl
           
 class org.eclipse.datatools.modelbase.sql.routines.impl.RoutineImpl
           
 class org.eclipse.datatools.modelbase.sql.routines.impl.UserDefinedFunctionImpl
           
 

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

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