pgsql/src/interfaces/jdbc/org/postgresql (Connection.java ResultSet.java)

From: Peter Mount <peter>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql (Connection.java ResultSet.java)
Date: 2000-06-06 11:06:03
Message-ID: 200006061106.e56B63X65659@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, June 6, 2000 @ 07:06:02
Author: peter

Update of /home/projects/pgsql/cvsroot/pgsql/src/interfaces/jdbc/org/postgresql
from hub.org:/home/projects/pgsql/tmp/cvs-serv65085/org/postgresql

Modified Files:
Connection.java ResultSet.java

----------------------------- Log Message -----------------------------

Added org/postgresql/DriverClass.java to the list of files removed by make clean (it's dynamically built)
Fixed Statement, so that the update count is valid when an SQL DELETE operation is done.
While fixing the update count, made it easier to get the OID of the last insert as well. Example is in example/basic.java

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Mount 2000-06-06 11:06:09 pgsql/src/interfaces/jdbc/org/postgresql/jdbc1 (Connection.java ResultSet.java)
Previous Message Peter Mount 2000-06-06 11:05:59 pgsql/src/interfaces/jdbc/example (basic.java)