CallableStatement Implementation - Mailing list pgsql-jdbc

From Corinne Rhodes
Subject CallableStatement Implementation
Date
Msg-id JDEOJCFIGODFMFHIJJGPOEBOCAAA.Cori_Rhodes@baylor.edu
Whole thread Raw
List 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@baylor.edu

pgsql-jdbc by date:

Previous
From: "B.N.V. Raman"
Date:
Subject: RE: Problem connecting to JDBC 7.0-1.2 driver
Next
From: jlemcke
Date:
Subject: CLASSPATH (not)