175 <blockquote> |
175 <blockquote> |
176 <table class="striped" style="vertical-align:top; width:75%"> |
176 <table class="striped" style="vertical-align:top; width:75%"> |
177 <caption>Features in <code>BaseRowSet</code></caption> |
177 <caption>Features in <code>BaseRowSet</code></caption> |
178 <thead> |
178 <thead> |
179 <tr> |
179 <tr> |
180 <th>Feature</th> |
180 <th scope="col">Feature</th> |
181 <th>Details</th> |
181 <th scope="col">Details</th> |
182 </tr> |
182 </tr> |
183 </thead> |
183 </thead> |
184 <tbody> |
184 <tbody> |
185 <tr> |
185 <tr> |
186 <td>Properties</td> |
186 <th scope="row">Properties</th> |
187 <td>Provides standard JavaBeans property manipulation |
187 <td>Provides standard JavaBeans property manipulation |
188 mechanisms to allow applications to get and set <code>RowSet</code> command and |
188 mechanisms to allow applications to get and set <code>RowSet</code> command and |
189 property values. Refer to the documentation of the <code>javax.sql.RowSet</code> |
189 property values. Refer to the documentation of the <code>javax.sql.RowSet</code> |
190 interface (available in the JDBC 3.0 specification) for more details on |
190 interface (available in the JDBC 3.0 specification) for more details on |
191 the standard <code>RowSet</code> properties.</td> |
191 the standard <code>RowSet</code> properties.</td> |
192 </tr> |
192 </tr> |
193 <tr> |
193 <tr> |
194 <td>Event notification</td> |
194 <th scope="row">Event notification</th> |
195 <td>Provides standard JavaBeans event notifications |
195 <td>Provides standard JavaBeans event notifications |
196 to registered event listeners. Refer to the documentation of <code>javax.sql.RowSetEvent</code> |
196 to registered event listeners. Refer to the documentation of <code>javax.sql.RowSetEvent</code> |
197 interface (available in the JDBC 3.0 specification) for |
197 interface (available in the JDBC 3.0 specification) for |
198 more details on how to register and handle standard RowSet events generated |
198 more details on how to register and handle standard RowSet events generated |
199 by compliant implementations.</td> |
199 by compliant implementations.</td> |
200 </tr> |
200 </tr> |
201 <tr> |
201 <tr> |
202 <td>Setters for a RowSet object's command</td> |
202 <th scope="row">Setters for a RowSet object's command</th> |
203 <td>Provides a complete set of setter methods |
203 <td>Provides a complete set of setter methods |
204 for setting RowSet command parameters.</td> |
204 for setting RowSet command parameters.</td> |
205 </tr> |
205 </tr> |
206 <tr> |
206 <tr> |
207 <td>Streams</td> |
207 <th scope="row">Streams</th> |
208 <td>Provides fields for storing of stream instances |
208 <td>Provides fields for storing of stream instances |
209 in addition to providing a set of constants for stream type designation.</td> |
209 in addition to providing a set of constants for stream type designation.</td> |
210 </tr> |
210 </tr> |
211 </tbody> |
211 </tbody> |
212 </table> |
212 </table> |