Notifies all of the listeners registered with this RowSet
object that its entire contents have changed.
When an application calls methods that change the entire contents
of the RowSet object, such as the CachedRowSet methods
execute, populate, restoreOriginal,
or release, that method calls notifyRowSetChanged
internally (either directly or indirectly). An application should
never invoke this method directly.
SQLException | if the class extending the BaseRowSet
abstract class does not implement the RowSet interface or
one of it's sub-interfaces. |
Diagram: RowSet Support