Re: JDBC CallableStatement bug on functions with return parameter

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <johnlh(at)aquafold(dot)com>,<pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC CallableStatement bug on functions with return parameter
Date: 2011-02-05 15:23:52
Message-ID: 4D4D1729020000250003A44E@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

John LH wrote:

> I have a function "sales_tax (in subtotal money) RETURNS money"

> I register the parameters and then execute the statement, but it
> fails with the error message :
>
> ERROR: function public.sales_tax(double precision) does not exist

What class of Java object are you trying to use for the parameter?

-Kevin

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Radosław Smogura 2011-02-05 16:08:24 Re: ssl connection strangely stops working
Previous Message zhong ming wu 2011-02-05 14:31:30 Re: ssl connection strangely stops working