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

Packages that use RoutineResultTable
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 RoutineResultTable in org.eclipse.datatools.connectivity.sqm.core.rte.jdbc
 

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

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

Methods in org.eclipse.datatools.modelbase.sql.routines that return RoutineResultTable
 RoutineResultTable SQLRoutinesFactory.createRoutineResultTable()
          Returns a new object of class 'Routine Result Table'.
 RoutineResultTable Function.getReturnTable()
          Returns the value of the 'Return Table' containment reference.
 

Methods in org.eclipse.datatools.modelbase.sql.routines with parameters of type RoutineResultTable
 void Function.setReturnTable(RoutineResultTable value)
          Sets the value of the 'Return Table' containment reference.
 

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

Classes in org.eclipse.datatools.modelbase.sql.routines.impl that implement RoutineResultTable
 class RoutineResultTableImpl
           An implementation of the model object 'Routine Result Table'.
 

Methods in org.eclipse.datatools.modelbase.sql.routines.impl that return RoutineResultTable
 RoutineResultTable SQLRoutinesFactoryImpl.createRoutineResultTable()
           
 RoutineResultTable FunctionImpl.getReturnTable()
           
 

Methods in org.eclipse.datatools.modelbase.sql.routines.impl with parameters of type RoutineResultTable
 NotificationChain FunctionImpl.basicSetReturnTable(RoutineResultTable newReturnTable, NotificationChain msgs)
           
 void FunctionImpl.setReturnTable(RoutineResultTable newReturnTable)
           
 

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

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



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