pgsql/src/interfaces/jdbc/example (basic.java) - Mailing list pgsql-committers

From Peter Mount
Subject pgsql/src/interfaces/jdbc/example (basic.java)
Date
Msg-id 200006061105.e56B5xc65427@hub.org
Whole thread Raw
List pgsql-committers
Date: Tuesday, June  6, 2000 @ 07:05:58
Author: peter

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

Modified Files:
    basic.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


pgsql-committers by date:

Previous
From: Peter Mount
Date:
Subject: pgsql/src/interfaces/jdbc (CHANGELOG Makefile)
Next
From: Peter Mount
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql/jdbc1 (Connection.java ResultSet.java)