|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IParameterRowSet | |
org.eclipse.birt.data.oda | [Deprecated] Defines the run-time API of BIRT Open Data Access (ODA) extensions. |
Uses of IParameterRowSet in org.eclipse.birt.data.oda |
Methods in org.eclipse.birt.data.oda that return IParameterRowSet | |
IParameterRowSet |
IAdvancedQuery.setNewRow(java.lang.String parameterName)
Deprecated. Returns an IParameterRowSet object that contains a single row representing the named structure input parameter. |
IParameterRowSet |
IAdvancedQuery.setNewRow(int parameterId)
Deprecated. Returns an IParameterRowSet object that contains a single row representing the specified structure input parameter. |
IParameterRowSet |
IAdvancedQuery.setNewRowSet(java.lang.String parameterName)
Deprecated. Returns an empty IParameterRowSet object that represents the named table input parameter. |
IParameterRowSet |
IAdvancedQuery.setNewRowSet(int parameterId)
Deprecated. Returns an empty IParameterRowSet object that represents the specified table input parameter. |
IParameterRowSet |
IAdvancedQuery.getRow(java.lang.String parameterName)
Deprecated. Returns the structure value from the designated output parameter. |
IParameterRowSet |
IAdvancedQuery.getRow(int parameterId)
Deprecated. Returns the structure value from the designated output parameter. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |