From: Peter T Mount <peter@retep.org.uk>
authorMarc G. Fournier <scrappy@hub.org>
Mon, 25 Jan 1999 21:22:06 +0000 (21:22 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 25 Jan 1999 21:22:06 +0000 (21:22 +0000)
commit0dbd31f94fa0fb40656b627c51f14c3a10ba57cd
tree8504badce2edc7235259b102dc04eeea7054f7bb
parentd869728667bce6044d1f44db429d8e92bf4e594d
From: Peter T Mount <peter@retep.org.uk>

This implements some of the JDBC2 methods, fixes a bug introduced into the
JDBC1 portion of the driver, and introduces a new example, showing how to
use the CORBA ORB thats in Java2 with JDBC.

The Tar file contains the new files, the diff the changes to the others.
CHANGELOG is separate as I forgot to make a .orig ;-)
12 files changed:
src/interfaces/jdbc/CHANGELOG
src/interfaces/jdbc/Makefile
src/interfaces/jdbc/example/corba/StockClient.java [new file with mode: 0644]
src/interfaces/jdbc/example/corba/StockDB.java [new file with mode: 0644]
src/interfaces/jdbc/example/corba/StockDispenserImpl.java [new file with mode: 0644]
src/interfaces/jdbc/example/corba/StockItemImpl.java [new file with mode: 0644]
src/interfaces/jdbc/example/corba/StockServer.java [new file with mode: 0644]
src/interfaces/jdbc/example/corba/readme [new file with mode: 0644]
src/interfaces/jdbc/example/corba/stock.idl [new file with mode: 0755]
src/interfaces/jdbc/example/corba/stock.sql [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc1/ResultSetMetaData.java
src/interfaces/jdbc/postgresql/jdbc2/ResultSet.java