--- old/src/java.sql.rowset/share/classes/javax/sql/rowset/package.html 2017-05-11 16:26:00.832483393 -0700 +++ new/src/java.sql.rowset/share/classes/javax/sql/rowset/package.html 2017-05-11 16:26:00.724478644 -0700 @@ -1,5 +1,5 @@ - - + + javax.sql.rowset Package - + Standard interfaces and base classes for JDBC RowSet @@ -48,7 +48,7 @@
  • 5.0 Related Documentation -

    1.0 Package Specification

    +

    1.0 Package Specification

    This package specifies five standard JDBC RowSet interfaces. All five extend the RowSet interface described in the JDBC 3.0 @@ -63,7 +63,7 @@ should pay particular attention to the assertions detailed in specification interfaces. -

    2.0 Standard RowSet Definitions

    +

    2.0 Standard RowSet Definitions

    -

    3.0 Implementer's Guide

    +

    3.0 Implementer's Guide

    Compliant implementations of JDBC RowSet Implementations must follow the assertions described in this specification. In accordance with the terms of the Java Community Process, a @@ -173,47 +173,40 @@ The following table illustrates the features that the BaseRowSet abstract class provides.
    - - +
    + + - - + + + + - - + +the standard RowSet properties. - - + +by compliant implementations. - - + + - - + +
    Features in BaseRowSet
    Feature
    -
    Details
    -
    FeatureDetails
    Properties
    -
    Provides standard JavaBeans property manipulation + PropertiesProvides standard JavaBeans property manipulation mechanisms to allow applications to get and set RowSet command and property values. Refer to the documentation of the javax.sql.RowSet interface (available in the JDBC 3.0 specification) for more details on -the standard RowSet properties.
    -
    Event notification
    -
    Provides standard JavaBeans event notifications + Event notificationProvides standard JavaBeans event notifications to registered event listeners. Refer to the documentation of javax.sql.RowSetEvent interface (available in the JDBC 3.0 specification) for more details on how to register and handle standard RowSet events generated -by compliant implementations.
    -
    Setters for a RowSet object's command
    -
    Provides a complete set of setter methods - for setting RowSet command parameters.
    -
    Setters for a RowSet object's commandProvides a complete set of setter methods + for setting RowSet command parameters.
    Streams
    -
    Provides fields for storing of stream instances - in addition to providing a set of constants for stream type designation.
    -
    StreamsProvides fields for storing of stream instances + in addition to providing a set of constants for stream type designation.
    @@ -289,13 +282,13 @@
  • -

    4.0 Related Specifications

    +

    4.0 Related Specifications

    -

    5.0 Related Documentation

    +

    5.0 Related Documentation