public abstract void setMetaData (RowSetMetaData md) throws SQLException

Sets the given RowSetMetaData object as the RowSetMetaData object for this RowSet object. The RowSetReader object associated with the rowset will use RowSetMetaData methods to set the values giving information about the rowset's columns.

Parameters:
md    the RowSetMetaData object that will be set with information about the rowset's columns

Exceptions:
SQLException    if a database access error occurs