|
IBM DB2 Information Integrator Java API Reference for Developing Wrappers |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.db2.wrapper.RuntimeDataList
The RuntimeDataList class encapsulates a list of RuntimeData
objects
that represent either a row in a result set or a list of input parameters.
Method Summary | |
int |
getNumberOfValues()
Retrieve the number of values in the list. |
RuntimeData |
getValue(int position)
Retrieve the value at the specified position in the list. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getNumberOfValues()
public RuntimeData getValue(int position)
position
- The position of the value to be returned.
The first value is at position zero in the list.
RuntimeDataDesc
|
IBM DB2 Information Integrator Java API Reference for Developing Wrappers |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(C)Copyright IBM Corp. 2002. All rights reserved.
Links on this page are made available for your convenience and may take you to non-IBM sites. IBM does not warrant any sample code provided on these sites.