CallableStatement Implementation

From: "Corinne Rhodes" <Cori_Rhodes(at)baylor(dot)edu>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: CallableStatement Implementation
Date: 2001-03-31 19:36:36
Message-ID: JDEOJCFIGODFMFHIJJGPOEBOCAAA.Cori_Rhodes@baylor.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello,

I am part of a team that is working on implementing the CallableStatement
interface for JDBC. CallableStatement is used to call stored procedures.
However, postgresql does not implement stored procedures as such and uses
functions instead. As functions can only return a single value or a column
of values, what functionality would you like to see from CallableStatement.
How would you see yourself using "stored procedures?" The idea is
portability. We would like to make it as easy as possible for you to
transfer an existing DB from something like oracle to postgresql and still
retain as much functionality as possible. Your comments and suggestions
would be most appreciated.

Thank you,
Corinne Rhodes
Baylor University
Cori_Rhodes(at)baylor(dot)edu

Browse pgsql-jdbc by date

  From Date Subject
Next Message jlemcke 2001-04-01 06:15:07 CLASSPATH (not)
Previous Message B.N.V. Raman 2001-03-31 09:38:32 RE: Problem connecting to JDBC 7.0-1.2 driver