Function calls via JDBC

From: Oleg Lebedev <olebedev(at)waterford(dot)org>
To: Postgres SQL Mailing List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Function calls via JDBC
Date: 2001-10-12 22:28:56
Message-ID: 3BC76EA8.32775FA1@waterford.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,
I created a PL/pgSQL function, but can not call it from my Java program.

I tried using CallableStatement, but it gave me an exception:
Callable Statements are not supported at this time.
So, how should I execute a stored procedure via JDBC?
Thanks,

Oleg

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Mark Lillywhite (pg-jdbc) 2001-10-13 01:16:07 J2SE 1.4 and other patches
Previous Message Dr. Evil 2001-10-12 20:30:02 JDBC question: Which class is returned?