Updatable result sets

From: "David Hooker" <dhooker(at)a4networks(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Updatable result sets
Date: 2002-12-02 16:51:57
Message-ID: 001301c29a23$20b99000$5c0a0a0a@corp.btrade.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Statement stmt = conn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,
ResultSet.CONCUR_UPDATABLE);

Is this supported? If so, as of which version?

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-12-02 16:54:49 Re: Updatable result sets
Previous Message Alex Dovlecel 2002-12-02 16:46:27 Multiple queries OR one and big