The federated server creates the RuntimeDataDesc class to describe each column value that is transferred between the federated server and a wrapper.
The RuntimeDataDesc class is one of the data classes for the Java™ API.
For both RemoteQuery and RemotePassthru objects, the federated server creates a RuntimeDataDesc instance for each RuntimeData object in the input data list that represents the parameter values. The federated server supplies the column descriptions. For RemoteQuery objects, the federated server also creates a RuntimeDataDesc instance for each RuntimeData object in the output data list that represents values in result rows. The federated server supplies these column descriptions as well. The wrapper writer creates instances of the RuntimeDataDesc class to describe the result set of a pass-through session in the RemotePassthru.describe method.
com.ibm.db2.wrapper