diff -r 59b772a18fac -r a8b7fd8ede97 jdk/src/java.sql/share/classes/java/sql/package.html --- a/jdk/src/java.sql/share/classes/java/sql/package.html Tue May 19 11:40:00 2015 -0700 +++ b/jdk/src/java.sql/share/classes/java/sql/package.html Tue May 19 13:30:03 2015 -0700 @@ -34,10 +34,10 @@ Provides the API for accessing and processing data stored in a data source (usually a relational database) using the -JavaTM programming language. +Java™ programming language. This API includes a framework whereby different drivers can be installed dynamically to access different data sources. -Although the JDBCTM API is mainly geared +Although the JDBC™ API is mainly geared to passing SQL statements to a database, it provides for reading and writing data from any data source with a tabular format. The reader/writer facility, available through the @@ -45,17 +45,16 @@ use and update data from a spread sheet, flat file, or any other tabular data source. -

What the JDBCTM 4.2 API Includes

-The JDBCTM 4.2 API includes both +

What the JDBC™ 4.2 API Includes

+The JDBC™ 4.2 API includes both the java.sql package, referred to as the JDBC core API, and the javax.sql package, referred to as the JDBC Optional Package API. This complete JDBC API -is included in the JavaTM -Standard Edition (Java SETM), version 7. +is included in the Java™ Standard Edition (Java SE™), version 7. The javax.sql package extends the functionality of the JDBC API from a client-side API to a server-side API, and it is an essential part -of the JavaTM Enterprise Edition -(Java EETM) technology. +of the Java™ Enterprise Edition +(Java EE™) technology.

Versions

The JDBC 4.2 API incorporates all of the previous JDBC API versions: @@ -74,7 +73,7 @@ Classes, interfaces, methods, fields, constructors, and exceptions have the following "since" tags that indicate when they were introduced into the Java platform. When these "since" tags are used in -JavadocTM comments for the JDBC API, +Javadoc™ comments for the JDBC API, they indicate the following:

NOTE: Many of the new features are optional; consequently, there is @@ -97,7 +96,7 @@ you try to use it.

NOTE: The class SQLPermission was added in the -JavaTM 2 SDK, Standard Edition, +Java™ 2 SDK, Standard Edition, version 1.3 release. This class is used to prevent unauthorized access to the logging stream associated with the DriverManager, which may contain information such as table names, column data, and so on. @@ -277,7 +276,7 @@ Package API