IBM DB2 Information Integrator
Java API Reference
for Developing Wrappers

com.ibm.db2.wrapper
Class RuntimeDataList

java.lang.Object
  extended bycom.ibm.db2.wrapper.RuntimeDataList

public final class RuntimeDataList
extends java.lang.Object

The RuntimeDataList class encapsulates a list of RuntimeData objects that represent either a row in a result set or a list of input parameters.

Since:
IBM DB2 Information Integrator Version 8.2

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

getNumberOfValues

public int getNumberOfValues()
Retrieve the number of values in the list.

Returns:
The number of values.
Since:
IBM DB2 Information Integrator Version 8.2

getValue

public RuntimeData getValue(int position)
Retrieve the value at the specified position in the list.

Parameters:
position - The position of the value to be returned. The first value is at position zero in the list.
Returns:
The data value object.
Since:
IBM DB2 Information Integrator Version 8.2
See Also:
RuntimeDataDesc

IBM DB2 Information Integrator
Java API Reference
for Developing Wrappers

(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.