equal
deleted
inserted
replaced
135 <p>Once a rowset contains the rows from a <tt>ResultSet</tt> object or some |
135 <p>Once a rowset contains the rows from a <tt>ResultSet</tt> object or some |
136 other data source, its column values can be updated, and its rows can be |
136 other data source, its column values can be updated, and its rows can be |
137 inserted or deleted. Any method that causes a change in the rowset's values |
137 inserted or deleted. Any method that causes a change in the rowset's values |
138 or cursor position also notifies any object that has been registered as |
138 or cursor position also notifies any object that has been registered as |
139 a listener with the rowset. So, for example, a table that displays the rowset's |
139 a listener with the rowset. So, for example, a table that displays the rowset's |
140 data in an applet can can be notified of changes and make updates as they |
140 data in an applet can be notified of changes and make updates as they |
141 occur.<br> |
141 occur.<br> |
142 <br> |
142 <br> |
143 The changes made to a rowset can be propagated back to the original data |
143 The changes made to a rowset can be propagated back to the original data |
144 source to keep the rowset and its data source synchronized. Although this |
144 source to keep the rowset and its data source synchronized. Although this |
145 involves many operations behind the scenes, it is completely transparent |
145 involves many operations behind the scenes, it is completely transparent |