|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IParameterRowSet | |
org.eclipse.datatools.connectivity.oda | [Platform API] Defines the runtime API of the Open Data Access (ODA) extensions. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |