--- old/src/share/classes/javax/sql/package.html 2014-04-08 09:48:49.395063230 -0700 +++ new/src/share/classes/javax/sql/package.html 2014-04-08 09:48:49.229062134 -0700 @@ -37,9 +37,9 @@ This package supplements the java.sql package and, as of the version 1.4 release, is included in the Java Platform, Standard Edition -(Java SETM). +(Java SETM). It remains an essential part of the Java Platform, Enterprise Edition -(Java EETM). +(Java EETM).

The javax.sql package provides for the following:

    @@ -145,7 +145,6 @@ PreparedStatement is closed or there is an error, the connection pool manager (being a listener) gets a notification that includes a StatementEvent object. -

    Distributed Transactions

    @@ -203,14 +202,12 @@ it rows, or moves its cursor, it also notifies each listener that is registered with it. The listener reacts by carrying out its implementation of the notification method called on it. -

  1. RowSetEvent
    As part of its internal notification process, a RowSet object creates an instance of RowSetEvent and passes it to the listener. The listener can use this RowSetEvent object to find out which rowset had the event. -

  2. Metadata
  3. The Reader/Writer Facility
    A RowSet object that implements the RowSetInternal @@ -248,7 +244,7 @@ (2) the connection that was passed to it, if any. A rowset uses the RowSetInternal methods behind the scenes to get access to this information. An application does not normally invoke these methods directly. -

    +

  4. RowSetReader
    A disconnected RowSet object that has implemented the RowSetInternal interface can call on its reader (the @@ -269,7 +265,6 @@ back to the underlying data source. Implementations may vary widely, but generally, a writer will do the following: -