--- old/src/java.sql/share/classes/javax/sql/package.html 2015-05-19 12:02:50.687722159 -0700 +++ new/src/java.sql/share/classes/javax/sql/package.html 2015-05-19 12:02:50.463722168 -0700 @@ -33,7 +33,7 @@ Provides the API for server side data source access and processing from -the JavaTM programming language. +the Java™ programming language. This package supplements the java.sql package and, as of the version 1.4 release, is included in the Java Platform, Standard Edition (Java SE™). @@ -84,7 +84,7 @@ creates is a connection to that physical data source.

A logical name for the data source is registered with a naming service that -uses the Java Naming and Directory InterfaceTM +uses the Java Naming and Directory Interface™ (JNDI) API, usually by a system administrator or someone performing the duties of a system administrator. An application can retrieve the DataSource object it wants by doing a lookup on the logical @@ -189,7 +189,7 @@

  • Event Notification