Function calls via JDBC - Mailing list pgsql-jdbc

From Oleg Lebedev
Subject Function calls via JDBC
Date
Msg-id 3BC76EA8.32775FA1@waterford.org
Whole thread Raw
Responses Re: Function calls via JDBC  ("Dave Cramer" <Dave@micro-automation.net>)
List 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


pgsql-jdbc by date:

Previous
From: Michael Moyle
Date:
Subject: stack dump
Next
From: Barry Lind
Date:
Subject: Re: Function calls via JDBC