Proper state after insertRow

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: Zengfa Gao <zfgao(at)yahoo(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Proper state after insertRow
Date: 2002-08-23 13:47:42
Message-ID: 1030110463.19097.197.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Hanna 2002-08-23 15:36:30 Tomcat and JDK 1.3.1 Exception problems...
Previous Message Merilinna, Juhani 2002-08-23 07:00:39 Updateable ResultSet