This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: JDBC 3.0 API
- From: Tom Tromey <tromey at redhat dot com>
- To: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Cc: java-patches at gcc dot gnu dot org
- Date: 21 Jun 2002 00:02:49 -0600
- Subject: Re: JDBC 3.0 API
- References: <3D12BD3D.6020704@waitaki.otago.ac.nz>
- Reply-to: tromey at redhat dot com
>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:
Bryce> This patch adds all the new java.sql methods and classes from
Bryce> JDBC 3.0 (aka JDK 1.4). It also reformats the existing java.sql
Bryce> code. Apart from adding all the new stuff, there isn't much
Bryce> actual code changes.
Even so, I think this deserves a news entry in java/index.html.
Tom