IBM Books

Language Environment Interface Reference

Utility Functions for Row Manipulation

The row utility functions manipulate the row object that is passed to a language environment's dtw_getNextRow() interface function during row-at-a-time processing.

Row numbers begin with one (1).


Table 4. Row Utility Functions

Utility Function Description
dtw_row_SetCols() Set the width of a row.
dtw_row_SetV() Set a table value.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]