Proper state after insertRow - Mailing list pgsql-jdbc

From Dave Cramer
Subject Proper state after insertRow
Date
Msg-id 1030110463.19097.197.camel@inspiron.cramers
Whole thread Raw
In response to Re: Update ResultSet for JDBC  (Zengfa Gao <zfgao@yahoo.com>)
Responses Re: Proper state after insertRow  ("Paul Stead" <pstead@elementallogic.com>)
List pgsql-jdbc
Does anyone know what the state of the result set should be after an
insertRow

Does the result set stay on the "insertRow", does the inserted row
become the current row

should we force the user to do a refreshRow after an insert to pick up
the results of sequences, etc.

after the user executes insertRow, can they then update this row without
moving?

Dave


pgsql-jdbc by date:

Previous
From: Zengfa Gao
Date:
Subject: Re: Update ResultSet for JDBC
Next
From: Michael Hanna
Date:
Subject: Tomcat and JDK 1.3.1 Exception problems...