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
[EMAIL PROTECTED]

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to