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.modelbase.sql.datatypes   
org.eclipse.datatools.modelbase.sql.datatypes.impl   
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.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.datatypes.impl
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl that return Routine
 Routine UserDefinedTypeOrderingImpl.getOrderingRoutine()
           
 Routine UserDefinedTypeOrderingImpl.basicGetOrderingRoutine()
           
 

Methods in org.eclipse.datatools.modelbase.sql.datatypes.impl with parameters of type Routine
 void UserDefinedTypeOrderingImpl.setOrderingRoutine(Routine newOrderingRoutine)
           
 

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 BuiltInFunctionImpl
           An implementation of the model object 'Built In Function'.
 class FunctionImpl
           An implementation of the model object 'Function'.
 class MethodImpl
           An implementation of the model object 'Method'.
 class ProcedureImpl
           An implementation of the model object 'Procedure'.
 class RoutineImpl
           An implementation of the model object 'Routine'.
 class UserDefinedFunctionImpl
           An implementation of the model object 'User Defined Function'.
 

Methods in org.eclipse.datatools.modelbase.sql.routines.impl that return Routine
 Routine ParameterImpl.getRoutine()
           
 

Methods in org.eclipse.datatools.modelbase.sql.routines.impl with parameters of type Routine
 NotificationChain ParameterImpl.basicSetRoutine(Routine newRoutine, NotificationChain msgs)
           
 void ParameterImpl.setRoutine(Routine newRoutine)
           
 

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 interpretting the object as an instance of 'Routine'.
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.