Uses of Interface
org.eclipse.datatools.connectivity.oda.IParameterRowSet

Packages that use IParameterRowSet
org.eclipse.datatools.connectivity.oda [Provisional] Defines the runtime API of the Open Data Access (ODA) extensions. 
org.eclipse.datatools.connectivity.oda.consumer.helper An ODA consumer helper package that assists an ODA consumer application to manage the diverse capabilities and behavior of individual ODA data drivers. 
 

Uses of IParameterRowSet in org.eclipse.datatools.connectivity.oda
 

Methods in org.eclipse.datatools.connectivity.oda that return IParameterRowSet
 IParameterRowSet IAdvancedQuery.setNewRow(java.lang.String parameterName)
          Returns an IParameterRowSet object that contains a single row representing the named structure input parameter.
 IParameterRowSet IAdvancedQuery.setNewRow(int parameterId)
          Returns an IParameterRowSet object that contains a single row representing the specified structure input parameter.
 IParameterRowSet IAdvancedQuery.setNewRowSet(java.lang.String parameterName)
          Returns an empty IParameterRowSet object that represents the named table input parameter.
 IParameterRowSet IAdvancedQuery.setNewRowSet(int parameterId)
          Returns an empty IParameterRowSet object that represents the specified table input parameter.
 IParameterRowSet IAdvancedQuery.getRow(java.lang.String parameterName)
          Returns the structure value from the designated output parameter.
 IParameterRowSet IAdvancedQuery.getRow(int parameterId)
          Returns the structure value from the designated output parameter.
 

Uses of IParameterRowSet in org.eclipse.datatools.connectivity.oda.consumer.helper
 

Classes in org.eclipse.datatools.connectivity.oda.consumer.helper that implement IParameterRowSet
 class OdaRowSet
          OdaRowSet is the Oda wrapper for rowsets.
 

Methods in org.eclipse.datatools.connectivity.oda.consumer.helper that return IParameterRowSet
 IParameterRowSet OdaAdvancedQuery.setNewRow(java.lang.String parameterName)
           
 IParameterRowSet OdaAdvancedQuery.setNewRow(int parameterId)
           
 IParameterRowSet OdaAdvancedQuery.setNewRowSet(java.lang.String parameterName)
           
 IParameterRowSet OdaAdvancedQuery.setNewRowSet(int parameterId)
           
 IParameterRowSet OdaAdvancedQuery.getRow(java.lang.String parameterName)
           
 IParameterRowSet OdaAdvancedQuery.getRow(int parameterId)
           
 



Copyright © 2005 Actuate Corp. All rights reserved.