Re: calling function with String resolves as "Unknown" instead - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: calling function with String resolves as "Unknown" instead
Date
Msg-id 4096C906.7050508@opencloud.com
Whole thread Raw
In response to calling function with String resolves as "Unknown" instead of varchar  (todd runstein <todd_run@yahoo.com>)
Responses Re: calling function with String resolves as "Unknown" instead of varchar
List pgsql-jdbc
todd runstein wrote:

> create or replace function
> usp_affectedproduct(integer, integer, varchar) RETURNS
> int as ...

> String query = "{? = call usp_affectedproducts(?, ?,
> ?)}";

Spot the typo in the function name..

-O

pgsql-jdbc by date:

Previous
From: todd runstein
Date:
Subject: calling function with String resolves as "Unknown" instead of varchar
Next
From: todd runstein
Date:
Subject: Re: calling function with String resolves as "Unknown" instead of varchar