Hi,
On Sun, Apr 09, 2000 at 11:44:44AM -0400, Ian D. Stewart wrote:
> Looking through the classpath tree, I've noticed the addition of
> java/sql (or maybe it's been there all along...). Is this a core
> package, along the lines of java.lang and java.util, or an extension?
It has been a core package since 1.1.
See <http://java.sun.com/products/jdk/1.1/docs/relnotes/classlist.html>
The latest (1.3) API documentation can be found on
<http://java.sun.com/products/jdk/1.3/docs/api/java/sql/package-summary.html>
That page also describes the difference between the java.sql JDBC core client
api and the javax.sql JDBC server optional package (Sun now seems to call
'standard extensions' 'optional packages').
Note that Classpath does currently not contain a javax.sql package only a
java.sql package.
Cheers,
Mark