public abstract ResultSet getOriginal () throws SQLException

Retrieves a ResultSet object containing the original value of this RowSet object.

The cursor is positioned before the first row in the result set. Only rows contained in the result set returned by the method getOriginal are said to have an original value.

Returns:  the original value of the rowset

Exceptions:
SQLException    if a database access error occurs