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.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.commonui   
org.eclipse.datatools.modelbase.sql.routines   
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.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.commonui
 

Methods in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.commonui with parameters of type RoutineResultTable
 void ResultsData.init(RoutineResultTable result, DatabaseDefinition dbdef)
           
 

Constructors in org.eclipse.datatools.enablement.sybase.asa.schemaobjecteditor.examples.routineeditor.commonui with parameters of type RoutineResultTable
ResultsData(RoutineResultTable params, DatabaseDefinition dbdef)
           
 

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