void setColumn (int rowNumber, String columnName, newValue)

rowNumber and columnName are as described for getColumn( ).

The method sets the text of the specified column to newValue.

For example, if rsx is a Java variable of type ResultSetXml:

select rsx = rsx>>setColumn(3, “name”, “new value”)