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

Packages that use Parameter
org.eclipse.datatools.connectivity.sqm.core.rte.jdbc   
org.eclipse.datatools.modelbase.sql.routines   
org.eclipse.datatools.modelbase.sql.routines.impl   
org.eclipse.datatools.modelbase.sql.routines.util   
 

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

Classes in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that implement Parameter
 class JDBCParameter
           
 

Methods in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc that return Parameter
 Parameter JDBCUserDefinedFunction.getReturnScalar()
           
 

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

Methods in org.eclipse.datatools.modelbase.sql.routines that return Parameter
 Parameter SQLRoutinesFactory.createParameter()
          Returns a new object of class 'Parameter'.
 Parameter Function.getReturnScalar()
          Returns the value of the 'Return Scalar' containment reference.
 Parameter Function.getReturnCast()
          Returns the value of the 'Return Cast' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.routines with parameters of type Parameter
 void Function.setReturnScalar(Parameter value)
          Sets the value of the 'Return Scalar' containment reference.
 void Function.setReturnCast(Parameter value)
          Sets the value of the 'Return Cast' containment reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.routines.impl that implement Parameter
 class ParameterImpl
           An implementation of the model object 'Parameter'.
 

Methods in org.eclipse.datatools.modelbase.sql.routines.impl that return Parameter
 Parameter SQLRoutinesFactoryImpl.createParameter()
           
 Parameter FunctionImpl.getReturnScalar()
           
 Parameter FunctionImpl.getReturnCast()
           
 

Methods in org.eclipse.datatools.modelbase.sql.routines.impl with parameters of type Parameter
 NotificationChain FunctionImpl.basicSetReturnScalar(Parameter newReturnScalar, NotificationChain msgs)
           
 void FunctionImpl.setReturnScalar(Parameter newReturnScalar)
           
 NotificationChain FunctionImpl.basicSetReturnCast(Parameter newReturnCast, NotificationChain msgs)
           
 void FunctionImpl.setReturnCast(Parameter newReturnCast)
           
 

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

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



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