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

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

From
Peter Mount
Date:
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