]> granicus.if.org Git - postgresql/commit
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)
commit2ee522954d0d634d520e6f10454a8c63ef004a00
tree2b1b3b0756fb3ad81d689008dd5465cbd1c56389
parent1401f63dd15fbc073775fb0279c3b7153ef95f66
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