Re: Getting ResultSet using JDBC when calling Stored-Procedures

From: "Arthur & Kathy Yeo" <ayeo(at)acm(dot)org>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Getting ResultSet using JDBC when calling Stored-Procedures
Date: 2002-06-11 04:34:20
Message-ID: GBEALLNLBJAONCGNBCIDEEJPCAAA.ayeo@acm.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

-----Original Message-----
From: Arthur & Kathy Yeo [mailto:ayeo(at)acm(dot)org]
Sent: Monday, June 10, 2002 8:25 PM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Getting ResultSet using JDBC when calling Stored-Procedures

In reading the docs for PL/pgSQL, I noticed that there is no mention about
PL/SQL-TABLES which in Oracle allows stored procedures to do a SELECT and
return all the rows thru one of its OUT arguments.

Some people suggested that we can get the stored procedure to return a
CURSOR and the caller can access that cursor thru JDBC. The only method I
saw related to cursor in JDBC is getCursorName().
Anyone know how to access a returned CURSOR coming back from a
stored-procedure at the JDBC interface?

Similar needs in doing a bulk INSERTs thru a stored procedure.

--
Arthur

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2002-06-11 05:39:01 Re: Getting ResultSet using JDBC when calling Stored-Procedures
Previous Message Vernon Wu 2002-06-11 03:39:34 Date in JDBC